emit more appropriate diagnostic for failed glob (variant
[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 [  3403] By: gsar                                  on 1999/05/12  10:49:01
83         Log: From: Stephen Zander <gibreel@pobox.com>
84              Date: 12 May 1999 01:22:31 -0700
85              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
86              Subject: Re: Test::Harness runs tainted tests with wrong library path
87      Branch: perl
88            ! lib/Test/Harness.pm
89 ____________________________________________________________________________
90 [  3402] By: gsar                                  on 1999/05/12  10:42:06
91         Log: typo in change#3400
92      Branch: perl
93            ! ext/B/B/Deparse.pm
94 ____________________________________________________________________________
95 [  3401] By: jhi                                   on 1999/05/12  10:40:42
96         Log: A better, shinier, and possibly even correctly working
97              reincarnation of #3398.
98      Branch: cfgperl
99            ! Configure config_h.SH
100 ____________________________________________________________________________
101 [  3400] By: gsar                                  on 1999/05/12  10:40:11
102         Log: deparse \&func() as \(&func()) for clarity
103              From: Albert Dvornik <bert@genscan.com>
104              Date: 11 May 1999 13:32:04 -0400
105              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
106              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
107      Branch: perl
108            ! ext/B/B/Deparse.pm
109 ____________________________________________________________________________
110 [  3399] By: gsar                                  on 1999/05/12  10:36:02
111         Log: more testsuite smarts (many of them courtesy Ilya)
112      Branch: perl
113            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
114            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
115            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
116            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
117            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
118            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
119            ! t/op/pwent.t
120 ____________________________________________________________________________
121 [  3398] By: jhi                                   on 1999/05/12  09:33:08
122         Log: Detect whether fflush(NULL) works as per change #3352.
123      Branch: cfgperl
124            ! Configure config_h.SH perl.h
125 ____________________________________________________________________________
126 [  3397] By: gsar                                  on 1999/05/12  08:56:03
127         Log: From: jan.dubois@ibm.net (Jan Dubois)
128              Date: Wed, 12 May 1999 01:01:00 +0200
129              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
130              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
131      Branch: perl
132            ! doop.c
133 ____________________________________________________________________________
134 [  3396] By: gsar                                  on 1999/05/12  08:23:27
135         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
136              stat() behaves similarly
137      Branch: perl
138            ! win32/win32.c
139 ____________________________________________________________________________
140 [  3395] By: jhi                                   on 1999/05/11  22:21:32
141         Log: Redo parts of #3341 and #3358 that #3394 undid.
142      Branch: cfgperl
143            ! Configure config_h.SH
144 ____________________________________________________________________________
145 [  3394] By: jhi                                   on 1999/05/11  22:03:48
146         Log: Add I_NETINET_TCP to help change #3391.
147      Branch: cfgperl
148            ! Configure config_h.SH ext/Socket/Socket.xs
149 ____________________________________________________________________________
150 [  3393] By: jhi                                   on 1999/05/11  21:44:59
151         Log: Integrate from mainperl.
152      Branch: cfgperl
153           !> (integrate 55 files)
154 ____________________________________________________________________________
155 [  3392] By: gsar                                  on 1999/05/11  20:56:43
156         Log: update embedvar.h
157      Branch: perl
158            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
159 ____________________________________________________________________________
160 [  3391] By: gsar                                  on 1999/05/11  16:32:05
161         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
162              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
163              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
164              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
165      Branch: perl
166            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
167 ____________________________________________________________________________
168 [  3390] By: gsar                                  on 1999/05/11  15:27:40
169         Log: display more frequent progress messages when STDOUT is a tty
170      Branch: perl
171            ! lib/Test/Harness.pm
172 ____________________________________________________________________________
173 [  3389] By: gsar                                  on 1999/05/11  14:40:58
174         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
175              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
176              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
177              Subject: [PATCH 5.005_53] Explanations by Test::Harness
178      Branch: perl
179            ! lib/Test/Harness.pm
180 ____________________________________________________________________________
181 [  3388] By: gsar                                  on 1999/05/11  14:08:14
182         Log: avoid creating spurious subroutine stubs on failed subroutine
183              call and other places of sv_2cv() misuse; fixes problems with
184              failed subroutine calls "hiding" later attempts to lookup methods
185              in base classes
186      Branch: perl
187            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
188 ____________________________________________________________________________
189 [  3387] By: gsar                                  on 1999/05/11  09:34:13
190         Log: various fixes for clean build and test on win32; configpm broken,
191              needed to open myconfig.SH rather than myconfig; sundry adjustments
192              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
193              work under win32; getenv_sv() changed to getenv_len() since SVs
194              aren't visible in the lower echelons; remove bogus exports from
195              config.sym; PERL_OBJECT-ness for C++ exception support; null out
196              IoDIRP in filter_del() or sv_free() will attempt to close it
197      Branch: perl
198            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
199            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
200            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
201            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
202            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
203            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
204            ! win32/config.gc win32/config.vc win32/makedef.pl
205            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
206            ! win32/win32.c win32/win32.h
207 ____________________________________________________________________________
208 [  3386] By: gsar                                  on 1999/05/11  02:49:07
209         Log: gutsupport for C++ exceptions
210              From: Chip Salzenberg <chip@perlsupport.com>
211              Date: Tue, 9 Mar 1999 11:51:57 -0500
212              Message-ID: <19990309115157.E7911@perlsupport.com>
213              Subject: [PATCH 5.005] Flexible Exceptions
214      Branch: perl
215            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
216            ! scope.c scope.h thrdvar.h util.c
217 ____________________________________________________________________________
218 [  3385] By: gsar                                  on 1999/05/10  19:33:36
219         Log: "weak" references internals, still needs perlguts documentation
220              (somewhat modified version of patch suggested by Tuomas J. Lukka
221              <lukka@fas.harvard.edu>)
222      Branch: perl
223            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
224            ! pod/perldiag.pod proto.h sv.c sv.h util.c
225 ____________________________________________________________________________
226 [  3384] By: jhi                                   on 1999/05/10  18:21:43
227         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
228              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
229      Branch: cfgperl
230            ! INSTALL hints/dec_osf.sh
231 ____________________________________________________________________________
232 [  3381] By: jhi                                   on 1999/05/10  14:39:28
233         Log: Integrate from mainperl.
234      Branch: cfgperl
235           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
236           +> cygwin32/build-instructions.charles-wilson
237           +> cygwin32/build-instructions.sebastien-barre
238           +> cygwin32/build-instructions.steven-morlock
239           +> cygwin32/build-instructions.steven-morlock2
240           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
241           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
242           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
243           +> t/op/numconvert.t utils/perlbc.PL
244            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
245            - cygwin32/perlld
246           !> (integrate 105 files)
247 ____________________________________________________________________________
248 [  3380] By: gsar                                  on 1999/05/10  12:27:14
249         Log: regen regnodes.h
250      Branch: perl
251            ! Changes regnodes.h
252 ____________________________________________________________________________
253 [  3379] By: gsar                                  on 1999/05/10  12:17:26
254         Log: From: jan.dubois@ibm.net (Jan Dubois)
255              Date: Sat, 01 May 1999 22:55:36 +0200
256              Message-ID: <373067e9.56194713@smtp1.ibm.net>
257              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
258      Branch: perl
259            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
260            ! win32/config_H.vc
261 ____________________________________________________________________________
262 [  3378] By: gsar                                  on 1999/05/10  12:07:13
263         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
264              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
265              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
266              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
267      Branch: perl
268            + t/op/numconvert.t
269            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
270            ! util.c
271 ____________________________________________________________________________
272 [  3377] By: gsar                                  on 1999/05/10  11:39:48
273         Log: pp_modulo comment tweak from Ilya
274      Branch: perl
275            ! pp.c
276 ____________________________________________________________________________
277 [  3376] By: gsar                                  on 1999/05/10  11:30:40
278         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
279              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
280              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
281              Subject: Test.pm update [PATCH _56]
282      Branch: perl
283            ! lib/Test.pm
284 ____________________________________________________________________________
285 [  3375] By: gsar                                  on 1999/05/10  11:28:30
286         Log: From: jan.dubois@ibm.net (Jan Dubois)
287              Date: Fri, 07 May 1999 00:59:54 +0200
288              Message-ID: <373318ae.19292461@smtp1.ibm.net>
289              Subject: Re: Using existing memory for an SV's PV 
290      Branch: perl
291            ! sv.c
292 ____________________________________________________________________________
293 [  3374] By: gsar                                  on 1999/05/10  11:23:44
294         Log: From: jan.dubois@ibm.net (Jan Dubois)
295              Date: Fri, 07 May 1999 00:59:52 +0200
296              Message-ID: <37321800.19118320@smtp1.ibm.net>
297              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
298      Branch: perl
299            ! perl.h
300 ____________________________________________________________________________
301 [  3373] By: gsar                                  on 1999/05/10  11:22:10
302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
303              Date: Thu, 6 May 1999 18:17:28 -0400
304              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
305              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
306      Branch: perl
307            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
308            ! util.c
309 ____________________________________________________________________________
310 [  3372] By: gsar                                  on 1999/05/10  10:57:49
311         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
312              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
313              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
314              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
315      Branch: perl
316            ! regcomp.c regcomp.pl
317 ____________________________________________________________________________
318 [  3371] By: gsar                                  on 1999/05/10  10:54:01
319         Log: From: lane@duphy4.physics.drexel.edu
320              Date: Tue, 04 May 1999 10:19:25 -0700
321              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
322              Subject: [PATCH 5.005.56] pod->html VMS fixes
323      Branch: perl
324            ! installhtml lib/Pod/Html.pm
325 ____________________________________________________________________________
326 [  3370] By: gsar                                  on 1999/05/10  10:45:52
327         Log: testsuite nits
328      Branch: perl
329            ! t/lib/io_linenum.t t/op/filetest.t
330 ____________________________________________________________________________
331 [  3369] By: gsar                                  on 1999/05/10  10:35:22
332         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
333              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
334              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
335              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
336      Branch: perl
337            ! os2/os2ish.h os2/os2thread.h
338 ____________________________________________________________________________
339 [  3368] By: gsar                                  on 1999/05/10  10:00:11
340         Log: From: Albert Dvornik <bert@genscan.com>
341              Date: 03 May 1999 12:20:57 -0400
342              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
343              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
344      Branch: perl
345            ! dump.c
346 ____________________________________________________________________________
347 [  3367] By: gsar                                  on 1999/05/10  09:55:51
348         Log: shadow password support for Solaris (needs Configure help to
349              determine HAS_GETSPENT)
350              From: "Patrick O'Brien" <pdo@cs.umd.edu>
351              Date: Sat, 01 May 1999 19:41:17 -0400
352              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
353              Subject: getpwent() under solaris
354      Branch: perl
355            ! pp_sys.c
356 ____________________________________________________________________________
357 [  3366] By: gsar                                  on 1999/05/10  09:45:58
358         Log: From: jan.dubois@ibm.net (Jan Dubois)
359              Date: Sat, 01 May 1999 23:45:47 +0200
360              Message-ID: <373373fb.59284266@smtp1.ibm.net>
361              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
362      Branch: perl
363            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
364            ! pod/perldelta.pod
365 ____________________________________________________________________________
366 [  3365] By: gsar                                  on 1999/05/10  09:34:22
367         Log: test suite and fix input_line_number()
368              From: Paul Johnson <pjcj@transeda.com>
369              Date: Thu, 29 Apr 1999 06:28:14 +0100
370              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
371              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
372      Branch: perl
373            + t/lib/io_linenum.t
374            ! MANIFEST ext/IO/lib/IO/Handle.pm
375 ____________________________________________________________________________
376 [  3364] By: gsar                                  on 1999/05/10  09:20:56
377         Log: fix overeager [:foo:] parsing
378              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
379              Date: Fri, 30 Apr 1999 09:26:18 +0100
380              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
381              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
382      Branch: perl
383            ! regcomp.c t/op/re_tests
384 ____________________________________________________________________________
385 [  3363] By: gsar                                  on 1999/05/10  09:09:21
386         Log: documentation for Win32 builtins (somewhat modified)
387              From: jan.dubois@ibm.net (Jan Dubois)
388              Date: Tue, 30 Mar 1999 08:05:03 +0200
389              Message-ID: <37006783.1926460@smtp1.ibm.net>
390              Subject: Re: Issues with build 509 
391      Branch: perl
392            + pod/Win32.pod
393            ! MANIFEST
394 ____________________________________________________________________________
395 [  3362] By: gsar                                  on 1999/05/10  08:22:07
396         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
397      Branch: perl
398            ! lib/File/Copy.pm win32/win32.c
399 ____________________________________________________________________________
400 [  3361] By: gsar                                  on 1999/05/10  08:11:29
401         Log: escape ampersands in <pre> sections
402      Branch: perl
403            ! Changes lib/Pod/Html.pm
404 ____________________________________________________________________________
405 [  3360] By: gsar                                  on 1999/05/10  08:04:14
406         Log: AIX hints enhancements (threads build, SOCKS support)
407              From: "David R. Favor" <dfavor@austin.ibm.com>
408              Date: Wed, 28 Apr 1999 08:45:28 -0500
409              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
410              Subject: Working build for AIX + gcc + threading
411      Branch: perl
412            ! hints/aix.sh
413 ____________________________________________________________________________
414 [  3359] By: gsar                                  on 1999/05/10  07:49:26
415         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
416              Date: Tue, 27 Apr 1999 23:47:24 PDT
417              Message-ID: <19990428064724.95244.qmail@hotmail.com>
418              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
419              --
420              Date: Thu, 29 Apr 1999 18:21:06 -0700
421              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
422              Subject: [PATCH 5.005_56] double constants ( C.pm)
423              --
424              Date: Mon, 03 May 1999 20:21:31 PDT
425              Message-ID: <19990504032131.81113.qmail@hotmail.com>
426              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
427              --
428              Date: Thu, 06 May 1999 17:57:09 -0700
429              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
430              Subject: Stash.pm
431      Branch: perl
432            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
433            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
434 ____________________________________________________________________________
435 [  3358] By: gsar                                  on 1999/05/10  04:39:15
436         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
437              From: alexander smishlajev <als@turnhere.com>
438              Date: Sun, 25 Apr 1999 14:58:29 +0300
439              Message-ID: <37230365.5F68B460@turnhere.com>
440              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
441      Branch: perl
442            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
443            + cygwin32/build-instructions.charles-wilson
444            + cygwin32/build-instructions.sebastien-barre
445            + cygwin32/build-instructions.steven-morlock
446            + cygwin32/build-instructions.steven-morlock2
447            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
448            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
449            - cygwin32/perlld
450            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
451            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
452            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
453            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
454            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
455            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
456 ____________________________________________________________________________
457 [  3357] By: gsar                                  on 1999/05/10  04:07:07
458         Log: applied suggested patch, modulo already applied parts
459              From: Charles Bailey <BAILEY@newman.upenn.edu>
460              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
461              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
462              Subject: [Patch 5.005_56] VMS consolidated patch #2
463      Branch: perl
464            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
465            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
466            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
467            ! vms/subconfigure.com vms/test.com vms/vms.c
468 ____________________________________________________________________________
469 [  3356] By: gsar                                  on 1999/05/10  03:48:08
470         Log: applied suggested patch, with win32 and PERL_OBJECT additions
471              From: Tom Hughes <tom@compton.nu>
472              Date: Sat, 24 Apr 1999 18:11:59 +0100
473              Message-ID: <609bdff748.tom@compton.compton.nu>
474              Subject: ByteLoader patch
475      Branch: perl
476            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
477            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
478            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
479            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
480            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
481            ! utils/Makefile win32/Makefile win32/makefile.mk
482 ____________________________________________________________________________
483 [  3355] By: gsar                                  on 1999/05/10  03:22:49
484         Log: document 'test' attribute (from Andreas Koenig)
485      Branch: perl
486            ! lib/ExtUtils/MakeMaker.pm
487 ____________________________________________________________________________
488 [  3354] By: gsar                                  on 1999/05/10  03:12:37
489         Log: From: pmarquess@bfsec.bt.co.uk
490              Date: Thu, 22 Apr 1999 23:12:08 +0100
491              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
492              Subject: PATCH for small bug in scan_bin
493      Branch: perl
494            ! util.c
495 ____________________________________________________________________________
496 [  3353] By: gsar                                  on 1999/05/10  02:39:33
497         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
498              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
499      Branch: perl
500            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
501            ! win32/win32iop.h
502 ____________________________________________________________________________
503 [  3352] By: gsar                                  on 1999/05/09  22:47:39
504         Log: flush all open output buffers before fork(), exec(), system, qx//
505              and pipe open() operations, simplifying buffering headaches faced
506              by users; uses fflush(NULL), which may need Configure test
507      Branch: perl
508            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
509            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
510 ____________________________________________________________________________
511 [  3351] By: gsar                                  on 1999/05/09  21:11:51
512         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
513              Leroy <jll@skynet.be>)
514      Branch: perl
515            ! utils/perlcc.PL
516 ____________________________________________________________________________
517 [  3350] By: gsar                                  on 1999/05/09  20:39:11
518         Log: normalize $^X to full pathname on win32
519      Branch: perl
520            ! win32/runperl.c
521 ____________________________________________________________________________
522 [  3349] By: gsar                                  on 1999/05/09  20:23:07
523         Log: allow readline($globref), <$globref> already works
524      Branch: perl
525            ! pp_hot.c
526 ____________________________________________________________________________
527 [  3348] By: gsar                                  on 1999/05/09  20:00:09
528         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
529              <lemburg@online-club.de>)
530      Branch: perl
531            ! utils/perldoc.PL
532 ____________________________________________________________________________
533 [  3347] By: gsar                                  on 1999/05/09  18:47:21
534         Log: additions to Thread.pm docs from Tuomas J. Lukka
535              <lukka@fas.harvard.edu>
536      Branch: perl
537            ! ext/Thread/Thread.pm
538 ____________________________________________________________________________
539 [  3346] By: gsar                                  on 1999/05/09  18:38:00
540         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
541              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
542              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
543              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
544      Branch: perl
545            ! ext/B/B/Xref.pm
546 ____________________________________________________________________________
547 [  3345] By: gsar                                  on 1999/05/09  18:22:43
548         Log: work around mangled archname on win32 while finding privlib/sitelib;
549              normalize lib paths to forward slashes internally
550      Branch: perl
551            ! win32/win32.c
552 ____________________________________________________________________________
553 [  3344] By: gsar                                  on 1999/05/09  03:20:06
554         Log: fix typo in dbm filters that caused odbm.t to fail
555      Branch: perl
556            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
557 ____________________________________________________________________________
558 [  3343] By: gsar                                  on 1999/05/09  02:02:59
559         Log: tweak test totals
560      Branch: perl
561            ! Changes t/lib/tie-stdhandle.t
562 ____________________________________________________________________________
563 [  3342] By: gsar                                  on 1999/05/09  01:42:06
564         Log: import list propagation busted (pointed out by Ton Hospel
565              <thospel@mail.dma.be>)
566      Branch: perl
567            ! lib/autouse.pm
568 ____________________________________________________________________________
569 [  3341] By: gsar                                  on 1999/05/09  00:54:18
570         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
571              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
572      Branch: perl
573            ! Configure Makefile.SH
574 ____________________________________________________________________________
575 [  3340] By: gsar                                  on 1999/05/09  00:40:41
576         Log: generate manpages for newly added utils
577      Branch: perl
578            ! installman
579 ____________________________________________________________________________
580 [  3339] By: gsar                                  on 1999/05/09  00:33:50
581         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
582              Date: Sun, 02 May 1999 17:59:24 +0100
583              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
584              Subject: [PATCH] Re: ptr to realloced memory in yylex
585      Branch: perl
586            ! toke.c
587 ____________________________________________________________________________
588 [  3338] By: jhi                                   on 1999/05/08  22:40:29
589         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
590      Branch: cfgperl
591            ! INSTALL
592 ____________________________________________________________________________
593 [  3337] By: jhi                                   on 1999/05/08  22:22:26
594         Log: Integrate from mainperl.
595      Branch: cfgperl
596           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
597           !> (integrate 54 files)
598 ____________________________________________________________________________
599 [  3336] By: gsar                                  on 1999/05/08  21:48:22
600         Log: make perldoc -f grok nested =items
601      Branch: perl
602            ! utils/perldoc.PL
603 ____________________________________________________________________________
604 [  3335] By: gsar                                  on 1999/05/08  19:48:11
605         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
606      Branch: perl
607            ! op.c t/lib/fields.t
608 ____________________________________________________________________________
609 [  3334] By: gsar                                  on 1999/05/08  19:09:41
610         Log: update test totals
611      Branch: perl
612            ! t/lib/bigintpm.t
613 ____________________________________________________________________________
614 [  3333] By: gsar                                  on 1999/05/08  16:56:02
615         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
616      Branch: perl
617            ! pod/perlfunc.pod
618 ____________________________________________________________________________
619 [  3332] By: gsar                                  on 1999/05/08  16:46:44
620         Log: applied suggested patch, added tests
621              From: William Mann <wmann@avici.com>
622              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
623              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
624              Subject: BigInt.pm extensions for logical operations
625      Branch: perl
626            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
627 ____________________________________________________________________________
628 [  3331] By: gsar                                  on 1999/05/08  16:09:33
629         Log: avoid temporary files named 'tmp'
630      Branch: perl
631            ! Makefile.SH pp.c
632 ____________________________________________________________________________
633 [  3330] By: nick                                  on 1999/05/08  14:16:30
634         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
635              Provide Tie::StdHandle
636              Basic update of docs.
637      Branch: perl
638            + t/lib/tie-stdhandle.t
639            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
640 ____________________________________________________________________________
641 [  3329] By: nick                                  on 1999/05/08  12:03:45
642         Log: Tweaks to open(my $fh,...) stuff
643      Branch: perl
644            ! op.c pp.c pp_sys.c t/io/open.t
645 ____________________________________________________________________________
646 [  3328] By: nick                                  on 1999/05/08  11:18:42
647         Log: Bring SDBM_File.xs into line with new typemap
648      Branch: perl
649            ! ext/SDBM_File/SDBM_File.xs
650 ____________________________________________________________________________
651 [  3327] By: gsar                                  on 1999/05/08  00:07:11
652         Log: add test case for AUTOLOAD reentrancy fix in change#3279
653      Branch: perl
654            ! t/lib/autoloader.t
655 ____________________________________________________________________________
656 [  3326] By: nick                                  on 1999/05/07  21:24:50
657         Log: Implement open( my $fh, ...) and similar.
658              Set flag in op.c for "constructor ops"
659              In pp_rv2gv, if flag is set and arg is PADSV and uninit
660              vivify as reference to a detached GV.
661              (Name of GV is the pad name.)
662              This scheme should "just work" for pipe/socket etc. too.
663              
664              #if 0 out the open(FH,undef) for now.
665              Change t/io/open.t to test open(my $fh,...)
666      Branch: perl
667            ! op.c pp.c pp_sys.c t/io/open.t
668 ____________________________________________________________________________
669 [  3325] By: nick                                  on 1999/05/07  21:18:42
670         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
671      Branch: perl
672            ! util.c
673 ____________________________________________________________________________
674 [  3324] By: gsar                                  on 1999/05/07  20:28:31
675         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
676              intervening code has to allocate SVs)
677      Branch: perl
678            ! util.c
679 ____________________________________________________________________________
680 [  3323] By: gsar                                  on 1999/05/07  19:45:08
681         Log: allow line numbers to show in diagnostics during global destruction
682      Branch: perl
683            ! util.c
684 ____________________________________________________________________________
685 [  3322] By: gsar                                  on 1999/05/07  09:38:11
686         Log: From: Dan Sugalski <sugalskd@ous.edu>
687              Date: Fri, 09 Apr 1999 16:16:39 -0700
688              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
689              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
690      Branch: perl
691            ! lib/ExtUtils/MM_VMS.pm
692 ____________________________________________________________________________
693 [  3321] By: gsar                                  on 1999/05/07  09:08:23
694         Log: From: kwzh@gnu.org (Karl Heuer)
695              Date: Wed, 7 Apr 1999 23:58:58 -0400
696              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
697              Subject: [perl-5.005.02] detect lack of /dev/tty
698      Branch: perl
699            ! Makefile.SH
700 ____________________________________________________________________________
701 [  3320] By: gsar                                  on 1999/05/07  08:52:14
702         Log: allow distinct prefix for versioned executables
703              From: Roderick Schertler <roderick@argon.org>
704              Date: Wed, 07 Apr 1999 15:34:56 -0400
705              Message-ID: <3003.923513696@eeyore.ibcinc.com>
706              Subject: perl55.00503 -> perl5.00503 patch for installperl
707      Branch: perl
708            ! INSTALL installperl
709 ____________________________________________________________________________
710 [  3319] By: gsar                                  on 1999/05/07  08:07:02
711         Log: From: Dan Sugalski <sugalskd@osshe.edu>
712              Date: Mon, 05 Apr 1999 15:38:42 -0700
713              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
714              Subject: Re: chomp fails with $/ in fixed-length record mode
715              --
716              From: Roderick Schertler <roderick@argon.org>
717              Date: Tue, 06 Apr 1999 21:11:37 -0400
718              Message-ID: <2795.923447497@eeyore.ibcinc.com>
719              Subject: Re: chomp fails with $/ in fixed-length record mode
720      Branch: perl
721            ! doop.c pod/perlfunc.pod t/op/chop.t
722 ____________________________________________________________________________
723 [  3318] By: gsar                                  on 1999/05/07  07:56:35
724         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
725              Date: Tue, 6 Apr 1999 01:40:36 -0400
726              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
727              Subject: [PATCH 5.005_*] Make % use fmod()
728      Branch: perl
729            ! pp.c t/op/arith.t
730 ____________________________________________________________________________
731 [  3317] By: gsar                                  on 1999/05/07  04:18:11
732         Log: DBM Filters (via private mail)
733              From: pmarquess@bfsec.bt.co.uk
734              Date: Sun, 18 Apr 1999 21:05:52 +0100
735              Message-Id: <199904182009.NAA19152@activestate.com>
736              Subject: DBM Filters
737      Branch: perl
738            + pod/perldbmfilter.pod
739            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
740            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
741            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
742            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
743            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
744            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
745            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
746            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
747            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
748            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
749            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
750            ! t/lib/sdbm.t
751 ____________________________________________________________________________
752 [  3316] By: gsar                                  on 1999/05/07  03:28:53
753         Log: avoid negative return value from Win32::GetTickCount()
754              From: jan.dubois@ibm.net (Jan Dubois)
755              Date: Sat, 03 Apr 1999 19:04:18 +0200
756              Message-ID: <37084742.22824479@smtp1.ibm.net>
757              Subject: Re: Win32::GetTickCount
758      Branch: perl
759            ! win32/win32.c
760 ____________________________________________________________________________
761 [  3315] By: nick                                  on 1999/05/06  21:44:38
762         Log: open(FH,undef) # creates new_tmpfile opened read/write
763              Add t/io/open.t with test for above.
764      Branch: perl
765            + t/io/open.t
766            ! pp_sys.c
767 ____________________________________________________________________________
768 [  3314] By: gsar                                  on 1999/05/06  08:01:23
769         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
770              Date: Tue, 30 Mar 1999 23:40:34 PST
771              Message-ID: <19990331074034.6117.qmail@hotmail.com>
772              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
773              --
774              Date: Wed, 07 Apr 1999 00:28:23 -0800
775              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
776              Subject: [PATCH 5.005_56] function prototypes(B.pm)
777              --
778              Date: Thu, 22 Apr 1999 23:40:52 -0700
779              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
780              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
781              --
782              Date: Tue, 27 Apr 1999 01:14:49 PDT
783              Message-ID: <19990427081449.28615.qmail@hotmail.com>
784              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
785      Branch: perl
786            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
787            ! t/op/ref.t
788 ____________________________________________________________________________
789 [  3313] By: jhi                                   on 1999/05/06  07:59:52
790         Log: Integrate from mainperl.
791      Branch: cfgperl
792           !> (integrate 33 files)
793 ____________________________________________________________________________
794 [  3312] By: gsar                                  on 1999/05/06  07:11:50
795         Log: add Ethiopic section to unicode master database (from Ken
796              Whistler <kenw@sybase.com>)
797      Branch: perl
798            ! lib/unicode/UnicodeData-Latest.txt
799 ____________________________________________________________________________
800 [  3311] By: gsar                                  on 1999/05/06  05:37:55
801         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
802              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
803              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
804              Subject: Largefiles for Solaris
805      Branch: perl
806            ! hints/solaris_2.sh
807 ____________________________________________________________________________
808 [  3310] By: gsar                                  on 1999/05/06  05:14:35
809         Log: emit more accurate diagnostic for syntax errors involving <>
810              within eval""
811      Branch: perl
812            ! toke.c utils/perldoc.PL
813 ____________________________________________________________________________
814 [  3309] By: gsar                                  on 1999/05/06  04:36:31
815         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
816      Branch: perl
817            ! t/lib/open3.t
818 ____________________________________________________________________________
819 [  3308] By: gsar                                  on 1999/05/06  03:19:16
820         Log: applied first part of suggested patch (bug described cannot be
821              reproduced any longer, so the second inconclusive part has not
822              been applied)
823              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
824              Date: Sun, 28 Mar 1999 04:51:34 +0100
825              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
826              Subject: [PATCH 5.005_56] Re: A core dump 
827      Branch: perl
828            ! toke.c
829 ____________________________________________________________________________
830 [  3307] By: gsar                                  on 1999/05/06  01:56:06
831         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
832              change#3810)
833      Branch: perl
834            ! op.c
835 ____________________________________________________________________________
836 [  3306] By: gsar                                  on 1999/05/05  17:17:34
837         Log: applied non-conflicting parts of suggested patch
838              From: Charles Bailey <BAILEY@newman.upenn.edu>
839              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
840              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
841              Subject: [Patch 5.005_56] Revised VMS patch
842      Branch: perl
843            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
844            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
845 ____________________________________________________________________________
846 [  3305] By: gsar                                  on 1999/05/05  16:20:19
847         Log: make perldoc use backslashed pathnames within system() on win32
848      Branch: perl
849            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
850 ____________________________________________________________________________
851 [  3304] By: gsar                                  on 1999/05/05  07:29:43
852         Log: upgrade Pod::Parser to v1.081 from CPAN
853      Branch: perl
854            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
855            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
856            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
857 ____________________________________________________________________________
858 [  3303] By: gsar                                  on 1999/05/05  07:02:07
859         Log: From: Andy Dougherty <doughera@lafayette.edu>
860              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
861              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
862              Subject: [PATCH 5.005_03-MT3] INSTALL patches
863      Branch: perl
864            ! INSTALL
865 ____________________________________________________________________________
866 [  3302] By: gsar                                  on 1999/05/05  06:55:21
867         Log: load base packages based on nonexistent $VERSION
868              From: andreas.koenig@anima.de (Andreas J. Koenig)
869              Date: 19 Mar 1999 06:00:28 +0100
870              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
871              Subject: Re: base.pm flaw
872      Branch: perl
873            ! lib/base.pm lib/locale.pm
874 ____________________________________________________________________________
875 [  3301] By: gsar                                  on 1999/05/04  05:41:08
876         Log: pod2man outputs switched date and revision label (fix suggested by
877              EthanSasiela@mede.com)
878      Branch: perl
879            ! pod/pod2man.PL
880 ____________________________________________________________________________
881 [  3300] By: gsar                                  on 1999/05/03  18:48:25
882         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
883              (makes opendir(D,"c:") work reliably)
884      Branch: perl
885            ! win32/win32.c
886 ____________________________________________________________________________
887 [  3299] By: gsar                                  on 1999/05/02  19:39:55
888         Log: add test case for change#3298
889      Branch: perl
890            ! sv.c t/op/readdir.t
891 ____________________________________________________________________________
892 [  3298] By: gsar                                  on 1999/05/02  19:24:41
893         Log: close directory handles properly when localized
894      Branch: perl
895            ! sv.c
896 ____________________________________________________________________________
897 [  3297] By: jhi                                   on 1999/04/30  11:42:14
898         Log: Integrate from mainperl.
899      Branch: cfgperl
900           !> Changes config_h.SH configure.com lib/AutoLoader.pm
901           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
902           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
903           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
904           !> vms/subconfigure.com win32/win32.c
905 ____________________________________________________________________________
906 [  3293] By: chip                                  on 1999/04/29  18:50:49
907         Log: Fix shebang lines.
908      Branch: maint-5.004/perl
909            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
910            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
911            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
912            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
913            ! x2p/find2perl.PL x2p/s2p.PL
914 ____________________________________________________________________________
915 [  3284] By: gsar                                  on 1999/04/27  00:48:42
916         Log: integrate change#3279 from maint-5.004
917      Branch: perl
918            ! lib/AutoLoader.pm
919 ____________________________________________________________________________
920 [  3279] By: chip                                  on 1999/04/26  23:09:26
921         Log: Make &AutoLoad::AUTOLOAD reentrant.
922      Branch: maint-5.004/perl
923            ! lib/AutoLoader.pm
924 ____________________________________________________________________________
925 [  3276] By: chip                                  on 1999/04/26  22:34:36
926         Log: Make porting scripts executable.
927      Branch: maint-5.004/perl
928            ! Changes Porting/genlog Porting/makerel Porting/p4desc
929            ! Porting/patchls
930 ____________________________________________________________________________
931 [  3274] By: gsar                                  on 1999/04/26  17:30:31
932         Log: allow embedded null characters in diagnostics
933      Branch: perl
934            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
935 ____________________________________________________________________________
936 [  3273] By: gsar                                  on 1999/04/26  08:27:22
937         Log: hand-applied conflicting parts of suggested patch
938              From: Charles Bailey <BAILEY@newman.upenn.edu>
939              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
940              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
941              Subject: [PATCH 5.005_56] VMS configuration/build
942      Branch: perl
943            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
944            ! vms/munchconfig.c vms/subconfigure.com
945 ____________________________________________________________________________
946 [  3272] By: gsar                                  on 1999/04/26  08:25:41
947         Log: update Changes; tweak minor regressions
948      Branch: perl
949            ! Changes lib/AutoSplit.pm lib/File/Path.pm
950 ____________________________________________________________________________
951 [  3271] By: gsar                                  on 1999/04/26  07:52:51
952         Log: integrate change#3229 from maint-5.004
953      Branch: perl
954            ! pp_ctl.c util.c
955 ____________________________________________________________________________
956 [  3270] By: gsar                                  on 1999/04/25  22:58:27
957         Log: fix buggy reference count on refs to SVs with autoviv magic
958              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
959              accessing free()d memory)
960      Branch: perl
961            ! pp.c t/op/ref.t
962 ____________________________________________________________________________
963 [  3269] By: gsar                                  on 1999/04/24  17:07:55
964         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
965              on win32)
966      Branch: perl
967            ! win32/win32.c
968 ____________________________________________________________________________
969 [  3268] By: gsar                                  on 1999/04/24  16:38:25
970         Log: kill dup hunk
971      Branch: perl
972            ! config_h.SH
973 ____________________________________________________________________________
974 [  3267] By: gsar                                  on 1999/04/24  16:35:57
975         Log: integrate cfgperl changes into mainline
976      Branch: perl
977           +> myconfig.SH
978            - myconfig
979            ! pod/perlre.pod
980           !> (integrate 38 files)
981 ____________________________________________________________________________
982 [  3266] By: jhi                                   on 1999/04/23  18:42:44
983         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
984              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
985              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
986              Cc: Lionel Cons <lionel.cons@cern.ch>,
987              Ilya Zakharevich <ilya@math.ohio-state.edu>,
988              David Hayes <david@bdel.com>
989              Subject: [PATCH] h2ph
990              Date: Fri, 23 Apr 1999 12:37:23 -0400
991              Message-ID: <19990423123723.A49550@O2.chapin.edu>
992      Branch: cfgperl
993            ! utils/h2ph.PL
994 ____________________________________________________________________________
995 [  3265] By: jhi                                   on 1999/04/21  18:17:12
996         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
997              To: perlbug@perl.org
998              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
999              Date: Wed, 21 Apr 1999 08:17:54 -0700
1000              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
1001      Branch: cfgperl
1002            ! vms/descrip_mms.template
1003 ____________________________________________________________________________
1004 [  3264] By: jhi                                   on 1999/04/20  08:50:54
1005         Log: From: Andy Dougherty <doughera@lafayette.edu>
1006              To: The Perl Porters Mailing List <perl5-porters@perl.org>
1007              Subject: [PATCH 5.005_56] Re: 5.006 Todo
1008              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
1009              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
1010      Branch: cfgperl
1011            ! Porting/pumpkin.pod
1012 ____________________________________________________________________________
1013 [  3263] By: jhi                                   on 1999/04/20  08:05:01
1014         Log: From: Chip Salzenberg <chip@perlsupport.com>
1015              To: Perl 5 Porters <perl5-porters@perl.org>
1016              Subject: [PATCH 5.005_56] Configure: $sig_count
1017              Date: Sun, 18 Apr 1999 17:54:36 -0400
1018              Message-ID: <19990418175436.A27496@perlsupport.com>
1019      Branch: cfgperl
1020            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1021            ! config_h.SH
1022 ____________________________________________________________________________
1023 [  3262] By: jhi                                   on 1999/04/19  18:23:50
1024         Log: Subject: PATCH wrong faq reference in perlbook.pod
1025              From: Robin Barker <rmb1@cise.npl.co.uk>
1026              To: perlbug@perl.com
1027              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
1028              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
1029      Branch: cfgperl
1030            ! pod/perlbook.pod
1031 ____________________________________________________________________________
1032 [  3261] By: jhi                                   on 1999/04/15  13:59:04
1033         Log: From: Andy Dougherty <doughera@lafayette.edu>
1034              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
1035              Cc: Perl Porters <perl5-porters@perl.org>
1036              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
1037              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
1038              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
1039      Branch: cfgperl
1040            ! hints/solaris_2.sh
1041 ____________________________________________________________________________
1042 [  3260] By: jhi                                   on 1999/04/15  13:56:53
1043         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
1044              To: pumpkings@jhereg.perl.com
1045              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
1046              Date: Thu, 15 Apr 1999 07:13:41 -0600
1047              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
1048      Branch: cfgperl
1049            ! pod/perldata.pod
1050 ____________________________________________________________________________
1051 [  3259] By: jhi                                   on 1999/04/13  23:12:52
1052         Log: LDLIBPTH also on 'clean' targets.
1053      Branch: cfgperl
1054            ! Makefile.SH
1055 ____________________________________________________________________________
1056 [  3258] By: jhi                                   on 1999/04/13  21:38:46
1057         Log: Add information about the two DEC C compiler optimizer bugs
1058              (what patch levels of the compilers fix them).
1059      Branch: cfgperl
1060            ! pp.c t/op/repeat.t
1061 ____________________________________________________________________________
1062 [  3257] By: jhi                                   on 1999/04/13  14:25:08
1063         Log: Be polite about ccdlflags and lddflags, too.
1064              Avoid Perl's malloc only when threaded.
1065      Branch: cfgperl
1066            ! hints/aix.sh
1067 ____________________________________________________________________________
1068 [  3256] By: jhi                                   on 1999/04/13  10:21:33
1069         Log: Croak if no known ways to semctl() (don't assume union semun).
1070      Branch: cfgperl
1071            ! doio.c perl.h
1072 ____________________________________________________________________________
1073 [  3255] By: jhi                                   on 1999/04/13  09:10:26
1074         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1075              To: perl5-porters@perl.org, vmsperl@perl.org
1076              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
1077              Date: Mon, 12 Apr 1999 13:36:48 -0700
1078              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
1079      Branch: cfgperl
1080            ! lib/ExtUtils/MM_VMS.pm
1081 ____________________________________________________________________________
1082 [  3254] By: jhi                                   on 1999/04/13  06:56:26
1083         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1084              To: perlbug@perl.com
1085              Subject: Update for OpenBSD hints
1086              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
1087              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
1088      Branch: cfgperl
1089            ! hints/openbsd.sh
1090 ____________________________________________________________________________
1091 [  3229] By: chip                                  on 1999/04/13  04:04:14
1092         Log: Preserve errno from importunities of sfio.
1093      Branch: maint-5.004/perl
1094            ! pp_ctl.c util.c
1095 ____________________________________________________________________________
1096 [  3226] By: jhi                                   on 1999/04/11  12:52:26
1097         Log: If both ways to call semctl are broken,    skip the tests.
1098      Branch: cfgperl
1099            ! t/lib/ipc_sysv.t
1100 ____________________________________________________________________________
1101 [  3225] By: jhi                                   on 1999/04/10  22:27:28
1102         Log: From: Andy Dougherty <doughera@lafayette.edu>
1103              To: dsembr01@ox.slug.louisville.edu
1104              Cc: perlbug@perl.com
1105              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
1106              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
1107              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
1108      Branch: cfgperl
1109            ! ext/POSIX/POSIX.xs
1110 ____________________________________________________________________________
1111 [  3224] By: jhi                                   on 1999/04/09  18:50:32
1112         Log: From: Andy Dougherty <doughera@lafayette.edu>
1113              To: Perl Porters <perl5-porters@perl.org>
1114              Subject: [PATCH 5.005_56] Re: prefix= in hints
1115              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
1116              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
1117              
1118              (Overrides change #3204 from Kurt)
1119      Branch: cfgperl
1120            ! hints/linux.sh
1121 ____________________________________________________________________________
1122 [  3223] By: jhi                                   on 1999/04/09  18:37:55
1123         Log: Understand Apollo's //node notation.
1124              
1125              From: Johann Klasek <jk@auto.tuwien.ac.at>
1126              To: jhi@iki.fi
1127              Subject: Re: DomainPerl
1128              Date: Fri, 9 Apr 1999 18:21:37 +0200
1129              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
1130      Branch: cfgperl
1131            ! lib/Cwd.pm
1132 ____________________________________________________________________________
1133 [  3220] By: jhi                                   on 1999/04/04  16:33:49
1134         Log: Integrate from mainperl.
1135      Branch: cfgperl
1136           !> (integrate 39 files)
1137 ____________________________________________________________________________
1138 [  3219] By: gsar                                  on 1999/04/04  02:48:17
1139         Log: tweak previous change
1140      Branch: maint-5.005/perl
1141            ! win32/win32.c
1142 ____________________________________________________________________________
1143 [  3218] By: gsar                                  on 1999/04/04  02:44:47
1144         Log: be careful about extending the stack for the Win32:: builtins
1145      Branch: maint-5.005/perl
1146            ! win32/win32.c
1147 ____________________________________________________________________________
1148 [  3217] By: gsar                                  on 1999/04/04  01:59:26
1149         Log: correct places that said newSVpv() when they meant newSVpvn()
1150      Branch: perl
1151            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
1152            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
1153            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1154            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
1155            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
1156            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
1157            ! win32/win32.c
1158 ____________________________________________________________________________
1159 [  3216] By: gsar                                  on 1999/04/03  23:58:27
1160         Log: avoid duplicate code
1161      Branch: perl
1162            ! sv.c
1163 ____________________________________________________________________________
1164 [  3215] By: gsar                                  on 1999/04/03  23:14:34
1165         Log: grow PL_tmps_stack more efficiently; make it more amenable to
1166              STRESS_REALLOC testing
1167      Branch: perl
1168            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
1169            ! sv.c
1170 ____________________________________________________________________________
1171 [  3214] By: gsar                                  on 1999/04/03  21:01:09
1172         Log: scrounge and save three extra branches in pp_entersub()
1173      Branch: perl
1174            ! cv.h pp_ctl.c pp_hot.c
1175 ____________________________________________________________________________
1176 [  3213] By: gsar                                  on 1999/04/03  17:43:23
1177         Log: remove duplicate code and an extra branch in sv_setsv() and
1178              other hot code by making SvTHINKFIRST() think about FAKE SVs
1179      Branch: perl
1180            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
1181            ! proto.h scope.c sv.c sv.h
1182 ____________________________________________________________________________
1183 [  3212] By: jhi                                   on 1999/04/03  16:20:09
1184         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
1185              
1186              From: John Bley <jbb6@acpub.duke.edu>
1187              To: perlbug@perl.org
1188              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
1189              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
1190              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
1191      Branch: cfgperl
1192            ! doio.c pp_sys.c
1193 ____________________________________________________________________________
1194 [  3211] By: jhi                                   on 1999/04/03  13:27:26
1195         Log: Change #3210 was rather unportable.  This is better.
1196      Branch: cfgperl
1197            ! Configure config_h.SH
1198 ____________________________________________________________________________
1199 [  3210] By: jhi                                   on 1999/04/03  13:16:20
1200         Log: Avoid Digital UNIX' ksh.
1201              
1202              From: Jarkko Hietaniemi <jhi@iki.fi> 
1203              To: Henrik Tougaard <ht000@siberut.foa.dk> 
1204              Cc: perlbug@perl.com, ht000@foa.dk 
1205              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
1206              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
1207              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
1208      Branch: cfgperl
1209            ! Configure config_h.SH
1210 ____________________________________________________________________________
1211 [  3209] By: jhi                                   on 1999/04/03  12:49:04
1212         Log: Integrate from mainperl.
1213      Branch: cfgperl
1214           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
1215 ____________________________________________________________________________
1216 [  3208] By: jhi                                   on 1999/04/03  12:27:24
1217         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
1218              
1219              From: Lionel Cons <lionel.cons@cern.ch>
1220              To: jhi@iki.fi
1221              Cc: perlbug@perl.com, kstar@isinet.com,
1222              Philippe Defert <philippe.defert@cern.ch>
1223              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
1224              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
1225              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
1226      Branch: cfgperl
1227            ! hints/irix_6.sh
1228 ____________________________________________________________________________
1229 [  3207] By: jhi                                   on 1999/04/03  12:20:21
1230         Log: Be polite about usemymalloc.
1231      Branch: cfgperl
1232            ! hints/aix.sh
1233 ____________________________________________________________________________
1234 [  3206] By: gsar                                  on 1999/04/02  23:31:59
1235         Log: a typo in change#3205
1236      Branch: perl
1237            ! t/lib/bigfloatpm.t
1238 ____________________________________________________________________________
1239 [  3205] By: gsar                                  on 1999/04/02  23:20:31
1240         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
1241              returns NaNs faithfully)
1242      Branch: perl
1243            ! t/lib/bigfloatpm.t
1244 ____________________________________________________________________________
1245 [  3204] By: jhi                                   on 1999/04/02  22:03:23
1246         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
1247              
1248              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1249              To: perl5-porters@perl.org
1250              Subject: linux hints nit
1251              Date: Fri, 2 Apr 1999 16:49:47 -0500
1252              Message-ID: <19990402164947.E80926@O2.chapin.edu>
1253      Branch: cfgperl
1254            ! hints/linux.sh
1255 ____________________________________________________________________________
1256 [  3203] By: jhi                                   on 1999/04/02  22:00:56
1257         Log: Display exact glibc version in Linux. 
1258              
1259              From: Andy Dougherty <doughera@lafayette.edu>
1260              To: Perl Porters <perl5-porters@perl.org>
1261              Subject: Displaying glibc version on Linux
1262              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
1263              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
1264      Branch: cfgperl
1265            ! hints/linux.sh
1266 ____________________________________________________________________________
1267 [  3202] By: gsar                                  on 1999/04/02  21:23:18
1268         Log: various little goofs
1269      Branch: perl
1270            ! Changes Makefile.SH README installperl
1271 ____________________________________________________________________________
1272 [  3201] By: jhi                                   on 1999/04/02  13:13:39
1273         Log: Configure regen.
1274              
1275              Add llseek + offset_t probing.
1276              Change CONFIG to CONFIGDOTSH.
1277              'unset foo' is unportable, use foo=''.
1278      Branch: cfgperl
1279            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1280            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
1281            ! perl_exp.SH writemain.SH
1282 ____________________________________________________________________________
1283 [  3200] By: jhi                                   on 1999/04/02  12:06:22
1284         Log: Introduce myconfig.SH.
1285              
1286              From: Andy Dougherty <doughera@lafayette.edu>
1287              To: Jarkko Hietaniemi <jhi@iki.fi>
1288              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
1289              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
1290              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
1291              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
1292      Branch: cfgperl
1293            + myconfig.SH
1294            - myconfig
1295            ! MANIFEST
1296 ____________________________________________________________________________
1297 [  3195] By: jhi                                   on 1999/03/28  16:42:54
1298         Log: Update perlhist on 5_03.
1299      Branch: maint-5.005/perl
1300            ! pod/perlhist.pod
1301 ____________________________________________________________________________
1302 [  3194] By: jhi                                   on 1999/03/28  12:30:01
1303         Log: Integrate from mainperl.
1304      Branch: cfgperl
1305           +> t/op/grep.t
1306            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
1307            ! t/lib/bigintpm.t
1308           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
1309           !> t/lib/thread.t
1310 ____________________________________________________________________________
1311 [  3189] By: gsar                                  on 1999/03/28  08:22:00
1312         Log: various pod niggles
1313      Branch: maint-5.005/perl
1314            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
1315            ! pod/perlfunc.pod pod/perlhist.pod
1316 ____________________________________________________________________________
1317 [  3187] By: gsar                                  on 1999/03/28  07:31:16
1318         Log: regularize CAPI declarations (CAPI extensions now build under
1319              the Borland compiler)
1320      Branch: maint-5.005/perl
1321            ! win32/GenCAPI.pl
1322 ____________________________________________________________________________
1323 [  3186] By: gsar                                  on 1999/03/28  07:26:33
1324         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
1325              -DPERL_CAPI
1326      Branch: maint-5.005/perl
1327            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
1328 ____________________________________________________________________________
1329 [  3183] By: gsar                                  on 1999/03/28  06:00:46
1330         Log: update p4 utility to ignore non-text files
1331      Branch: perl
1332            ! Porting/p4desc
1333 ____________________________________________________________________________
1334 [  3181] By: gsar                                  on 1999/03/28  03:37:23
1335         Log: integrate change#3179 from maint-5.005
1336      Branch: perl
1337           !> ext/Thread/Thread.xs t/lib/thread.t
1338 ____________________________________________________________________________
1339 [  3180] By: gsar                                  on 1999/03/28  02:28:20
1340         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
1341              (sometimes caused bizarreness in the BLOCK)
1342      Branch: perl
1343            + t/op/grep.t
1344            ! MANIFEST op.c
1345 ____________________________________________________________________________
1346 [  3179] By: gsar                                  on 1999/03/28  02:14:04
1347         Log: fix thread segfault when passing large number of arguments to child
1348              a la C<Thread->new($foo, 1..1000)>
1349      Branch: maint-5.005/perl
1350            ! ext/Thread/Thread.xs t/lib/thread.t
1351 ____________________________________________________________________________
1352 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
1353         Log: fix $Config{'usethreads'} typo in perlthrtut
1354              
1355              From: Ian Maloney <szhmf9@wsblob.ubs.com>
1356              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
1357              Message-Id: <199903251540.QAA02439@wsblob.>
1358              Subject: perlthrtut documentation error
1359      Branch: maint-5.005/perl
1360            ! pod/perlthrtut.pod
1361 ____________________________________________________________________________
1362 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
1363         Log: Update Test.pm to VERSION 1.122 from CPAN
1364      Branch: maint-5.005/perl
1365            ! lib/Test.pm
1366 ____________________________________________________________________________
1367 [  3171] By: jhi                                   on 1999/03/26  22:38:28
1368         Log: Integrate from mainperl.
1369      Branch: cfgperl
1370           !> (integrate 37 files)
1371 ____________________________________________________________________________
1372 [  3170] By: gsar                                  on 1999/03/26  01:30:25
1373         Log: specify type of bracket in "Unmatched bracket" diagnostic;
1374              prefer 'brace' or 'curly bracket' over 'curly brace'
1375      Branch: perl
1376            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
1377            ! t/op/misc.t t/op/re_tests toke.c
1378 ____________________________________________________________________________
1379 [  3169] By: gsar                                  on 1999/03/26  00:50:51
1380         Log: better description of "Integer overflow" diagnostic
1381      Branch: perl
1382            ! pod/perldiag.pod
1383 ____________________________________________________________________________
1384 [  3168] By: gsar                                  on 1999/03/25  11:02:46
1385         Log: applied needful parts of suggested patch
1386              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
1387              Date: Tue, 23 Mar 1999 16:21:43 -0800
1388              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
1389              Subject: [PATCH 5.005_56] pp_formline correction
1390      Branch: perl
1391            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
1392 ____________________________________________________________________________
1393 [  3167] By: gsar                                  on 1999/03/25  10:39:02
1394         Log: clarify what a "comment" means (due to Mark-Jason Dominus
1395              <mjd@plover.com>)
1396      Branch: perl
1397            ! pod/perlsyn.pod
1398 ____________________________________________________________________________
1399 [  3166] By: gsar                                  on 1999/03/25  10:33:18
1400         Log: describe current behavior on local($foo{nothere}) (suggested by
1401              Lionel Cons <lionel.cons@cern.ch>)
1402      Branch: perl
1403            ! pod/perlsub.pod
1404 ____________________________________________________________________________
1405 [  3165] By: gsar                                  on 1999/03/25  06:21:05
1406         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
1407              <vishalb@hotmail.com>)
1408      Branch: perl
1409            ! ext/B/B/C.pm
1410 ____________________________________________________________________________
1411 [  3164] By: gsar                                  on 1999/03/25  06:17:27
1412         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1413              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
1414              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
1415              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
1416      Branch: perl
1417            ! ext/B/B.xs op.h opcode.pl
1418 ____________________________________________________________________________
1419 [  3163] By: gsar                                  on 1999/03/25  06:15:49
1420         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
1421              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
1422              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
1423              Subject: [PATCH _56] B::Deparse 0.57
1424              --
1425              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
1426              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
1427              Subject: Re: [PATCH _56] B::Deparse 0.57 
1428      Branch: perl
1429            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
1430 ____________________________________________________________________________
1431 [  3162] By: gsar                                  on 1999/03/25  06:11:46
1432         Log: fix a few places that said 'int', but meant 'STRLEN'
1433      Branch: perl
1434            ! pod/perlguts.pod proto.h sv.c
1435 ____________________________________________________________________________
1436 [  3161] By: gsar                                  on 1999/03/25  06:01:18
1437         Log: From: Russ Allbery <rra@stanford.edu>
1438              Date: 22 Mar 1999 04:26:26 -0800
1439              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
1440              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
1441      Branch: perl
1442            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
1443            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
1444            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
1445            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
1446 ____________________________________________________________________________
1447 [  3160] By: gsar                                  on 1999/03/25  02:26:31
1448         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
1449      Branch: perl
1450            ! opcode.h opcode.pl
1451 ____________________________________________________________________________
1452 [  3159] By: gsar                                  on 1999/03/25  02:18:17
1453         Log: add statement-modifier loops to :base_loop class
1454      Branch: perl
1455            ! ext/Opcode/Opcode.pm
1456 ____________________________________________________________________________
1457 [  3158] By: gsar                                  on 1999/03/25  00:36:57
1458         Log: integrate changes#3105,3130,3154 from maint-5.005
1459      Branch: perl
1460           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
1461 ____________________________________________________________________________
1462 [  3157] By: gsar                                  on 1999/03/25  00:24:17
1463         Log: remove bogus panic()
1464      Branch: perl
1465            ! Changes lib/Math/BigFloat.pm
1466 ____________________________________________________________________________
1467 [  3156] By: jhi                                   on 1999/03/24  22:43:43
1468         Log: Integrate from mainperl.
1469      Branch: cfgperl
1470           +> (branch 38 files)
1471           !> (integrate 68 files)
1472 ____________________________________________________________________________
1473 [  3155] By: jhi                                   on 1999/03/24  22:12:17
1474         Log: Configure regenerated because of changes #3130/#3154 and #3147.
1475      Branch: cfgperl
1476            ! Configure config_h.SH
1477 ____________________________________________________________________________
1478 [  3154] By: jhi                                   on 1999/03/24  21:40:51
1479         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
1480              based on suggestions from Andy Dougherty.
1481      Branch: maint-5.005/perl
1482            ! INSTALL
1483 ____________________________________________________________________________
1484 [  3153] By: gsar                                  on 1999/03/24  10:38:05
1485         Log: applied suggested patch, modulo superceded parts
1486              From: Charles Bailey <BAILEY@newman.upenn.edu>
1487              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
1488              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
1489              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
1490      Branch: perl
1491            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
1492            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
1493            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
1494            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
1495 ____________________________________________________________________________
1496 [  3152] By: gsar                                  on 1999/03/24  10:30:51
1497         Log: applied suggested patch, modulo superceded parts
1498              From: Charles Bailey <BAILEY@newman.upenn.edu>
1499              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
1500              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
1501              Subject: [PATCH 5.005_56] Miscellaneous small fixes
1502      Branch: perl
1503            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
1504            ! lib/File/Basename.pm
1505 ____________________________________________________________________________
1506 [  3151] By: gsar                                  on 1999/03/24  10:15:00
1507         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
1508      Branch: perl
1509            ! pod/perlop.pod
1510 ____________________________________________________________________________
1511 [  3150] By: gsar                                  on 1999/03/24  10:09:13
1512         Log: missing integration in previous change
1513      Branch: perl
1514           !> README.apollo
1515 ____________________________________________________________________________
1516 [  3149] By: gsar                                  on 1999/03/24  10:06:44
1517         Log: integrate changes#3116,3119 from maint-5.005
1518      Branch: perl
1519            + README.apollo
1520           +> apollo/netinet/in.h
1521           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
1522 ____________________________________________________________________________
1523 [  3148] By: gsar                                  on 1999/03/24  10:01:56
1524         Log: integrate changes#3091-3094 from maint-5.005
1525      Branch: perl
1526           !> README.hurd vms/subconfigure.com vos/config.h
1527           !> vos/config_h.SH_orig
1528 ____________________________________________________________________________
1529 [  3147] By: gsar                                  on 1999/03/24  09:31:49
1530         Log: warn about newfangled vfork() caveats
1531      Branch: perl
1532            ! Configure
1533 ____________________________________________________________________________
1534 [  3146] By: jhi                                   on 1999/03/24  09:20:14
1535         Log: Bring in changes #2808 and #2812 (from mainline perl)
1536              that enhance the perlbug checklist.
1537      Branch: maint-5.005/perl
1538            ! utils/perlbug.PL
1539 ____________________________________________________________________________
1540 [  3145] By: gsar                                  on 1999/03/24  08:37:02
1541         Log: integrate change#3115 from maint-5.005
1542      Branch: perl
1543           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
1544           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
1545 ____________________________________________________________________________
1546 [  3144] By: gsar                                  on 1999/03/24  08:33:59
1547         Log: add note about map in scalar context
1548      Branch: perl
1549            ! pod/perlfunc.pod
1550 ____________________________________________________________________________
1551 [  3143] By: gsar                                  on 1999/03/24  08:25:59
1552         Log: doc tweak
1553      Branch: perl
1554            ! lib/Time/Local.pm
1555 ____________________________________________________________________________
1556 [  3142] By: gsar                                  on 1999/03/24  08:20:37
1557         Log: applied suggested patch, modulo bogus hunk
1558              From: "Vishal Bhatia" <vishalb@hotmail.com>
1559              Date: Thu, 11 Mar 1999 07:40:27 PST
1560              Message-ID: <19990311154027.25891.qmail@hotmail.com>
1561              Subject: [PATCH 5.005_56] Minor fixes in perlcc
1562      Branch: perl
1563            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
1564 ____________________________________________________________________________
1565 [  3141] By: gsar                                  on 1999/03/24  08:06:12
1566         Log: integrate change#3104 from maint-5.005
1567      Branch: perl
1568           !> README.os390 t/lib/posix.t
1569 ____________________________________________________________________________
1570 [  3140] By: gsar                                  on 1999/03/24  06:34:56
1571         Log: fix failure of C<&locked_sub;> under -Dusethreads
1572      Branch: perl
1573            ! pp_hot.c t/lib/thread.t
1574 ____________________________________________________________________________
1575 [  3139] By: gsar                                  on 1999/03/24  05:52:00
1576         Log: debugger tweak (wasn't printing a newline after recalled commands)
1577      Branch: perl
1578            ! lib/perl5db.pl
1579 ____________________________________________________________________________
1580 [  3138] By: gsar                                  on 1999/03/24  05:33:28
1581         Log: document OO exceptions (based on a suggestion by Andreas Koenig
1582              <andreas.koenig@anima.de>)
1583      Branch: perl
1584            ! pod/perlfunc.pod
1585 ____________________________________________________________________________
1586 [  3137] By: gsar                                  on 1999/03/24  02:50:20
1587         Log: better "Illegal %s digit ignored" warnings
1588      Branch: perl
1589            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
1590            ! toke.c util.c
1591 ____________________________________________________________________________
1592 [  3136] By: gsar                                  on 1999/03/24  02:26:38
1593         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
1594      Branch: perl
1595            + t/pragma/utf8.t
1596            ! regcomp.c
1597 ____________________________________________________________________________
1598 [  3135] By: gsar                                  on 1999/03/24  01:29:09
1599         Log: flip release & version in win32_uname()
1600      Branch: perl
1601            ! win32/win32.c
1602 ____________________________________________________________________________
1603 [  3134] By: gsar                                  on 1999/03/24  01:08:33
1604         Log: support POSIX::uname() via win32_uname()
1605      Branch: perl
1606            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
1607            ! win32/config.gc win32/config.vc win32/config_H.bc
1608            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
1609            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
1610 ____________________________________________________________________________
1611 [  3133] By: gsar                                  on 1999/03/23  22:20:10
1612         Log: From: jan.dubois@ibm.net (Jan Dubois)
1613              Date: Sat, 06 Mar 1999 21:42:56 +0100
1614              Message-ID: <36e49281.50337171@smtp1.ibm.net>
1615              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
1616      Branch: perl
1617            ! pod/perldelta.pod
1618 ____________________________________________________________________________
1619 [  3132] By: gsar                                  on 1999/03/23  22:17:45
1620         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
1621              Date: Sat, 06 Mar 1999 17:50:49 +0100
1622              Message-ID: <36e25209.33833760@smtp1.ibm.net>
1623              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
1624              --
1625              Date: Sat, 06 Mar 1999 18:15:00 +0100
1626              Message-ID: <36e36222.37954195@smtp1.ibm.net>
1627              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
1628      Branch: perl
1629            + t/lib/filefunc.t
1630            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
1631            ! pod/perldelta.pod pod/perlmodlib.pod
1632 ____________________________________________________________________________
1633 [  3131] By: gsar                                  on 1999/03/23  22:07:59
1634         Log: integrate cfgperl changes into mainline
1635      Branch: perl
1636           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
1637           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
1638           !> installperl malloc.c perl.c perl.h pod/perl.pod
1639           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
1640 ____________________________________________________________________________
1641 [  3130] By: jhi                                   on 1999/03/23  22:02:23
1642         Log: Don't use config.msg to remind about the
1643              LD_LIBRARY_PATH because Makefile.SH takes
1644              care of that.
1645              
1646              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
1647              This used to be the default but in some MT or another it
1648              was dropped because of some transient error or another.
1649      Branch: maint-5.005/perl
1650            ! Configure hints/dec_osf.sh
1651 ____________________________________________________________________________
1652 [  3129] By: gsar                                  on 1999/03/23  21:38:03
1653         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
1654              to size    and better maintainability)
1655      Branch: perl
1656            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
1657            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
1658            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
1659            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
1660            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
1661            + t/pod/include.xr t/pod/included.t t/pod/included.xr
1662            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
1663            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
1664            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
1665            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
1666            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
1667            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
1668            ! win32/Makefile win32/makefile.mk win32/pod.mak
1669 ____________________________________________________________________________
1670 [  3128] By: jhi                                   on 1999/03/23  10:14:54
1671         Log: Integrate from mainperl.
1672      Branch: cfgperl
1673           !> (integrate 46 files)
1674 ____________________________________________________________________________
1675 [  3127] By: gsar                                  on 1999/03/23  06:57:30
1676         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
1677              Date: Thu, 4 Mar 1999 10:54:01 -0800
1678              Message-Id: <9903041854.AA46868@frc0000>
1679              Subject: patch for useless Math::BigInt warnings
1680      Branch: perl
1681            ! lib/Math/BigInt.pm
1682 ____________________________________________________________________________
1683 [  3126] By: gsar                                  on 1999/03/23  05:54:37
1684         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
1685              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1686              Date: Fri, 19 Feb 1999 15:47:59 -0500
1687              Message-ID: <19990219154759.A32350@O2.chapin.edu>
1688              Subject: [PATCH] OSF/1 hints
1689      Branch: perl
1690            ! hints/dec_osf.sh
1691 ____________________________________________________________________________
1692 [  3125] By: gsar                                  on 1999/03/23  00:56:38
1693         Log: avoid typeglob persistence in pp_readline()
1694      Branch: perl
1695            ! sv.c t/op/gv.t
1696 ____________________________________________________________________________
1697 [  3124] By: gsar                                  on 1999/03/22  21:12:23
1698         Log: update copyright years
1699      Branch: perl
1700            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
1701            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
1702            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
1703            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
1704            ! sv.c sv.h toke.c utf8.c utf8.h util.c
1705 ____________________________________________________________________________
1706 [  3123] By: gsar                                  on 1999/03/22  07:07:06
1707         Log: implement win32_spawnvp() internally, making it return true PIDs
1708              for asynchronous spawns; fix win32_kill() to always deal with
1709              PIDs
1710      Branch: perl
1711            ! win32/win32.c win32/win32.h
1712 ____________________________________________________________________________
1713 [  3122] By: jhi                                   on 1999/03/19  21:12:14
1714         Log: Describe the new Benchmark feature in more detail.
1715      Branch: cfgperl
1716            ! pod/perldelta.pod
1717      Branch: maint-5.005/perl
1718            ! pod/perldelta.pod
1719 ____________________________________________________________________________
1720 [  3121] By: jhi                                   on 1999/03/19  08:16:12
1721         Log: AVAILABILITY tuning.
1722      Branch: cfgperl
1723            ! pod/perl.pod
1724      Branch: maint-5.005/perl
1725            ! pod/perl.pod
1726 ____________________________________________________________________________
1727 [  3120] By: jhi                                   on 1999/03/17  14:52:17
1728         Log: Rhapsody change assumed too much.
1729      Branch: cfgperl
1730            ! t/op/stat.t
1731 ____________________________________________________________________________
1732 [  3119] By: jhi                                   on 1999/03/17  14:33:43
1733         Log: More Apollo fixes.
1734      Branch: maint-5.005/perl
1735            ! README.apollo hints/apollo.sh t/lib/io_udp.t
1736 ____________________________________________________________________________
1737 [  3118] By: jhi                                   on 1999/03/16  17:23:39
1738         Log: Nada.
1739      Branch: maint-5.005/perl
1740            ! README.apollo
1741 ____________________________________________________________________________
1742 [  3117] By: jhi                                   on 1999/03/16  17:18:49
1743         Log: Apollo DomainOS AVAILABILITY.
1744      Branch: cfgperl
1745            ! pod/perl.pod
1746      Branch: maint-5.005/perl
1747            ! pod/perl.pod
1748 ____________________________________________________________________________
1749 [  3116] By: jhi                                   on 1999/03/16  17:14:00
1750         Log: Apollo DomainOS patch
1751              From: Johann Klasek <jk@auto.tuwien.ac.at>
1752              Subject: Re: DomainPerl
1753              Date: Tue, 16 Mar 1999 17:46:32 +0100
1754              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
1755      Branch: maint-5.005/perl
1756            + README.apollo apollo/netinet/in.h
1757            ! MANIFEST hints/apollo.sh
1758 ____________________________________________________________________________
1759 [  3115] By: jhi                                   on 1999/03/16  14:23:54
1760         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
1761              To: Gurusamy Sarathy <gsar@activestate.com>,
1762              Graham Barr <gbarr@pobox.com>
1763              Cc: Perl5 Porters <perl5-porters@perl.org>,
1764              "Paul.Marquess" <Paul.Marquess@btinternet.com>
1765              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
1766              Date: Sun, 14 Mar 1999 14:43:57 -0000
1767              Message-Id: <199903141841.NAA17040@defender.perl.org>
1768      Branch: maint-5.005/perl
1769            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1770            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
1771 ____________________________________________________________________________
1772 [  3114] By: jhi                                   on 1999/03/16  12:42:20
1773         Log: Mention Rhapsody in 5.005_5X perldelta,
1774              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
1775              *planned* AVAILABILITY.
1776      Branch: cfgperl
1777            ! pod/perl.pod pod/perldelta.pod
1778      Branch: maint-5.005/perl
1779            ! pod/perl.pod
1780 ____________________________________________________________________________
1781 [  3113] By: jhi                                   on 1999/03/16  10:38:53
1782         Log: perldelta niggling.
1783      Branch: cfgperl
1784            ! pod/perldelta.pod
1785      Branch: maint-5.005/perl
1786            ! pod/perldelta.pod
1787 ____________________________________________________________________________
1788 [  3112] By: jhi                                   on 1999/03/16  10:35:21
1789         Log: Integrate from mainperl.
1790      Branch: cfgperl
1791           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
1792           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
1793 ____________________________________________________________________________
1794 [  3111] By: jhi                                   on 1999/03/16  10:28:10
1795         Log: AVAILABILITY update: still mention PowerUX,
1796              Novell Netware now has sources available.
1797      Branch: cfgperl
1798            ! pod/perl.pod
1799      Branch: maint-5.005/perl
1800            ! pod/perl.pod
1801 ____________________________________________________________________________
1802 [  3110] By: gsar                                  on 1999/03/16  04:34:23
1803         Log: sundry pod niggles
1804      Branch: perl
1805            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
1806            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
1807 ____________________________________________________________________________
1808 [  3109] By: jhi                                   on 1999/03/15  17:00:11
1809         Log: Integrate from mainperl.
1810      Branch: cfgperl
1811           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
1812           +> lib/unicode/Is/Syllable.pl
1813           +> lib/unicode/MakeEthiopicSyllables.PL
1814           +> lib/unicode/README.Ethiopic
1815           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
1816           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
1817           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
1818           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
1819           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
1820           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
1821           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
1822           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
1823 ____________________________________________________________________________
1824 [  3108] By: jhi                                   on 1999/03/15  16:58:12
1825         Log: First pass of integrating the Rhapsody port,
1826              
1827              From: Wilfredo Sanchez <wsanchez@apple.com> 
1828              Subject: Keeping the world in sync.
1829              Reply-To: wsanchez@apple.com 
1830              To: perlbug@perl.com 
1831              Date: Fri, 13 Nov 1998 17:11:30 -0800 
1832              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
1833      Branch: cfgperl
1834            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
1835            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
1836            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
1837            ! x2p/util.c
1838 ____________________________________________________________________________
1839 [  3107] By: gsar                                  on 1999/03/15  03:22:10
1840         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
1841              From: Daniel Yacob <dmulholl@cs.indiana.edu>
1842              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
1843              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
1844              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
1845      Branch: perl
1846            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
1847            + lib/unicode/Is/Syllable.pl
1848            + lib/unicode/MakeEthiopicSyllables.PL
1849            + lib/unicode/README.Ethiopic
1850            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
1851            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
1852            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
1853            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
1854            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
1855            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
1856            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
1857            ! lib/unicode/Name.pl lib/unicode/Number.pl
1858 ____________________________________________________________________________
1859 [  3106] By: gsar                                  on 1999/03/12  20:35:36
1860         Log: change#3067 failed package.t due to needless creation of $a and $b;
1861              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
1862      Branch: perl
1863            ! op.c
1864 ____________________________________________________________________________
1865 [  3105] By: jhi                                   on 1999/03/12  15:54:57
1866         Log: Recognize the NetBSD packages collection.
1867      Branch: maint-5.005/perl
1868            ! hints/netbsd.sh
1869 ____________________________________________________________________________
1870 [  3104] By: jhi                                   on 1999/03/12  09:07:04
1871         Log: From: pvhp@forte.com (Peter Prymmer)
1872              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
1873              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
1874              Date: Thu, 11 Mar 99 14:24:54 PST
1875              Message-Id: <9903112224.AA24346@forte.com>
1876      Branch: maint-5.005/perl
1877            ! README.os390 t/lib/posix.t
1878 ____________________________________________________________________________
1879 [  3103] By: jhi                                   on 1999/03/10  11:07:46
1880         Log: Integrate from mainperl.
1881      Branch: cfgperl
1882           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
1883           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
1884           !> t/pragma/warn/1global toke.c win32/makedef.pl
1885 ____________________________________________________________________________
1886 [  3102] By: jhi                                   on 1999/03/10  11:01:20
1887         Log: From: pvhp@forte.com (Peter Prymmer)
1888              To: perl5-porters@perl.org
1889              Subject: [5.005_03-MT6]Patch: time passes
1890              Date: Tue, 9 Mar 99 18:42:17 PST
1891              Message-Id: <9903100242.AA29057@forte.com>
1892      Branch: maint-5.005/perl
1893            ! perl.c
1894 ____________________________________________________________________________
1895 [  3101] By: jhi                                   on 1999/03/10  10:30:15
1896         Log: From: Mark-Jason Dominus <mjd@plover.com>
1897              To: perl5-porters@perl.com
1898              Subject: Minor fix to perlfunc.pod
1899              Date: Mon, 08 Mar 1999 20:05:53 -0500
1900              Message-ID: <19990309010553.13757.qmail@plover.com>
1901      Branch: maint-5.005/perl
1902            ! pod/perlfunc.pod
1903 ____________________________________________________________________________
1904 [  3100] By: gsar                                  on 1999/03/09  23:04:44
1905         Log: change#3060 had the wrong quotes
1906      Branch: perl
1907            ! pod/pod2man.PL
1908 ____________________________________________________________________________
1909 [  3099] By: jhi                                   on 1999/03/09  12:52:21
1910         Log: d_uname was broken (probably since _53), reported by
1911              
1912              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1913              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
1914              cpan-testers@perl.org
1915              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
1916              Date: Mon, 08 Mar 1999 13:22:31 +0000
1917              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
1918              
1919              and
1920              
1921              From: lvirden@cas.org (Larry W. Virden)
1922              To: perlbug@perl.com
1923              Subject: configure not correctly identifying uname posix compatibility
1924              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
1925              Message-Id: <199903081136.GAA23682@cas.org>
1926      Branch: cfgperl
1927            ! Configure config_h.SH
1928 ____________________________________________________________________________
1929 [  3098] By: gsar                                  on 1999/03/09  03:16:07
1930         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
1931      Branch: perl
1932            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
1933 ____________________________________________________________________________
1934 [  3097] By: gsar                                  on 1999/03/09  02:50:43
1935         Log: use yyerror() instead of croak() so that compile-time failures in
1936              my(LIST) don't confuse globals with lexicals
1937      Branch: perl
1938            ! op.c toke.c
1939 ____________________________________________________________________________
1940 [  3096] By: gsar                                  on 1999/03/09  02:47:36
1941         Log: adjust testsuite for change#3067
1942      Branch: perl
1943            ! t/pragma/warn/1global
1944 ____________________________________________________________________________
1945 [  3095] By: gsar                                  on 1999/03/08  21:04:48
1946         Log: remove bogus symbols from global.sym
1947      Branch: perl
1948            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
1949            ! perl.h win32/makedef.pl
1950 ____________________________________________________________________________
1951 [  3094] By: jhi                                   on 1999/03/06  16:16:15
1952         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1953              To: jhi@iki.fi
1954              Subject: Oops
1955              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
1956              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
1957      Branch: maint-5.005/perl
1958            ! README.hurd
1959 ____________________________________________________________________________
1960 [  3093] By: jhi                                   on 1999/03/06  15:59:46
1961         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
1962              To: jhi@iki.fi
1963              Subject: New Hurd README
1964              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
1965              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
1966      Branch: maint-5.005/perl
1967            ! README.hurd
1968 ____________________________________________________________________________
1969 [  3092] By: jhi                                   on 1999/03/06  12:52:06
1970         Log: From: Paul_Green@stratus.com
1971              To: perl5-porters@perl.org
1972              Cc: jhi@iki.fi, Paul_Green@stratus.com
1973              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
1974              Date: Fri, 5 Mar 1999 18:08:49 -0500 
1975              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
1976      Branch: maint-5.005/perl
1977            ! vos/config.h vos/config_h.SH_orig
1978 ____________________________________________________________________________
1979 [  3091] By: jhi                                   on 1999/03/06  12:42:21
1980         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1981              To: perl5-porters@perl.org, vmsperl@perl.org
1982              Subject: [PATCH 5.005_03-MT6]VMS build patch
1983              Date: Fri, 05 Mar 1999 12:36:19 -0800
1984              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
1985      Branch: maint-5.005/perl
1986            ! vms/subconfigure.com
1987 ____________________________________________________________________________
1988 [  3090] By: gsar                                  on 1999/03/06  04:40:03
1989         Log: integrate change#3089 from mainline
1990              
1991              tolerate CRs after options
1992      Branch: maint-5.005/perl
1993           !> perl.c
1994 ____________________________________________________________________________
1995 [  3089] By: gsar                                  on 1999/03/06  04:30:40
1996         Log: tolerate CRs after options
1997      Branch: perl
1998            ! perl.c
1999 ____________________________________________________________________________
2000 [  3088] By: jhi                                   on 1999/03/05  12:49:01
2001         Log: Integrate from mainperl.
2002      Branch: cfgperl
2003           +> README.hurd
2004           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
2005 ____________________________________________________________________________
2006 [  3087] By: gsar                                  on 1999/03/05  06:41:16
2007         Log: adjust timeouts to accomodate slow/busy systems
2008      Branch: perl
2009            ! t/lib/io_sock.t
2010 ____________________________________________________________________________
2011 [  3083] By: gsar                                  on 1999/03/05  01:32:47
2012         Log: integrate change#3081 from maint-5.005
2013      Branch: perl
2014           !> ext/Errno/Errno_pm.PL
2015 ____________________________________________________________________________
2016 [  3082] By: gsar                                  on 1999/03/05  01:31:06
2017         Log: integrate change#2904 from maint-5.005
2018      Branch: perl
2019           +> README.hurd
2020           !> MANIFEST
2021 ____________________________________________________________________________
2022 [  3081] By: gsar                                  on 1999/03/05  00:14:33
2023         Log: protect against doubled backslashes
2024      Branch: maint-5.005/perl
2025            ! ext/Errno/Errno_pm.PL
2026 ____________________________________________________________________________
2027 [  3077] By: jhi                                   on 1999/03/04  08:10:13
2028         Log: Integrate from mainperl.
2029      Branch: cfgperl
2030           +> ext/B/B/Stash.pm
2031           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
2032           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
2033           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
2034           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
2035 ____________________________________________________________________________
2036 [  3076] By: jhi                                   on 1999/03/04  08:07:59
2037         Log: Regen config_h.SH once more because of *size, 
2038              noticed by
2039              
2040              From: Hans Mulder <hansm@icgned.icgroup.nl>
2041              To: Jarkko Hietaniemi <jhi@iki.fi>
2042              Cc: perl5-porters@perl.org
2043              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
2044              Date: Thu,  4 Mar 99 00:10:45 +0100
2045              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
2046      Branch: cfgperl
2047            ! Configure config_h.SH
2048 ____________________________________________________________________________
2049 [  3068] By: gsar                                  on 1999/03/04  05:48:03
2050         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
2051              Date: Thu,  4 Mar 99 00:10:45 +0100
2052              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
2053              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
2054      Branch: perl
2055            ! config_h.SH
2056 ____________________________________________________________________________
2057 [  3067] By: gsar                                  on 1999/03/04  05:44:32
2058         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
2059              From: Graham Barr <gbarr@ti.com>
2060              Date: Wed, 3 Mar 1999 17:23:56 -0600
2061              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
2062              Subject: Re: 'use strict' doesn't work for one-letter variables
2063      Branch: perl
2064            ! gv.c op.c
2065 ____________________________________________________________________________
2066 [  3066] By: gsar                                  on 1999/03/04  05:20:50
2067         Log: updates to compiler modules
2068              From: "Vishal Bhatia" <vishalb@hotmail.com>
2069              Date: Tue, 02 Mar 1999 23:27:25 PST
2070              Message-ID: <19990303072725.779.qmail@hotmail.com>
2071              Subject: PATCH 5.005_56 + Test procedure
2072      Branch: perl
2073            + ext/B/B/Stash.pm
2074            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
2075            ! lib/Test/Harness.pm utils/perlcc.PL
2076 ____________________________________________________________________________
2077 [  3065] By: gsar                                  on 1999/03/04  05:03:30
2078         Log: more s/s_/s!/ etc.
2079      Branch: perl
2080            ! pod/perldelta.pod pod/perlfunc.pod
2081 ____________________________________________________________________________
2082 [  3064] By: gsar                                  on 1999/03/04  04:50:45
2083         Log: integrate cfgperl contents into mainline
2084      Branch: perl
2085           !> Configure README.vms bytecode.h config_h.SH configure.com
2086           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
2087           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
2088           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
2089 ____________________________________________________________________________
2090 [  3063] By: gsar                                  on 1999/03/04  04:44:13
2091         Log: HP-UX has yet another spelling for /NaNQ?/
2092      Branch: perl
2093            ! t/lib/bigfloatpm.t
2094 ____________________________________________________________________________
2095 [  3062] By: gsar                                  on 1999/03/04  04:36:08
2096         Log: error-check for accept() test
2097      Branch: perl
2098            ! t/lib/io_sock.t
2099 ____________________________________________________________________________
2100 [  3061] By: gsar                                  on 1999/03/04  03:40:25
2101         Log: allow custom comparison function in File::Compare::compare_text()
2102              From: jan.dubois@ibm.net (Jan Dubois)
2103              Date: Fri, 26 Feb 1999 21:56:09 +0100
2104              Message-ID: <36db0838.8805651@smtp1.ibm.net>
2105              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
2106      Branch: perl
2107            ! lib/File/Compare.pm
2108 ____________________________________________________________________________
2109 [  3060] By: gsar                                  on 1999/03/04  03:37:38
2110         Log: better version of change#3038
2111              From: abigail@fnx.com
2112              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
2113              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
2114              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
2115      Branch: perl
2116            ! pod/pod2man.PL
2117 ____________________________________________________________________________
2118 [  3058] By: jhi                                   on 1999/03/03  22:30:40
2119         Log: Configure regen to
2120              (1) match maint-5.005 patches #3056 and #3057
2121              (2) better version of PHOSTNAME of #3050
2122              (3) the crosscompile/multiarch config_h.SH trouble solved for now
2123      Branch: cfgperl
2124            ! Configure config_h.SH
2125 ____________________________________________________________________________
2126 [  3054] By: jhi                                   on 1999/03/03  09:57:59
2127         Log: Change #3053 missed perldelta.
2128      Branch: cfgperl
2129            ! pod/perldelta.pod
2130 ____________________________________________________________________________
2131 [  3053] By: jhi                                   on 1999/03/03  08:29:43
2132         Log: Use '!' to mark native integer packings instead of '_'.
2133      Branch: cfgperl
2134            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
2135 ____________________________________________________________________________
2136 [  3052] By: jhi                                   on 1999/03/02  23:12:36
2137         Log: The HP-UX threads patch (change #3028) is needed also here.
2138      Branch: cfgperl
2139            ! hints/hpux.sh thread.h
2140 ____________________________________________________________________________
2141 [  3051] By: jhi                                   on 1999/03/02  08:24:52
2142         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2143              To: perl5-porters@perl.org, vmsperl@perl.org
2144              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
2145              Date: Mon, 01 Mar 1999 16:10:57 -0800
2146              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
2147      Branch: cfgperl
2148            ! README.vms
2149      Branch: maint-5.005/perl
2150            ! README.vms
2151 ____________________________________________________________________________
2152 [  3050] By: jhi                                   on 1999/03/02  08:22:29
2153         Log: From: Dan Sugalski <sugalskd@osshe.edu>
2154              To: perl5-porters@perl.org, vmsperl@perl.org
2155              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
2156              Date: Mon, 01 Mar 1999 16:06:29 -0800
2157              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
2158              
2159              From: Dan Sugalski <sugalskd@osshe.edu>
2160              To: perl5-porters@perl.org, vmsperl@perl.org
2161              Subject: [PATCH 5.005_56]vmsish.pm patch
2162              Date: Mon, 01 Mar 1999 20:19:04 -0800
2163              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
2164              
2165              plus Configure regen containing a "solution" to the
2166              crosscompile/multiarch problem.
2167      Branch: cfgperl
2168            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
2169            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
2170 ____________________________________________________________________________
2171 [  3049] By: jhi                                   on 1999/03/02  07:34:21
2172         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
2173              To: perl5-porters@perl.org
2174              Subject: [PATCH] Eliminate (valid) warning in byterun.c
2175              Date: Mon, 01 Mar 1999 17:27:59 -0500
2176              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
2177      Branch: cfgperl
2178            ! bytecode.h
2179      Branch: maint-5.005/perl
2180            ! bytecode.h
2181 ____________________________________________________________________________
2182 [  3048] By: gsar                                  on 1999/03/02  06:41:21
2183         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2184      Branch: perl
2185            ! MANIFEST README.hpux
2186 ____________________________________________________________________________
2187 [  3047] By: jhi                                   on 1999/03/01  06:34:43
2188         Log: Integrate from mainperl.
2189      Branch: cfgperl
2190           +> README.hpux lib/File/Spec/Functions.pm
2191           !> (integrate 28 files)
2192 ____________________________________________________________________________
2193 [  3046] By: gsar                                  on 1999/03/01  05:34:28
2194         Log: this is 5.005_56
2195      Branch: perl
2196            ! Changes
2197
2198 ----------------
2199 Version 5.005_56
2200 ----------------
2201
2202 ____________________________________________________________________________
2203 [  3045] By: gsar                                  on 1999/03/01  03:32:30
2204         Log: destroy PL_svref_mutex in perl_destruct()
2205      Branch: perl
2206            ! perl.c
2207 ____________________________________________________________________________
2208 [  3044] By: gsar                                  on 1999/03/01  00:38:50
2209         Log: up patchlevel &c.
2210      Branch: perl
2211            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
2212            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2213            ! win32/makefile.mk
2214 ____________________________________________________________________________
2215 [  3043] By: gsar                                  on 1999/03/01  00:14:15
2216         Log: integrate cfgperl contents into mainline
2217      Branch: perl
2218            ! pod/perldelta.pod
2219           !> Configure config_h.SH
2220 ____________________________________________________________________________
2221 [  3042] By: gsar                                  on 1999/02/28  23:55:08
2222         Log: slightly edited version of suggested patch
2223              From: jan.dubois@ibm.net (Jan Dubois)
2224              Date: Mon, 01 Mar 1999 00:32:05 +0100
2225              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
2226              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
2227      Branch: perl
2228            + lib/File/Spec/Functions.pm
2229            ! MANIFEST lib/File/Spec.pm
2230 ____________________________________________________________________________
2231 [  3041] By: gsar                                  on 1999/02/28  22:47:19
2232         Log: fix subtle bug in eval'' testsuite
2233      Branch: perl
2234            ! t/op/eval.t
2235 ____________________________________________________________________________
2236 [  3040] By: gsar                                  on 1999/02/28  22:46:24
2237         Log: avoid literal control characters in change#3039
2238      Branch: perl
2239            ! t/base/lex.t
2240 ____________________________________________________________________________
2241 [  3039] By: gsar                                  on 1999/02/28  21:47:18
2242         Log: todo item: permit extended control variables a la ${^Foo} (patch
2243              courtesy Mark-Jason Dominus <mjd@plover.com>)
2244      Branch: perl
2245            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
2246            ! t/base/lex.t toke.c
2247 ____________________________________________________________________________
2248 [  3038] By: gsar                                  on 1999/02/28  21:21:05
2249         Log: From: abigail@fnx.com
2250              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
2251              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
2252              Subject: Recognize -> and => inside [A-Z]<> sequences.
2253      Branch: perl
2254            ! pod/pod2man.PL
2255 ____________________________________________________________________________
2256 [  3037] By: gsar                                  on 1999/02/28  21:12:22
2257         Log: fix longstanding bug: searches for lexicals originating within eval''
2258              weren't stopping at the subroutine boundary correctly
2259      Branch: perl
2260            ! op.c proto.h t/op/eval.t
2261 ____________________________________________________________________________
2262 [  3036] By: gsar                                  on 1999/02/28  20:02:29
2263         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
2264              as stacked list values
2265              From: jan.dubois@ibm.net (Jan Dubois)
2266              Date: Sat, 27 Feb 1999 18:24:17 +0100
2267              Message-ID: <36e22849.36531259@smtp1.ibm.net>
2268              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
2269      Branch: perl
2270            ! win32/win32.c
2271 ____________________________________________________________________________
2272 [  3035] By: gsar                                  on 1999/02/28  19:48:54
2273         Log: remove superfluous stack_sp decl
2274      Branch: perl
2275            ! jpl/JNI/JNI.xs
2276 ____________________________________________________________________________
2277 [  3034] By: gsar                                  on 1999/02/28  19:34:58
2278         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
2279      Branch: perl
2280            ! lib/Getopt/Std.pm
2281 ____________________________________________________________________________
2282 [  3033] By: gsar                                  on 1999/02/28  19:23:41
2283         Log: add File::Compare::compare_text()
2284              From: jan.dubois@ibm.net (Jan Dubois)
2285              Date: Fri, 26 Feb 1999 00:20:41 +0100
2286              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
2287              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
2288      Branch: perl
2289            ! lib/File/Compare.pm pod/perltodo.pod
2290 ____________________________________________________________________________
2291 [  3032] By: gsar                                  on 1999/02/28  19:01:33
2292         Log: add README.hpux
2293      Branch: perl
2294            + README.hpux
2295            ! MAINTAIN MANIFEST
2296 ____________________________________________________________________________
2297 [  3031] By: gsar                                  on 1999/02/28  18:49:08
2298         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
2299              James Cromie <jcromie@fossil.uswc.uswest.com>
2300      Branch: perl
2301            ! lib/Pod/Html.pm
2302 ____________________________________________________________________________
2303 [  3030] By: gsar                                  on 1999/02/28  18:35:09
2304         Log: From: jan.dubois@ibm.net (Jan Dubois)
2305              Date: Wed, 24 Feb 1999 22:34:56 +0100
2306              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
2307              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
2308      Branch: perl
2309            ! lib/Test/Harness.pm
2310 ____________________________________________________________________________
2311 [  3029] By: gsar                                  on 1999/02/28  18:28:18
2312         Log: add note about env pollution
2313      Branch: perl
2314            ! INSTALL pod/perltodo.pod
2315 ____________________________________________________________________________
2316 [  3028] By: jhi                                   on 1999/02/26  14:40:00
2317         Log: HP-UX 11 threads.
2318              
2319              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2320              To: perl5-porters@perl.org
2321              Cc: jhi@cc.hut.fi
2322              Subject: Maint 5 and _54 with threading on HP-UX 11.00
2323              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
2324              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
2325              
2326              NOTE from jhi: the hpux hints could still be more robust by
2327              disabling gdbm when necessary.
2328              
2329              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
2330              linking -lgdbm -lpthread creates an executable that instantly
2331              core dumps on a pthreads internal panic:
2332              
2333              ./gdpt
2334              
2335              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
2336              Return Pointer is 0xc082bf33
2337              17639 quit (core dumped)  ./gdpt
2338              
2339              You don't have to *use* either gdbm or pthreads in the executable,
2340              just linking them together is enough.  Workaround is to recompile
2341              the GDBM under HP-UX 11, that makes the problem go away.
2342      Branch: maint-5.005/perl
2343            ! hints/hpux.sh thread.h
2344 ____________________________________________________________________________
2345 [  3025] By: jhi                                   on 1999/02/25  20:41:07
2346         Log: Temporary workaround for the config_h.SH versus
2347              crosscompile and multiarch plus introduce 'rt'
2348              to $libswanted: in UNIX98 sched_yield() lives there.
2349      Branch: cfgperl
2350            ! Configure config_h.SH
2351 ____________________________________________________________________________
2352 [  3024] By: jhi                                   on 1999/02/24  12:54:59
2353         Log: Integrate from mainperl.
2354      Branch: cfgperl
2355           +> t/lib/fatal.t
2356           !> (integrate 44 files)
2357 ____________________________________________________________________________
2358 [  3023] By: gsar                                  on 1999/02/24  07:02:12
2359         Log: integrate cfgperl contents
2360      Branch: perl
2361           !> (integrate 30 files)
2362 ____________________________________________________________________________
2363 [  3022] By: gsar                                  on 1999/02/24  05:59:47
2364         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
2365              Date: 23 Feb 1999 17:53:22 -0700
2366              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
2367              Subject: [PATCH: _55] perldoc -q broken
2368      Branch: perl
2369            ! utils/perldoc.PL
2370 ____________________________________________________________________________
2371 [  3021] By: gsar                                  on 1999/02/24  05:51:53
2372         Log: ansify perlio.c, fix PerlIO-ish typos
2373      Branch: perl
2374            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
2375            ! iperlsys.h perlio.c
2376 ____________________________________________________________________________
2377 [  3020] By: gsar                                  on 1999/02/24  05:28:06
2378         Log: adjust a Perl_malloc() flag for NeXT
2379              From: Hans Mulder <hansm@icgned.icgroup.nl>
2380              Date: Tue, 23 Feb 99 00:26:25 +0100
2381              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
2382              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
2383      Branch: perl
2384            ! perl.h
2385 ____________________________________________________________________________
2386 [  3019] By: gsar                                  on 1999/02/24  05:19:42
2387         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
2388      Branch: perl
2389            ! pod/perltodo.pod
2390 ____________________________________________________________________________
2391 [  3018] By: gsar                                  on 1999/02/24  04:15:18
2392         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2393              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
2394              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
2395              Subject: improved error message [PATCH _55] [RESEND]
2396      Branch: perl
2397            ! sv.c
2398 ____________________________________________________________________________
2399 [  3017] By: gsar                                  on 1999/02/24  03:50:34
2400         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2401              Date: Sun, 21 Feb 1999 20:02:18 -0700
2402              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
2403              Subject: perlfunc updates (against 55)
2404      Branch: perl
2405            ! pod/perlfunc.pod
2406 ____________________________________________________________________________
2407 [  3016] By: gsar                                  on 1999/02/24  03:17:05
2408         Log: testsuite adjustments
2409              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2410              Date: Sat, 20 Feb 1999 15:24:57 +0000
2411              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
2412              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
2413      Branch: perl
2414            ! t/lib/io_sock.t t/op/lex_assign.t
2415 ____________________________________________________________________________
2416 [  3015] By: gsar                                  on 1999/02/24  02:54:47
2417         Log: avoid modifying readonly values from qw()
2418      Branch: perl
2419            ! lib/ExtUtils/MM_Unix.pm
2420 ____________________________________________________________________________
2421 [  3014] By: gsar                                  on 1999/02/24  02:49:04
2422         Log: more "correct" utbuf for utime()
2423      Branch: perl
2424            ! doio.c
2425 ____________________________________________________________________________
2426 [  3013] By: jhi                                   on 1999/02/22  19:27:44
2427         Log: Fix MacPerl version, change PowerUX to PowerMAX.
2428              
2429              From: Chris Nandor <pudge@pobox.com>
2430              To: jhi@iki.fi
2431              Cc: perl5-porters@perl.org
2432              Subject: Re: perl current availability as documented by perl.pod
2433              Date: Sun, 21 Feb 1999 11:06:03 -0500
2434              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
2435              
2436              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2437              To: jhi@iki.fi
2438              Cc: perl5-porters@perl.org
2439              Subject: Re: perl current availability as documented by perl.pod
2440              Date: Mon, 22 Feb 1999 13:08:30 GMT
2441              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
2442      Branch: cfgperl
2443            ! pod/perl.pod
2444      Branch: maint-5.005/perl
2445            ! pod/perl.pod
2446 ____________________________________________________________________________
2447 [  3012] By: jhi                                   on 1999/02/22  10:26:11
2448         Log: Snapshot the cross-compilation/multiarchitecture stuff
2449              (currently broken in next)
2450      Branch: cfgperl
2451            ! Configure config_h.SH pp.c
2452 ____________________________________________________________________________
2453 [  3011] By: jhi                                   on 1999/02/22  10:24:51
2454         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2455              To: gsar@activestate.com (Gurusamy Sarathy)
2456              Cc: perl5-porters@perl.org (Perl5 Porters)
2457              Subject: [PATCH 5.005_55] DB_File 1.64 patch
2458              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
2459              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
2460      Branch: cfgperl
2461            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2462            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
2463 ____________________________________________________________________________
2464 [  3009] By: jhi                                   on 1999/02/22  09:14:26
2465         Log: Scratch #3008 and introduce $crosscompile and $multiarch
2466              also in non-Configure lands.
2467      Branch: cfgperl
2468            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
2469            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
2470            ! win32/config.gc win32/config.vc win32/config_H.bc
2471            ! win32/config_H.gc win32/config_H.vc
2472 ____________________________________________________________________________
2473 [  3008] By: jhi                                   on 1999/02/22  08:58:04
2474         Log: Add -DMULTIARCH (see change #3006).
2475      Branch: cfgperl
2476            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
2477 ____________________________________________________________________________
2478 [  3007] By: jhi                                   on 1999/02/22  08:54:06
2479         Log: Undo the references to local{lib,arch} introduced by #3006.
2480      Branch: cfgperl
2481            ! Configure config_h.SH
2482 ____________________________________________________________________________
2483 [  3006] By: jhi                                   on 1999/02/22  08:43:50
2484         Log: From: hansm@icgned.icgroup.nl
2485              To: perlbug@perl.com
2486              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
2487              Date: Sun, 21 Feb 1999 22:58:55 +0100
2488              Reply-To: hansmu@xs4all.nl
2489              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
2490              
2491              plus other Configure changes: prepare for cross-compilation/
2492              multiarchitecture builds.
2493      Branch: cfgperl
2494            ! Configure config_h.SH
2495 ____________________________________________________________________________
2496 [  3005] By: jhi                                   on 1999/02/22  08:35:30
2497         Log: Configure/Perl knew how to look for use Mach cthreads
2498              but Configure didn't let them to be used ($osname 'next').
2499      Branch: cfgperl
2500            ! Configure config_h.SH
2501      Branch: maint-5.005/perl
2502            ! Configure
2503 ____________________________________________________________________________
2504 [  3004] By: jhi                                   on 1999/02/21  15:46:02
2505         Log: Update Acorn AVAILABILITY.
2506      Branch: cfgperl
2507            ! pod/perl.pod
2508      Branch: maint-5.005/perl
2509            ! pod/perl.pod
2510 ____________________________________________________________________________
2511 [  3003] By: jhi                                   on 1999/02/21  14:50:42
2512         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
2513              To: perl5-porters@perl.org (Perl 5 Porters)
2514              Subject: PATCH: perlref.pod - symbolic ref example
2515              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
2516              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
2517      Branch: cfgperl
2518            ! pod/perlref.pod
2519      Branch: maint-5.005/perl
2520            ! pod/perlref.pod
2521 ____________________________________________________________________________
2522 [  3002] By: jhi                                   on 1999/02/21  14:35:22
2523         Log: Sync cfgperl with maint-5.005 change #3000.
2524      Branch: cfgperl
2525            ! pod/perlfunc.pod t/op/pack.t
2526 ____________________________________________________________________________
2527 [  2999] By: gsar                                  on 1999/02/20  22:48:30
2528         Log: From:    John Bley <jbb6@acpub.duke.edu>
2529              Date:    Sat, 20 Feb 1999 16:02:34 EST
2530              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
2531              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
2532      Branch: perl
2533            ! regcomp.c
2534 ____________________________________________________________________________
2535 [  2998] By: jhi                                   on 1999/02/20  14:13:06
2536         Log: Enhanced the endianness description.
2537      Branch: cfgperl
2538            ! pod/perlfunc.pod
2539 ____________________________________________________________________________
2540 [  2996] By: jhi                                   on 1999/02/20  13:55:41
2541         Log: Glossary now mostly fixed.
2542      Branch: cfgperl
2543            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2544            ! config_h.SH
2545 ____________________________________________________________________________
2546 [  2994] By: jhi                                   on 1999/02/20  11:58:33
2547         Log: Perldeltify GNU/Hurd.
2548      Branch: cfgperl
2549            ! pod/perldelta.pod
2550 ____________________________________________________________________________
2551 [  2993] By: gsar                                  on 1999/02/20  00:59:10
2552         Log: fix typo in Perl_sbrk()
2553              From: hansm@icgned.icgroup.nl
2554              Date: Fri, 19 Feb 1999 23:19:31 +0100
2555              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
2556              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
2557      Branch: perl
2558            ! malloc.c
2559 ____________________________________________________________________________
2560 [  2992] By: gsar                                  on 1999/02/20  00:51:08
2561         Log: integrate change#2980 from maint-5.005
2562      Branch: perl
2563           !> utils/h2xs.PL
2564 ____________________________________________________________________________
2565 [  2991] By: gsar                                  on 1999/02/20  00:34:01
2566         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2567              Date: Thu, 18 Feb 1999 18:51:38 +0000
2568              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
2569              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
2570      Branch: perl
2571            ! pp_hot.c t/op/pat.t
2572 ____________________________________________________________________________
2573 [  2990] By: gsar                                  on 1999/02/20  00:30:48
2574         Log: From: jan.dubois@ibm.net (Jan Dubois)
2575              Date: Thu, 18 Feb 1999 19:14:07 +0100
2576              Message-ID: <36d15809.40853323@smtp1.ibm.net>
2577              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
2578      Branch: perl
2579            ! win32/win32.c
2580 ____________________________________________________________________________
2581 [  2989] By: gsar                                  on 1999/02/20  00:27:01
2582         Log: do poll() emulation unless HAS_POLL && I_POLL
2583      Branch: perl
2584            ! ext/IO/poll.h
2585 ____________________________________________________________________________
2586 [  2988] By: gsar                                  on 1999/02/19  23:52:12
2587         Log: tweak RE for NaNQ? recognition
2588      Branch: perl
2589            ! t/lib/bigfloatpm.t
2590 ____________________________________________________________________________
2591 [  2987] By: gsar                                  on 1999/02/19  23:29:59
2592         Log: mention C<use utf8> and C<use warning> in perldelta
2593      Branch: perl
2594            ! pod/perldelta.pod
2595 ____________________________________________________________________________
2596 [  2985] By: jhi                                   on 1999/02/19  20:43:19
2597         Log: pack/unpack better in (network-)short-non-16-bits and
2598              (network-)long-non-32-bits systems such as Cray C90.
2599      Branch: cfgperl
2600            ! perl.h pp.c t/op/pack.t
2601 ____________________________________________________________________________
2602 [  2984] By: jhi                                   on 1999/02/19  20:38:54
2603         Log: Regen Configure.
2604      Branch: cfgperl
2605            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2606            ! perl.c
2607 ____________________________________________________________________________
2608 [  2982] By: jhi                                   on 1999/02/19  19:51:49
2609         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
2610              not probed for and         
2611              
2612              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2613              To: Chaim Frenkel <chaimf@pobox.com>,
2614              Russ Allbery <rra@stanford.edu>,
2615              Jarkko Hietaniemi <jhi@iki.fi>,
2616              Gurusamy Sarathy <gsar@activestate.com>,
2617              Graham Barr <gbarr@pobox.com>
2618              Cc: bdensch@ameritech.net, perlbug@perl.com
2619              Subject: [PATCH] Re: Solaris 7 for Intel
2620              Message-ID: <19990219124404.A30182@O2.chapin.edu>
2621              
2622              Glossary is still missing some terms because
2623              mkglossary is misbehaving (change #2981 updated
2624              Glossary manually)
2625      Branch: cfgperl
2626            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2627            ! Porting/config_H
2628 ____________________________________________________________________________
2629 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
2630         Log: Make result of h2xs work when user adds C<use strict>
2631      Branch: maint-5.005/perl
2632            ! utils/h2xs.PL
2633 ____________________________________________________________________________
2634 [  2979] By: gsar                                  on 1999/02/19  05:24:29
2635         Log: doc for change#2978
2636      Branch: perl
2637            ! pod/perlsub.pod
2638 ____________________________________________________________________________
2639 [  2978] By: gsar                                  on 1999/02/19  05:08:29
2640         Log: bring '*' prototype closer to how it behaves internally
2641      Branch: perl
2642            + t/lib/fatal.t
2643            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
2644 ____________________________________________________________________________
2645 [  2977] By: gsar                                  on 1999/02/19  02:50:31
2646         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
2647      Branch: perl
2648            ! perly.h
2649 ____________________________________________________________________________
2650 [  2975] By: gsar                                  on 1999/02/18  21:41:57
2651         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
2652              of lexical searches in BEGIN|INIT|END)
2653      Branch: perl
2654            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
2655            ! vms/perly_c.vms
2656 ____________________________________________________________________________
2657 [  2974] By: gsar                                  on 1999/02/18  21:03:06
2658         Log: missing PERL_POLLUTE_MALLOC
2659      Branch: perl
2660            ! ext/SDBM_File/sdbm/sdbm.h
2661 ____________________________________________________________________________
2662 [  2973] By: gsar                                  on 1999/02/18  17:10:49
2663         Log: From:    Andy Dougherty <doughera@lafayette.edu>
2664              Date:    Wed, 17 Feb 1999 17:22:50 EST
2665              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
2666              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
2667      Branch: perl
2668            ! lib/dotsh.pl
2669 ____________________________________________________________________________
2670 [  2972] By: gsar                                  on 1999/02/18  17:04:12
2671         Log: s/#defined/#define/
2672      Branch: perl
2673            ! ext/Data/Dumper/Dumper.xs
2674 ____________________________________________________________________________
2675 [  2970] By: gsar                                  on 1999/02/18  03:26:43
2676         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
2677      Branch: perl
2678            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
2679            ! ext/GDBM_File/typemap
2680 ____________________________________________________________________________
2681 [  2969] By: gsar                                  on 1999/02/17  23:30:47
2682         Log: correct slurp mode doc
2683      Branch: perl
2684            ! pod/perlfunc.pod pod/perlop.pod
2685 ____________________________________________________________________________
2686 [  2968] By: jhi                                   on 1999/02/17  23:15:49
2687         Log: Ultrix hints update.
2688              
2689              From: Spider Boardman <spider@zk3.dec.com>
2690              To: perlbug@perl.com
2691              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
2692              Date: Tue, 16 Feb 1999 23:04:28 -0500
2693              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
2694      Branch: cfgperl
2695            ! hints/ultrix_4.sh
2696 ____________________________________________________________________________
2697 [  2966] By: jhi                                   on 1999/02/17  23:09:21
2698         Log: Change #2965 wiped out some Sarathy's _55 changes.
2699              Now unwiped.
2700      Branch: cfgperl
2701            ! Configure pp.c t/op/pack.t
2702 ____________________________________________________________________________
2703 [  2965] By: jhi                                   on 1999/02/17  23:00:04
2704         Log: Configure tweaks.
2705              
2706              Fix the Unixware/SCO uname scan:
2707              
2708              From: Tom Hughes <thh@cyberscience.com>
2709              To: perlbug@perl.com
2710              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
2711              Date: 17 Feb 1999 15:34:15 +0000    
2712              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
2713              
2714              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
2715              
2716              From: Joe Buehler <jhpb@hekimian.com>
2717              To: perl5-porters@perl.org
2718              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
2719              Date: 12 Feb 1999 11:25:21 -0500
2720              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
2721              
2722              Make the pthreads joinable constant scan to output to fd 4, not 2.
2723      Branch: cfgperl
2724            ! Configure
2725 ____________________________________________________________________________
2726 [  2964] By: gsar                                  on 1999/02/17  21:30:07
2727         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2728              Date: Wed, 17 Feb 1999 06:53:13 -0700
2729              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
2730              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
2731      Branch: perl
2732            ! lib/Pod/Functions.pm
2733 ____________________________________________________________________________
2734 [  2963] By: gsar                                  on 1999/02/17  21:18:21
2735         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
2736              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2737              Date: Wed, 17 Feb 1999 10:06:01 +0000
2738              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
2739              Subject: Re: [5.005_53] panic: pad_free curpad 
2740      Branch: perl
2741            ! regcomp.c regexec.c t/op/misc.t
2742 ____________________________________________________________________________
2743 [  2962] By: gsar                                  on 1999/02/16  21:26:28
2744         Log: NaNQ? tweak
2745      Branch: perl
2746            ! t/lib/bigfloatpm.t
2747 ____________________________________________________________________________
2748 [  2961] By: jhi                                   on 1999/02/16  19:26:38
2749         Log: Integrate from mainperl.
2750      Branch: cfgperl
2751           !> (integrate 37 files)
2752 ____________________________________________________________________________
2753 [  2960] By: gsar                                  on 1999/02/16  18:04:29
2754         Log: undo change#2465 (qw[] is a real list now)
2755      Branch: perl
2756            ! pod/perlop.pod
2757 ____________________________________________________________________________
2758 [  2959] By: gsar                                  on 1999/02/16  07:09:33
2759         Log: this was 5.005_55
2760      Branch: perl
2761            ! Changes
2762
2763 ----------------
2764 Version 5.005_55
2765 ----------------
2766
2767 ____________________________________________________________________________
2768 [  2958] By: gsar                                  on 1999/02/16  06:18:27
2769         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
2770              elide dups and non-dependents from Changes
2771      Branch: perl
2772            ! Changes pod/perlhist.pod
2773           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
2774           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
2775           !> pod/perlport.pod pp.c t/op/pack.t
2776 ____________________________________________________________________________
2777 [  2957] By: gsar                                  on 1999/02/16  04:09:47
2778         Log: propagate PERL_VERSION everywhere, add to pod
2779      Branch: perl
2780            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
2781            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
2782            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
2783            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
2784            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
2785            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
2786            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
2787            ! win32/config.gc win32/config.vc win32/config_sh.PL
2788            ! win32/win32.c x2p/a2py.c
2789 ____________________________________________________________________________
2790 [  2955] By: jhi                                   on 1999/02/15  16:15:03
2791         Log: The pack tests now better in C90 (after the packnative patches).
2792      Branch: cfgperl
2793            ! t/op/pack.t
2794 ____________________________________________________________________________
2795 [  2954] By: gsar                                  on 1999/02/15  14:11:50
2796         Log: tweak Configure to follow new PERL_VERSION etc.
2797      Branch: perl
2798            ! Configure patchlevel.h pod/perlhist.pod
2799 ____________________________________________________________________________
2800 [  2953] By: jhi                                   on 1999/02/15  14:02:21
2801         Log: Integrate from mainperl.
2802      Branch: cfgperl
2803           !> MANIFEST Porting/makerel
2804 ____________________________________________________________________________
2805 [  2952] By: jhi                                   on 1999/02/15  13:50:07
2806         Log: Enhance the packnative patch: use the packnative code
2807              only if required.  Also added hefty testing (hopefully
2808              I didn't assume too much...).  Tested on alpha, ix86, sparc.
2809      Branch: cfgperl
2810            ! pod/perlfunc.pod pp.c t/op/pack.t
2811 ____________________________________________________________________________
2812 [  2951] By: jhi                                   on 1999/02/15  13:46:56
2813         Log: AVAILABILITY from 5.005_03-tobe, will of course
2814              require updating when 5.006 comes out.
2815      Branch: cfgperl
2816            ! pod/perl.pod
2817 ____________________________________________________________________________
2818 [  2949] By: gsar                                  on 1999/02/15  13:28:51
2819         Log: will this be it for 5.005_55?
2820      Branch: perl
2821            ! MANIFEST Porting/makerel
2822 ____________________________________________________________________________
2823 [  2948] By: jhi                                   on 1999/02/15  13:23:52
2824         Log: Integrate from mainperl.
2825      Branch: cfgperl
2826           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
2827           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2828           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2829           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
2830           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
2831           !> win32/config.gc win32/config.vc win32/config_H.bc
2832           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2833 ____________________________________________________________________________
2834 [  2947] By: jhi                                   on 1999/02/15  13:20:41
2835         Log: perlport.pod 1.39 from Chris.
2836      Branch: cfgperl
2837            ! pod/perlport.pod
2838 ____________________________________________________________________________
2839 [  2946] By: jhi                                   on 1999/02/15  13:09:58
2840         Log: Import Ultrix update, change #2864, 
2841              
2842              From: Spider Boardman <spider@zk3.dec.com>
2843              To: perlbug@perl.com
2844              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
2845              Date: Wed, 10 Feb 1999 23:33:31 -0500
2846              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
2847      Branch: cfgperl
2848            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
2849 ____________________________________________________________________________
2850 [  2945] By: jhi                                   on 1999/02/15  13:04:50
2851         Log: OpenBSD sparc SHMLBA.
2852      Branch: cfgperl
2853            ! ext/IPC/SysV/SysV.xs
2854 ____________________________________________________________________________
2855 [  2944] By: gsar                                  on 1999/02/15  12:09:52
2856         Log: update win32/config* stuff, Changes
2857      Branch: perl
2858            ! Changes win32/Makefile win32/config.bc win32/config.gc
2859            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2860            ! win32/config_H.vc win32/makefile.mk
2861 ____________________________________________________________________________
2862 [  2943] By: gsar                                  on 1999/02/15  11:54:08
2863         Log: #include patchlevel.h by default, provide
2864              PERL_{REVISION,VERSION,SUBVERSION}
2865      Branch: perl
2866            ! patchlevel.h perl.h
2867 ____________________________________________________________________________
2868 [  2942] By: gsar                                  on 1999/02/15  10:26:59
2869         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
2870              misc fixes
2871      Branch: perl
2872            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
2873 ____________________________________________________________________________
2874 [  2941] By: gsar                                  on 1999/02/15  10:24:37
2875         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
2876              Message-ID: <19990207002851.B9185@toldyouso.com>
2877              Message-ID: <19990207212152.A9765@toldyouso.com>
2878              Message-ID: <19990207212041.A9622@toldyouso.com>
2879              Message-ID: <19990207213127.A10244@toldyouso.com>
2880              Message-ID: <19990207212559.A9950@toldyouso.com>
2881              Message-ID: <19990207212842.A9994@toldyouso.com>
2882              Message-ID: <19990207212500.A9860@toldyouso.com>
2883              Message-ID: <19990207213013.A10105@toldyouso.com>
2884      Branch: perl
2885            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
2886            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2887            ! pod/perlmodlib.pod pod/perltoc.pod
2888 ____________________________________________________________________________
2889 [  2940] By: gsar                                  on 1999/02/15  10:07:08
2890         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
2891              of suggested patch)
2892              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
2893              Date: Mon, 08 Feb 1999 01:14:41 -0000
2894              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
2895              Subject: [PATCH 5.005_54] some pending C.pm stuff 
2896      Branch: perl
2897            ! ext/B/B/C.pm
2898 ____________________________________________________________________________
2899 [  2939] By: jhi                                   on 1999/02/15  08:40:18
2900         Log: Integrate from mainperl.
2901      Branch: cfgperl
2902           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
2903            - lib/File/PathConvert.pm
2904           !> (integrate 81 files)
2905 ____________________________________________________________________________
2906 [  2938] By: gsar                                  on 1999/02/15  06:56:39
2907         Log: change#2839 was bogus, redo
2908      Branch: perl
2909           !> t/lib/h2ph.pht
2910 ____________________________________________________________________________
2911 [  2937] By: gsar                                  on 1999/02/15  06:38:15
2912         Log: support Win32::GetFullPathName() and Win32::SetLastError()
2913              From: jan.dubois@ibm.net (Jan Dubois)
2914              Date: Tue, 09 Feb 1999 22:27:31 +0100
2915              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
2916              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
2917      Branch: perl
2918            ! win32/win32.c
2919 ____________________________________________________________________________
2920 [  2936] By: gsar                                  on 1999/02/15  06:26:39
2921         Log: support native integers, pack("L_",...) etc. (via private mail)
2922              From: Jarkko Hietaniemi <jhi@iki.fi>
2923              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
2924              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
2925              Subject: the "packnative" patch
2926      Branch: perl
2927            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
2928            ! t/lib/ipc_sysv.t t/op/pack.t
2929 ____________________________________________________________________________
2930 [  2935] By: gsar                                  on 1999/02/15  06:04:02
2931         Log: From: Michael G Schwern <schwern@pobox.com>
2932              Date: Tue, 9 Feb 1999 04:13:12 -0500
2933              Message-ID: <19990209041312.A15788@toldyouso.com>
2934              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
2935      Branch: perl
2936            ! utils/h2xs.PL
2937 ____________________________________________________________________________
2938 [  2934] By: gsar                                  on 1999/02/15  05:30:13
2939         Log: fix bugs in the handling of negative numbers, among other things
2940              From: Steven Knight <knight@theopera.baldmt.citilink.com>
2941              Date: Mon, 8 Feb 1999 01:16:24 -0600
2942              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
2943              Subject: Math::BigFloat and Math::BigInt
2944      Branch: perl
2945            + t/lib/bigfloat.t t/lib/bigfloatpm.t
2946            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
2947            ! t/lib/bigintpm.t
2948 ____________________________________________________________________________
2949 [  2933] By: gsar                                  on 1999/02/15  04:57:52
2950         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
2951              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
2952              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
2953              Subject: s2p incorrectly handles hold space commands
2954      Branch: perl
2955            ! x2p/s2p.PL
2956 ____________________________________________________________________________
2957 [  2932] By: gsar                                  on 1999/02/15  04:45:55
2958         Log: clarify what a "line" is
2959      Branch: perl
2960            ! pod/perlfunc.pod pod/perlvar.pod
2961 ____________________________________________________________________________
2962 [  2931] By: gsar                                  on 1999/02/15  04:23:29
2963         Log: backout change#2811 and add newer version based on File::Spec
2964              From: Barrie Slaymaker <rbs@telerama.com>
2965              Date: Thu, 11 Feb 1999 16:29:24 -0500
2966              Message-ID: <36C34BB4.A62090E0@telerama.com>
2967              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
2968      Branch: perl
2969            - lib/File/PathConvert.pm
2970            ! MANIFEST installhtml lib/Pod/Html.pm
2971 ____________________________________________________________________________
2972 [  2930] By: gsar                                  on 1999/02/15  04:16:25
2973         Log: From: Barrie Slaymaker <rbs@telerama.com>
2974              Date: Thu, 11 Feb 1999 19:39:48 -0500
2975              Message-ID: <36C37854.707D139@telerama.com>
2976              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
2977      Branch: perl
2978            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
2979 ____________________________________________________________________________
2980 [  2929] By: gsar                                  on 1999/02/15  04:06:50
2981         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
2982              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
2983              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
2984              Subject: [PATCH]5.005_54 (DOC) fix many typos
2985              --
2986              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
2987              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
2988              Subject: [PATCH]5.005_54 (DOC) typos
2989      Branch: perl
2990            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
2991            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
2992            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2993            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2994            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
2995            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
2996            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
2997            ! pod/perlvar.pod pod/perlxs.pod
2998 ____________________________________________________________________________
2999 [  2928] By: gsar                                  on 1999/02/15  03:39:53
3000         Log: allow the Carp routines to pass through exception objects
3001      Branch: perl
3002            ! lib/Carp.pm
3003 ____________________________________________________________________________
3004 [  2927] By: gsar                                  on 1999/02/15  03:22:57
3005         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
3006      Branch: perl
3007            ! pod/perlfaq8.pod
3008 ____________________________________________________________________________
3009 [  2926] By: gsar                                  on 1999/02/15  03:19:39
3010         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
3011              have done that, but didn't)
3012      Branch: perl
3013           !> utils/h2ph.PL
3014 ____________________________________________________________________________
3015 [  2925] By: gsar                                  on 1999/02/15  03:17:01
3016         Log: integrate cfgperl changes into mainline
3017      Branch: perl
3018            ! Changes
3019           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3020           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
3021           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
3022           !> vms/subconfigure.com
3023 ____________________________________________________________________________
3024 [  2924] By: gsar                                  on 1999/02/15  03:07:08
3025         Log: add const qualifier to most char* prototypes, handle ripple effect
3026      Branch: perl
3027            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
3028            ! universal.c util.c
3029 ____________________________________________________________________________
3030 [  2923] By: gsar                                  on 1999/02/15  01:04:30
3031         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3032              Date: Thu, 04 Feb 1999 02:37:31 +0000
3033              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
3034              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
3035      Branch: perl
3036            ! pp_ctl.c t/op/range.t
3037 ____________________________________________________________________________
3038 [  2922] By: gsar                                  on 1999/02/15  00:24:34
3039         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3040              Date: Sun, 31 Jan 1999 01:50:06 +0000
3041              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
3042              Subject: [PATCH 5.005_03t4] regexp flags bug
3043      Branch: perl
3044            ! regcomp.c t/op/re_tests
3045 ____________________________________________________________________________
3046 [  2921] By: gsar                                  on 1999/02/15  00:13:02
3047         Log: use New() et al., rather than safemalloc() et al.
3048              From: jan.dubois@ibm.net (Jan Dubois)
3049              Date: Fri, 29 Jan 1999 23:27:22 +0100
3050              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
3051              Subject: [PATCH _03-MT5] POSIX.xs memory API
3052      Branch: perl
3053            ! ext/POSIX/POSIX.xs
3054 ____________________________________________________________________________
3055 [  2920] By: gsar                                  on 1999/02/15  00:05:33
3056         Log: tweak READ() docs to mention $buffer must be altered by reference
3057      Branch: perl
3058            ! pod/perltie.pod
3059 ____________________________________________________________________________
3060 [  2919] By: gsar                                  on 1999/02/14  23:50:39
3061         Log: applied suggested patch, with several language/readability tweaks
3062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3063              Date: Fri, 29 Jan 1999 00:25:02 -0500
3064              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
3065              Subject: Re: [PATCH 5.005_*] Better parsing docs
3066      Branch: perl
3067            ! pod/perlop.pod
3068 ____________________________________________________________________________
3069 [  2918] By: gsar                                  on 1999/02/14  23:20:42
3070         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
3071              of silently returning bogus values)
3072              From: Peter Chines <pchines@nhgri.nih.gov>
3073              Date: Wed, 27 Jan 1999 16:11:31 -0500
3074              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
3075              Subject: Time::Local
3076      Branch: perl
3077            ! lib/Time/Local.pm pod/perldelta.pod
3078 ____________________________________________________________________________
3079 [  2917] By: gsar                                  on 1999/02/14  11:21:43
3080         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3081              Date: Thu, 28 Jan 1999 10:02:20 -0500
3082              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
3083              Subject: Re: [PATCH 5.005_53] Better perldoc
3084      Branch: perl
3085            ! utils/perldoc.PL
3086 ____________________________________________________________________________
3087 [  2916] By: gsar                                  on 1999/02/14  10:59:38
3088         Log: back out change#2751, apply updated version 
3089              From: jan.dubois@ibm.net (Jan Dubois)
3090              Date: Sat, 06 Feb 1999 01:06:29 +0100
3091              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
3092              Subject: [PATCH] Cleanup of File::Spec module
3093      Branch: perl
3094            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3095            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3096            ! lib/File/Spec/Win32.pm
3097 ____________________________________________________________________________
3098 [  2915] By: gsar                                  on 1999/02/14  10:48:01
3099         Log: tweak select() test
3100      Branch: perl
3101            ! pod/perlipc.pod t/op/fh.t
3102 ____________________________________________________________________________
3103 [  2914] By: gsar                                  on 1999/02/14  10:25:55
3104         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
3105      Branch: perl
3106            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
3107 ____________________________________________________________________________
3108 [  2913] By: gsar                                  on 1999/02/14  10:03:51
3109         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
3110              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
3111              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
3112              Subject: Re: SvOPV() or SvPV_nolen() or ...
3113      Branch: perl
3114            ! pod/perlguts.pod
3115 ____________________________________________________________________________
3116 [  2912] By: gsar                                  on 1999/02/14  09:57:29
3117         Log: provide SvPV_nolen(sv) to avoid use of PL_na
3118              From: jan.dubois@ibm.net (Jan Dubois)
3119              Date: Sun, 24 Jan 1999 02:45:32 +0100
3120              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
3121              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
3122      Branch: perl
3123            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
3124            ! sv.h
3125 ____________________________________________________________________________
3126 [  2911] By: gsar                                  on 1999/02/14  06:51:05
3127         Log: elide stray effluvium
3128      Branch: perl
3129            ! pod/perldelta.pod
3130 ____________________________________________________________________________
3131 [  2910] By: gsar                                  on 1999/02/14  05:51:56
3132         Log: slurping an empty file should return '' rather than undef, with
3133              commensurate effects on ARGV processing
3134      Branch: perl
3135            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3136            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
3137 ____________________________________________________________________________
3138 [  2909] By: gsar                                  on 1999/02/14  00:02:11
3139         Log: perly_c.diff typo
3140      Branch: perl
3141            ! perly.c perly_c.diff vms/perly_c.vms
3142 ____________________________________________________________________________
3143 [  2908] By: gsar                                  on 1999/02/13  18:20:13
3144         Log: From: jan.dubois@ibm.net (Jan Dubois)
3145              Date: Sat, 13 Feb 1999 13:25:53 +0100
3146              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
3147              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
3148      Branch: perl
3149            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
3150 ____________________________________________________________________________
3151 [  2907] By: jhi                                   on 1999/02/13  15:07:26
3152         Log: Integrate from mainperl.
3153      Branch: cfgperl
3154           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
3155           !> (integrate 150 files)
3156 ____________________________________________________________________________
3157 [  2903] By: gsar                                  on 1999/02/12  13:25:59
3158         Log: From: jan.dubois@ibm.net (Jan Dubois)
3159              Date: Sun, 24 Jan 1999 01:12:00 +0100
3160              Message-ID: <36b66479.62756298@smtp1.ibm.net>
3161              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
3162      Branch: perl
3163            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
3164            ! proto.h sv.c sv.h
3165 ____________________________________________________________________________
3166 [  2902] By: gsar                                  on 1999/02/12  12:55:11
3167         Log: script to generate ctags from etags
3168              From: Colin Kuskie <ckuskie@cadence.com>
3169              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
3170              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
3171              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
3172      Branch: perl
3173            + emacs/e2ctags.pl
3174            ! Makefile.SH pod/perlfaq3.pod
3175 ____________________________________________________________________________
3176 [  2901] By: gsar                                  on 1999/02/12  12:40:17
3177         Log: allow boolean assign ops to be lvalues
3178              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3179              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
3180              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
3181              --
3182              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3183              Date: Mon, 18 Jan 1999 10:04:00 +0000
3184              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
3185              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
3186      Branch: perl
3187            + t/op/lop.t
3188            ! MANIFEST op.c
3189 ____________________________________________________________________________
3190 [  2899] By: jhi                                   on 1999/02/12  12:03:48
3191         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
3192      Branch: cfgperl
3193            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3194            ! config_h.SH hints/openbsd.sh
3195 ____________________________________________________________________________
3196 [  2898] By: gsar                                  on 1999/02/12  11:49:25
3197         Log: support win32_putenv()
3198      Branch: perl
3199            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
3200            ! win32/win32.c win32/win32iop.h
3201 ____________________________________________________________________________
3202 [  2894] By: gsar                                  on 1999/02/12  11:09:27
3203         Log: add missing hunk in change#2657
3204      Branch: perl
3205            ! ext/B/B/CC.pm
3206 ____________________________________________________________________________
3207 [  2893] By: gsar                                  on 1999/02/12  11:00:13
3208         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3209              Date: Tue, 19 Jan 1999 20:13:15 -0500
3210              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
3211              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
3212      Branch: perl
3213            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
3214            ! t/pragma/subs.t t/pragma/warning.t
3215 ____________________________________________________________________________
3216 [  2892] By: gsar                                  on 1999/02/12  10:44:38
3217         Log: update change#2670 to later version
3218              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3219              Date: Sun, 31 Jan 1999 16:16:14 +0000
3220              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
3221              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
3222      Branch: perl
3223            ! t/op/subst.t toke.c
3224 ____________________________________________________________________________
3225 [  2891] By: gsar                                  on 1999/02/12  10:31:17
3226         Log: make testsuite somewhat location independent
3227      Branch: perl
3228            ! (edit 117 files)
3229 ____________________________________________________________________________
3230 [  2890] By: gsar                                  on 1999/02/12  10:00:30
3231         Log: add $AutoLoader::VERSION
3232      Branch: perl
3233            ! lib/AutoLoader.pm
3234 ____________________________________________________________________________
3235 [  2889] By: gsar                                  on 1999/02/12  09:55:48
3236         Log: tweak PERL_STRICT_CR notes
3237      Branch: perl
3238            ! pod/perl5005delta.pod
3239 ____________________________________________________________________________
3240 [  2888] By: gsar                                  on 1999/02/12  09:41:45
3241         Log: add note about test-notty target
3242      Branch: perl
3243            ! README.win32
3244 ____________________________________________________________________________
3245 [  2887] By: gsar                                  on 1999/02/12  09:37:37
3246         Log: add perltodo.pod
3247      Branch: perl
3248            + pod/perltodo.pod
3249            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
3250            ! win32/pod.mak
3251 ____________________________________________________________________________
3252 [  2886] By: jhi                                   on 1999/02/12  08:52:14
3253         Log: Integrate from mainperl.
3254      Branch: cfgperl
3255           +> t/op/fh.t
3256           !> (integrate 30 files)
3257 ____________________________________________________________________________
3258 [  2885] By: gsar                                  on 1999/02/12  08:42:10
3259         Log: note how to find REG_INFTY limit
3260      Branch: perl
3261            ! pod/perlre.pod
3262 ____________________________________________________________________________
3263 [  2884] By: jhi                                   on 1999/02/12  08:36:14
3264         Log: OpenBSD pthreads awareness, thanks to
3265              David Leonard <david.leonard@csee.uq.edu.au>
3266      Branch: maint-5.005/perl
3267            ! Configure hints/openbsd.sh
3268 ____________________________________________________________________________
3269 [  2882] By: gsar                                  on 1999/02/12  08:05:20
3270         Log: IO is maintained by p5p (per Graham Barr's wishes)
3271      Branch: perl
3272            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
3273            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
3274            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
3275            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
3276 ____________________________________________________________________________
3277 [  2881] By: gsar                                  on 1999/02/12  07:57:13
3278         Log: fh.t typo
3279      Branch: perl
3280            ! t/op/fh.t
3281 ____________________________________________________________________________
3282 [  2880] By: gsar                                  on 1999/02/12  07:38:16
3283         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
3284      Branch: perl
3285            ! perl.c pod/perlrun.pod
3286 ____________________________________________________________________________
3287 [  2879] By: gsar                                  on 1999/02/12  05:39:29
3288         Log: fix ops that are not filehandle constructors to not create GV if it
3289              doesn't already exist (avoids leaks); extend semantics of defined()
3290              so that defined(*{$foo}) works (experimental)
3291      Branch: perl
3292            + t/op/fh.t
3293            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
3294            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
3295 ____________________________________________________________________________
3296 [  2877] By: jhi                                   on 1999/02/11  20:44:00
3297         Log: From: Chris Nandor <pudge@pobox.com>
3298              To: perl5-porters@perl.org
3299              Subject: [PATCH] perlport.pod 1.39
3300              Date: Thu, 11 Feb 1999 12:28:35 -0500
3301              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
3302      Branch: cfgperl
3303            ! pod/perlport.pod
3304 ____________________________________________________________________________
3305 [  2870] By: gsar                                  on 1999/02/11  11:17:08
3306         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
3307      Branch: perl
3308            ! ext/IO/lib/IO/Pipe.pm
3309 ____________________________________________________________________________
3310 [  2869] By: gsar                                  on 1999/02/11  11:00:56
3311         Log: update win32/pod.mak
3312      Branch: perl
3313            ! win32/pod.mak
3314 ____________________________________________________________________________
3315 [  2868] By: gsar                                  on 1999/02/11  10:42:44
3316         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
3317              Date: Fri, 08 Jan 1999 14:36:53 +1100
3318              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
3319              Subject: Re: [Fwd: IO::Socket::connect and blocking]
3320      Branch: perl
3321            ! ext/IO/lib/IO/Socket.pm
3322 ____________________________________________________________________________
3323 [  2867] By: gsar                                  on 1999/02/11  09:43:03
3324         Log: av_extend() doc tweak from Jan Dubois
3325      Branch: perl
3326            ! pod/perlguts.pod
3327 ____________________________________________________________________________
3328 [  2866] By: gsar                                  on 1999/02/11  09:27:17
3329         Log: display full pathname of unreadable files
3330      Branch: perl
3331            ! utils/perldoc.PL
3332 ____________________________________________________________________________
3333 [  2865] By: gsar                                  on 1999/02/11  09:02:31
3334         Log: missing patch in change#2522
3335      Branch: perl
3336            ! lib/Pod/Text.pm
3337 ____________________________________________________________________________
3338 [  2864] By: jhi                                   on 1999/02/11  08:45:00
3339         Log: From: Spider Boardman <spider@zk3.dec.com>
3340              To: perlbug@perl.com
3341              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
3342              Date: Wed, 10 Feb 1999 23:33:31 -0500
3343              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
3344      Branch: maint-5.005/perl
3345            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
3346 ____________________________________________________________________________
3347 [  2862] By: gsar                                  on 1999/02/11  08:14:34
3348         Log: integrate changes#2738,2740 from maint-5.005
3349      Branch: perl
3350           !> lib/ExtUtils/MakeMaker.pm
3351 ____________________________________________________________________________
3352 [  2861] By: jhi                                   on 1999/02/11  08:04:25
3353         Log: Integrate from mainperl.
3354      Branch: cfgperl
3355           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
3356           !> t/op/range.t win32/config.gc
3357 ____________________________________________________________________________
3358 [  2860] By: gsar                                  on 1999/02/11  07:30:08
3359         Log: binmode() support for cygwin32 (suggested by Steven Morlock
3360              <newspost@morlock.net>)
3361      Branch: perl
3362            ! perl.h
3363 ____________________________________________________________________________
3364 [  2859] By: gsar                                  on 1999/02/11  07:14:21
3365         Log: update Changes
3366      Branch: perl
3367            ! Changes
3368           !> pod/perl5005delta.pod
3369 ____________________________________________________________________________
3370 [  2856] By: gsar                                  on 1999/02/11  07:07:39
3371         Log: integrate perldelta changes from maint-5.005
3372      Branch: perl
3373           !> pod/perl5005delta.pod
3374 ____________________________________________________________________________
3375 [  2855] By: gsar                                  on 1999/02/11  06:31:50
3376         Log: applied suggested patch; added tests
3377              From: Adam Krolnik <adamk@gypsy.cyrix.com>
3378              Date: Sat, 12 Dec 98 15:30:18 -0600
3379              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
3380              Subject: Range operation doesn't handle IV_MAX
3381      Branch: perl
3382            ! pp_ctl.c t/op/range.t
3383 ____________________________________________________________________________
3384 [  2854] By: gsar                                  on 1999/02/11  05:00:55
3385         Log: compatibility fix: magic non-propagation in foreach implicit localization
3386      Branch: perl
3387            ! pp_ctl.c t/op/local.t win32/config.gc
3388 ____________________________________________________________________________
3389 [  2852] By: gsar                                  on 1999/02/10  23:17:49
3390         Log: fair warning about -Dusethreads
3391      Branch: maint-5.005/perl
3392            ! Configure INSTALL README.threads
3393 ____________________________________________________________________________
3394 [  2847] By: jhi                                   on 1999/02/09  19:13:28
3395         Log: Integrate from mainperl.
3396      Branch: cfgperl
3397           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
3398           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
3399 ____________________________________________________________________________
3400 [  2846] By: gsar                                  on 1999/02/09  13:53:28
3401         Log: a modified version of suggested patch for pack template 'Z'; added docs
3402              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
3403              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
3404              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
3405              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
3406      Branch: perl
3407            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
3408 ____________________________________________________________________________
3409 [  2845] By: gsar                                  on 1999/02/09  00:03:26
3410         Log: clarify docs for change#2835
3411      Branch: perl
3412            ! pod/perldelta.pod pod/perlop.pod
3413 ____________________________________________________________________________
3414 [  2844] By: gsar                                  on 1999/02/08  23:40:57
3415         Log: addendum to change#2823
3416              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3417              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
3418              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
3419              Subject: [PATCH] Docs and tests for method-call syntax
3420      Branch: perl
3421            ! pod/perlobj.pod t/op/method.t
3422 ____________________________________________________________________________
3423 [  2843] By: jhi                                   on 1999/02/08  21:06:28
3424         Log: Ultrix mmap tidbit.
3425      Branch: cfgperl
3426            ! hints/ultrix_4.sh
3427 ____________________________________________________________________________
3428 [  2842] By: jhi                                   on 1999/02/08  20:22:55
3429         Log: Integrate from mainperl.
3430      Branch: cfgperl
3431           +> t/op/subst_wamp.t
3432           !> (integrate 35 files)
3433 ____________________________________________________________________________
3434 [  2841] By: jhi                                   on 1999/02/08  18:23:26
3435         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3436              To: Mailing list Perl5 <perl5-porters@perl.org>
3437              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3438              Date: Sun, 7 Feb 1999 17:25:22 -0500
3439              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3440      Branch: cfgperl
3441            + t/op/subst_amp.t
3442            ! MANIFEST regcomp.c t/op/subst.t
3443 ____________________________________________________________________________
3444 [  2840] By: jhi                                   on 1999/02/08  18:16:54
3445         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3446              To: Mailing list Perl5 <perl5-porters@perl.org>
3447              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3448              Date: Sun, 7 Feb 1999 17:00:10 -0500
3449              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3450      Branch: cfgperl
3451            ! pp_hot.c t/op/pat.t
3452 ____________________________________________________________________________
3453 [  2839] By: jhi                                   on 1999/02/08  17:25:30
3454         Log: A require was missing.
3455      Branch: cfgperl
3456            ! t/lib/h2ph.pht
3457 ____________________________________________________________________________
3458 [  2838] By: jhi                                   on 1999/02/08  16:38:41
3459         Log: Bring in the change #2809 (the Configure part has been
3460              modified rather a lot since the #2809, though.)
3461      Branch: cfgperl
3462            ! Configure utils/h2ph.PL
3463 ____________________________________________________________________________
3464 [  2835] By: gsar                                  on 1999/02/08  14:40:23
3465         Log: make qw() into a true list at compile time (slightly modified
3466              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
3467      Branch: perl
3468            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
3469 ____________________________________________________________________________
3470 [  2834] By: gsar                                  on 1999/02/08  13:23:16
3471         Log: make safesysmalloc() etc., always available; safemalloc() et al are
3472              now macros that point to the right malloc; fix various places in
3473              sources that need to always use safesysmalloc() et al
3474      Branch: perl
3475            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
3476            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
3477 ____________________________________________________________________________
3478 [  2833] By: gsar                                  on 1999/02/08  10:56:16
3479         Log: remove spurious #endif in last change
3480      Branch: perl
3481            ! perl.h
3482 ____________________________________________________________________________
3483 [  2832] By: gsar                                  on 1999/02/08  10:34:55
3484         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
3485              them ask for insanity (untested)
3486      Branch: perl
3487            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
3488            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
3489            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
3490 ____________________________________________________________________________
3491 [  2831] By: jhi                                   on 1999/02/08  08:33:33
3492         Log: Update vms/subconfigure.com along the lines of change #2829.
3493      Branch: cfgperl
3494            ! vms/subconfigure.com
3495 ____________________________________________________________________________
3496 [  2830] By: gsar                                  on 1999/02/08  00:19:46
3497         Log: integrate cfgperl changes into mainline
3498      Branch: perl
3499           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
3500           +> lib/File/PathConvert.pm pod/perlthrtut.pod
3501            ! Changes
3502           !> (integrate 93 files)
3503 ____________________________________________________________________________
3504 [  2829] By: jhi                                   on 1999/02/07  23:49:46
3505         Log: Configure update.
3506              
3507              Probe for mmap() et alia.
3508              The *cc*symbols patch (just Configure, no h2ph).
3509      Branch: cfgperl
3510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3511            ! config_h.SH perl.h
3512 ____________________________________________________________________________
3513 [  2828] By: gsar                                  on 1999/02/07  23:38:47
3514         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3515              Date: Sun, 7 Feb 1999 17:25:22 -0500
3516              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
3517              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
3518      Branch: perl
3519            + t/op/subst_amp.t t/op/subst_wamp.t
3520            ! MANIFEST regcomp.c t/op/subst.t
3521 ____________________________________________________________________________
3522 [  2827] By: gsar                                  on 1999/02/07  23:27:32
3523         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3524              Date: Sun, 7 Feb 1999 17:00:10 -0500
3525              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
3526              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
3527      Branch: perl
3528            ! pp_hot.c t/op/pat.t
3529 ____________________________________________________________________________
3530 [  2826] By: gsar                                  on 1999/02/07  23:26:04
3531         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
3532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3533              Date: Sun, 7 Feb 1999 15:07:27 -0500
3534              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
3535              Subject: Re: fixing memory leaks in REx compilation
3536      Branch: perl
3537            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
3538            ! regexec.c
3539 ____________________________________________________________________________
3540 [  2825] By: jhi                                   on 1999/02/07  18:05:13
3541         Log: Integrate from mainperl.
3542      Branch: cfgperl
3543           +> lib/DB.pm t/comp/bproto.t
3544           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
3545           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
3546           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
3547           !> toke.c vms/perly_c.vms
3548 ____________________________________________________________________________
3549 [  2824] By: gsar                                  on 1999/02/07  14:21:48
3550         Log: tweak doc on bitwise ops
3551      Branch: perl
3552            ! pod/perlop.pod
3553 ____________________________________________________________________________
3554 [  2823] By: gsar                                  on 1999/02/07  13:38:31
3555         Log: applied suggested patch; regen perly* and vms/perly*
3556              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3557              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
3558              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
3559              Subject: [PATCH] Re: Suggestion for perlobj man page
3560      Branch: perl
3561            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
3562 ____________________________________________________________________________
3563 [  2822] By: gsar                                  on 1999/02/07  12:39:09
3564         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
3565              disabled, fails tests)
3566      Branch: perl
3567            ! regcomp.h
3568 ____________________________________________________________________________
3569 [  2821] By: gsar                                  on 1999/02/07  11:09:39
3570         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
3571              <Alexander.Barilo@aexp.com>)
3572      Branch: perl
3573            ! lib/Pod/Html.pm
3574 ____________________________________________________________________________
3575 [  2820] By: gsar                                  on 1999/02/07  10:20:35
3576         Log: add draft debugging API implementation
3577      Branch: perl
3578            + lib/DB.pm
3579            ! MANIFEST
3580 ____________________________________________________________________________
3581 [  2819] By: gsar                                  on 1999/02/07  09:58:45
3582         Log: avoid garbage in db->dirbuf
3583              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
3584              Date: Sat, 05 Dec 1998 14:14:54 +0900
3585              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
3586              Subject: SDBM bug
3587      Branch: perl
3588            ! ext/SDBM_File/sdbm/sdbm.c
3589 ____________________________________________________________________________
3590 [  2818] By: gsar                                  on 1999/02/07  09:32:24
3591         Log: missing entry
3592      Branch: perl
3593            ! MANIFEST
3594 ____________________________________________________________________________
3595 [  2817] By: gsar                                  on 1999/02/07  09:30:47
3596         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
3597      Branch: perl
3598            + t/comp/bproto.t
3599            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3600 ____________________________________________________________________________
3601 [  2816] By: gsar                                  on 1999/02/06  00:14:29
3602         Log: minor bug in dumping blessed subrefs
3603      Branch: perl
3604            ! ext/Data/Dumper/Dumper.pm
3605 ____________________________________________________________________________
3606 [  2812] By: jhi                                   on 1999/02/03  22:02:24
3607         Log: Enhance change #2808.
3608              
3609              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3610              To: perl5-porters@perl.org
3611              Subject: Re: [PATCH 5.00*]: perlbug checklist
3612              Date: Wed, 3 Feb 1999 19:02:27 +0000
3613              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
3614      Branch: cfgperl
3615            ! utils/perlbug.PL
3616 ____________________________________________________________________________
3617 [  2811] By: jhi                                   on 1999/02/03  21:53:23
3618         Log: From: Barrie Slaymaker <rbs@telerama.com>
3619              To: perl5-porters@perl.org
3620              CC: pod-people@perl.org
3621              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
3622              Date: Wed, 03 Feb 1999 10:34:18 -0500
3623              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
3624              
3625              Add File::PathConvert.pm.
3626              Fix Pod::Html and installhtml to understand relative urls.
3627      Branch: cfgperl
3628            + lib/File/PathConvert.pm
3629            ! MANIFEST installhtml lib/Pod/Html.pm
3630 ____________________________________________________________________________
3631 [  2810] By: jhi                                   on 1999/02/03  20:25:10
3632         Log: From: Francois Desarmenien <desar@club-internet.fr>
3633              To: Mailing list Perl5 <perl5-porters@perl.org>
3634              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
3635              Date: Wed, 03 Feb 1999 13:13:24 +0000
3636              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
3637              
3638              (note: this patch completely overrides Tom Wolfe's patch,
3639              change #2604)
3640      Branch: cfgperl
3641            + ext/GDBM_File/hints/sco.pl
3642            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
3643 ____________________________________________________________________________
3644 [  2809] By: jhi                                   on 1999/02/03  19:54:16
3645         Log: h2ph fixes + Configure patch to support them.
3646              
3647              From: "Kurt D. Starsinic" <kstar@chapin.edu>
3648              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
3649              Gurusamy Sarathy <gsar@engin.umich.edu>
3650              Cc: perl5-porters@perl.org
3651              Subject: [PATCH 5.00503_MT5] h2ph.PL
3652              Date: Tue, 2 Feb 1999 19:48:06 -0500
3653              Message-ID: <19990202194806.E10647@O2.chapin.edu>
3654      Branch: maint-5.005/perl
3655            ! Configure utils/h2ph.PL
3656 ____________________________________________________________________________
3657 [  2808] By: jhi                                   on 1999/02/03  16:59:55
3658         Log: Enhance the perlbug checklist.
3659      Branch: cfgperl
3660            ! utils/perlbug.PL
3661 ____________________________________________________________________________
3662 [  2807] By: jhi                                   on 1999/02/03  14:01:37
3663         Log: Document the standard strftime %formats.
3664              
3665              From: Dominic Dunlop <domo@vo.lu>
3666              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
3667              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
3668              Date: Tue, 2 Feb 1999 15:55:29 +0100
3669              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
3670      Branch: cfgperl
3671            ! ext/POSIX/POSIX.pod
3672 ____________________________________________________________________________
3673 [  2806] By: jhi                                   on 1999/02/03  13:58:00
3674         Log: Integrate from mainperl.
3675      Branch: cfgperl
3676           !> perl.h
3677 ____________________________________________________________________________
3678 [  2805] By: gsar                                  on 1999/02/03  03:32:31
3679         Log: PL_uuemap[] init needs help for sizeof()
3680      Branch: perl
3681            ! perl.h
3682 ____________________________________________________________________________
3683 [  2804] By: jhi                                   on 1999/02/02  20:44:30
3684         Log: These should've been already in #2803.
3685      Branch: cfgperl
3686            ! Configure config_h.SH vms/subconfigure.com
3687 ____________________________________________________________________________
3688 [  2803] By: jhi                                   on 1999/02/02  20:38:45
3689         Log: telldir prototype issue, from mists of time...
3690      Branch: cfgperl
3691            ! hints/netbsd.sh pp_sys.c
3692 ____________________________________________________________________________
3693 [  2801] By: jhi                                   on 1999/02/02  17:40:14
3694         Log: From: John Bley <jbb6@acpub.duke.edu>
3695              To: perlbug@perl.org
3696              Subject: [PATCH]5.005_54 (DOC) fix minor typos
3697              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
3698              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
3699      Branch: cfgperl
3700            ! pod/perlre.pod
3701 ____________________________________________________________________________
3702 [  2800] By: jhi                                   on 1999/02/02  17:26:49
3703         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
3704      Branch: cfgperl
3705            ! Todo-5.005
3706 ____________________________________________________________________________
3707 [  2799] By: jhi                                   on 1999/02/02  17:18:51
3708         Log: Update FindBin from maint-5.005.
3709      Branch: cfgperl
3710            ! lib/FindBin.pm
3711 ____________________________________________________________________________
3712 [  2798] By: jhi                                   on 1999/02/02  17:16:07
3713         Log: Fix typecasts in #2797
3714              
3715              From: "G. Del Merritt" <del@intranetics.com>
3716              Date: Fri, 29 Jan 1999 11:47:25 -0700
3717              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
3718              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
3719      Branch: cfgperl
3720            ! ext/POSIX/POSIX.xs
3721 ____________________________________________________________________________
3722 [  2797] By: jhi                                   on 1999/02/02  17:14:37
3723         Log: From: Ted Law <tedlaw@cibcwg.com>
3724              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
3725              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
3726              Subject: POSIX::strftime buffer overflow problem
3727      Branch: cfgperl
3728            ! ext/POSIX/POSIX.xs
3729 ____________________________________________________________________________
3730 [  2796] By: jhi                                   on 1999/02/02  17:13:23
3731         Log: Do not use File::Slurp.
3732      Branch: cfgperl
3733            ! t/lib/textfill.t
3734 ____________________________________________________________________________
3735 [  2795] By: jhi                                   on 1999/02/02  17:11:48
3736         Log: perlhist update from maint-5.005.
3737      Branch: cfgperl
3738            ! pod/perlhist.pod
3739 ____________________________________________________________________________
3740 [  2794] By: jhi                                   on 1999/02/02  17:10:33
3741         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
3742      Branch: cfgperl
3743            ! ext/POSIX/POSIX.pm
3744 ____________________________________________________________________________
3745 [  2793] By: jhi                                   on 1999/02/02  17:08:39
3746         Log: Missed the html test from change #2787. 
3747      Branch: cfgperl
3748            ! t/lib/cgi-html.t
3749 ____________________________________________________________________________
3750 [  2792] By: jhi                                   on 1999/02/02  17:01:24
3751         Log: Update Getopt::Long to 2.19.
3752      Branch: cfgperl
3753            ! lib/Getopt/Long.pm
3754 ____________________________________________________________________________
3755 [  2791] By: jhi                                   on 1999/02/02  16:59:13
3756         Log: overload syntax is no longer experimental
3757      Branch: cfgperl
3758            ! lib/overload.pm
3759 ____________________________________________________________________________
3760 [  2789] By: jhi                                   on 1999/02/02  16:47:50
3761         Log: Still doc fixes.
3762      Branch: cfgperl
3763            ! lib/diagnostics.pm
3764 ____________________________________________________________________________
3765 [  2788] By: jhi                                   on 1999/02/02  16:47:07
3766         Log: Doc fixes.
3767      Branch: cfgperl
3768            ! lib/CGI.pm lib/diagnostics.pm
3769 ____________________________________________________________________________
3770 [  2787] By: jhi                                   on 1999/02/02  16:38:55
3771         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
3772              where applicable).
3773      Branch: cfgperl
3774            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
3775            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
3776            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
3777            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
3778            ! eg/cgi/frameset.cgi eg/cgi/index.html
3779            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
3780            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
3781            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
3782            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
3783            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
3784            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
3785 ____________________________________________________________________________
3786 [  2786] By: jhi                                   on 1999/02/02  16:17:52
3787         Log: Update CPAN to 1.47.
3788      Branch: cfgperl
3789            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3790 ____________________________________________________________________________
3791 [  2785] By: jhi                                   on 1999/02/02  16:09:03
3792         Log: From: Mark-Jason Dominus <mjd@plover.com>
3793              Date: Sat, 16 Jan 1999 17:22:06 -0500
3794              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
3795              Message-ID: <19990116222206.3674.qmail@plover.com>
3796      Branch: cfgperl
3797            ! pod/perlsub.pod
3798 ____________________________________________________________________________
3799 [  2784] By: jhi                                   on 1999/02/02  16:01:31
3800         Log: Fix incorrect "used only once" warnings
3801              
3802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3803              Date: Fri, 8 Jan 1999 04:37:10 -0500
3804              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
3805              Subject: Re: change#965 flakiness
3806      Branch: cfgperl
3807            ! gv.c
3808 ____________________________________________________________________________
3809 [  2783] By: jhi                                   on 1999/02/02  15:50:38
3810         Log: perldelta updates.
3811      Branch: cfgperl
3812            ! pod/perldelta.pod
3813 ____________________________________________________________________________
3814 [  2782] By: jhi                                   on 1999/02/02  14:28:26
3815         Log: Mirror change #2781.
3816      Branch: cfgperl
3817            ! hints/linux.sh
3818 ____________________________________________________________________________
3819 [  2781] By: jhi                                   on 1999/02/02  14:27:01
3820         Log: Update the MkLinux note.
3821      Branch: maint-5.005/perl
3822            ! hints/linux.sh
3823 ____________________________________________________________________________
3824 [  2780] By: jhi                                   on 1999/02/02  14:10:59
3825         Log: Update todo.
3826      Branch: cfgperl
3827            ! Todo-5.005
3828 ____________________________________________________________________________
3829 [  2779] By: jhi                                   on 1999/02/02  14:00:25
3830         Log: Integrate from mainperl.
3831      Branch: cfgperl
3832            ! t/lib/textfill.t t/lib/textwrap.t
3833           !> (integrate 32 files)
3834 ____________________________________________________________________________
3835 [  2778] By: jhi                                   on 1999/02/02  13:56:23
3836         Log: VMS update, applicable parts of
3837              
3838              From: Dan Sugalski <sugalskd@osshe.edu>
3839              To: perl5-porters@perl.org
3840              Subject: [PATCH 5.005_03MT3]VMS configure tweak
3841              Date: Wed, 20 Jan 1999 12:05:18 -0800
3842              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
3843              
3844              From: Dan Sugalski <sugalskd@osshe.edu>
3845              To: perlbug@perl.com, vmsperl@perl.org
3846              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
3847              Date: Tue, 26 Jan 1999 14:40:38 -0800
3848              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
3849              
3850              From: Dan Sugalski <sugalskd@osshe.edu>
3851              To: perl5-porters@perl.org, vmsperl@perl.org
3852              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
3853              Date: Tue, 26 Jan 1999 14:55:29 -0800
3854              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
3855      Branch: cfgperl
3856            ! vms/ext/Stdio/test.pl vms/subconfigure.com
3857 ____________________________________________________________________________
3858 [  2777] By: jhi                                   on 1999/02/02  13:43:24
3859         Log: Synch usethreads parts from maint-5.005.
3860      Branch: cfgperl
3861            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
3862            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
3863            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
3864            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
3865 ____________________________________________________________________________
3866 [  2776] By: jhi                                   on 1999/02/02  13:17:16
3867         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
3868      Branch: cfgperl
3869            ! Makefile.SH hints/freebsd.sh
3870 ____________________________________________________________________________
3871 [  2774] By: jhi                                   on 1999/02/02  13:10:39
3872         Log: Add perlthrtut, update pod/* machinery.
3873              (a pod/Makefile.SH is sorely needed)
3874      Branch: cfgperl
3875            + pod/perlthrtut.pod
3876            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3877 ____________________________________________________________________________
3878 [  2773] By: jhi                                   on 1999/02/02  12:54:24
3879         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3880              To: perl5-porters@perl.org
3881              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
3882              Date: Tue, 26 Jan 1999 22:25:07 +0000
3883              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
3884      Branch: cfgperl
3885            ! pod/perlguts.pod
3886 ____________________________________________________________________________
3887 [  2771] By: jhi                                   on 1999/02/02  12:47:34
3888         Log: Use perlbug instead of personal email address.
3889      Branch: cfgperl
3890            ! Configure
3891 ____________________________________________________________________________
3892 [  2770] By: jhi                                   on 1999/02/02  12:42:06
3893         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
3894              
3895              From: "G. Del Merritt" <del@intranetics.com>
3896              To: perlbug@perl.com
3897              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
3898              Date: Tue, 26 Jan 1999 12:09:09 -0700
3899              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
3900      Branch: cfgperl
3901            ! iperlsys.h
3902 ____________________________________________________________________________
3903 [  2769] By: jhi                                   on 1999/02/02  12:37:57
3904         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3905              To: Mailing list Perl5 <perl5-porters@perl.org>
3906              Subject: [PATCH 5.005_*] OS/2 threads
3907              Date: Tue, 26 Jan 1999 13:39:46 -0500
3908              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
3909      Branch: cfgperl
3910            ! os2/os2ish.h
3911 ____________________________________________________________________________
3912 [  2768] By: jhi                                   on 1999/02/02  12:36:16
3913         Log: Apply change #2711 from maint-5.005:
3914              
3915              make ok", "make okfile", and "make nok" were broken
3916              with -Duseshrplib, because of a shared typo.
3917              
3918              From: Spider Boardman <spider@web.zk3.dec.com>
3919              To: perlbug@perl.com
3920              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
3921              Date: Wed, 27 Jan 1999 12:27:15 -0500
3922              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
3923      Branch: cfgperl
3924            ! Makefile.SH
3925 ____________________________________________________________________________
3926 [  2766] By: jhi                                   on 1999/02/02  12:27:08
3927         Log: Make Configure use "int main()" instead of bare "main()".
3928              Like maint-5.005 change #2703 but now via metaconfig.
3929      Branch: cfgperl
3930            ! Configure
3931 ____________________________________________________________________________
3932 [  2765] By: jhi                                   on 1999/02/02  11:59:30
3933         Log: Undo part of change #2562.
3934      Branch: cfgperl
3935            ! Configure
3936 ____________________________________________________________________________
3937 [  2764] By: jhi                                   on 1999/02/02  11:52:39
3938         Log: NetBSD synch with maint-5.005.
3939      Branch: cfgperl
3940            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
3941 ____________________________________________________________________________
3942 [  2763] By: jhi                                   on 1999/02/02  11:44:07
3943         Log: $Config{installusrbinperl}
3944              (maint-5.005 changes #2614 and #2709)
3945      Branch: cfgperl
3946            ! Configure installperl
3947 ____________________________________________________________________________
3948 [  2762] By: jhi                                   on 1999/02/02  11:29:13
3949         Log: Errno update from maint-5.005 (changes #2583, #2710).
3950      Branch: cfgperl
3951            ! Configure ext/Errno/Errno_pm.PL
3952 ____________________________________________________________________________
3953 [  2759] By: jhi                                   on 1999/02/02  10:53:20
3954         Log: Update Trig.pm from maint-5.005.
3955      Branch: cfgperl
3956            ! lib/Math/Trig.pm
3957 ____________________________________________________________________________
3958 [  2757] By: jhi                                   on 1999/02/02  10:41:26
3959         Log: MPE/iX update (mirror maint-5.005 change #2715)
3960      Branch: cfgperl
3961            ! hints/mpeix.sh mpeix/relink
3962 ____________________________________________________________________________
3963 [  2756] By: jhi                                   on 1999/02/02  10:38:08
3964         Log: BeOS update (Mirror maint-5.005 change #2727).
3965      Branch: cfgperl
3966            + ext/DynaLoader/dl_beos.xs
3967            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
3968            ! lib/ExtUtils/MM_Unix.pm
3969 ____________________________________________________________________________
3970 [  2754] By: gsar                                  on 1999/02/02  08:52:13
3971         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
3972      Branch: perl
3973            ! Porting/pumpkin.pod Todo Todo-5.005
3974 ____________________________________________________________________________
3975 [  2753] By: gsar                                  on 1999/02/02  08:46:21
3976         Log: Todo tweaks
3977      Branch: perl
3978            ! Todo Todo-5.005
3979 ____________________________________________________________________________
3980 [  2752] By: jhi                                   on 1999/02/01  22:15:12
3981         Log: Add perlthrtut.pod.
3982              
3983              From: Dan Sugalski <sugalskd@osshe.edu>
3984              To: perl5-porters@perl.org
3985              Subject: perlthrtut.pod
3986              Date: Mon, 01 Feb 1999 10:57:11 -0800
3987              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
3988      Branch: maint-5.005/perl
3989            + pod/perlthrtut.pod
3990            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
3991            ! pod/roffitall
3992 ____________________________________________________________________________
3993 [  2751] By: gsar                                  on 1999/02/01  07:28:05
3994         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
3995      Branch: perl
3996            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3997            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3998 ____________________________________________________________________________
3999 [  2750] By: gsar                                  on 1999/02/01  07:09:20
4000         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4001              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
4002              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
4003              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
4004      Branch: perl
4005            ! regexec.c
4006 ____________________________________________________________________________
4007 [  2749] By: gsar                                  on 1999/02/01  07:07:59
4008         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4009              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
4010              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
4011              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
4012      Branch: perl
4013            ! regexec.c
4014 ____________________________________________________________________________
4015 [  2748] By: gsar                                  on 1999/02/01  06:47:06
4016         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
4017              Date: Thu, 3 Dec 1998 15:10:17 -0500
4018              Message-Id: <199812032010.PAA09692@jik.shore.net>
4019              Subject: sample checksum code in "perlfunc" man page is wrong
4020      Branch: perl
4021            ! pod/perlfunc.pod
4022 ____________________________________________________________________________
4023 [  2747] By: gsar                                  on 1999/02/01  06:35:13
4024         Log: typos in Pod/Text.pm
4025              From: "Greg Chapman" <glc@well.com>
4026              Date: Tue, 1 Dec 1998 10:50:18 -0800
4027              Message-Id: <199812011849.KAA08816@smtp.well.com>
4028              Subject: Glitch in Pod::Text
4029      Branch: perl
4030            ! lib/Pod/Text.pm
4031 ____________________________________________________________________________
4032 [  2746] By: gsar                                  on 1999/02/01  06:27:35
4033         Log: various win32-ish changes merged from maint-5.005
4034      Branch: perl
4035            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
4036            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
4037            ! win32/Makefile win32/config.bc win32/config.vc
4038            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
4039            ! win32/win32.c
4040 ____________________________________________________________________________
4041 [  2745] By: gsar                                  on 1999/02/01  04:51:54
4042         Log: integrate cfgperl changes into mainline
4043      Branch: perl
4044           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
4045 ____________________________________________________________________________
4046 [  2744] By: gsar                                  on 1999/02/01  04:31:09
4047         Log: improved diagnostic on syntax errors at EOL
4048      Branch: perl
4049            ! toke.c
4050 ____________________________________________________________________________
4051 [  2743] By: gsar                                  on 1999/02/01  03:59:13
4052         Log: don't attempt connect() to bogus IP addresses
4053              From:    Graham Barr <gbarr@pobox.com>
4054              Date:    Sun, 31 Jan 1999 21:50:45 CST
4055              Message-Id: <19990131215045.A633@pobox.com>
4056      Branch: perl
4057            ! t/lib/io_multihomed.t
4058 ____________________________________________________________________________
4059 [  2742] By: gsar                                  on 1999/02/01  03:08:58
4060         Log: update Changes
4061      Branch: perl
4062            ! Changes pod/perldelta.pod
4063 ____________________________________________________________________________
4064 [  2740] By: gsar                                  on 1999/02/01  02:43:07
4065         Log: CAPI inheritance tweak and doc
4066      Branch: maint-5.005/perl
4067            ! lib/ExtUtils/MakeMaker.pm
4068 ____________________________________________________________________________
4069 [  2739] By: jhi                                   on 1999/01/31  18:31:54
4070         Log: Undo changes #2730 and #2731 and replace them
4071              with an extensively tested patch from
4072              Anton Berezin <tobez@plab.ku.dk> (via private email).
4073      Branch: maint-5.005/perl
4074            ! Makefile.SH hints/freebsd.sh
4075 ____________________________________________________________________________
4076 [  2738] By: gsar                                  on 1999/01/31  05:04:32
4077         Log: fix bogus CAPI inheritance from change#2541
4078      Branch: maint-5.005/perl
4079            ! lib/ExtUtils/MakeMaker.pm
4080 ____________________________________________________________________________
4081 [  2731] By: jhi                                   on 1999/01/29  14:33:12
4082         Log: FreeBSD version numbers can be like "2.2.8-release".
4083      Branch: maint-5.005/perl
4084            ! hints/freebsd.sh
4085 ____________________________________________________________________________
4086 [  2730] By: jhi                                   on 1999/01/29  12:40:38
4087         Log: FreeBSD hints iteration (hopefully convergent).
4088              usethreads: require at least FreeBSD 2.2.8.
4089              signal type: mirror change #2429 in cfgperl.
4090      Branch: maint-5.005/perl
4091            ! hints/freebsd.sh
4092 ____________________________________________________________________________
4093 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
4094         Log: From: Tom Spindler <dogcow@isi.net>
4095              Date: Thu, 28 Jan 1999 17:15:11 -0800
4096              Message-ID: <19990128171510.A11778@isi.net>
4097              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
4098      Branch: maint-5.005/perl
4099            + ext/DynaLoader/dl_beos.xs
4100            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
4101            ! lib/ExtUtils/MM_Unix.pm
4102 ____________________________________________________________________________
4103 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
4104         Log: Remove use of File::Slurp in t/lib/textfill.t
4105      Branch: maint-5.005/perl
4106            ! t/lib/textfill.t
4107 ____________________________________________________________________________
4108 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
4109         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
4110              Date: Wed, 27 Jan 1999 23:14:33 -0800
4111              Message-Id: <199901280714.XAA10176@activestate.com>
4112              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
4113      Branch: maint-5.005/perl
4114            ! win32/Makefile win32/makefile.mk
4115 ____________________________________________________________________________
4116 [  2720] By: gsar                                  on 1999/01/27  21:54:42
4117         Log: missing space while munging CCFLAGS for PERL_CAPI
4118      Branch: perl
4119            ! lib/ExtUtils/MM_Unix.pm
4120 ____________________________________________________________________________
4121 [  2718] By: jhi                                   on 1999/01/27  19:46:04
4122         Log: io/fs.t fails test #18 (sense of tests appears to have been
4123              changed incompletely; this patch just skips the test attached,
4124              a la test #17 preceding it).
4125              
4126              From: "G. Del Merritt" <del@intranetics.com>
4127              To: perlbug@perl.com
4128              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4129              Date: Tue, 26 Jan 1999 12:09:09 -0700
4130              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4131      Branch: maint-5.005/perl
4132            ! t/io/fs.t
4133 ____________________________________________________________________________
4134 [  2717] By: jhi                                   on 1999/01/27  19:44:46
4135         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
4136              
4137              From: "G. Del Merritt" <del@intranetics.com>
4138              To: perlbug@perl.com
4139              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
4140              Date: Tue, 26 Jan 1999 12:09:09 -0700
4141              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
4142      Branch: maint-5.005/perl
4143            ! iperlsys.h
4144 ____________________________________________________________________________
4145 [  2715] By: jhi                                   on 1999/01/27  19:34:28
4146         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4147              To: perl5-porters@perl.org
4148              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
4149              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
4150              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
4151      Branch: maint-5.005/perl
4152            ! hints/mpeix.sh mpeix/relink
4153 ____________________________________________________________________________
4154 [  2710] By: jhi                                   on 1999/01/27  19:22:23
4155         Log: Errno fixes:
4156              
4157              From: Spider Boardman <spider@web.zk3.dec.com>
4158              To: perlbug@perl.com
4159              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4160              Date: Wed, 27 Jan 1999 12:27:15 -0500
4161              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
4162              
4163              From: Spider Boardman <spider@web.zk3.dec.com>
4164              To: perlbug@perl.com
4165              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4166              Date: Wed, 27 Jan 1999 13:31:16 -0500
4167              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
4168      Branch: maint-5.005/perl
4169            ! Configure ext/Errno/Errno_pm.PL
4170 ____________________________________________________________________________
4171 [  2709] By: jhi                                   on 1999/01/27  19:17:35
4172         Log: Fix Configure installusrbinperl:
4173              
4174              From: Spider Boardman <spider@web.zk3.dec.com>
4175              To: jhi@iki.fi
4176              cc: perl5-porters@perl.org
4177              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
4178              Date: Wed, 27 Jan 1999 13:03:35 -0500
4179              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
4180      Branch: maint-5.005/perl
4181            ! Configure
4182 ____________________________________________________________________________
4183 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
4184         Log: Add redef IO::Handle::* for setv?buf()
4185      Branch: maint-5.005/perl
4186            ! ext/POSIX/POSIX.pm
4187 ____________________________________________________________________________
4188 [  2705] By: jhi                                   on 1999/01/24  15:14:30
4189         Log: Mention year-1900 and month 0..11.
4190      Branch: cfgperl
4191            ! lib/Time/Local.pm
4192 ____________________________________________________________________________
4193 [  2704] By: jhi                                   on 1999/01/24  15:13:36
4194         Log: Document Configure -Uinstallusrbinperl.
4195      Branch: cfgperl
4196            ! INSTALL pod/perldelta.pod
4197 ____________________________________________________________________________
4198 [  2698] By: jhi                                   on 1999/01/24  12:46:00
4199         Log: Use only xlc_r for usethreads.
4200      Branch: cfgperl
4201            ! hints/aix.sh
4202 ____________________________________________________________________________
4203 [  2695] By: gsar                                  on 1999/01/24  07:09:05
4204         Log: integrate cfgperl changes into mainline
4205      Branch: perl
4206           +> lib/Exporter/Heavy.pm
4207           !> (integrate 65 files)
4208 ____________________________________________________________________________
4209 [  2694] By: gsar                                  on 1999/01/24  01:28:49
4210         Log: better notes on 'make' on win32
4211      Branch: perl
4212            ! README.win32
4213 ____________________________________________________________________________
4214 [  2683] By: jhi                                   on 1999/01/22  15:41:00
4215         Log: More de-cut-and-pastos.
4216      Branch: cfgperl
4217            ! hints/irix_6.sh hints/os2.sh
4218 ____________________________________________________________________________
4219 [  2682] By: jhi                                   on 1999/01/22  15:30:51
4220         Log: usethreads.cbu cut-and-pasto.
4221      Branch: cfgperl
4222            ! hints/solaris_2.sh
4223 ____________________________________________________________________________
4224 [  2681] By: jhi                                   on 1999/01/22  14:54:55
4225         Log: Better (I hope) LANGUAGE documentation.
4226      Branch: cfgperl
4227            ! pod/perllocale.pod
4228 ____________________________________________________________________________
4229 [  2680] By: jhi                                   on 1999/01/22  09:20:29
4230         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4231              To: perl5-porters@perl.org
4232              Subject: [PATCH 5.005_03MT3]VMS configure tweak
4233              Date: Wed, 20 Jan 1999 12:05:18 -0800
4234              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
4235      Branch: cfgperl
4236            ! vms/subconfigure.com
4237 ____________________________________________________________________________
4238 [  2679] By: jhi                                   on 1999/01/22  09:13:18
4239         Log: nosuid getmntent() branch.
4240      Branch: cfgperl
4241            ! perl.c perl.h
4242 ____________________________________________________________________________
4243 [  2678] By: jhi                                   on 1999/01/22  08:54:19
4244         Log: nosuid patch continued: *BSD needs <sys/param.h>.
4245      Branch: cfgperl
4246            ! Configure config_h.SH
4247 ____________________________________________________________________________
4248 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
4249         Log: Fixup FindBin to use File::Spec
4250              
4251              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
4252              Date: Wed, 20 Jan 1999 18:51:57 +0000
4253              From: Paul Johnson <pjcj@transeda.com>
4254              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
4255      Branch: maint-5.005/perl
4256            ! lib/FindBin.pm
4257 ____________________________________________________________________________
4258 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
4259         Log: Fix win32 for Borland compiler and spaces in paths
4260              
4261              From: Gurusamy Sarathy <gsar@activestate.com>
4262              Date: Mon, 18 Jan 1999 20:33:17 -0800
4263              Message-Id: <199901190433.UAA03656@activestate.com>
4264              Subject: [PATCH] 5.005_03-trial3 win32 issues
4265      Branch: maint-5.005/perl
4266            ! README.win32 win32/Makefile win32/config_sh.PL
4267            ! win32/makefile.mk win32/runperl.c
4268 ____________________________________________________________________________
4269 [  2670] By: jhi                                   on 1999/01/21  16:12:38
4270         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4271              To: perl5-porters@perl.org
4272              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
4273              Date: Thu, 21 Jan 1999 12:08:01 +0000
4274              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
4275      Branch: cfgperl
4276            ! pod/perldiag.pod t/op/subst.t toke.c
4277 ____________________________________________________________________________
4278 [  2669] By: jhi                                   on 1999/01/21  16:11:46
4279         Log: To: perl5-porters@perl.org
4280              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
4281              From: Anton Berezin <tobez@plab.ku.dk>
4282              Date: 21 Jan 1999 17:07:28 +0100
4283              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
4284      Branch: cfgperl
4285            ! hints/freebsd.sh
4286 ____________________________________________________________________________
4287 [  2668] By: jhi                                   on 1999/01/21  15:38:34
4288         Log: Add Daniel Grisinger <dgris@dimensional.com>.
4289      Branch: cfgperl
4290            ! AUTHORS MAINTAIN
4291 ____________________________________________________________________________
4292 [  2667] By: jhi                                   on 1999/01/21  15:32:28
4293         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4294              To: Mailing list Perl5 <perl5-porters@perl.org>
4295              Subject: [PATCH 5.005_53] Lean Exporter.pm
4296              Date: Thu, 21 Jan 1999 03:25:23 -0500
4297              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
4298      Branch: cfgperl
4299            + lib/Exporter/Heavy.pm
4300            ! MANIFEST lib/Exporter.pm
4301 ____________________________________________________________________________
4302 [  2666] By: jhi                                   on 1999/01/21  15:24:10
4303         Log: From: "W. Phillip Moore" <wpm@ms.com>
4304              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
4305              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
4306              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
4307              Message-ID: <13988.46383.298992.97303@zappa>
4308      Branch: cfgperl
4309            ! lib/File/Path.pm
4310 ____________________________________________________________________________
4311 [  2665] By: jhi                                   on 1999/01/21  15:20:48
4312         Log: CPAN update (CPAN-1.44_54) from Andreas and
4313              jumbo doc patch from Abigail.
4314              
4315              From: abigail@fnx.com
4316              To: perl5-porters@perl.org (Perl Porters)
4317              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
4318              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
4319              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
4320              
4321              From: abigail@fnx.com
4322              To: perl5-porters@perl.org (Perl Porters)
4323              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
4324              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
4325              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
4326              
4327              From: abigail@fnx.com
4328              To: perl5-porters@perl.org (Perl Porters)
4329              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
4330              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
4331              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
4332              
4333              From: abigail@fnx.com
4334              To: perl5-porters@perl.org (Perl Porters)
4335              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
4336              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
4337              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
4338              
4339              From: abigail@fnx.com
4340              To: perl5-porters@perl.org (Perl Porters)
4341              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
4342              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
4343              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
4344              
4345              From: abigail@fnx.com
4346              To: perl5-porters@perl.org (Perl Porters)
4347              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
4348              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
4349              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
4350              
4351              From: abigail@fnx.com
4352              To: perl5-porters@perl.org (Perl Porters)
4353              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
4354              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
4355              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
4356              
4357              From: abigail@fnx.com
4358              To: perl5-porters@perl.org (Perl Porters)
4359              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
4360              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
4361              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
4362              
4363              From: abigail@fnx.com
4364              To: perl5-porters@perl.org (Perl Porters)
4365              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
4366              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
4367              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
4368              
4369              From: abigail@fnx.com
4370              To: perl5-porters@perl.org (Perl Porters)
4371              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
4372              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
4373              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
4374              
4375              From: abigail@fnx.com
4376              To: perl5-porters@perl.org (Perl Porters)
4377              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
4378              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
4379              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
4380              
4381              From: abigail@fnx.com
4382              To: perl5-porters@perl.org (Perl Porters)
4383              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
4384              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
4385              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
4386              
4387              From: abigail@fnx.com
4388              To: perl5-porters@perl.org (Perl Porters)
4389              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
4390              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
4391              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
4392      Branch: cfgperl
4393            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
4394            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4395            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
4396            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
4397 ____________________________________________________________________________
4398 [  2664] By: jhi                                   on 1999/01/21  14:47:43
4399         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4400              To: Mailing list Perl5 <perl5-porters@perl.org>
4401              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
4402              Date: Thu, 21 Jan 1999 03:58:29 -0500
4403              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
4404      Branch: cfgperl
4405            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
4406 ____________________________________________________________________________
4407 [  2663] By: jhi                                   on 1999/01/21  14:43:58
4408         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4409              To: Mailing list Perl5 <perl5-porters@perl.org>
4410              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
4411              Date: Thu, 21 Jan 1999 02:46:34 -0500
4412              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
4413      Branch: cfgperl
4414            ! ext/Errno/Errno_pm.PL
4415 ____________________________________________________________________________
4416 [  2662] By: jhi                                   on 1999/01/21  14:42:42
4417         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
4418              To: Francois Desarmenien <desar@club-internet.fr>
4419              Cc: Gurusamy Sarathy <gsar@activestate.com>,
4420              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
4421              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
4422              Date: 21 Jan 1999 00:17:35 -0700
4423              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
4424      Branch: cfgperl
4425            ! Porting/patching.pod
4426 ____________________________________________________________________________
4427 [  2661] By: jhi                                   on 1999/01/21  14:41:13
4428         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4429              To: Mailing list Perl5 <perl5-porters@perl.org>
4430              Subject: [PATCH 5.00*] makedepend
4431              Date: Thu, 21 Jan 1999 02:08:27 -0500
4432              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
4433      Branch: cfgperl
4434            ! makedepend.SH
4435 ____________________________________________________________________________
4436 [  2660] By: jhi                                   on 1999/01/21  14:36:45
4437         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4438              To: Mailing list Perl5 <perl5-porters@perl.org>
4439              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
4440              Date: Tue, 19 Jan 1999 20:06:45 -0500
4441              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
4442      Branch: cfgperl
4443            ! os2/Changes os2/os2.c
4444 ____________________________________________________________________________
4445 [  2657] By: jhi                                   on 1999/01/21  11:40:35
4446         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4447              To: perl5-porters@perl.org
4448              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
4449              Date: Mon, 18 Jan 1999 01:32:31 PST
4450              Message-ID: <19990118093231.18443.qmail@hotmail.com>
4451      Branch: cfgperl
4452            ! ext/B/B/CC.pm
4453 ____________________________________________________________________________
4454 [  2656] By: jhi                                   on 1999/01/21  11:35:34
4455         Log: From: Achim Bohnet <ach@mpe.mpg.de>
4456              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
4457              Date: Wed, 20 Jan 1999 20:25:53 +0100
4458              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
4459      Branch: cfgperl
4460            ! pp.c
4461 ____________________________________________________________________________
4462 [  2655] By: jhi                                   on 1999/01/21  10:46:01
4463         Log: Handle NIS (and NetInfo) more robustly.
4464      Branch: cfgperl
4465            ! t/op/grent.t t/op/pwent.t
4466 ____________________________________________________________________________
4467 [  2654] By: jhi                                   on 1999/01/21  10:17:20
4468         Log: Two-argument eaccess() of SCO.
4469      Branch: cfgperl
4470            ! pp_sys.c
4471 ____________________________________________________________________________
4472 [  2653] By: jhi                                   on 1999/01/21  08:53:14
4473         Log: -DNO_NOSUID_CHECK for those platforms which have no way
4474              of checking for nosuid but still want suidperl.
4475      Branch: cfgperl
4476            ! perl.c
4477 ____________________________________________________________________________
4478 [  2652] By: jhi                                   on 1999/01/21  08:22:50
4479         Log: The LANGUAGE mirrors LC_ALL usage.
4480      Branch: cfgperl
4481            ! Configure config_h.SH
4482 ____________________________________________________________________________
4483 [  2651] By: jhi                                   on 1999/01/20  22:01:21
4484         Log: I_MNTENT was missing.
4485      Branch: cfgperl
4486            ! Configure config_h.SH
4487 ____________________________________________________________________________
4488 [  2650] By: jhi                                   on 1999/01/19  13:42:03
4489         Log: NetBSD update, based on patches from the NetBSD packages system.
4490      Branch: cfgperl
4491            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
4492 ____________________________________________________________________________
4493 [  2649] By: jhi                                   on 1999/01/19  12:44:02
4494         Log: Jumbo Configure update.
4495              * -Uinstallusrbinperl: disable /usr/bin/perl installation
4496              by installperl
4497              * usethreads.cbu
4498              * use64bits.cbu
4499              * "nosuid"
4500      Branch: cfgperl
4501            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
4502            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4503            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
4504            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
4505            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
4506            ! pod/perldiag.pod
4507 ____________________________________________________________________________
4508 [  2648] By: jhi                                   on 1999/01/19  09:16:44
4509         Log: Mention /usr/share/locale.
4510      Branch: cfgperl
4511            ! pod/perllocale.pod
4512 ____________________________________________________________________________
4513 [  2647] By: jhi                                   on 1999/01/19  09:11:11
4514         Log: SHMLBA strikes back in NetBSD/sparc.
4515              
4516              From: Dave Nelson <David.Nelson@bellcow.com>
4517              To: jhi@iki.fi
4518              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
4519              Date: Mon, 18 Jan 1999 22:07:56 -0600
4520              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
4521      Branch: cfgperl
4522            ! ext/IPC/SysV/SysV.xs
4523 ____________________________________________________________________________
4524 [  2646] By: jhi                                   on 1999/01/19  08:58:17
4525         Log: Show LANGUAGE env var when needed. (Augment change #2645).
4526      Branch: cfgperl
4527            ! util.c utils/perlbug.PL
4528 ____________________________________________________________________________
4529 [  2645] By: jhi                                   on 1999/01/19  08:52:15
4530         Log: Document the GNU LANGUAGE env var.
4531      Branch: cfgperl
4532            ! pod/perllocale.pod
4533 ____________________________________________________________________________
4534 [  2644] By: jhi                                   on 1999/01/19  08:42:25
4535         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4536              To: Mailing list Perl5 <perl5-porters@perl.org>
4537              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
4538              Date: Mon, 18 Jan 1999 20:57:02 -0500
4539              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
4540      Branch: cfgperl
4541            ! pp_hot.c t/op/pat.t
4542 ____________________________________________________________________________
4543 [  2643] By: jhi                                   on 1999/01/18  11:23:41
4544         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
4545      Branch: cfgperl
4546            ! Makefile.SH
4547 ____________________________________________________________________________
4548 [  2642] By: jhi                                   on 1999/01/18  11:03:38
4549         Log: GNU libc locale system has LANGUAGE env var that partly
4550              overrides even LC_ALL.
4551      Branch: cfgperl
4552            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
4553 ____________________________________________________________________________
4554 [  2641] By: jhi                                   on 1999/01/18  10:55:04
4555         Log: Integrate from mainperl.
4556      Branch: cfgperl
4557           +> ext/B/defsubs.h.PL
4558            ! t/op/groups.t
4559           !> (integrate 38 files)
4560 ____________________________________________________________________________
4561 [  2640] By: gsar                                  on 1999/01/18  10:06:29
4562         Log: a few random cleanups
4563      Branch: perl
4564            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
4565 ____________________________________________________________________________
4566 [  2639] By: gsar                                  on 1999/01/18  05:56:21
4567         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
4568              Date:    Sun, 17 Jan 1999 16:41:10 PST
4569              Message-Id: <19990118004111.29667.qmail@hotmail.com>
4570              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
4571      Branch: perl
4572            ! ext/B/B/C.pm
4573 ____________________________________________________________________________
4574 [  2638] By: gsar                                  on 1999/01/18  05:41:21
4575         Log: From:    jan.dubois@ibm.net (Jan Dubois)
4576              Date:    Mon, 18 Jan 1999 00:37:41 +0100
4577              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
4578              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
4579      Branch: perl
4580            ! dump.c
4581 ____________________________________________________________________________
4582 [  2633] By: gsar                                  on 1999/01/17  13:39:59
4583         Log: bogus assert()
4584      Branch: perl
4585            ! pp.c t/op/groups.t
4586 ____________________________________________________________________________
4587 [  2632] By: gsar                                  on 1999/01/17  13:22:04
4588         Log: various tweaks for clean build and test on win32
4589      Branch: perl
4590            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
4591            ! op.c t/pragma/warn/doio
4592 ____________________________________________________________________________
4593 [  2631] By: gsar                                  on 1999/01/17  12:28:06
4594         Log: undo change#2336, and add clarification about subversive
4595              CPAN distributions from Andreas Koenig
4596      Branch: perl
4597            ! Porting/pumpkin.pod lib/CPAN.pm
4598 ____________________________________________________________________________
4599 [  2630] By: gsar                                  on 1999/01/17  12:04:06
4600         Log: fix silent taint failures under -U
4601      Branch: perl
4602            ! doio.c
4603 ____________________________________________________________________________
4604 [  2629] By: gsar                                  on 1999/01/17  12:00:23
4605         Log: sanity check piped opens (tweaked version of patch suggested
4606              by Mark-Jason Dominus)
4607      Branch: perl
4608            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
4609            ! t/op/taint.t t/pragma/warn/doio
4610 ____________________________________________________________________________
4611 [  2628] By: gsar                                  on 1999/01/17  11:26:21
4612         Log: regen headers
4613      Branch: perl
4614            ! embed.h embedvar.h objXSUB.h
4615 ____________________________________________________________________________
4616 [  2627] By: gsar                                  on 1999/01/17  11:23:37
4617         Log: PERL_OBJECTness for change#2595
4618      Branch: perl
4619            ! embed.pl op.c pod/perlport.pod proto.h
4620 ____________________________________________________________________________
4621 [  2626] By: gsar                                  on 1999/01/17  09:47:07
4622         Log: PERL_OBJECT tweaks for change#2426
4623      Branch: perl
4624            ! embed.pl proto.h regcomp.c
4625 ____________________________________________________________________________
4626 [  2625] By: gsar                                  on 1999/01/17  09:37:58
4627         Log: documentation in change#2596 is not quite right; fix it
4628      Branch: perl
4629            ! lib/Math/BigFloat.pm pod/perlguts.pod
4630 ____________________________________________________________________________
4631 [  2624] By: gsar                                  on 1999/01/17  09:28:34
4632         Log: undo change#2571; C<use File::Spec> instead
4633      Branch: perl
4634            ! lib/FindBin.pm
4635 ____________________________________________________________________________
4636 [  2623] By: gsar                                  on 1999/01/17  09:20:42
4637         Log: change#2572 is not applicable; undo, retaining scan_bin addition
4638              to global.sym
4639      Branch: perl
4640            ! global.sym perl.c proto.h
4641 ____________________________________________________________________________
4642 [  2622] By: gsar                                  on 1999/01/17  09:17:42
4643         Log: change#2576 is based on a wrong premise; undo it
4644      Branch: perl
4645            ! pp_ctl.c
4646 ____________________________________________________________________________
4647 [  2621] By: gsar                                  on 1999/01/17  09:12:42
4648         Log: fix change#2602 to not used hard coded constants
4649      Branch: perl
4650            ! ext/B/B/C.pm ext/B/defsubs.h.PL
4651 ____________________________________________________________________________
4652 [  2620] By: gsar                                  on 1999/01/17  09:02:07
4653         Log: integrate cfgperl changes into mainline, fix conflicts
4654      Branch: perl
4655           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
4656           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
4657           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
4658           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
4659           +> pod/perlopentut.pod
4660           !> (integrate 162 files)
4661 ____________________________________________________________________________
4662 [  2619] By: gsar                                  on 1999/01/17  08:42:04
4663         Log: a few doc typos
4664      Branch: perl
4665            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
4666 ____________________________________________________________________________
4667 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
4668         Log: Win32 changes from Jan
4669              
4670              From: jan.dubois@ibm.net (Jan Dubois)
4671              Date: Fri, 15 Jan 1999 23:38:35 +0100
4672              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
4673              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
4674              
4675              From: jan.dubois@ibm.net (Jan Dubois)
4676              Date: Sat, 16 Jan 1999 13:02:45 +0100
4677              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
4678              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
4679      Branch: maint-5.005/perl
4680            ! README.win32 win32/Makefile win32/makefile.mk
4681 ____________________________________________________________________________
4682 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
4683         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
4684              
4685              From: Gurusamy Sarathy <gsar@engin.umich.edu>
4686              Date: Thu, 07 Jan 1999 00:12:00 -0500
4687              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
4688              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4689              
4690              From: Gurusamy Sarathy <gsar@engin.umich.edu>
4691              Date: Thu, 14 Jan 1999 19:21:46 -0500
4692              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
4693              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
4694      Branch: maint-5.005/perl
4695            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
4696            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
4697            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
4698            ! win32/makedef.pl win32/runperl.c win32/win32.c
4699 ____________________________________________________________________________
4700 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
4701         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4702              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
4703              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
4704              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
4705              
4706              From: Jarkko Hietaniemi <jhi@iki.fi>
4707              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
4708              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
4709              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
4710              
4711              From: Jarkko Hietaniemi <jhi@iki.fi>
4712              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
4713              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
4714              Subject: the promised "installusrbinperl + NetBSD" fix
4715      Branch: maint-5.005/perl
4716            ! Configure Makefile.SH hints/netbsd.sh installperl
4717            ! makedepend.SH unixish.h
4718 ____________________________________________________________________________
4719 [  2611] By: jhi                                   on 1999/01/14  12:16:14
4720         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
4721              To: pumpkings@jhereg.perl.com
4722              Subject: perlopentut.pod
4723              Date: Sat, 09 Jan 1999 08:13:18 -0700
4724              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
4725      Branch: cfgperl
4726            + pod/perlopentut.pod
4727            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
4728 ____________________________________________________________________________
4729 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
4730         Log: Added Carp::cluck to perldelta.pod
4731      Branch: maint-5.005/perl
4732            ! pod/perldelta.pod
4733 ____________________________________________________________________________
4734 [  2605] By: jhi                                   on 1999/01/13  18:26:19
4735         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
4736              To: "'cpan@perl.org'" <cpan@perl.org>
4737              Subject: "Bug" fix for File::Find.pm
4738              Date:   Thu, 31 Dec 1998 13:01:50 -0500
4739              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
4740      Branch: cfgperl
4741            ! lib/File/Find.pm
4742 ____________________________________________________________________________
4743 [  2604] By: jhi                                   on 1999/01/13  18:08:45
4744         Log: From: Peter Wolfe <wolfe@teloseng.com>
4745              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
4746              To: perlbug@perl.com
4747              Date: 11 Jan 1999 23:00:05 +0200
4748              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
4749      Branch: cfgperl
4750            ! hints/sco.sh
4751 ____________________________________________________________________________
4752 [  2603] By: jhi                                   on 1999/01/13  18:06:56
4753         Log: From: hans@icgroup.nl (Hans Mulder)
4754              Subject: [Patch for 5.005_54] re::debugcolors dumps core
4755              To: perlbug@perl.com
4756              Cc: hansmu@xs4all.nl
4757              Date: 11 Jan 1999 22:22:45 +0200
4758              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
4759      Branch: cfgperl
4760            ! ext/re/re.pm regcomp.c
4761 ____________________________________________________________________________
4762 [  2602] By: jhi                                   on 1999/01/13  18:05:43
4763         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4764              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
4765              Date: 11 Jan 1999 08:02:41 +0200
4766              Lines: 134
4767              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
4768      Branch: cfgperl
4769            ! ext/B/B.xs ext/B/B/C.pm
4770 ____________________________________________________________________________
4771 [  2601] By: jhi                                   on 1999/01/13  18:01:53
4772         Log: From: James FitzGibbon <james@ican.net>
4773              Subject: Trivial patch for HP-UX 11 and shared libperl
4774              To: perl5-porters@perl.org
4775              Date: 8 Jan 1999 19:13:23 +0200
4776              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
4777      Branch: cfgperl
4778            ! Makefile.SH
4779 ____________________________________________________________________________
4780 [  2600] By: jhi                                   on 1999/01/13  17:59:45
4781         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
4782              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
4783              To: perl5-porters@perl.org
4784              Date: 8 Jan 1999 12:43:36 +0200
4785              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
4786      Branch: cfgperl
4787            ! ext/B/B/CC.pm
4788 ____________________________________________________________________________
4789 [  2599] By: jhi                                   on 1999/01/13  17:50:11
4790         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
4791              Subject: PATCH to installperl
4792              To: perl5-porters@perl.org
4793              Date: 4 Jan 1999 16:15:18 +0200
4794              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
4795      Branch: cfgperl
4796            ! installperl
4797 ____________________________________________________________________________
4798 [  2598] By: jhi                                   on 1999/01/13  17:34:51
4799         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4800              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
4801              Cc: perl5-porters@perl.org
4802              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
4803              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
4804              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
4805      Branch: cfgperl
4806            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4807            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
4808 ____________________________________________________________________________
4809 [  2597] By: jhi                                   on 1999/01/13  17:30:33
4810         Log: From: David Dyck <dcd@tc.fluke.com>
4811              To: Perl Porters <perl5-porters@perl.org>,
4812              Gurusamy Sarathy <gsar@engin.umich.edu>
4813              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
4814              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
4815              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
4816      Branch: cfgperl
4817            ! pod/perldsc.pod
4818 ____________________________________________________________________________
4819 [  2596] By: jhi                                   on 1999/01/13  17:26:44
4820         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
4821              To: perl5-porters@perl.org
4822              Subject: [PATCH] modglobal w/ spelling fixes
4823              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
4824              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
4825      Branch: cfgperl
4826            ! pod/perlguts.pod
4827 ____________________________________________________________________________
4828 [  2595] By: jhi                                   on 1999/01/13  17:24:59
4829         Log: From: Hans Mulder <hansm@icgroup.nl>
4830              Optimize common sort routines.  Thread started by the message
4831              
4832              From: Hans Mulder <hansm@icgroup.nl>
4833              Sender: owner-perl5-porters@perl.org
4834              To: perl5-porters@perl.org
4835              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
4836              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
4837              
4838              and the patch from the message
4839              
4840              From: Hans Mulder <hans@icgroup.nl>
4841              To: jhi@iki.fi
4842              Cc: perl5-porters@perl.org
4843              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
4844              $b }
4845              Date: Wed, 13 Jan 1999 17:39:35 +0100
4846              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
4847      Branch: cfgperl
4848            ! Todo op.c op.h pp_ctl.c t/op/sort.t
4849 ____________________________________________________________________________
4850 [  2594] By: jhi                                   on 1999/01/13  16:50:17
4851         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
4852              (the diffs were based on 5.004_02).  Tested by Guido
4853              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
4854      Branch: cfgperl
4855            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
4856            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
4857            + mint/sys/time.h mint/time.h
4858            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
4859            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
4860 ____________________________________________________________________________
4861 [  2593] By: jhi                                   on 1999/01/09  16:54:26
4862         Log: Detypo.
4863      Branch: cfgperl
4864            ! hints/dec_osf.sh
4865 ____________________________________________________________________________
4866 [  2592] By: jhi                                   on 1999/01/09  16:17:13
4867         Log: Move usethreads and use64bits logic from hints to Configure.
4868      Branch: cfgperl
4869            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
4870            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
4871            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
4872            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
4873 ____________________________________________________________________________
4874 [  2591] By: jhi                                   on 1999/01/09  14:45:24
4875         Log: Missing dTHRs added.
4876      Branch: cfgperl
4877            ! regcomp.c toke.c
4878 ____________________________________________________________________________
4879 [  2590] By: jhi                                   on 1999/01/08  15:27:17
4880         Log: Finalize change #2589 and add better AIX nm scanning from:
4881              
4882              Message-Id: <m0zyNW0-00017VC@gentoo.com>
4883              From: bll@gentoo.com (Brad Lanam)
4884              Subject: Re: mailhelp returned a non-zero status
4885              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
4886              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
4887      Branch: cfgperl
4888            ! Configure hints/freebsd.sh hints/linux.sh
4889 ____________________________________________________________________________
4890 [  2589] By: jhi                                   on 1999/01/08  15:14:54
4891         Log: Undo change #2581.
4892      Branch: cfgperl
4893            ! Configure hints/freebsd.sh hints/linux.sh
4894 ____________________________________________________________________________
4895 [  2588] By: jhi                                   on 1999/01/08  11:51:52
4896         Log: FAQ jumbo patch from tchrist.
4897              
4898              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
4899              From: Tom Christiansen <tchrist@jhereg.perl.com>
4900              To: pumpkings@jhereg.perl.com
4901              Subject: newest version of perlfaq.pod
4902              Date: Thu, 7 Jan 1999 23:05:02 -0700
4903              
4904              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
4905              From: Tom Christiansen <tchrist@jhereg.perl.com>
4906              To: pumpkings@jhereg.perl.com
4907              Subject: newest version of perlfaq1.pod
4908              Date: Thu, 7 Jan 1999 23:05:02 -0700
4909              
4910              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
4911              From: Tom Christiansen <tchrist@jhereg.perl.com>
4912              To: pumpkings@jhereg.perl.com
4913              Subject: newest version of perlfaq2.pod
4914              Date: Thu, 7 Jan 1999 23:05:02 -0700
4915              
4916              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
4917              From: Tom Christiansen <tchrist@jhereg.perl.com>
4918              To: pumpkings@jhereg.perl.com
4919              Subject: newest version of perlfaq3.pod
4920              Date: Thu, 7 Jan 1999 23:05:02 -0700
4921              
4922              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
4923              From: Tom Christiansen <tchrist@jhereg.perl.com>
4924              To: pumpkings@jhereg.perl.com
4925              Subject: newest version of perlfaq4.pod
4926              Date: Thu, 7 Jan 1999 23:05:02 -0700
4927              
4928              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
4929              From: Tom Christiansen <tchrist@jhereg.perl.com>
4930              To: pumpkings@jhereg.perl.com
4931              Subject: newest version of perlfaq5.pod
4932              Date: Thu, 7 Jan 1999 23:05:02 -0700
4933              
4934              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
4935              From: Tom Christiansen <tchrist@jhereg.perl.com>
4936              To: pumpkings@jhereg.perl.com
4937              Subject: newest version of perlfaq6.pod
4938              Date: Thu, 7 Jan 1999 23:05:02 -0700
4939              
4940              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
4941              From: Tom Christiansen <tchrist@jhereg.perl.com>
4942              To: pumpkings@jhereg.perl.com
4943              Subject: newest version of perlfaq7.pod
4944              Date: Thu, 7 Jan 1999 23:05:03 -0700
4945              
4946              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
4947              From: Tom Christiansen <tchrist@jhereg.perl.com>
4948              To: pumpkings@jhereg.perl.com
4949              Subject: newest version of perlfaq8.pod
4950              Date: Thu, 7 Jan 1999 23:05:03 -0700
4951              
4952              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
4953              From: Tom Christiansen <tchrist@jhereg.perl.com>
4954              To: pumpkings@jhereg.perl.com
4955              Subject: newest version of perlfaq9.pod
4956              Date: Thu, 7 Jan 1999 23:05:03 -0700
4957      Branch: cfgperl
4958            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4959            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4960            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4961            ! pod/perlfaq9.pod
4962 ____________________________________________________________________________
4963 [  2587] By: jhi                                   on 1999/01/08  11:17:43
4964         Log: More doc fixes from Abigail.
4965      Branch: cfgperl
4966            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
4967            ! lib/User/pwent.pm
4968 ____________________________________________________________________________
4969 [  2585] By: jhi                                   on 1999/01/08  08:31:02
4970         Log: Change #2584 from maint-5.005:
4971              
4972              implemented Ilya's suggested fix, and added a testcase
4973              
4974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4975              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
4976              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
4977              Subject: Re: Text::ParseWords: regex fix
4978      Branch: cfgperl
4979            ! lib/Text/ParseWords.pm t/lib/parsewords.t
4980 ____________________________________________________________________________
4981 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
4982         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4983              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
4984              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
4985              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
4986      Branch: maint-5.005/perl
4987            ! ext/Errno/Errno_pm.PL
4988 ____________________________________________________________________________
4989 [  2581] By: jhi                                   on 1999/01/07  16:38:03
4990         Log: Configure update:
4991              - usethreads, use64bits, and usemultiplicity
4992              are no more interactively asked by Configure
4993              - "int main()" (vs bare "main()") enforced in test programs
4994      Branch: cfgperl
4995            ! Configure hints/freebsd.sh hints/linux.sh
4996 ____________________________________________________________________________
4997 [  2580] By: jhi                                   on 1999/01/07  11:19:12
4998         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4999              Date: Wed, 06 Jan 1999 13:47:34 -0800
5000              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
5001              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
5002      Branch: cfgperl
5003            ! vms/vms.c
5004 ____________________________________________________________________________
5005 [  2579] By: jhi                                   on 1999/01/07  09:08:36
5006         Log: Another set of doc patches from Abigail
5007              
5008              From: abigail@fnx.com
5009              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
5010              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
5011              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
5012              
5013              From: abigail@fnx.com
5014              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
5015              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
5016              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
5017              
5018              From: abigail@fnx.com
5019              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
5020              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
5021              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
5022              
5023              From: abigail@fnx.com
5024              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
5025              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
5026              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
5027              
5028              From: abigail@fnx.com
5029              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
5030              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
5031              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
5032              
5033              From: abigail@fnx.com
5034              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
5035              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
5036              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
5037              
5038              From: abigail@fnx.com
5039              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
5040              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
5041              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
5042              
5043              From: abigail@fnx.com
5044              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
5045              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
5046              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
5047              
5048              From: abigail@fnx.com
5049              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
5050              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
5051              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
5052              
5053              From: abigail@fnx.com
5054              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
5055              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
5056              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
5057              
5058              From: abigail@fnx.com
5059              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
5060              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
5061              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
5062              
5063              From: abigail@fnx.com
5064              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
5065              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
5066              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
5067              
5068              From: abigail@fnx.com
5069              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
5070              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
5071              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
5072              
5073              From: abigail@fnx.com
5074              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
5075              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
5076              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
5077      Branch: cfgperl
5078            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
5079            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
5080            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
5081            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
5082            ! lib/Tie/Array.pm lib/Tie/Hash.pm
5083 ____________________________________________________________________________
5084 [  2576] By: jhi                                   on 1999/01/06  17:05:20
5085         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
5086      Branch: cfgperl
5087            ! pp_ctl.c
5088 ____________________________________________________________________________
5089 [  2575] By: jhi                                   on 1999/01/06  13:18:56
5090         Log: Enhance the great_circle_distance() documentation.
5091      Branch: cfgperl
5092            ! lib/Math/Trig.pm
5093 ____________________________________________________________________________
5094 [  2574] By: jhi                                   on 1999/01/06  12:58:03
5095         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
5096              To: perlbug@perl.com
5097              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
5098              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
5099              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
5100      Branch: cfgperl
5101            ! t/op/sysio.t
5102 ____________________________________________________________________________
5103 [  2573] By: jhi                                   on 1999/01/06  12:40:19
5104         Log: From: "W. Phillip Moore" <wpm@ms.com>
5105              To: perlbug@perl.org
5106              Subject: [PATCH] POSIX getpgrp is not -w clean
5107              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
5108              Message-ID: <13970.20107.190314.549471@zappa>
5109      Branch: cfgperl
5110            ! ext/POSIX/POSIX.pm
5111 ____________________________________________________________________________
5112 [  2572] By: jhi                                   on 1999/01/06  12:25:24
5113         Log: Based on
5114              From: jan.dubois@ibm.net (Jan Dubois)
5115              To: perl5-porters@perl.org
5116              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5117              Date: Wed, 06 Jan 1999 01:24:09 +0100
5118              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
5119              except that
5120              - objXSUB.h was already okay
5121              - embed.h patching is futile, global.sym patched instead
5122              - objpp.h does not exist
5123              - proto.h addition applied manually
5124              - win32/GenCAPI.pl was already okay
5125              - win32/makedef.pl was already okay
5126      Branch: cfgperl
5127            ! global.sym perl.c proto.h
5128 ____________________________________________________________________________
5129 [  2571] By: jhi                                   on 1999/01/06  11:25:48
5130         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
5131              To: perlbug@perl.com
5132              Subject: FindBin.pm on Win32 systems
5133              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
5134              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
5135      Branch: cfgperl
5136            ! lib/FindBin.pm
5137 ____________________________________________________________________________
5138 [  2570] By: jhi                                   on 1999/01/06  11:21:48
5139         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5140              To: perl5-porters@perl.org, vmsperl@perl.org
5141              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
5142              Date: Tue, 05 Jan 1999 16:47:31 -0800
5143              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
5144              
5145              (the ext/IO/lib/IO/Socket.pm was not really changed here;
5146              it was a leftover from #2569)
5147      Branch: cfgperl
5148            ! ext/IO/lib/IO/Socket.pm taint.c
5149 ____________________________________________________________________________
5150 [  2569] By: jhi                                   on 1999/01/06  11:18:22
5151         Log: Jumbo doc patch from Abigail (almost identical to
5152              the 5.005-maint change #2562 except for the
5153              ext/IO/lib/IO/Socket.pm patch which was not
5154              applicable because the IO version of 5.005-devel
5155              is somewhat different (why?))
5156              
5157              From: abigail@fnx.com
5158              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
5159              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
5160              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
5161              
5162              From: abigail@fnx.com
5163              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
5164              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
5165              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
5166              
5167              From: abigail@fnx.com
5168              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
5169              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
5170              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
5171              
5172              From: abigail@fnx.com
5173              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
5174              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
5175              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
5176              
5177              From: abigail@fnx.com
5178              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
5179              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
5180              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
5181              
5182              From: abigail@fnx.com
5183              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
5184              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
5185              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
5186              
5187              From: abigail@fnx.com
5188              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
5189              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
5190              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
5191              
5192              From: abigail@fnx.com
5193              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
5194              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
5195              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
5196              
5197              From: abigail@fnx.com
5198              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
5199              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
5200              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
5201              
5202              From: abigail@fnx.com
5203              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
5204              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
5205              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
5206      Branch: cfgperl
5207            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
5208            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
5209            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
5210            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5211            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
5212 ____________________________________________________________________________
5213 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
5214         Log: From: jan.dubois@ibm.net (Jan Dubois)
5215              Date: Wed, 06 Jan 1999 01:24:09 +0100
5216              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
5217              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
5218      Branch: maint-5.005/perl
5219            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
5220            ! win32/GenCAPI.pl win32/makedef.pl
5221 ____________________________________________________________________________
5222 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
5223         Log: From: "W. Phillip Moore" <wpm@ms.com>
5224              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
5225              Message-ID: <13970.20107.190314.549471@zappa>
5226              Subject: [PATCH] POSIX getpgrp is not -w clean
5227      Branch: maint-5.005/perl
5228            ! ext/POSIX/POSIX.pm
5229 ____________________________________________________________________________
5230 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
5231         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
5232              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
5233              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
5234              Subject: FindBin.pm on Win32 systems
5235      Branch: maint-5.005/perl
5236            ! lib/FindBin.pm
5237 ____________________________________________________________________________
5238 [  2561] By: jhi                                   on 1999/01/05  10:49:10
5239         Log: Reword the setlocale() 1-arg case better.
5240      Branch: cfgperl
5241            ! ext/POSIX/POSIX.pod
5242 ____________________________________________________________________________
5243 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
5244         Log: From: Blair Zajac <bzajac@geostaff.com>
5245              Date: Wed, 23 Dec 1998 17:13:32 -0800
5246              Message-ID: <3681953C.8B6A90AA@geostaff.com>
5247              Subject: Tie::SubstrHash patch
5248      Branch: maint-5.005/perl
5249            ! lib/Tie/SubstrHash.pm
5250 ____________________________________________________________________________
5251 [  2554] By: jhi                                   on 1999/01/02  14:55:06
5252         Log: Object destruction order testing.
5253      Branch: cfgperl
5254            ! t/op/misc.t
5255 ____________________________________________________________________________
5256 [  2553] By: jhi                                   on 1999/01/02  14:49:40
5257         Log: perldelta the Dumpvalue.pm of change #2513.
5258      Branch: cfgperl
5259            ! lib/Dumpvalue.pm pod/perldelta.pod
5260 ____________________________________________________________________________
5261 [  2552] By: nick                                  on 1999/01/02  14:45:38
5262         Log: Tone down Makefile.PL so it works on Win32
5263      Branch: perl
5264            ! ext/B/Makefile.PL
5265 ____________________________________________________________________________
5266 [  2551] By: nick                                  on 1999/01/02  14:06:30
5267         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
5268              Use them in various B::* rather than have local defs.
5269      Branch: perl
5270            + ext/B/defsubs.h.PL
5271            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
5272            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
5273            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
5274 ____________________________________________________________________________
5275 [  2550] By: nick                                  on 1999/01/02  10:04:02
5276         Log: Integrate ext/B changes from //depot/cfgperl
5277      Branch: perl
5278           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5279 ____________________________________________________________________________
5280 [  2549] By: jhi                                   on 1999/01/01  13:54:16
5281         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
5282              To: perlbug@perl.com
5283              Subject: op/groups.t fails test 1 on HP-UX 10.20
5284              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
5285              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
5286      Branch: cfgperl
5287            ! t/op/groups.t
5288 ____________________________________________________________________________
5289 [  2548] By: jhi                                   on 1999/01/01  13:53:31
5290         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5291              To: perl5-porters@perl.org
5292              cc: hv@crypt0.demon.co.uk
5293              Subject: [bug 5.004_54] duplicate error message
5294              Date: Thu, 31 Dec 1998 04:05:25 +0000
5295              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
5296              
5297              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
5298              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5299              To: hv@crypt0.demon.co.uk
5300              Cc: perl5-porters@perl.org
5301              Subject: [PATCH _54] Re: duplicate error message
5302              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
5303              
5304              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
5305              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5306              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
5307              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
5308              Subject: [TEST PATCH _54] Re: duplicate error message 
5309              Date: Fri, 01 Jan 1999 07:32:14 +0000
5310      Branch: cfgperl
5311            ! op.c t/pragma/warn/op
5312 ____________________________________________________________________________
5313 [  2547] By: jhi                                   on 1998/12/31  14:15:04
5314         Log: From: Chris Nandor <pudge@pobox.com>
5315              To: jhi@iki.fi
5316              Cc: perl5-porters@perl.org
5317              Subject: Re: [PATCH] perlport.pod 1.38
5318              Date: Thu, 31 Dec 1998 09:06:48 -0500
5319              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
5320      Branch: cfgperl
5321            ! pod/perlport.pod
5322 ____________________________________________________________________________
5323 [  2546] By: jhi                                   on 1998/12/31  11:18:17
5324         Log: From: Wilson P. Snyder II
5325              To: perl5-porters@perl.org
5326              Subject: [PATCH v5.5.53] REV2: Binary number support
5327              Date: 1998/11/30
5328              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
5329      Branch: cfgperl
5330            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
5331            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
5332            ! toke.c util.c
5333 ____________________________________________________________________________
5334 [  2545] By: jhi                                   on 1998/12/31  09:27:40
5335         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5336              To: perlbug@perl.com
5337              Subject: "perl -T -P" dumps core on OpenBSD and Linux
5338              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
5339              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
5340      Branch: cfgperl
5341            ! taint.c
5342 ____________________________________________________________________________
5343 [  2544] By: jhi                                   on 1998/12/31  09:21:45
5344         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
5345              To: perlbug@perl.com 
5346              Subject: bug in pod2man search for perl binary [5.005_5x]
5347              Date: Sat, 12 Dec 1998 23:08:51 +0000 
5348              Message-ID: <19981212230851.A20578@ig.co.uk> 
5349      Branch: cfgperl
5350            ! pod/pod2man.PL
5351 ____________________________________________________________________________
5352 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
5353         Log: From: jan.dubois@ibm.net (Jan Dubois)
5354              Date: Wed, 23 Dec 1998 21:26:38 +0100
5355              Message-ID: <36895086.8849224@smtp1.ibm.net>
5356              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
5357      Branch: maint-5.005/perl
5358            ! lib/ExtUtils/MakeMaker.pm
5359 ____________________________________________________________________________
5360 [  2540] By: jhi                                   on 1998/12/30  08:42:04
5361         Log: Evermore AUTHORS and MAINTAIN.
5362      Branch: cfgperl
5363            ! AUTHORS MAINTAIN
5364 ____________________________________________________________________________
5365 [  2539] By: jhi                                   on 1998/12/29  15:10:34
5366         Log: More AUTHORS and MAINTAIN.
5367      Branch: cfgperl
5368            ! AUTHORS MAINTAIN
5369 ____________________________________________________________________________
5370 [  2537] By: jhi                                   on 1998/12/29  14:34:47
5371         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
5372              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
5373              Message-ID: <13942.32480.700000.640927@utensil>
5374              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
5375              (mirror change#2531 in the 5.005-maint)
5376      Branch: cfgperl
5377            ! lib/AutoSplit.pm
5378 ____________________________________________________________________________
5379 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
5380         Log: change in_pod pattern to /^=\w/ from /^=/
5381              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
5382              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
5383              Message-ID: <13942.32480.700000.640927@utensil>
5384              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
5385      Branch: maint-5.005/perl
5386            ! lib/AutoSplit.pm
5387 ____________________________________________________________________________
5388 [  2525] By: jhi                                   on 1998/12/29  13:06:26
5389         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5390              To: perl5-porters@perl.org
5391              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
5392              Date: 16 Dec 1998 03:17:03 +0200
5393              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
5394      Branch: cfgperl
5395            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5396 ____________________________________________________________________________
5397 [  2524] By: jhi                                   on 1998/12/29  13:00:06
5398         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5399              To: perl5-porters@perl.org
5400              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
5401              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
5402              Date: 10 Dec 1998 08:30:02 +0200
5403              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
5404              
5405              (Nick's part was applied earlier, in change #2460)
5406      Branch: cfgperl
5407            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5408 ____________________________________________________________________________
5409 [  2523] By: jhi                                   on 1998/12/29  12:41:31
5410         Log: From: "vishal bhatia" <vishalb@hotmail.com>
5411              To: nick@ni-s.u-net.com
5412              Cc: perl5-porters@perl.org
5413              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
5414              Date: 9 Dec 1998 06:50:30 +0200
5415              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
5416      Branch: cfgperl
5417            ! ext/B/B/CC.pm
5418 ____________________________________________________________________________
5419 [  2522] By: jhi                                   on 1998/12/29  12:15:18
5420         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
5421              To: perl5-porters@perl.org (Perl 5 Porters)
5422              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
5423              Date: 25 Dec 1998 23:02:28 +0200
5424              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
5425      Branch: cfgperl
5426            ! lib/Pod/Text.pm
5427 ____________________________________________________________________________
5428 [  2521] By: jhi                                   on 1998/12/29  12:07:54
5429         Log: Undo #2519 (breaks universal.c).
5430      Branch: cfgperl
5431            ! XSUB.h
5432 ____________________________________________________________________________
5433 [  2519] By: jhi                                   on 1998/12/29  11:41:10
5434         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
5435              To: perl5-porters@perl.org
5436              Cc: perl-xs@perl.org
5437              Subject: XSUB.h refinement [PATCH]
5438              Date: 18 Dec 1998 03:58:44 +0200
5439              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
5440      Branch: cfgperl
5441            ! XSUB.h
5442 ____________________________________________________________________________
5443 [  2518] By: jhi                                   on 1998/12/29  11:36:19
5444         Log: From: abigail@fnx.com
5445              To: perl5-porters@perl.org (Perl Porters)
5446              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
5447              Date: 28 Dec 1998 21:39:15 +0200
5448              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
5449      Branch: cfgperl
5450            ! lib/fields.pm
5451 ____________________________________________________________________________
5452 [  2517] By: jhi                                   on 1998/12/29  11:35:03
5453         Log: Document change #2516.
5454      Branch: cfgperl
5455            ! pod/perldelta.pod
5456 ____________________________________________________________________________
5457 [  2516] By: jhi                                   on 1998/12/29  11:32:26
5458         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5459              To: perl5-porters@perl.org (Mailing list Perl5)
5460              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
5461              Date: 9 Dec 1998 10:39:31 +0200
5462              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
5463      Branch: cfgperl
5464            ! pod/perldiag.pod regcomp.c toke.c
5465 ____________________________________________________________________________
5466 [  2515] By: jhi                                   on 1998/12/29  11:27:11
5467         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5468              To: perl5-porters@perl.org (Mailing list Perl5)
5469              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
5470              Date: 8 Dec 1998 09:02:04 +0200
5471              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
5472              
5473              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
5474      Branch: cfgperl
5475            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
5476 ____________________________________________________________________________
5477 [  2514] By: jhi                                   on 1998/12/29  11:21:31
5478         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5479              To: perl5-porters@perl.org (Mailing list Perl5)
5480              Subject: [PATCH 5.005_53] Regexp tests and UTF8
5481              Date: 8 Dec 1998 07:02:01 +0200
5482              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
5483      Branch: cfgperl
5484            ! regcomp.c
5485 ____________________________________________________________________________
5486 [  2513] By: jhi                                   on 1998/12/29  11:18:34
5487         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5488              Subject: [PATCH 5.005_*] Dumpvar.pm
5489              To: perl5-porters@perl.org (Mailing list Perl5)
5490              Date: 7 Dec 1998 10:17:35 +0200
5491              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
5492      Branch: cfgperl
5493            + lib/Dumpvalue.pm
5494            ! MANIFEST
5495 ____________________________________________________________________________
5496 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
5497         Log: From: jan.dubois@ibm.net (Jan Dubois)
5498              Date: Tue, 01 Dec 1998 00:07:33 +0100
5499              Message-ID: <366921b5.14512598@smtp1.ibm.net>
5500              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
5501              
5502              From: jan.dubois@ibm.net (Jan Dubois)
5503              Date: Wed, 02 Dec 1998 00:24:54 +0100
5504              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
5505              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
5506      Branch: maint-5.005/perl
5507            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
5508            ! win32/config.bc win32/config.gc win32/config.vc
5509            ! win32/config_sh.PL win32/makedef.pl
5510 ____________________________________________________________________________
5511 [  2509] By: jhi                                   on 1998/12/28  13:00:31
5512     Log: Kickstart AUTHORS and MAINTAIN.
5513  Branch: cfgperl
5514        + AUTHORS MAINTAIN
5515        ! MANIFEST
5516 ____________________________________________________________________________
5517 [  2508] By: jhi                                   on 1998/12/28  08:04:00
5518     Log: From: Nathan Torkington <gnat@frii.com>
5519          To: perlbug@perl.com
5520          Subject: [PATCH] perlxstut.pod fix
5521          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
5522          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
5523  Branch: cfgperl
5524        ! pod/perlxstut.pod
5525 ____________________________________________________________________________
5526 [  2507] By: jhi                                   on 1998/12/28  07:59:00
5527     Log: From: abigail@fnx.com
5528          To: perlbug@perl.com
5529          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
5530          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
5531          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
5532          (slightly modified, a part of the patch was rejected)
5533          (strange, I thought I had already submitted this one
5534          but Perforce disagrees with me...)
5535  Branch: cfgperl
5536        ! pod/perlop.pod
5537 ____________________________________________________________________________
5538 [  2506] By: jhi                                   on 1998/12/28  07:56:59
5539     Log: From: Artur <artur@vogon-solutions.com>
5540          To: perlbug@perl.com
5541          Subject: PATCH: perlmodlib.pod
5542          Date: Fri, 25 Dec 1998 00:48:39 +0000
5543          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
5544  Branch: cfgperl
5545        ! pod/perlmodlib.pod pod/perlop.pod
5546 ____________________________________________________________________________
5547 [  2505] By: jhi                                   on 1998/12/28  07:46:06
5548     Log: From: abigail@fnx.com
5549          To: perl5-porters@perl.org (Perl Porters)
5550          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
5551          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
5552          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
5553  Branch: cfgperl
5554        ! pod/pod2html.PL
5555 ____________________________________________________________________________
5556 [  2504] By: jhi                                   on 1998/12/28  07:44:35
5557     Log: From: Jim Avera <avera@fjst.com>
5558          To: perlbug@perl.com
5559          Subject: perlbug bug - shows dates reversed
5560          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
5561          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
5562  Branch: cfgperl
5563        ! utils/perlbug.PL
5564 ____________________________________________________________________________
5565 [  2503] By: jhi                                   on 1998/12/28  07:41:39
5566     Log: From: jan.dubois@ibm.net (Jan Dubois)
5567          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
5568          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
5569          Date: Wed, 23 Dec 1998 21:26:38 +0100
5570          Message-ID: <36895086.8849224@smtp1.ibm.net>
5571  Branch: cfgperl
5572        ! lib/ExtUtils/MakeMaker.pm
5573 ____________________________________________________________________________
5574 [  2502] By: jhi                                   on 1998/12/28  07:39:20
5575     Log: From: Blair Zajac <bzajac@geostaff.com>
5576          To: perl5-porters@perl.org
5577          Subject: Tie::SubstrHash patch
5578          Date: Wed, 23 Dec 1998 17:13:32 -0800
5579          Message-ID: <3681953C.8B6A90AA@geostaff.com>
5580  Branch: cfgperl
5581        ! lib/Tie/SubstrHash.pm
5582 ____________________________________________________________________________
5583 [  2501] By: jhi                                   on 1998/12/28  07:37:16
5584     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
5585          To: perlbug@perl.com
5586          Subject: perlfaq9 minor error
5587          Date: Wed, 23 Dec 1998 14:54:19 -0800
5588          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
5589  Branch: cfgperl
5590        ! pod/perlfaq9.pod
5591 ____________________________________________________________________________
5592 [  2500] By: jhi                                   on 1998/12/23  10:38:18
5593     Log: More porting notes about filesystems, AmigaOS, and MiNT.
5594  Branch: cfgperl
5595        ! pod/perlport.pod
5596 ____________________________________________________________________________
5597 [  2499] By: jhi                                   on 1998/12/22  09:26:49
5598     Log: Add few MSG_ and uio constants.
5599  Branch: cfgperl
5600        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
5601 ____________________________________________________________________________
5602 [  2498] By: jhi                                   on 1998/12/22  08:39:30
5603     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
5604          a Digital C compiler optimizer bug that broke the 'x'
5605          operator under certain circumstances.  See t/op/repeat.t
5606          test #20 for graphic details.  Reported in
5607          
5608          From: Gisle Aas <gisle@aas.no>
5609          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
5610          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
5611          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
5612          Date: 18 Dec 1998 14:27:40 +0100
5613          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
5614          
5615          and discussed further in the thread
5616          
5617          From: Jarkko Hietaniemi <jhi@iki.fi>
5618          To: Gisle Aas <gisle@aas.no>
5619          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
5620          cpan-testers@perl.org, perl5-porters@perl.org
5621          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
5622          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
5623          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
5624  Branch: cfgperl
5625        ! t/op/repeat.t util.c
5626 ____________________________________________________________________________
5627 [  2497] By: jhi                                   on 1998/12/21  14:18:57
5628     Log: Change #2483 update.
5629  Branch: cfgperl
5630        ! t/op/tr.t
5631 ____________________________________________________________________________
5632 [  2496] By: jhi                                   on 1998/12/21  14:07:41
5633     Log: Update on change #2493.
5634  Branch: cfgperl
5635        ! t/pragma/warn/op
5636 ____________________________________________________________________________
5637 [  2495] By: jhi                                   on 1998/12/21  13:52:00
5638     Log: Change #2487 aftershock.
5639  Branch: cfgperl
5640        ! warning.pl
5641 ____________________________________________________________________________
5642 [  2494] By: jhi                                   on 1998/12/21  12:35:00
5643     Log: From: Chris Nandor <pudge@pobox.com>
5644          To: perl5-porters@perl.org
5645          Subject: [PATCH] perlport.pod v1.37
5646          Date: Sat, 19 Dec 1998 12:54:34 -0500
5647          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
5648  Branch: cfgperl
5649        ! pod/perlport.pod
5650 ____________________________________________________________________________
5651 [  2493] By: jhi                                   on 1998/12/21  12:22:44
5652     Log: From: Mark-Jason Dominus <mjd@plover.com>
5653          To: perl5-porters@perl.com
5654          Subject: PATCH (5.005_02): Dejargonizing
5655          Date: Sun, 20 Dec 1998 14:35:20 -0500
5656          Message-ID: <19981220193520.11230.qmail@plover.com>
5657          
5658          From: Mark-Jason Dominus <mjd@plover.com>
5659          To: perl5-porters@perl.com
5660          Subject: PATCH (5.005_02): Spelling correction in warning message
5661          Date: Sun, 20 Dec 1998 13:51:30 -0500
5662          Message-ID: <19981220185130.11067.qmail@plover.com>
5663  Branch: cfgperl
5664        ! doio.c op.c
5665 ____________________________________________________________________________
5666 [  2492] By: jhi                                   on 1998/12/21  09:00:05
5667     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
5668          To: perl5-porters@perl.org
5669          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
5670          Date: Sun, 20 Dec 1998 19:03:25 PST
5671          Message-ID: <19981221030326.27660.qmail@hotmail.com>
5672          
5673          (slightly reformatted)
5674  Branch: cfgperl
5675        ! ext/B/B/CC.pm
5676 ____________________________________________________________________________
5677 [  2491] By: nick                                  on 1998/12/20  14:21:29
5678     Log: Save _all_ GV's which have SV, AV or HV set.
5679  Branch: perl
5680        ! ext/B/B/C.pm
5681 ____________________________________________________________________________
5682 [  2490] By: jhi                                   on 1998/12/18  15:13:19
5683     Log: Add idea about generalising cpp symbol probing of Errno.
5684  Branch: cfgperl
5685        ! Todo
5686 ____________________________________________________________________________
5687 [  2489] By: jhi                                   on 1998/12/18  14:47:57
5688     Log: Address some of the issues of:
5689          
5690          From: Tom Christiansen <tchrist@jhereg.perl.com>
5691          To: perl-porters-active@jhereg.perl.com
5692          Subject: Undocumentation Issues for 5.005
5693          Date: Thu, 17 Dec 1998 14:46:24 -0700
5694          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
5695  Branch: cfgperl
5696        ! pod/perl5005delta.pod
5697 ____________________________________________________________________________
5698 [  2488] By: jhi                                   on 1998/12/18  11:26:32
5699     Log: From: root <root@dubravka.in-berlin.de>
5700          To: perlbug@perl.com
5701          Cc: k@dubravka.in-berlin.de
5702          Subject: Please add no_modify to PERL_POLLUTE
5703          Date: Fri, 18 Dec 1998 10:45:52 +0100
5704          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
5705          
5706          (Really from Andreas König)
5707  Branch: cfgperl
5708        ! embed.pl
5709 ____________________________________________________________________________
5710 [  2487] By: jhi                                   on 1998/12/17  14:05:52
5711     Log: Some (by far not all) issues of the below message addressed.
5712          
5713          From: Tom Christiansen <tchrist@jhereg.perl.com>
5714          To: The Perl Porters Mailing List <perl5-porters@perl.org>
5715          Subject: important UNDOC issues for 5.005_54
5716          Date: Wed, 16 Dec 1998 21:14:53 -0700
5717          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
5718  Branch: cfgperl
5719        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
5720 ____________________________________________________________________________
5721 [  2486] By: jhi                                   on 1998/12/17  12:47:15
5722     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5723          To: domo@computer.org
5724          Cc: jhi@iki.fi, perl5-porters@perl.org
5725          Subject: Re: stuff related to malloc.c
5726          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
5727          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
5728  Branch: cfgperl
5729        ! malloc.c
5730 ____________________________________________________________________________
5731 [  2485] By: jhi                                   on 1998/12/17  12:17:19
5732     Log: More porting notes.
5733  Branch: cfgperl
5734        ! Porting/pumpkin.pod
5735 ____________________________________________________________________________
5736 [  2484] By: jhi                                   on 1998/12/15  08:38:05
5737     Log: Undo #2386 and #2205.
5738  Branch: cfgperl
5739        ! pod/perlfunc.pod
5740 ____________________________________________________________________________
5741 [  2483] By: jhi                                   on 1998/12/14  17:58:35
5742     Log: lib was missing from @INC.
5743  Branch: cfgperl
5744        ! t/op/tr.t
5745 ____________________________________________________________________________
5746 [  2482] By: jhi                                   on 1998/12/14  17:52:42
5747     Log: Was missing use Text::Wrap.
5748  Branch: cfgperl
5749        ! t/lib/textfill.t
5750 ____________________________________________________________________________
5751 [  2481] By: jhi                                   on 1998/12/14  16:00:22
5752     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
5753          
5754          From: Jonathan Roy <roy@idle.com>
5755          To: perl5-porters@perl.org
5756          Subject: nlist.h add to Configure checks?
5757          Date: Sun, 13 Dec 1998 22:22:49 -0500
5758          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
5759  Branch: cfgperl
5760        + ext/DynaLoader/hints/linux.pl
5761        ! MANIFEST
5762 ____________________________________________________________________________
5763 [  2480] By: jhi                                   on 1998/12/14  15:02:44
5764     Log: Give up completely using nm in AIX.
5765          
5766          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5767          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
5768          Cc: perl5-porters@perl.org
5769          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
5770          Date: Thu, 10 Dec 1998 00:51:46 -0500
5771          Message-ID: <19981210005146.B29986@O2.chapin.edu>
5772  Branch: cfgperl
5773        ! hints/aix.sh
5774 ____________________________________________________________________________
5775 [  2479] By: jhi                                   on 1998/12/14  14:39:52
5776     Log: AIX' error messages are different.
5777          
5778          From: "Kurt D. Starsinic" <kstar@chapin.edu>
5779          To: Gurusamy Sarathy <gsar@engin.umich.edu>
5780          Cc: perl5-porters@perl.org
5781          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
5782          Date: Thu, 10 Dec 1998 00:42:36 -0500
5783          Message-ID: <19981210004236.A29986@O2.chapin.edu>
5784          
5785          From: Michael Engel <engel@nms1.cc.huji.ac.il>
5786          To: perlbug@perl.com
5787          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
5788          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
5789          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
5790  Branch: cfgperl
5791        ! t/pragma/warn/doio
5792 ____________________________________________________________________________
5793 [  2475] By: jhi                                   on 1998/12/13  12:35:55
5794     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5795          To: jhi@iki.fi
5796          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
5797          Subject: Re: stuff related to malloc.c
5798          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
5799          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
5800  Branch: cfgperl
5801        ! malloc.c
5802 ____________________________________________________________________________
5803 [  2474] By: jhi                                   on 1998/12/13  12:32:42
5804     Log: Some notes about porting issues.
5805  Branch: cfgperl
5806        ! Porting/pumpkin.pod
5807 ____________________________________________________________________________
5808 [  2473] By: jhi                                   on 1998/12/13  12:03:58
5809     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
5810          To: Perl 5 Porters <perl5-porters@perl.org>
5811          Subject: [patch 5.005_02] dos-djgpp update
5812          Date: Sun, 13 Dec 1998 00:08:44 +0100
5813          Message-ID: <19981213000844.C264@beeblebrox>
5814  Branch: cfgperl
5815        ! djgpp/config.over
5816 ____________________________________________________________________________
5817 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
5818     Log: undo changes to Exporter.pm from #2312
5819  Branch: maint-5.005/perl
5820        ! lib/Exporter.pm
5821 ____________________________________________________________________________
5822 [  2465] By: jhi                                   on 1998/12/12  12:31:21
5823     Log: Document that qw() taints.
5824          
5825          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
5826          To: perlbug@perl.com 
5827          Subject: taint problems
5828          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
5829          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
5830  Branch: cfgperl
5831        ! pod/perlop.pod
5832 ____________________________________________________________________________
5833 [  2464] By: jhi                                   on 1998/12/11  14:09:51
5834     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
5835          To: dist-users@foretune.co.jp
5836          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
5837          Date: Mon, 07 Dec 1998 20:13:04 -0400
5838          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
5839  Branch: cfgperl
5840        ! Configure
5841 ____________________________________________________________________________
5842 [  2463] By: jhi                                   on 1998/12/11  13:29:54
5843     Log: MAXPATHLEN.
5844  Branch: cfgperl
5845        ! perl.h
5846 ____________________________________________________________________________
5847 [  2462] By: jhi                                   on 1998/12/11  08:37:58
5848     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
5849          To: perl5-porters@perl.org
5850          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
5851          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
5852          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
5853  Branch: cfgperl
5854        + hints/gnu.sh
5855 ____________________________________________________________________________
5856 [  2461] By: nick                                  on 1998/12/10  21:00:50
5857     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
5858          From: Vishal Bhatia <vishalb@hotmail.com>
5859          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
5860          2. Fixes the bug  regarding return value of c-functions generated out 
5861          of perl subs. ( Just includes the patch I sent earlier)
5862          3. Incorporates the other changes that need to be done to get CC.pm
5863          use ISA search for packages and methods on the same lines as C.pm
5864          
5865          Vishal would appreciate comments about B::Stackobj changes from 
5866          someone knowing that module well.
5867  Branch: perl
5868        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5869 ____________________________________________________________________________
5870 [  2460] By: jhi                                   on 1998/12/08  08:11:27
5871     Log: Integrate from mainperl.
5872  Branch: cfgperl
5873       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5874       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
5875       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
5876       !> toke.c util.c
5877 ____________________________________________________________________________
5878 [  2459] By: jhi                                   on 1998/12/07  07:50:11
5879     Log: From: hansm@icgroup.nl 
5880          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5881          Reply-To: hansmu@xs4all.nl 
5882          To: perlbug@perl.com 
5883          Date: Sun, 6 Dec 98 22:19:54 +0100 
5884          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
5885  Branch: cfgperl
5886        ! util.c
5887 ____________________________________________________________________________
5888 [  2458] By: gsar                                  on 1998/12/07  06:00:55
5889     Log: fix dup lexical
5890  Branch: perl
5891        ! ext/B/B/Deparse.pm t/lib/io_unix.t
5892 ____________________________________________________________________________
5893 [  2457] By: gsar                                  on 1998/12/06  14:38:59
5894     Log: mention limit on line numbers reported by diagnostics
5895  Branch: perl
5896        ! pod/perl.pod toke.c
5897 ____________________________________________________________________________
5898 [  2456] By: gsar                                  on 1998/12/06  13:49:02
5899     Log: branch perldelta.pod
5900  Branch: maint-5.005/perl
5901       +> pod/perldelta.pod
5902 ____________________________________________________________________________
5903 [  2455] By: gsar                                  on 1998/12/06  13:47:21
5904     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
5905  Branch: maint-5.005/perl
5906        - pod/perldelta.pod
5907 ____________________________________________________________________________
5908 [  2454] By: gsar                                  on 1998/12/06  13:35:31
5909     Log: fix outdated/incorrect info about arbitrary limits
5910  Branch: perl
5911        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
5912        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5913 ____________________________________________________________________________
5914 [  2453] By: nick                                  on 1998/12/05  16:14:42
5915     Log: Avoid hard-coding op numbers
5916          Update CC.pm to save %INC, and to co-exist with new C.pm
5917  Branch: perl
5918        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5919 ____________________________________________________________________________
5920 [  2452] By: nick                                  on 1998/12/05  10:44:28
5921     Log: B.xs had its own code to calculate hash() which differed from
5922          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
5923          which meant that run-time require was re-done.
5924          Removed some debug from C.pm
5925  Branch: perl
5926        ! ext/B/B.xs ext/B/B/C.pm
5927 ____________________________________________________________________________
5928 [  2451] By: nick                                  on 1998/12/04  21:58:49
5929     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
5930          well as _54, but with pre-scan for classes and save the ISA scheme.
5931  Branch: perl
5932        ! ext/B/B/C.pm
5933 ____________________________________________________________________________
5934 [  2450] By: nick                                  on 1998/12/04  17:58:44
5935     Log: Vishal Bhatia's patch as a basis.
5936  Branch: perl
5937        ! ext/B/B/C.pm ext/B/B/CC.pm
5938 ____________________________________________________________________________
5939 [  2449] By: jhi                                   on 1998/12/04  16:39:21
5940     Log: Integrate from mainperl.
5941  Branch: cfgperl
5942       !> t/op/goto.t t/op/tr.t
5943 ____________________________________________________________________________
5944 [  2448] By: gsar                                  on 1998/12/04  06:06:49
5945     Log: tweak test for UTEST
5946  Branch: perl
5947        ! t/op/tr.t
5948 ____________________________________________________________________________
5949 [  2444] By: jhi                                   on 1998/12/03  14:37:22
5950     Log: s/\bthe the\b/the/g *.pod
5951  Branch: cfgperl
5952        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5953 ____________________________________________________________________________
5954 [  2443] By: jhi                                   on 1998/12/03  13:39:53
5955     Log: Change#2441 aftermath.
5956  Branch: cfgperl
5957        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5958        ! config_h.SH thread.h vms/subconfigure.com
5959 ____________________________________________________________________________
5960 [  2441] By: jhi                                   on 1998/12/03  08:15:13
5961     Log: From: Dan Sugalski <sugalskd@osshe.edu>
5962          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
5963          Subject: [PATCH 5.005_54]Initial VMS patches
5964          Date: 3 Dec 1998 01:05:55 +0200
5965          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
5966          
5967          The patch to config_h.SH requires more study because
5968          metaconfig needs to agree.
5969  Branch: cfgperl
5970        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
5971        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
5972        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5973 ____________________________________________________________________________
5974 [  2440] By: gsar                                  on 1998/12/03  01:32:16
5975     Log: add failed check-in of goto.t from change#1867
5976  Branch: perl
5977        ! t/op/goto.t
5978 ____________________________________________________________________________
5979 [  2437] By: jhi                                   on 1998/12/02  18:03:51
5980     Log: Fix most of the bad L<> links of
5981          
5982          From: Tom Christiansen <tchrist@jhereg.perl.com> 
5983          Subject: bad L<> links
5984          Reply-to: tchrist@perl.com 
5985          To: perlbug@jhereg.perl.com 
5986          Date: Tue, 11 Aug 1998 10:58:07 -0500 
5987          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
5988          
5989          The ones not fixed may require darker Pod::HTML magic,
5990          for example the perlguts.html#tags should work fine, IMHO.
5991  Branch: cfgperl
5992        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
5993        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
5994        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
5995        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
5996        ! pod/perlvar.pod
5997 ____________________________________________________________________________
5998 [  2436] By: jhi                                   on 1998/12/02  16:35:04
5999     Log: One paste too many in #2345.
6000  Branch: cfgperl
6001        ! lib/Pod/Html.pm
6002 ____________________________________________________________________________
6003 [  2435] By: jhi                                   on 1998/12/02  16:32:33
6004     Log: Pod::Html and Pod::Text were not locale-savvy:
6005          for example in =head1 all non-ASCII-\w-runs were
6006          turned into underscores in NAME tags.  This could
6007          result in several NAME tags becoming identical.
6008          Reported by:
6009          
6010          From: Fyodor Krasnov <fyodor@aha.ru> 
6011          Subject: pod2html vs Russian Characters
6012          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
6013          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
6014          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
6015  Branch: cfgperl
6016        ! lib/Pod/Html.pm lib/Pod/Text.pm
6017 ____________________________________________________________________________
6018 [  2434] By: jhi                                   on 1998/12/02  10:29:00
6019     Log: The real Mc5_54 integration.
6020  Branch: cfgperl
6021       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
6022 ____________________________________________________________________________
6023 [  2433] By: jhi                                   on 1998/12/02  08:52:13
6024     Log: From: Andy Dougherty <doughera@lafayette.edu>
6025          To: Perl Porters <perl5-porters@perl.org>
6026          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
6027          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
6028          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
6029  Branch: cfgperl
6030        ! Configure
6031 ____________________________________________________________________________
6032 [  2432] By: jhi                                   on 1998/12/02  08:49:47
6033     Log: From: Andy Dougherty <doughera@lafayette.edu>
6034          To: Perl Porters <perl5-porters@perl.org>
6035          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
6036          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
6037          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
6038  Branch: cfgperl
6039        ! Configure
6040 ____________________________________________________________________________
6041 [  2431] By: jhi                                   on 1998/12/01  16:11:50
6042     Log: From: achampio@lehman.com (Alan Champion)
6043          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
6044          To: perlbug@perl.com
6045          Date: 1 Dec 1998 17:36:33 +0200
6046          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
6047          
6048          Skip NIS includes.
6049  Branch: cfgperl
6050        ! t/op/pwent.t
6051 ____________________________________________________________________________
6052 [  2430] By: gsar                                  on 1998/12/01  12:12:50
6053     Log: 5.005_54, as released
6054  Branch: perl
6055        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
6056 ____________________________________________________________________________
6057 [  2429] By: jhi                                   on 1998/12/01  11:28:39
6058     Log: From: Anton Berezin <tobez@plab.ku.dk>
6059          To: perl5-porters@perl.org
6060          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
6061          Date: 30 Nov 1998 19:46:24 +0100
6062          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
6063  Branch: cfgperl
6064        ! hints/freebsd.sh
6065 ____________________________________________________________________________
6066 [  2428] By: jhi                                   on 1998/12/01  11:08:16
6067     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
6068  Branch: cfgperl
6069       +> (branch 30 files)
6070       !> (integrate 71 files)
6071 ____________________________________________________________________________
6072 [  2427] By: jhi                                   on 1998/12/01  10:51:37
6073     Log: Default to accepting a hinted $randfunc even when $csym
6074          does not find it.  (the previous defaylt behaviour was not
6075          to accept).
6076  Branch: cfgperl
6077        ! Configure
6078 ____________________________________________________________________________
6079 [  2426] By: jhi                                   on 1998/12/01  10:13:03
6080     Log: Separated the [:foo:] parsing to its own function.
6081          Passes all tests.
6082  Branch: cfgperl
6083        ! regcomp.c
6084 ____________________________________________________________________________
6085 [  2425] By: jhi                                   on 1998/12/01  08:22:49
6086     Log: Typo in comments.
6087  Branch: cfgperl
6088        ! regexec.c
6089 ____________________________________________________________________________
6090 [  2424] By: jhi                                   on 1998/12/01  08:21:38
6091     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6092          Subject: [PATCH 5.005_*] Debugger 'v' command
6093          To: perl5-porters@perl.org (Mailing list Perl5)
6094          Date: 1 Dec 1998 07:55:11 +0200
6095          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
6096  Branch: cfgperl
6097        ! lib/perl5db.pl
6098 ____________________________________________________________________________
6099 [  2423] By: jhi                                   on 1998/12/01  08:19:08
6100     Log: From: pvhp@forte.com (Peter Prymmer)
6101          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
6102          To: perl5-porters@perl.org
6103          Date: 1 Dec 1998 07:27:11 +0200
6104          Message-ID: <MLIST_9812010508.AA07791@forte.com>
6105  Branch: cfgperl
6106        ! hints/os390.sh
6107 ____________________________________________________________________________
6108 [  2417] By: jhi                                   on 1998/11/30  08:14:00
6109     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
6110  Branch: cfgperl
6111        ! ext/Socket/Socket.xs
6112 ____________________________________________________________________________
6113 [  2416] By: jhi                                   on 1998/11/30  08:00:15
6114     Log: Undo #2395, seems more like a problem in netbsd-current.
6115  Branch: cfgperl
6116        ! util.c
6117
6118 ----------------
6119 Version 5.005_54
6120 ----------------
6121
6122 ____________________________________________________________________________
6123 [  2414] By: gsar                                  on 1998/11/30  02:23:55
6124     Log: more JPL tweaks
6125  Branch: perl
6126        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
6127        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
6128 ____________________________________________________________________________
6129 [  2413] By: gsar                                  on 1998/11/30  01:35:56
6130     Log: stub bin/jpl that just runs JPL::Compile::files()
6131  Branch: perl
6132        + jpl/bin/jpl
6133 ____________________________________________________________________________
6134 [  2412] By: gsar                                  on 1998/11/30  01:32:14
6135     Log: delete symlink
6136  Branch: perl
6137        - jpl/bin/jpl
6138 ____________________________________________________________________________
6139 [  2410] By: gsar                                  on 1998/11/30  01:30:44
6140     Log: branch jpl from perlext to perl
6141  Branch: perl
6142       +> (branch 30 files)
6143 ____________________________________________________________________________
6144 [  2407] By: gsar                                  on 1998/11/30  01:24:53
6145     Log: JPL tweaks to build with 5.005
6146  Branch: perlext
6147        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
6148        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
6149 ____________________________________________________________________________
6150 [  2406] By: gsar                                  on 1998/11/30  00:55:54
6151     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
6152  Branch: perl
6153        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
6154 ____________________________________________________________________________
6155 [  2405] By: gsar                                  on 1998/11/30  00:28:55
6156     Log: patchlevel up to 54
6157  Branch: perl
6158        ! patchlevel.h win32/Makefile win32/config_H.bc
6159        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6160 ____________________________________________________________________________
6161 [  2403] By: gsar                                  on 1998/11/29  23:35:50
6162     Log: integrate cfgperl changes into mainline
6163  Branch: perl
6164       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6165       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
6166 ____________________________________________________________________________
6167 [  2402] By: gsar                                  on 1998/11/29  23:08:42
6168     Log: sync Text::Wrap version number
6169  Branch: perl
6170        ! lib/Text/Wrap.pm
6171 ____________________________________________________________________________
6172 [  2401] By: gsar                                  on 1998/11/29  22:56:21
6173     Log: textfill.t tweak
6174  Branch: perl
6175        ! t/lib/textfill.t
6176 ____________________________________________________________________________
6177 [  2400] By: gsar                                  on 1998/11/29  22:50:41
6178     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
6179          <muir@idiom.com>
6180  Branch: perl
6181        + t/lib/textfill.t
6182        ! MANIFEST lib/Text/Wrap.pm
6183 ____________________________________________________________________________
6184 [  2399] By: gsar                                  on 1998/11/29  22:28:05
6185     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
6186          has happened without the authors knowledge or consent; the subversive
6187          version (which is in 5.00502) breaks one of the tests in the
6188          authors testsuite; attempts are being made to find a fix that
6189          avoids breaking code already running with the 5.005_02 version
6190          From:    David Muir Sharnoff <muir@idiom.com>
6191          Date:    Sat, 28 Nov 1998 04:34:17 PST
6192          Message-Id: <199811281234.EAA03082@idiom.com>
6193          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
6194  Branch: perl
6195        ! lib/Text/Wrap.pm t/lib/textwrap.t
6196 ____________________________________________________________________________
6197 [  2397] By: nick                                  on 1998/11/29  20:13:58
6198     Log: Update docs and English.pm for $^C
6199  Branch: perl
6200        ! lib/English.pm pod/perlvar.pod
6201 ____________________________________________________________________________
6202 [  2396] By: jhi                                   on 1998/11/29  20:13:03
6203     Log: Mirror #2384.
6204  Branch: cfgperl
6205        ! t/op/pwent.t
6206 ____________________________________________________________________________
6207 [  2395] By: jhi                                   on 1998/11/29  19:59:12
6208     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
6209  Branch: cfgperl
6210        ! util.c
6211 ____________________________________________________________________________
6212 [  2394] By: gsar                                  on 1998/11/29  19:49:08
6213     Log: updated perlreftut.pod
6214  Branch: perl
6215        ! pod/perlreftut.pod
6216 ____________________________________________________________________________
6217 [  2393] By: gsar                                  on 1998/11/29  19:31:56
6218     Log: misc tweaks
6219  Branch: perl
6220        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
6221 ____________________________________________________________________________
6222 [  2392] By: gsar                                  on 1998/11/29  19:31:18
6223     Log: notes about -DPERL_POLLUTE
6224  Branch: perl
6225        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
6226 ____________________________________________________________________________
6227 [  2391] By: gsar                                  on 1998/11/29  19:13:52
6228     Log: explain various win32 build caveats more clearly
6229  Branch: perl
6230        ! README.win32 win32/Makefile win32/makefile.mk
6231 ____________________________________________________________________________
6232 [  2390] By: gsar                                  on 1998/11/29  16:51:59
6233     Log: remove I_POLL detection (Configure will do that now)
6234  Branch: perl
6235        ! ext/IO/Makefile.PL
6236 ____________________________________________________________________________
6237 [  2389] By: jhi                                   on 1998/11/29  16:39:16
6238     Log: Add I_POLL for IO 1.20.
6239  Branch: cfgperl
6240        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6241        ! config_h.SH
6242 ____________________________________________________________________________
6243 [  2388] By: gsar                                  on 1998/11/29  16:23:30
6244     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
6245  Branch: perl
6246        + Porting/p4desc
6247        ! MANIFEST
6248 ____________________________________________________________________________
6249 [  2387] By: gsar                                  on 1998/11/29  16:08:03
6250     Log: another threads reliability fix: serialize writes to thr->threadsv
6251          avoid most uses of PL_na (which is much more inefficient than a
6252          simple local); update docs to suit; PL_na now being thr->Tna may
6253          be a minor compatibility issue for extensions--will require dTHR
6254          outside of XSUBs (those get automatic dTHR)
6255  Branch: perl
6256        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
6257        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
6258        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6259        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
6260        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
6261        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
6262        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
6263        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
6264        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
6265 ____________________________________________________________________________
6266 [  2386] By: jhi                                   on 1998/11/29  15:40:42
6267     Log: Tune the "if" entry.
6268  Branch: cfgperl
6269        ! pod/perlfunc.pod
6270 ____________________________________________________________________________
6271 [  2385] By: gsar                                  on 1998/11/29  12:40:28
6272     Log: various fixes for race conditions under threads: mutex locks based
6273          on PL_threadnum were seriously flawed, since it means more than one
6274          thread could enter the critical region; PL_na was global instead of
6275          thread-local; child thread could finish and free thr structures
6276          before Thread->new() got around to creating the Thread object;
6277          cv_clone() needed locking, as it mucks with PL_comppad and other
6278          global data; new_struct_thread() needed to lock template-thread's
6279          mutex while copying its data
6280  Branch: perl
6281        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
6282        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
6283 ____________________________________________________________________________
6284 [  2384] By: gsar                                  on 1998/11/29  10:54:38
6285     Log: s/warn/print/ on multiply defined groups
6286  Branch: perl
6287        ! t/op/grent.t
6288 ____________________________________________________________________________
6289 [  2383] By: gsar                                  on 1998/11/29  10:48:39
6290     Log: backout change#2334
6291  Branch: perl
6292        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
6293 ____________________________________________________________________________
6294 [  2382] By: jhi                                   on 1998/11/29  10:33:40
6295     Log: Better NetInfo behaviour.
6296  Branch: cfgperl
6297        ! t/op/grent.t t/op/pwent.t
6298 ____________________________________________________________________________
6299 [  2381] By: jhi                                   on 1998/11/29  10:08:15
6300     Log: Integrate from mainperl.
6301  Branch: cfgperl
6302       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6303       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6304       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
6305       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
6306       +> t/lib/io_poll.t t/lib/io_unix.t
6307       !> (integrate 58 files)
6308 ____________________________________________________________________________
6309 [  2380] By: gsar                                  on 1998/11/29  08:22:49
6310     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
6311          Tim Bunce)
6312  Branch: perl
6313        ! gv.c
6314 ____________________________________________________________________________
6315 [  2379] By: gsar                                  on 1998/11/29  07:06:43
6316     Log: fix for pat.t failure under USE_THREADS
6317  Branch: perl
6318        ! pp_ctl.c regexec.c
6319 ____________________________________________________________________________
6320 [  2378] By: nick                                  on 1998/11/28  22:46:57
6321     Log: More C.pm tweaks
6322          Save globs even if we have saved cv itself before - may be imported.
6323          
6324          While we don't save "bootstrap" CV we need to provide a stub,
6325          so that if we require it later we don't fall through and attempt
6326          to DynaLoad module again.
6327          
6328          Attempt to save %INC so that "require" does not reload things
6329          we have compiled-in (does not work right yet - seems to be due
6330          to PL_incgv being created in perl_parse() current scheme setting 
6331          GvHV() is "better" than saving the glob, but still does not 
6332          work as I expect). 
6333  Branch: perl
6334        ! ext/B/B/C.pm
6335 ____________________________________________________________________________
6336 [  2377] By: gsar                                  on 1998/11/28  22:30:38
6337     Log: various tweaks; result passes all tests for normal build on Solaris;
6338          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
6339          win32 due to lack of select() that works on non-socket fds
6340  Branch: perl
6341        ! ext/IO/poll.c regcomp.c regexec.c scope.c
6342        ! t/lib/io_multihomed.t win32/makefile.mk
6343 ____________________________________________________________________________
6344 [  2376] By: gsar                                  on 1998/11/28  20:44:39
6345     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
6346  Branch: perl
6347        ! myconfig
6348 ____________________________________________________________________________
6349 [  2375] By: gsar                                  on 1998/11/28  20:42:58
6350     Log: integrate cfgperl changes into mainline
6351  Branch: perl
6352       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
6353       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
6354 ____________________________________________________________________________
6355 [  2374] By: gsar                                  on 1998/11/28  20:02:03
6356     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6357          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
6358          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
6359          Subject: [PATCH 5.00553] Yet another OS/2 patch
6360  Branch: perl
6361        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
6362 ____________________________________________________________________________
6363 [  2373] By: gsar                                  on 1998/11/28  19:30:06
6364     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6365          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
6366          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
6367          Subject: [PATCH 5.005_53] Change $#+
6368  Branch: perl
6369        ! mg.c pod/perlvar.pod t/op/pat.t
6370 ____________________________________________________________________________
6371 [  2372] By: gsar                                  on 1998/11/28  19:28:00
6372     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6373          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
6374          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
6375          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
6376  Branch: perl
6377        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
6378        ! thrdvar.h
6379 ____________________________________________________________________________
6380 [  2371] By: gsar                                  on 1998/11/28  19:23:53
6381     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6382          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
6383          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
6384          Subject: [PATCH 5.005_53] better -Mre=debugcolor
6385  Branch: perl
6386        ! embedvar.h objXSUB.h regexec.c thrdvar.h
6387 ____________________________________________________________________________
6388 [  2370] By: gsar                                  on 1998/11/28  19:21:17
6389     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6390          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
6391          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
6392          Subject: [PATCH 5.005_*] regcolors
6393  Branch: perl
6394        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
6395 ____________________________________________________________________________
6396 [  2369] By: gsar                                  on 1998/11/28  19:00:15
6397     Log: allow final period in a file (not followed by a newline) to
6398          terminate format spec
6399  Branch: perl
6400        ! toke.c
6401 ____________________________________________________________________________
6402 [  2368] By: gsar                                  on 1998/11/28  18:58:25
6403     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
6404          add C<$Config{installarchlib}/CORE> to the default locations searched
6405          on win32
6406  Branch: perl
6407        ! lib/ExtUtils/Liblist.pm
6408 ____________________________________________________________________________
6409 [  2367] By: gsar                                  on 1998/11/28  18:46:05
6410     Log: applied suggested patch with PERL_OBJECT tweaks
6411          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6412          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
6413          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
6414          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
6415  Branch: perl
6416        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
6417        ! regexec.c t/op/pat.t thrdvar.h
6418 ____________________________________________________________________________
6419 [  2366] By: gsar                                  on 1998/11/28  18:38:34
6420     Log: additional documentation for qr//
6421          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6422          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
6423          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
6424          Subject: [PATCH 5.005_*] Documentation (fwd)
6425  Branch: perl
6426        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
6427 ____________________________________________________________________________
6428 [  2365] By: gsar                                  on 1998/11/28  18:35:35
6429     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6430          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
6431          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
6432          Subject: [PATCH 5.005_*] Fix \G in REx without //g
6433  Branch: perl
6434        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
6435        ! regexp.h t/op/pat.t thrdvar.h
6436 ____________________________________________________________________________
6437 [  2364] By: gsar                                  on 1998/11/28  18:24:20
6438     Log: update Test.pm to Test-1.12; tweak 're' detection
6439  Branch: perl
6440        ! lib/Test.pm
6441 ____________________________________________________________________________
6442 [  2363] By: gsar                                  on 1998/11/28  18:12:04
6443     Log: avoid command-line quoting portability problems in lex_assign.t
6444  Branch: perl
6445        ! t/op/lex_assign.t
6446 ____________________________________________________________________________
6447 [  2362] By: gsar                                  on 1998/11/28  18:08:50
6448     Log: From: John Tobey <jtobey@channel1.com>
6449          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
6450          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
6451          Subject: PATCH: document English.pm sawampersand and thread issues
6452  Branch: perl
6453        ! lib/English.pm pod/perlvar.pod
6454 ____________________________________________________________________________
6455 [  2361] By: gsar                                  on 1998/11/28  18:03:04
6456     Log: fix uninitialized warnings
6457          From: Brian Callaghan <callagh@itginc.com>
6458          Date: Thu, 19 Nov 1998 17:49:10 -0800
6459          Message-Id: <3654CA96.B64FCAEB@itginc.com>
6460          Subject: Complete.pm patch (version 1.1)
6461  Branch: perl
6462        ! lib/Term/Complete.pm
6463 ____________________________________________________________________________
6464 [  2360] By: gsar                                  on 1998/11/28  17:59:16
6465     Log: s/Array/List/ suggested by John Tobey
6466  Branch: perl
6467        ! pod/perldata.pod
6468 ____________________________________________________________________________
6469 [  2359] By: gsar                                  on 1998/11/28  17:47:48
6470     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
6471  Branch: perl
6472        ! lib/Tie/Handle.pm pod/perlfunc.pod
6473 ____________________________________________________________________________
6474 [  2358] By: jhi                                   on 1998/11/28  17:23:15
6475     Log: Revamp the locale tests.
6476          (0) Instead of rewiring a few locales scan for them.
6477          (1) Bogus test #101 removed.
6478          (2) All the locales are checked, the lists of failed
6479          and non-failed ones are displayed.
6480          (3) The test #103 is again 'active' so that it may fail.
6481          (4) To balance (3) a hopefully pacifying message is shown
6482          if the #103 fails.
6483  Branch: cfgperl
6484        ! t/pragma/locale.t
6485 ____________________________________________________________________________
6486 [  2357] By: gsar                                  on 1998/11/28  17:21:07
6487     Log: add perlreftut.pod
6488  Branch: perl
6489        + pod/perlreftut.pod
6490        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
6491        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
6492        ! win32/pod.mak
6493 ____________________________________________________________________________
6494 [  2356] By: jhi                                   on 1998/11/28  16:58:01
6495     Log: Change #2346 fallout.
6496  Branch: cfgperl
6497        ! t/op/undef.t
6498 ____________________________________________________________________________
6499 [  2355] By: gsar                                  on 1998/11/28  16:46:43
6500     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
6501          ANSI prototypes
6502  Branch: perl
6503        ! ext/IO/IO.xs
6504 ____________________________________________________________________________
6505 [  2354] By: gsar                                  on 1998/11/28  16:08:07
6506     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
6507          keep platform hacks that aren't in the 1.20 dist; add new files
6508          to MANIFEST; hack Makefile.PL; result hasn't been tested
6509          anywhere
6510  Branch: perl
6511        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
6512        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6513        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
6514        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
6515        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
6516        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6517        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
6518        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
6519        ! t/lib/io_sock.t t/lib/io_udp.t
6520 ____________________________________________________________________________
6521 [  2353] By: jhi                                   on 1998/11/28  15:51:03
6522     Log: Locale collation, ctype, and numeric, were initialized wrong
6523          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
6524          as reported by
6525          
6526          From: Ilya.Sandler@etak.com (Ilya Sandler)
6527          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
6528          To: perlbug@perl.com
6529          Date: 25 Nov 1998 04:53:52 +0200
6530          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
6531  Branch: cfgperl
6532        ! util.c
6533 ____________________________________________________________________________
6534 [  2352] By: nick                                  on 1998/11/28  15:21:59
6535     Log: Implement $^C to allow perl access to -c flag - I think this 
6536          was agreed once...
6537  Branch: perl
6538        ! gv.c mg.c
6539 ____________________________________________________________________________
6540 [  2351] By: jhi                                   on 1998/11/28  15:14:24
6541     Log: Change #2251 fixup.
6542  Branch: cfgperl
6543        ! myconfig
6544 ____________________________________________________________________________
6545 [  2350] By: jhi                                   on 1998/11/28  14:58:19
6546     Log: Integrate from mainperl.
6547  Branch: cfgperl
6548       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
6549       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
6550       +> pod/perl5005delta.pod
6551       !> (integrate 49 files)
6552 ____________________________________________________________________________
6553 [  2349] By: jhi                                   on 1998/11/28  14:27:36
6554     Log: Passwd and group file groveling.
6555  Branch: cfgperl
6556        ! t/op/grent.t t/op/pwent.t
6557 ____________________________________________________________________________
6558 [  2348] By: gsar                                  on 1998/11/28  14:09:50
6559     Log: more conservative version of changes#2345,2346,2347; those break
6560          C<defined(@{"foo::ISA"})> which seems to be extensively used in
6561          the libs :-(
6562  Branch: perl
6563        ! pp.c t/op/method.t
6564 ____________________________________________________________________________
6565 [  2347] By: gsar                                  on 1998/11/28  13:36:08
6566     Log: tweak bogus test
6567  Branch: perl
6568        ! t/op/method.t
6569 ____________________________________________________________________________
6570 [  2346] By: gsar                                  on 1998/11/28  13:20:34
6571     Log: test cases for previous change
6572  Branch: perl
6573        ! t/op/undef.t
6574 ____________________________________________________________________________
6575 [  2345] By: gsar                                  on 1998/11/28  13:07:17
6576     Log: fix typo in pp_defined() causing C<defined %tied> to fail
6577  Branch: perl
6578        ! pp.c
6579 ____________________________________________________________________________
6580 [  2344] By: gsar                                  on 1998/11/28  13:03:29
6581     Log: s/comment/comment_t/ tweak (suggested by John Gorman
6582          <jgorman@webbysoft.com>)
6583  Branch: perl
6584        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
6585 ____________________________________________________________________________
6586 [  2343] By: gsar                                  on 1998/11/28  12:52:40
6587     Log: add (stub) perldelta.pod
6588  Branch: perl
6589        + pod/perldelta.pod
6590 ____________________________________________________________________________
6591 [  2342] By: gsar                                  on 1998/11/28  12:49:26
6592     Log: rename perldelta.pod to perl5005delta.pod in preparation for
6593          starting a new one
6594  Branch: perl
6595       +> pod/perl5005delta.pod
6596        - pod/perldelta.pod
6597        ! MANIFEST pod/perl.pod
6598 ____________________________________________________________________________
6599 [  2341] By: gsar                                  on 1998/11/28  12:41:55
6600     Log: fix MALLOC_LOCK #define
6601  Branch: perl
6602        ! malloc.c
6603 ____________________________________________________________________________
6604 [  2340] By: gsar                                  on 1998/11/28  12:18:23
6605     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6606          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
6607          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
6608          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
6609  Branch: perl
6610        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
6611 ____________________________________________________________________________
6612 [  2339] By: jhi                                   on 1998/11/28  11:59:01
6613     Log: Add -lm to dynix/ptx POSIX hints.
6614          From: "Martin J. Bligh" <mbligh@sequent.com>
6615          To: jhi@iki.fi
6616          Subject: Re: Making Perl work on DYNIX/ptx
6617          Date: Wed, 25 Nov 1998 10:34:41 -0800
6618          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
6619  Branch: cfgperl
6620        ! ext/POSIX/hints/dynixptx.pl
6621 ____________________________________________________________________________
6622 [  2338] By: jhi                                   on 1998/11/28  11:57:19
6623     Log: Detypo.
6624  Branch: cfgperl
6625        ! lib/filetest.pm
6626 ____________________________________________________________________________
6627 [  2337] By: jhi                                   on 1998/11/28  11:56:29
6628     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
6629  Branch: cfgperl
6630        ! Configure
6631 ____________________________________________________________________________
6632 [  2336] By: gsar                                  on 1998/11/28  11:41:14
6633     Log: teach CPAN.pm to ignore beta perl distributions when looking for
6634          modules
6635          From: root@dogberry.rutgers.edu (root)
6636          Date: Thu, 12 Nov 1998 23:08:39 -0500
6637          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
6638          Subject: recompile tries getting a perl distribution
6639  Branch: perl
6640        ! lib/CPAN.pm
6641 ____________________________________________________________________________
6642 [  2335] By: gsar                                  on 1998/11/28  11:27:46
6643     Log: make $1 et al readonly under threads; make C<undef $1> fail like
6644          C<$1 = undef> does
6645  Branch: perl
6646        ! op.c pp.c t/op/undef.t
6647 ____________________________________________________________________________
6648 [  2334] By: gsar                                  on 1998/11/28  10:24:52
6649     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
6650  Branch: perl
6651        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
6652 ____________________________________________________________________________
6653 [  2333] By: gsar                                  on 1998/11/28  09:36:40
6654     Log: document changed PERL_HASH()
6655  Branch: perl
6656        ! pod/perlfunc.pod pod/perlguts.pod
6657 ____________________________________________________________________________
6658 [  2332] By: nick                                  on 1998/11/27  21:10:27
6659     Log: Handle INIT list in C.pm
6660          1. Provide init_av() from B.xs
6661          2. Export it in B.pm
6662          3. Use it in C.pm
6663          Also disable some pruning in savecv() which seems to undo
6664          my previous patch.
6665          Experimental feature - save pathnames of .so files in easily 
6666          grep-able form for use in wrapper to feed to linker.  
6667  Branch: perl
6668        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
6669 ____________________________________________________________________________
6670 [  2327] By: gsar                                  on 1998/11/27  15:12:01
6671     Log: integrate change#2315 from maint-5.005
6672  Branch: perl
6673        ! t/op/sort.t
6674       !> op.c sv.c
6675 ____________________________________________________________________________
6676 [  2326] By: gsar                                  on 1998/11/27  15:00:42
6677     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
6678  Branch: perl
6679       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
6680       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
6681       !> lib/ExtUtils/typemap
6682 ____________________________________________________________________________
6683 [  2325] By: gsar                                  on 1998/11/27  14:46:18
6684     Log: malloc bugfix and documentation from Ilya Zakharevich
6685          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
6686          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
6687          Subject: [PATCH 5.005_*] Re: Internal coredump
6688          --
6689          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
6690          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
6691          Subject: [PATCH 5.005_*] malloc.c documentation
6692  Branch: perl
6693        ! malloc.c
6694 ____________________________________________________________________________
6695 [  2324] By: gsar                                  on 1998/11/27  14:41:38
6696     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
6697  Branch: perl
6698        ! ext/B/B/C.pm
6699 ____________________________________________________________________________
6700 [  2323] By: gsar                                  on 1998/11/27  14:33:44
6701     Log: From: maeda@src.ricoh.co.jp
6702          Date: Tue, 24 Nov 1998 10:37:45 +0900
6703          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
6704          Subject: format "..." bug
6705  Branch: perl
6706        ! pp_ctl.c t/op/write.t
6707 ____________________________________________________________________________
6708 [  2322] By: gsar                                  on 1998/11/27  14:20:12
6709     Log: add ext/Devel/Peek
6710          From: jan.dubois@ibm.net (Jan Dubois)
6711          Date: Mon, 23 Nov 1998 00:48:11 +0100
6712          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
6713          Subject: [PATCH 5.005_53] Devel::Peek integration
6714  Branch: perl
6715        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
6716        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
6717        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
6718        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
6719        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
6720 ____________________________________________________________________________
6721 [  2321] By: gsar                                  on 1998/11/27  13:03:08
6722     Log: ensure 'make regen_headers' even without perl installed
6723          (suggested by Ilya Zakharevich)
6724  Branch: perl
6725        ! bytecode.pl warning.pl
6726 ____________________________________________________________________________
6727 [  2320] By: gsar                                  on 1998/11/27  12:58:36
6728     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6729          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
6730          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
6731          Subject: [PATCH 5.005_*] Cosmetic malloc patch
6732  Branch: perl
6733        ! malloc.c
6734 ____________________________________________________________________________
6735 [  2319] By: gsar                                  on 1998/11/27  12:56:13
6736     Log: eliminate dup hunk from integration
6737  Branch: perl
6738        ! lib/filetest.pm perl.h
6739 ____________________________________________________________________________
6740 [  2318] By: gsar                                  on 1998/11/27  12:50:08
6741     Log: integrate cfgperl changes into mainline
6742  Branch: perl
6743       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
6744        ! pod/perlfaq4.pod
6745       !> (integrate 30 files)
6746 ____________________________________________________________________________
6747 [  2317] By: jhi                                   on 1998/11/27  11:38:13
6748     Log: C<-x>.
6749  Branch: cfgperl
6750        ! lib/filetest.pm
6751 ____________________________________________________________________________
6752 [  2316] By: jhi                                   on 1998/11/27  11:10:22
6753     Log: Integrate from mainperl.
6754  Branch: cfgperl
6755       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
6756       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
6757       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
6758       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
6759       !> win32/win32sck.c
6760 ____________________________________________________________________________
6761 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
6762     Log: integrate change#2246 from mainline, while still allowing
6763          C<sort $globref @foo>
6764          
6765          allow C<sort $coderef @foo>
6766  Branch: maint-5.005/perl
6767        ! op.c sv.c
6768       !> t/op/sort.t
6769 ____________________________________________________________________________
6770 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
6771     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
6772          forwarded by Jarkko Hietaniemi from Mark Bixby
6773  Branch: maint-5.005/perl
6774        ! ext/DynaLoader/dl_mpeix.xs installperl
6775 ____________________________________________________________________________
6776 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
6777     Log: Allow PL_FILES to have multiple targets from one source by allowing
6778          an array ref as the value in the hash
6779  Branch: maint-5.005/perl
6780        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6781        ! lib/ExtUtils/MakeMaker.pm
6782 ____________________________________________________________________________
6783 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
6784     Log: fix unsigned variables to use SvUV and sv_setuv
6785  Branch: maint-5.005/perl
6786        ! lib/ExtUtils/typemap
6787 ____________________________________________________________________________
6788 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
6789     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
6790  Branch: maint-5.005/perl
6791        ! lib/ExtUtils/MM_Unix.pm
6792 ____________________________________________________________________________
6793 [  2301] By: gsar                                  on 1998/11/26  10:16:54
6794     Log: fix PL_defoutgv leak under threads
6795  Branch: perl
6796        ! ext/Thread/Thread.xs
6797 ____________________________________________________________________________
6798 [  2300] By: gsar                                  on 1998/11/26  09:04:44
6799     Log: properly free temporaries created by threads
6800  Branch: perl
6801        ! ext/Thread/Thread.xs
6802 ____________________________________________________________________________
6803 [  2299] By: gsar                                  on 1998/11/26  06:51:16
6804     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
6805          to set the package for the block properly
6806  Branch: perl
6807        ! op.c t/comp/package.t t/lib/dumper.t
6808 ____________________________________________________________________________
6809 [  2298] By: nick                                  on 1998/11/24  22:04:20
6810     Log: Part-1 of tweaks to allow Tk to be "compiled"
6811          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
6812          (May also need attention to exports etc. - to follow.)
6813  Branch: perl
6814        ! universal.c
6815 ____________________________________________________________________________
6816 [  2294] By: jhi                                   on 1998/11/23  10:44:26
6817     Log: The new socket tests need in some platforms
6818          to #include <sys/types.h>.
6819  Branch: cfgperl
6820        ! Configure
6821 ____________________________________________________________________________
6822 [  2293] By: jhi                                   on 1998/11/23  10:33:42
6823     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6824          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
6825          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6826          Date: Mon, 23 Nov 1998 10:07:04 +0100
6827          Message-Id: <9811230907.AA06484@AWT.nl>
6828          
6829          NeXTstep NetInfo uses nidump to get the user/group databases.
6830  Branch: cfgperl
6831        ! t/op/grent.t t/op/pwent.t
6832 ____________________________________________________________________________
6833 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
6834     Log: Updated Porting/patchls utility.
6835  Branch: maint-5.004/perl
6836        ! Porting/patchls
6837 ____________________________________________________________________________
6838 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
6839     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
6840          From:  Henrik Tougaard <ht.000@foa.dk>
6841          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
6842          Files:  lib/Sys/Syslog.pm
6843  Branch: maint-5.004/perl
6844        ! lib/Sys/Syslog.pm
6845 ____________________________________________________________________________
6846 [  2286] By: jhi                                   on 1998/11/22  19:08:42
6847     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
6848  Branch: cfgperl
6849        ! ext/Socket/Socket.xs
6850 ____________________________________________________________________________
6851 [  2285] By: jhi                                   on 1998/11/22  18:21:07
6852     Log: MSG_PROXY for GNU/Hurd (previously we believed that
6853          all GNU libc platforms have MSG_PROXY.  Untrue).
6854          In fact this ended up as a major MSG_* and SCM_*
6855          update.  The MSG_XXX known to be enums in some
6856          versions of the glibc are now probed for and respective
6857          HAS_MSG_XXX are defined.  While I was at it I noticed
6858          SCM_RIGHTS being similarly an enum.  This reminded me of
6859          an ancient discussion in perl5-porters:
6860          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
6861          The BSD socket interface has a nifty feature for passing
6862          file descriptors and credentials--via sockets.  It may be
6863          too late to add this functionality to the CORE but
6864          at least Configure now probes for the functions,
6865          structs, and includes, defining the appropriate
6866          HAS_YYY and I_ZZZ, and the Socket extension exports
6867          the constants, in case somebody wants to write an
6868          extension for this interface.
6869  Branch: cfgperl
6870        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6871        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
6872        ! iperlsys.h
6873 ____________________________________________________________________________
6874 [  2284] By: jhi                                   on 1998/11/22  18:13:21
6875     Log: perlhist.pod 1.54, containing 5_53.
6876  Branch: cfgperl
6877        ! pod/perlhist.pod
6878 ____________________________________________________________________________
6879 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
6880     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
6881  Branch: maint-5.004/perl
6882        ! doio.c
6883 ____________________________________________________________________________
6884 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
6885     Log: Improve op/die_exit.t test for implicit close changing $!
6886  Branch: maint-5.004/perl
6887        ! t/op/die_exit.t
6888 ____________________________________________________________________________
6889 [  2268] By: jhi                                   on 1998/11/22  14:44:11
6890     Log: Fix thinko.
6891  Branch: cfgperl
6892        ! hints/dynixptx.sh
6893 ____________________________________________________________________________
6894 [  2267] By: jhi                                   on 1998/11/22  13:19:41
6895     Log: Document the d_socket override.
6896  Branch: cfgperl
6897        ! hints/dynixptx.sh
6898 ____________________________________________________________________________
6899 [  2266] By: jhi                                   on 1998/11/22  12:12:29
6900     Log: From: John Tobey <jtobey@channel1.com>
6901          Subject: [PATCH] perlfaq typos
6902          To: perl5-porters@perl.com
6903          Date: 22 Nov 1998 04:25:15 +0200
6904          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
6905  Branch: cfgperl
6906        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6907        ! pod/perlfaq7.pod pod/perlfaq8.pod
6908 ____________________________________________________________________________
6909 [  2265] By: jhi                                   on 1998/11/22  12:06:29
6910     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6911          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
6912          Newsgroups: hut.lists.perl5-porters
6913          To: gsar@engin.umich.edu (Gurusamy Sarathy)
6914          Cc: perl5-porters@perl.org (Perl5 Porters)
6915          Date: 20 Nov 1998 12:20:41 +0200
6916  Branch: cfgperl
6917        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6918        ! ext/DB_File/DB_File.xs
6919 ____________________________________________________________________________
6920 [  2264] By: jhi                                   on 1998/11/22  11:55:09
6921     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
6922          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6923          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6924          To: perlbug@perl.com
6925          Date: 20 Nov 1998 18:39:06 +0200
6926          Lines: 47
6927          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6928  Branch: cfgperl
6929        ! t/op/grent.t t/op/pwent.t
6930 ____________________________________________________________________________
6931 [  2263] By: jhi                                   on 1998/11/22  11:42:59
6932     Log: Permission testing is tricky when we have too much power.
6933          Problem reported in
6934          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
6935          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
6936          To: perlbug@perl.com
6937          Date: 20 Nov 1998 18:39:06 +0200
6938          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
6939  Branch: cfgperl
6940        ! t/op/filetest.t
6941 ____________________________________________________________________________
6942 [  2262] By: gsar                                  on 1998/11/22  11:37:02
6943     Log: fix broken CAPI generation
6944  Branch: perl
6945        ! win32/GenCAPI.pl
6946 ____________________________________________________________________________
6947 [  2261] By: jhi                                   on 1998/11/22  11:17:00
6948     Log: -x should be C<-x>, reported by Gerben Wierda.
6949  Branch: cfgperl
6950        ! pod/perlfunc.pod
6951 ____________________________________________________________________________
6952 [  2260] By: gsar                                  on 1998/11/22  11:12:02
6953     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
6954  Branch: perl
6955        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
6956        ! proto.h
6957 ____________________________________________________________________________
6958 [  2259] By: jhi                                   on 1998/11/22  11:06:40
6959     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6960          Subject: Re: [PATCH] Re: pod2man bug in date generated line
6961          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
6962          Cc: perlbug@perl.com
6963          Date: 20 Nov 1998 21:30:17 +0200
6964          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
6965  Branch: cfgperl
6966        ! pod/pod2man.PL
6967 ____________________________________________________________________________
6968 [  2256] By: jhi                                   on 1998/11/21  10:44:01
6969     Log: From: Thomas Bowditch <bowditch@inmet.com>
6970          Subject: Benchmark.pm suggestion
6971          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
6972          Date: Fri, 20 Nov 1998 17:43:46 -0500
6973          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
6974          
6975          Added timesum().
6976  Branch: cfgperl
6977        ! lib/Benchmark.pm
6978 ____________________________________________________________________________
6979 [  2255] By: gsar                                  on 1998/11/21  08:45:06
6980     Log: another win32 portability fix: make sysread() and syswrite()
6981          work on sockets
6982  Branch: perl
6983        ! pp_sys.c win32/win32.h
6984 ____________________________________________________________________________
6985 [  2254] By: gsar                                  on 1998/11/21  07:49:06
6986     Log: win32_recvfrom() compatibility fix
6987  Branch: perl
6988        ! win32/win32sck.c
6989 ____________________________________________________________________________
6990 [  2253] By: jhi                                   on 1998/11/20  08:22:06
6991     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
6992          To: jhi@iki.fi
6993          Subject: MPE/iX Perl 5.005_02 oops
6994          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
6995          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
6996  Branch: cfgperl
6997        ! ext/DynaLoader/dl_mpeix.xs installperl
6998 ____________________________________________________________________________
6999 [  2252] By: gsar                                  on 1998/11/19  17:38:03
7000     Log: mess_sv tweak for change#2249
7001  Branch: perl
7002        ! util.c
7003 ____________________________________________________________________________
7004 [  2251] By: jhi                                   on 1998/11/18  12:32:19
7005     Log: Display use64bits and usemultiplicity but only if necessary.
7006  Branch: cfgperl
7007        ! myconfig
7008 ____________________________________________________________________________
7009 [  2250] By: jhi                                   on 1998/11/18  12:26:50
7010     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
7011          Subject: pp.c uses 'unsigned Quad_t'
7012          To: perlbug@perl.com 
7013          Date: Sun, 15 Nov 1998 20:57:05 -0300 
7014          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
7015  Branch: cfgperl
7016        ! perl.h pp.c
7017 ____________________________________________________________________________
7018 [  2249] By: gsar                                  on 1998/11/18  05:43:11
7019     Log: use PL_mess_sv only during global destruction (fixes problems with
7020          overlapping invocations of form()/warn()/die()/croak() trampling on
7021          each other's messages)
7022  Branch: perl
7023        ! mg.c util.c
7024 ____________________________________________________________________________
7025 [  2248] By: gsar                                  on 1998/11/18  05:39:36
7026     Log: tweak change#2245 to skip previous message if any
7027  Branch: perl
7028        ! pp_ctl.c t/pragma/warn/pp_ctl
7029 ____________________________________________________________________________
7030 [  2247] By: jhi                                   on 1998/11/17  11:46:56
7031     Log: Integrate from mainperl.
7032  Branch: cfgperl
7033       !> (integrate 26 files)
7034 ____________________________________________________________________________
7035 [  2246] By: gsar                                  on 1998/11/17  09:41:10
7036     Log: allow C<sort $coderef @foo>
7037  Branch: perl
7038        ! op.c t/op/sort.t t/pragma/overload.t
7039 ____________________________________________________________________________
7040 [  2245] By: gsar                                  on 1998/11/17  08:28:26
7041     Log: propagate failures in DESTROY() as (optional) warnings
7042  Branch: perl
7043        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
7044 ____________________________________________________________________________
7045 [  2244] By: gsar                                  on 1998/11/17  07:43:08
7046     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
7047  Branch: perl
7048        ! perl.c thrdvar.h
7049 ____________________________________________________________________________
7050 [  2243] By: gsar                                  on 1998/11/17  07:40:09
7051     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
7052  Branch: perl
7053        ! lib/warning.pm warning.h warning.pl
7054 ____________________________________________________________________________
7055 [  2242] By: gsar                                  on 1998/11/17  06:32:39
7056     Log: fix skipspace() to properly account for newlines in eval''-ed
7057          strings (caused bogus line numbers in diagnostics and debugger)
7058  Branch: perl
7059        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
7060 ____________________________________________________________________________
7061 [  2241] By: gsar                                  on 1998/11/17  03:48:12
7062     Log: s/Perl_utf8skip/PL_utf8skip/g
7063  Branch: perl
7064        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
7065 ____________________________________________________________________________
7066 [  2240] By: gsar                                  on 1998/11/14  06:09:06
7067     Log: rework op/groups.t
7068  Branch: perl
7069        ! t/op/filetest.t t/op/groups.t
7070 ____________________________________________________________________________
7071 [  2235] By: gsar                                  on 1998/11/14  00:17:05
7072     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
7073  Branch: perl
7074        ! op.c
7075 ____________________________________________________________________________
7076 [  2234] By: gsar                                  on 1998/11/14  00:14:02
7077     Log: update Changes
7078  Branch: perl
7079        ! Changes win32/config.bc win32/config.gc win32/config.vc
7080 ____________________________________________________________________________
7081 [  2233] By: gsar                                  on 1998/11/13  09:43:03
7082     Log: doc tweak
7083  Branch: perl
7084        ! README.win32
7085 ____________________________________________________________________________
7086 [  2230] By: jhi                                   on 1998/11/12  17:07:45
7087     Log: Allow hints file override for d_socket
7088          (based on Sequent-induced change #2229).
7089  Branch: cfgperl
7090        ! Configure
7091 ____________________________________________________________________________
7092 [  2229] By: jhi                                   on 1998/11/12  16:32:33
7093     Log: 
7094          From: "Martin J. Bligh" <mbligh@sequent.com>
7095          To: jhi@iki.fi
7096          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
7097          Subject: Re: Making Perl work on DYNIX/ptx
7098          Date: Tue, 10 Nov 1998 16:24:26 -0800
7099          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
7100  Branch: cfgperl
7101        ! hints/dynixptx.sh
7102 ____________________________________________________________________________
7103 [  2228] By: jhi                                   on 1998/11/12  11:40:37
7104     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
7105          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
7106          To: jhi@iki.fi
7107          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
7108          Subject: Re: Making Perl work on DYNIX/ptx
7109          Date: Tue, 10 Nov 1998 18:01:10 -0800
7110  Branch: cfgperl
7111        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
7112 ____________________________________________________________________________
7113 [  2227] By: jhi                                   on 1998/11/12  11:17:42
7114     Log: Integrate from mainperl.
7115  Branch: cfgperl
7116       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
7117       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
7118       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
7119       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
7120       !> win32/win32.c x2p/s2p.PL
7121 ____________________________________________________________________________
7122 [  2226] By: gsar                                  on 1998/11/11  21:05:42
7123     Log: provide -DPERL_POLLUTE
7124  Branch: perl
7125        ! embed.pl embedvar.h
7126 ____________________________________________________________________________
7127 [  2225] By: jhi                                   on 1998/11/09  07:45:12
7128     Log: From: Hans Mulder <hansm@icgroup.nl>
7129          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
7130          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
7131          perl5-porters@perl.org
7132          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
7133          (UNINSTALLED)
7134          Date: Sun,  8 Nov 98 22:20:23 +0100
7135          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
7136  Branch: cfgperl
7137        ! malloc.c perl.h
7138 ____________________________________________________________________________
7139 [  2224] By: gsar                                  on 1998/11/09  03:13:14
7140     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
7141          Christoph <lupe@alanya.m.isar.de>)
7142  Branch: perl
7143        ! lib/Text/Wrap.pm
7144 ____________________________________________________________________________
7145 [  2223] By: gsar                                  on 1998/11/09  02:09:06
7146     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
7147          <lionel.fourquaux@wanadoo.fr>)
7148  Branch: perl
7149        ! x2p/s2p.PL
7150 ____________________________________________________________________________
7151 [  2222] By: gsar                                  on 1998/11/09  01:56:24
7152     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
7153          Date: Wed, 04 Nov 1998 12:19:44 +0000
7154          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
7155          Subject: [PATCH] Re: [5.005_53] read overflow? 
7156          --
7157          Date: Wed, 04 Nov 1998 13:15:18 +0000
7158          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
7159          Subject: [PATCH 5.005_53] perl -V fix
7160  Branch: perl
7161        ! perl.c regexec.c
7162 ____________________________________________________________________________
7163 [  2221] By: gsar                                  on 1998/11/09  01:34:56
7164     Log: From: jan.dubois@ibm.net (Jan Dubois)
7165          Date: Sun, 01 Nov 1998 00:05:01 +0100
7166          Message-ID: <364294bd.18052307@smtp1.ibm.net>
7167          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
7168  Branch: perl
7169        ! Changes win32/makedef.pl
7170 ____________________________________________________________________________
7171 [  2220] By: gsar                                  on 1998/11/08  21:13:07
7172     Log: integrate changes#2120,2168,2218 from maint-5.005;
7173          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
7174          enum; make regen_headers
7175  Branch: perl
7176        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
7177        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
7178 ____________________________________________________________________________
7179 [  2219] By: gsar                                  on 1998/11/08  19:42:57
7180     Log: integrate cfgperl changes into mainline
7181  Branch: perl
7182       +> README.vmesa
7183       !> Configure MANIFEST Porting/Glossary Porting/config.sh
7184       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
7185       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
7186       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
7187       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
7188       !> thread.h vms/subconfigure.com vos/config.h
7189 ____________________________________________________________________________
7190 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
7191     Log: From: Graham Barr <gbarr@ti.com>
7192          Date: Mon, 2 Nov 1998 07:38:52 -0600
7193          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
7194          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
7195  Branch: maint-5.005/perl
7196        ! ext/IPC/SysV/Msg.pm
7197 ____________________________________________________________________________
7198 [  2215] By: gsar                                  on 1998/11/08  02:52:52
7199     Log: set close-on-exec bit on pipe() FDs
7200  Branch: perl
7201        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
7202 ____________________________________________________________________________
7203 [  2214] By: gsar                                  on 1998/11/08  02:27:57
7204     Log: typo in newHVhv()
7205  Branch: perl
7206        ! hv.c
7207 ____________________________________________________________________________
7208 [  2211] By: jhi                                   on 1998/11/07  21:14:18
7209     Log: Finalize the Mach CThreads support.
7210          
7211          From: Hans Mulder <hansm@icgroup.nl>
7212          Date: Sat,  7 Nov 98 22:06:20 +0100
7213          To: Gurusamy Sarathy <gsar@engin.umich.edu>
7214          Cc: jhi@iki.fi, perl5-porters@perl.org
7215          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
7216          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
7217  Branch: cfgperl
7218        ! malloc.c perl.h
7219 ____________________________________________________________________________
7220 [  2210] By: gsar                                  on 1998/11/06  20:36:50
7221     Log: fix AvREALISH bogusness
7222  Branch: perl
7223        ! av.c t/op/array.t
7224 ____________________________________________________________________________
7225 [  2209] By: jhi                                   on 1998/11/06  08:05:31
7226     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
7227          ASSERT() causes problems in {NeXTStep,OpenStep}.
7228          
7229          From: Hans Mulder <hansm@icgroup.nl>
7230          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
7231          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7232          Date: Fri,  6 Nov 98 01:27:41 +0100
7233          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
7234          
7235          and
7236          
7237          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7238          Subject: Re: ASSERT() in malloc.c
7239          To: jhi@iki.fi
7240          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
7241          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
7242  Branch: cfgperl
7243        ! malloc.c
7244 ____________________________________________________________________________
7245 [  2208] By: jhi                                   on 1998/11/06  07:55:38
7246     Log: Mach CThreads needs #include <mach/cthreads.h>.
7247  Branch: cfgperl
7248        ! perl.h
7249 ____________________________________________________________________________
7250 [  2206] By: jhi                                   on 1998/11/05  14:54:52
7251     Log: PERL_BADLANG wrongly documented.
7252          
7253          From: ts <decoux@moulon.inra.fr>
7254          To: jhi@cc.hut.fi
7255          Subject: Re: Locale warning messages
7256          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
7257          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
7258          
7259          and
7260          
7261          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7262          Subject: Re: PERL_BADLANG
7263          To: jhi@iki.fi
7264          Subject: Re: PERL_BADLANG
7265          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
7266          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
7267  Branch: cfgperl
7268        ! pod/perllocale.pod
7269 ____________________________________________________________________________
7270 [  2205] By: jhi                                   on 1998/11/05  14:24:33
7271     Log: Document all the control flow keywords in perlfunc
7272          so that "perlfunc -f while" works.
7273  Branch: cfgperl
7274        ! pod/perlfunc.pod
7275 ____________________________________________________________________________
7276 [  2204] By: jhi                                   on 1998/11/05  12:46:02
7277     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
7278          (from vos/config.h).  Update Porting/{Glossary,config*}.
7279  Branch: cfgperl
7280        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7281        ! config_h.SH vos/config.h
7282 ____________________________________________________________________________
7283 [  2203] By: jhi                                   on 1998/11/05  08:34:39
7284     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
7285  Branch: cfgperl
7286        ! hints/vmesa.sh vms/subconfigure.com
7287 ____________________________________________________________________________
7288 [  2202] By: jhi                                   on 1998/11/05  08:03:20
7289     Log: Integrate from mainperl.
7290  Branch: cfgperl
7291       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
7292       !> win32/Makefile win32/makefile.mk win32/win32.c
7293 ____________________________________________________________________________
7294 [  2201] By: gsar                                  on 1998/11/05  04:40:44
7295     Log: another POPSTACK victim
7296  Branch: perl
7297        ! cop.h sv.c
7298 ____________________________________________________________________________
7299 [  2196] By: gsar                                  on 1998/11/05  02:07:54
7300     Log: fix a location affected by change#2191, add note about POPSTACK
7301  Branch: perl
7302        ! cop.h gv.c pp_ctl.c
7303 ____________________________________________________________________________
7304 [  2195] By: gsar                                  on 1998/11/05  02:04:45
7305     Log: makefile notes
7306  Branch: perl
7307        ! win32/Makefile win32/makefile.mk
7308 ____________________________________________________________________________
7309 [  2192] By: gsar                                  on 1998/11/04  23:48:53
7310     Log: indeterminate order-of-evaluation fixes
7311  Branch: perl
7312        ! mg.c
7313 ____________________________________________________________________________
7314 [  2191] By: gsar                                  on 1998/11/04  23:02:16
7315     Log: refetch local stack pointer in POPSTACK
7316  Branch: perl
7317        ! cop.h perl.c
7318 ____________________________________________________________________________
7319 [  2190] By: jhi                                   on 1998/11/04  08:50:40
7320     Log: Configure update.
7321          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
7322          
7323          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7324          To: Martin Bligh <mbligh@sequent.com>
7325          Cc: Jarkko Hietaniemi <jhi@iki.fi>
7326          Subject: Re: Perl 5's configure on DYNIX/ptx
7327          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
7328          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
7329          
7330          find sockets also from libsocket, not just libnet.
7331          OS390: $compile_ok instead of $compile for <inttypes.h>,
7332          
7333          From: pvhp@forte.com (Peter Prymmer)
7334          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
7335          Subject: _53 not OK on os390 but looking better than ever
7336          Date: Tue, 3 Nov 98 17:33:22 PST
7337          Message-Id: <9811040133.AA09450@forte.com>
7338  Branch: cfgperl
7339        ! Configure
7340 ____________________________________________________________________________
7341 [  2189] By: jhi                                   on 1998/11/04  07:43:58
7342     Log: sysio.t failure: fix undefined order of evaluation, from
7343          
7344          From: Spider Boardman <spider@web.zk3.dec.com>
7345          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
7346          To: perlbug@perl.com
7347          Date: 4 Nov 1998 01:22:30 +0200
7348          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
7349  Branch: cfgperl
7350        ! pp_sys.c
7351 ____________________________________________________________________________
7352 [  2188] By: gsar                                  on 1998/11/04  02:59:16
7353     Log: fix return value of win32_pclose()
7354  Branch: perl
7355        ! win32/win32.c
7356 ____________________________________________________________________________
7357 [  2187] By: gsar                                  on 1998/11/04  02:56:34
7358     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
7359  Branch: perl
7360        ! Changes doop.c gv.c util.c
7361 ____________________________________________________________________________
7362 [  2186] By: jhi                                   on 1998/11/03  08:17:52
7363     Log: Document quads in pack.
7364  Branch: cfgperl
7365        ! pod/perlfunc.pod
7366 ____________________________________________________________________________
7367 [  2185] By: jhi                                   on 1998/11/03  07:49:35
7368     Log: (IV) vs (I32) vs I_V()
7369          
7370          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
7371          From: Anton Berezin <tobez@plab.ku.dk> 
7372          To: "p5p" <perl5-porters@perl.org> 
7373          Date: 01 Nov 1998 15:09:11 +0100 
7374          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
7375          
7376          and
7377          
7378          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
7379          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
7380          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
7381  Branch: cfgperl
7382        ! sv.c
7383 ____________________________________________________________________________
7384 [  2184] By: jhi                                   on 1998/11/03  07:42:46
7385     Log: VM/ESA updates.
7386  Branch: cfgperl
7387        + README.vmesa
7388        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
7389 ____________________________________________________________________________
7390 [  2183] By: jhi                                   on 1998/11/02  12:58:13
7391     Log: The id(1)-parsing is real fun.
7392  Branch: cfgperl
7393        ! t/op/groups.t
7394 ____________________________________________________________________________
7395 [  2182] By: jhi                                   on 1998/11/02  12:07:43
7396     Log: Decommission the symlink test.
7397  Branch: cfgperl
7398        ! t/op/lex_assign.t
7399 ____________________________________________________________________________
7400 [  2181] By: jhi                                   on 1998/11/02  12:03:08
7401     Log: Replace ATTR_JOINABLE with true Configure probe
7402          for PTHREAD_CREATE_JOINABLE (or equivalent:
7403          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
7404          Remove ATTR_JOINABLE itself: Thread.xs uses
7405          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
7406          
7407          Really scan for <mach/cthreads.h> only if usethreads.
7408  Branch: cfgperl
7409        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
7410 ____________________________________________________________________________
7411 [  2180] By: jhi                                   on 1998/11/02  11:07:34
7412     Log: In HP-UX 10.X usethreads only if the required files are present.
7413  Branch: cfgperl
7414        ! hints/hpux.sh
7415 ____________________________________________________________________________
7416 [  2179] By: jhi                                   on 1998/11/02  09:10:33
7417     Log: Prefer groups(1).
7418          id -Gn can be broken.
7419          id -a can save the day.
7420  Branch: cfgperl
7421        ! t/op/groups.t
7422 ____________________________________________________________________________
7423 [  2178] By: jhi                                   on 1998/11/02  08:35:29
7424     Log: Detrail enum comma.
7425  Branch: cfgperl
7426        ! perl.h
7427 ____________________________________________________________________________
7428 [  2177] By: jhi                                   on 1998/11/02  08:24:12
7429     Log: 0**0 = 1, from
7430          
7431          From: d-lewart@uiuc.edu (Daniel S. Lewart)
7432          Subject: Math::Complex 0**0 patches
7433          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
7434          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
7435          To: jhi@iki.fi (Jarkko Hietaniemi),
7436          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
7437  Branch: cfgperl
7438        ! lib/Math/Complex.pm t/lib/complex.t
7439 ____________________________________________________________________________
7440 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
7441     Log: From: jan.dubois@ibm.net (Jan Dubois)   
7442          Date: Fri, 09 Oct 1998 23:28:31 +0200
7443          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
7444          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
7445  Branch: maint-5.005/perl
7446        ! XSUB.h
7447 ____________________________________________________________________________
7448 [  2164] By: jhi                                   on 1998/10/31  15:50:02
7449     Log: Integrate from mainperl.
7450  Branch: cfgperl
7451       +> t/op/lex_assign.t
7452       !> (integrate 45 files)
7453
7454 ----------------
7455 Version 5.005_53
7456 ----------------
7457
7458 ____________________________________________________________________________
7459 [  2163] By: gsar                                  on 1998/10/31  11:31:12
7460     Log: bump patchlevel; other minor fixes for clean build and test on
7461          Solaris and win32
7462  Branch: perl
7463        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
7464        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
7465        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
7466        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7467        ! x2p/a2p.c
7468 ____________________________________________________________________________
7469 [  2162] By: gsar                                  on 1998/10/31  09:40:31
7470     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7471          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
7472          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
7473          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
7474  Branch: perl
7475        ! pp.h
7476 ____________________________________________________________________________
7477 [  2161] By: gsar                                  on 1998/10/31  09:39:13
7478     Log: From: Albert Dvornik <bert@genscan.com>
7479          Date: 30 Oct 1998 17:50:04 -0500
7480          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
7481          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
7482  Branch: perl
7483        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
7484 ____________________________________________________________________________
7485 [  2160] By: gsar                                  on 1998/10/31  09:35:03
7486     Log: fix for bugs in -x mode
7487          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7488          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
7489          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
7490          Subject: [PATCH 5.00552] Fix h2xs
7491  Branch: perl
7492        ! utils/h2xs.PL
7493 ____________________________________________________________________________
7494 [  2159] By: gsar                                  on 1998/10/31  09:31:36
7495     Log: Data::Dumper update
7496  Branch: perl
7497        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
7498        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
7499 ____________________________________________________________________________
7500 [  2153] By: gsar                                  on 1998/10/30  21:40:09
7501     Log: add testsuite portion of patch
7502          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7503          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
7504          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
7505          Subject: [PATCH 5.00321 ;-)] 87% speedup
7506  Branch: perl
7507        + t/op/lex_assign.t
7508        ! MANIFEST
7509 ____________________________________________________________________________
7510 [  2152] By: gsar                                  on 1998/10/30  21:08:11
7511     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
7512  Branch: perl
7513        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
7514 ____________________________________________________________________________
7515 [  2151] By: gsar                                  on 1998/10/30  20:18:09
7516     Log: From: Mark-Jason Dominus <mjd@plover.com>
7517          Date: Fri, 30 Oct 1998 14:24:23 EST
7518          Message-Id: <19981030192423.27276.qmail@plover.com>
7519          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
7520  Branch: perl
7521        ! x2p/walk.c
7522 ____________________________________________________________________________
7523 [  2150] By: gsar                                  on 1998/10/30  20:08:57
7524     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7525          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
7526          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
7527          Subject: [PATCH 5.00552] Overloaded <> and deref again
7528  Branch: perl
7529        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
7530        ! t/pragma/overload.t toke.c
7531 ____________________________________________________________________________
7532 [  2149] By: gsar                                  on 1998/10/30  19:38:15
7533     Log: From: Roderick Schertler <roderick@argon.org>
7534          Date: Thu, 29 Oct 1998 14:50:18 -0500
7535          Message-ID: <17625.909690618@eeyore.ibcinc.com>
7536          Subject: patch for daemonization docs in perlipc
7537  Branch: perl
7538        ! pod/perlipc.pod
7539 ____________________________________________________________________________
7540 [  2148] By: gsar                                  on 1998/10/30  19:36:07
7541     Log: From: Anton Berezin <tobez@plab.ku.dk>
7542          Date: 29 Oct 1998 17:06:25 +0100
7543          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
7544          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
7545  Branch: perl
7546        ! win32/win32.c
7547 ____________________________________________________________________________
7548 [  2147] By: gsar                                  on 1998/10/30  19:31:37
7549     Log: tweaked version of suggested patch
7550          From: Anton Berezin <tobez@plab.ku.dk>
7551          Date: 29 Oct 1998 14:48:54 +0100
7552          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
7553          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
7554  Branch: perl
7555        ! win32/win32.c
7556 ____________________________________________________________________________
7557 [  2146] By: gsar                                  on 1998/10/30  19:03:50
7558     Log: hand-apply whitespace-mutiliated patch
7559          From: "vishal bhatia" <vishalb@hotmail.com>
7560          Date: Wed, 28 Oct 1998 23:45:32 PST
7561          Message-ID: <19981029074534.2334.qmail@hotmail.com>
7562          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
7563  Branch: perl
7564        ! ext/B/B/C.pm ext/B/B/CC.pm
7565 ____________________________________________________________________________
7566 [  2145] By: gsar                                  on 1998/10/30  18:46:58
7567     Log: remaining PL_foo stragglers
7568  Branch: perl
7569        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
7570        ! op.h os2/os2.c vms/gen_shrfls.pl
7571 ____________________________________________________________________________
7572 [  2144] By: gsar                                  on 1998/10/30  17:38:36
7573     Log: integrate cfgperl tweaks into mainline
7574  Branch: perl
7575       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
7576       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7577 ____________________________________________________________________________
7578 [  2143] By: jhi                                   on 1998/10/30  13:27:39
7579     Log: There can be multiple yacc/bison errors.
7580  Branch: cfgperl
7581        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7582 ____________________________________________________________________________
7583 [  2142] By: jhi                                   on 1998/10/30  13:18:43
7584     Log: README.posix-bc update.
7585  Branch: cfgperl
7586        ! README.posix-bc
7587 ____________________________________________________________________________
7588 [  2141] By: jhi                                   on 1998/10/30  09:12:59
7589     Log: #2133 fallout.
7590  Branch: cfgperl
7591        ! doio.c ext/POSIX/POSIX.xs
7592 ____________________________________________________________________________
7593 [  2140] By: jhi                                   on 1998/10/30  08:43:18
7594     Log: Integrate from mainperl.
7595  Branch: cfgperl
7596       +> globvar.sym pp.sym
7597        - objpp.h thread.sym
7598       !> (integrate 61 files)
7599 ____________________________________________________________________________
7600 [  2133] By: gsar                                  on 1998/10/30  02:51:39
7601     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
7602          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
7603          should soon be automated also; the global variables that
7604          escaped the PL_foo conversion are now reined in; renamed
7605          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
7606          type of same name; duplicated lists of pp_things in various
7607          places is now gone; result has only been tested on win32
7608  Branch: perl
7609        + globvar.sym pp.sym
7610        - objpp.h thread.sym
7611        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
7612        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
7613        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
7614        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
7615        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
7616        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
7617        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
7618        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
7619        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7620        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7621        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
7622 ____________________________________________________________________________
7623 [  2130] By: jhi                                   on 1998/10/29  15:31:26
7624     Log: Pure bison yylex() proto was broken.
7625  Branch: cfgperl
7626        ! proto.h
7627 ____________________________________________________________________________
7628 [  2126] By: jhi                                   on 1998/10/29  08:35:54
7629     Log: Integrate mainperl.
7630  Branch: cfgperl
7631       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
7632       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
7633       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
7634       !> t/pragma/warn/doio toke.c win32/makefile.mk
7635 ____________________________________________________________________________
7636 [  2125] By: jhi                                   on 1998/10/29  08:32:38
7637     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
7638  Branch: cfgperl
7639        ! Makefile.SH
7640 ____________________________________________________________________________
7641 [  2124] By: jhi                                   on 1998/10/29  08:06:44
7642     Log: EBCDIC Makefile.SH tuneup.
7643  Branch: cfgperl
7644        ! Makefile.SH
7645 ____________________________________________________________________________
7646 [  2119] By: gsar                                  on 1998/10/28  23:24:04
7647     Log: remove doubled hunk from integration
7648  Branch: perl
7649        ! pp.c
7650 ____________________________________________________________________________
7651 [  2118] By: gsar                                  on 1998/10/28  22:03:31
7652     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7653          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
7654          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
7655          Subject: [PATCH 5.00552] Minor debugger tweaks
7656  Branch: perl
7657        ! lib/perl5db.pl
7658 ____________________________________________________________________________
7659 [  2117] By: gsar                                  on 1998/10/28  22:02:30
7660     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7661          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
7662          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
7663          Subject: [PATCH 5.00552] Make sort respect overloading
7664  Branch: perl
7665        ! pp_ctl.c proto.h t/pragma/overload.t
7666 ____________________________________________________________________________
7667 [  2116] By: gsar                                  on 1998/10/28  21:51:11
7668     Log: MM patches from Ilya Zakharevich
7669          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
7670          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
7671          Subject: [PATCH 5.00552] Make MakeMaker more verbose
7672          --
7673          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
7674          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
7675          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
7676  Branch: perl
7677        ! lib/ExtUtils/MakeMaker.pm
7678 ____________________________________________________________________________
7679 [  2115] By: gsar                                  on 1998/10/28  21:46:19
7680     Log: add explicit references to perl source path in ld2 and gcc2
7681  Branch: perl
7682        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
7683 ____________________________________________________________________________
7684 [  2114] By: gsar                                  on 1998/10/28  21:39:56
7685     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7686          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
7687          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
7688          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
7689  Branch: perl
7690        ! INSTALL
7691 ____________________________________________________________________________
7692 [  2113] By: gsar                                  on 1998/10/28  21:21:16
7693     Log: integrate cfgperl into mainline
7694  Branch: perl
7695       +> t/op/filetest.t
7696       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
7697       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
7698       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
7699       !> thread.h toke.c vmesa/Makefile
7700 ____________________________________________________________________________
7701 [  2112] By: gsar                                  on 1998/10/28  21:14:18
7702     Log: minor cleanup
7703  Branch: perl
7704        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
7705 ____________________________________________________________________________
7706 [  2111] By: gsar                                  on 1998/10/28  18:52:10
7707     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
7708  Branch: perl
7709        ! toke.c
7710 ____________________________________________________________________________
7711 [  2110] By: jhi                                   on 1998/10/28  15:07:54
7712     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
7713  Branch: cfgperl
7714        ! Makefile.SH
7715 ____________________________________________________________________________
7716 [  2109] By: jhi                                   on 1998/10/28  13:39:54
7717     Log: a2p.y needs to generate also y.tab.h.
7718  Branch: cfgperl
7719        ! Makefile.SH
7720 ____________________________________________________________________________
7721 [  2108] By: jhi                                   on 1998/10/28  10:33:36
7722     Log: The "parse error" must be converted to "syntax error",
7723          just matching it aint' enough.
7724  Branch: cfgperl
7725        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7726        ! t/pragma/warning.t
7727 ____________________________________________________________________________
7728 [  2107] By: jhi                                   on 1998/10/28  10:23:05
7729     Log: Regen sig_n{ame,umber}* if slightest doubt.
7730  Branch: cfgperl
7731        ! Configure
7732 ____________________________________________________________________________
7733 [  2106] By: jhi                                   on 1998/10/28  08:44:49
7734     Log: Bison says 'parse error', not 'parser error'.
7735  Branch: cfgperl
7736        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7737        ! t/pragma/warning.t
7738 ____________________________________________________________________________
7739 [  2105] By: jhi                                   on 1998/10/28  08:42:09
7740     Log: yylex() parametrization.
7741  Branch: cfgperl
7742        ! proto.h toke.c
7743 ____________________________________________________________________________
7744 [  2104] By: jhi                                   on 1998/10/28  08:25:09
7745     Log: Bring in #2102.
7746  Branch: cfgperl
7747        ! pp.c
7748 ____________________________________________________________________________
7749 [  2103] By: jhi                                   on 1998/10/28  08:22:04
7750     Log: From: Dominic Dunlop <domo@vo.lu>
7751          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
7752          Date: 27 Oct 1998 20:47:25 +0200
7753          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
7754  Branch: cfgperl
7755        ! t/op/groups.t
7756 ____________________________________________________________________________
7757 [  2102] By: larry                                 on 1998/10/27  18:58:55
7758     Log: utf8 change to quotemeta broke EBCDIC
7759  Branch: perl
7760        ! pp.c
7761 ____________________________________________________________________________
7762 [  2101] By: jhi                                   on 1998/10/27  12:55:34
7763     Log: $Config{sig_num_init}.
7764          Also, a new approach to the 'pthreads-created-joinable': drop
7765          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
7766          directly. (See also #2096).
7767  Branch: cfgperl
7768        ! Configure config_h.SH
7769 ____________________________________________________________________________
7770 [  2100] By: jhi                                   on 1998/10/27  10:48:55
7771     Log: Regenerated perly_c.diff.
7772  Branch: cfgperl
7773        ! perly_c.diff
7774 ____________________________________________________________________________
7775 [  2099] By: jhi                                   on 1998/10/27  08:42:25
7776     Log: First the mangler was Netscape, then it was me.
7777  Branch: cfgperl
7778        ! vmesa/Makefile
7779 ____________________________________________________________________________
7780 [  2098] By: jhi                                   on 1998/10/27  08:34:40
7781     Log: `id -Gn` might be available where `groups` is not.
7782  Branch: cfgperl
7783        ! t/op/groups.t
7784 ____________________________________________________________________________
7785 [  2097] By: jhi                                   on 1998/10/27  08:05:17
7786     Log: Netscape had mangled the tabs.
7787  Branch: cfgperl
7788        ! vmesa/Makefile
7789 ____________________________________________________________________________
7790 [  2096] By: jhi                                   on 1998/10/27  08:03:05
7791     Log: ATTR_JOINABLE logic, based on (private email)
7792          
7793          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
7794          Subject: Some little diffs
7795          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
7796          Date: Tue, 27 Oct 1998 13:44:42 +1300
7797  Branch: cfgperl
7798        ! thread.h
7799 ____________________________________________________________________________
7800 [  2095] By: jhi                                   on 1998/10/27  07:56:57
7801     Log: Mach cthreads support based on:
7802          
7803          From: brie@corp.home.net (Brian Harrison)
7804          Subject: perl5.005_02 patch for mthreads
7805          To: perl5-porters@perl.org
7806          Date: 24 Oct 1998 01:01:55 +0300
7807          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
7808          
7809          Pthread yield probe (dejavu)
7810          Cosmetic nanochange for the union semun output.
7811          Better inttypes.h probe.
7812          Undo the 'void *' $selecttype probe from #1971 because
7813          it breaks the $selectminbits test.
7814  Branch: cfgperl
7815        ! Configure config_h.SH perl.h thread.h
7816 ____________________________________________________________________________
7817 [  2094] By: jhi                                   on 1998/10/26  13:02:07
7818     Log: Also posix-bc wants to reyacc.
7819  Branch: cfgperl
7820        ! Makefile.SH
7821 ____________________________________________________________________________
7822 [  2093] By: jhi                                   on 1998/10/26  10:17:21
7823     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
7824          5_02 and really breaking things in non-ASCII worlds.
7825  Branch: cfgperl
7826        ! pp.c
7827 ____________________________________________________________________________
7828 [  2092] By: jhi                                   on 1998/10/26  09:08:00
7829     Log: More robustness.
7830  Branch: cfgperl
7831        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
7832        ! t/pragma/warning.t
7833 ____________________________________________________________________________
7834 [  2091] By: jhi                                   on 1998/10/26  08:47:32
7835     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
7836          Bison really wants YYLEX_PARAM.
7837  Branch: cfgperl
7838        ! perly.y proto.h toke.c
7839 ____________________________________________________________________________
7840 [  2090] By: jhi                                   on 1998/10/26  08:21:25
7841     Log: s/YYLEX_PARAM/YYLEXPARAM/
7842  Branch: cfgperl
7843        ! perly.y
7844 ____________________________________________________________________________
7845 [  2089] By: jhi                                   on 1998/10/26  08:17:33
7846     Log: Indicate skipped subtests.
7847  Branch: cfgperl
7848        ! t/io/pipe.t
7849 ____________________________________________________________________________
7850 [  2088] By: jhi                                   on 1998/10/26  08:11:36
7851     Log: Integrate from mainperl.
7852  Branch: cfgperl
7853       !> (integrate 54 files)
7854 ____________________________________________________________________________
7855 [  2087] By: jhi                                   on 1998/10/26  08:08:02
7856     Log: Add test for filetests.
7857  Branch: cfgperl
7858        + t/op/filetest.t
7859        ! MANIFEST
7860 ____________________________________________________________________________
7861 [  2086] By: gsar                                  on 1998/10/26  02:44:44
7862     Log: various win32 tweaks; disable new xs_cpp section (it creates
7863          ambiguous inference graph for %.xs --> %.o)
7864  Branch: perl
7865        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
7866        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
7867        ! win32/config.gc win32/config_H.gc win32/makedef.pl
7868        ! win32/makefile.mk win32/win32.h
7869 ____________________________________________________________________________
7870 [  2085] By: gsar                                  on 1998/10/26  00:50:02
7871     Log: sanity-check $Config{drand01} in rand.t
7872  Branch: perl
7873        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
7874        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7875 ____________________________________________________________________________
7876 [  2078] By: gsar                                  on 1998/10/25  10:22:04
7877     Log: update win32/config*.?c
7878  Branch: perl
7879        ! Changes win32/config.bc win32/config.gc win32/config.vc
7880        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7881 ____________________________________________________________________________
7882 [  2077] By: gsar                                  on 1998/10/25  08:39:25
7883     Log: From: Graham Barr <gbarr@pobox.com>
7884          Date: Sat, 24 Oct 1998 21:45:50 -0500
7885          Message-ID: <19981024214550.C508@pobox.com>
7886          Subject: Re: die with a reference  should use overload "" operator
7887  Branch: perl
7888        ! pp_ctl.c
7889 ____________________________________________________________________________
7890 [  2076] By: gsar                                  on 1998/10/25  08:37:49
7891     Log: From: Graham Barr <gbarr@pobox.com>
7892          Date: Sat, 24 Oct 1998 12:45:21 -0500
7893          Message-ID: <19981024124521.C512@pobox.com>
7894          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
7895  Branch: perl
7896        ! sv.c
7897 ____________________________________________________________________________
7898 [  2075] By: gsar                                  on 1998/10/25  08:24:09
7899     Log: fix C<print $n += 5;> etc.
7900  Branch: perl
7901        ! toke.c
7902 ____________________________________________________________________________
7903 [  2074] By: gsar                                  on 1998/10/25  08:12:28
7904     Log: list builtins with portability caveats
7905          From: Jarkko Hietaniemi <jhi@iki.fi>
7906          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
7907          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
7908          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
7909  Branch: perl
7910        ! pod/perlfunc.pod
7911 ____________________________________________________________________________
7912 [  2073] By: gsar                                  on 1998/10/25  07:55:43
7913     Log: fix stack overrun in file test operators
7914  Branch: perl
7915        ! pp_sys.c
7916 ____________________________________________________________________________
7917 [  2072] By: gsar                                  on 1998/10/25  07:29:45
7918     Log: implement C<goto &func> and other fixes (via private mail)
7919          From:    "vishal bhatia" <vishalb@hotmail.com>
7920          Date:    Wed, 21 Oct 1998 22:59:03 PDT
7921          Message-Id: <19981022055904.20083.qmail@hotmail.com>
7922          Subject: [PATCH 5.005_52] More fixes for B
7923  Branch: perl
7924        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
7925 ____________________________________________________________________________
7926 [  2071] By: gsar                                  on 1998/10/25  07:14:41
7927     Log: From: Graham Barr <gbarr@pobox.com>
7928          Date: Sat, 17 Oct 1998 20:42:41 -0500
7929          Message-ID: <19981017204241.G510@pobox.com>
7930          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
7931  Branch: perl
7932        ! pp_ctl.c
7933 ____________________________________________________________________________
7934 [  2070] By: gsar                                  on 1998/10/25  07:07:29
7935     Log: avoid bogus line number in XSUB redefined warnings
7936  Branch: perl
7937        ! op.c
7938 ____________________________________________________________________________
7939 [  2069] By: gsar                                  on 1998/10/25  06:59:03
7940     Log: From: Martijn Koster <mak@excitecorp.com>
7941          Date: Wed, 21 Oct 1998 13:12:03 +0100
7942          Message-ID: <19981021131203.A15661@excitecorp.com>
7943          Subject: File::Path::mkpath reports the wrong error
7944  Branch: perl
7945        ! lib/File/Path.pm
7946 ____________________________________________________________________________
7947 [  2068] By: gsar                                  on 1998/10/25  06:54:43
7948     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
7949          Date: Tue, 20 Oct 1998 20:52:20 -0500
7950          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
7951          Subject: Exporter.pm's export_to_level() argument handling buggy
7952  Branch: perl
7953        ! lib/Exporter.pm
7954 ____________________________________________________________________________
7955 [  2067] By: gsar                                  on 1998/10/25  06:50:19
7956     Log: From: jan.dubois@ibm.net (Jan Dubois)
7957          Date: Wed, 21 Oct 1998 00:55:51 +0200
7958          Message-ID: <36380269.55370608@smtp1.ibm.net>
7959          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
7960  Branch: perl
7961        ! ext/DynaLoader/DynaLoader_pm.PL
7962 ____________________________________________________________________________
7963 [  2066] By: gsar                                  on 1998/10/25  06:48:19
7964     Log: recognize '%' as a shell metachar for win32
7965          From: jan.dubois@ibm.net (Jan Dubois)
7966          Date: Tue, 20 Oct 1998 21:57:35 +0200
7967          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
7968          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
7969  Branch: perl
7970        ! win32/win32.c
7971 ____________________________________________________________________________
7972 [  2065] By: gsar                                  on 1998/10/25  06:46:30
7973     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
7974  Branch: perl
7975        ! sv.c
7976 ____________________________________________________________________________
7977 [  2064] By: gsar                                  on 1998/10/25  06:45:09
7978     Log: From: Gisle Aas <gisle@aas.no>
7979          Date: 20 Oct 1998 14:24:44 +0200
7980          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
7981          Subject: ord() and unpack("U*",...) should not be negative
7982  Branch: perl
7983        ! pp.c
7984 ____________________________________________________________________________
7985 [  2063] By: gsar                                  on 1998/10/25  06:42:29
7986     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7987          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
7988          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
7989          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
7990  Branch: perl
7991        ! os2/os2.c
7992 ____________________________________________________________________________
7993 [  2062] By: gsar                                  on 1998/10/25  06:41:26
7994     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7995          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
7996          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
7997          Subject: [PATCH 5.005_*] Speed up aassign
7998  Branch: perl
7999        ! pp_hot.c
8000 ____________________________________________________________________________
8001 [  2061] By: gsar                                  on 1998/10/25  06:39:04
8002     Log: From: Graham Barr <gbarr@pobox.com>
8003          Date: Sat, 17 Oct 1998 22:22:02 -0500
8004          Message-ID: <19981017222202.J510@pobox.com>
8005          Subject: Re: '*' prototype does not allow bareword with strict
8006  Branch: perl
8007        ! toke.c
8008 ____________________________________________________________________________
8009 [  2060] By: gsar                                  on 1998/10/25  06:37:34
8010     Log: handle '::' in section names properly
8011          From: Graham Barr <gbarr@pobox.com>
8012          Date: Sat, 17 Oct 1998 12:57:54 -0500
8013          Message-ID: <19981017125754.C510@pobox.com>
8014          Subject: Re: pod2html
8015  Branch: perl
8016        ! lib/Pod/Html.pm
8017 ____________________________________________________________________________
8018 [  2059] By: gsar                                  on 1998/10/25  06:33:43
8019     Log: integrate changes#1982,2014,2021 (from maint-5.005)
8020  Branch: perl
8021       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
8022       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
8023 ____________________________________________________________________________
8024 [  2058] By: gsar                                  on 1998/10/25  05:44:17
8025     Log: allow more win32 symbol exports (suggested by Jan Dubois)
8026  Branch: perl
8027        ! win32/makedef.pl
8028 ____________________________________________________________________________
8029 [  2057] By: gsar                                  on 1998/10/25  05:40:40
8030     Log: integrate change#2053 from maint-5.005
8031  Branch: perl
8032       !> cop.h t/cmd/while.t
8033 ____________________________________________________________________________
8034 [  2056] By: gsar                                  on 1998/10/25  05:16:41
8035     Log: commented version of a patch suggested by Drago Goricanec
8036          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8037          Date: 16 Oct 1998 15:24:45 +0300
8038          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
8039          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
8040  Branch: perl
8041        ! pp_sys.c
8042 ____________________________________________________________________________
8043 [  2055] By: gsar                                  on 1998/10/25  05:11:03
8044     Log: include eof() in description of buffering caveats
8045          From: Anton Berezin <tobez@plab.ku.dk>
8046          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
8047          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
8048          Subject: [DOCPATCH] pod/perlfunc.pod
8049  Branch: perl
8050        ! pod/perlfunc.pod
8051 ____________________________________________________________________________
8052 [  2054] By: gsar                                  on 1998/10/25  05:07:42
8053     Log: disallow 'x' in hex numbers (except leading '0x')
8054          From: Gisle Aas <gisle@aas.no>
8055          Date: 16 Oct 1998 16:33:12 +0200
8056          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
8057          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
8058  Branch: perl
8059        ! perlvars.h t/op/oct.t util.c
8060 ____________________________________________________________________________
8061 [  2052] By: gsar                                  on 1998/10/25  04:49:04
8062     Log: avoid the circular refcnt logic in magic_mutexfree()
8063  Branch: perl
8064        ! mg.c pp.c pp_hot.c
8065 ____________________________________________________________________________
8066 [  2051] By: gsar                                  on 1998/10/25  04:35:07
8067     Log: properly restore PL_rsfp_filters after require
8068  Branch: perl
8069        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
8070        ! scope.h
8071 ____________________________________________________________________________
8072 [  2050] By: gsar                                  on 1998/10/25  02:42:32
8073     Log: integrate cfgperl changes back into mainline
8074  Branch: perl
8075       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
8076       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
8077       !> (integrate 33 files)
8078 ____________________________________________________________________________
8079 [  2049] By: gsar                                  on 1998/10/25  01:30:48
8080     Log: avoid "mysterious" compile-time failures without messages
8081  Branch: perl
8082        ! gv.c
8083 ____________________________________________________________________________
8084 [  2041] By: gsar                                  on 1998/10/23  21:11:56
8085     Log: checkin jpl under //depot/perlext/jpl/...
8086  Branch: perlext
8087        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
8088        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
8089        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
8090        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
8091        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
8092        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
8093        + jpl/PerlInterpreter/Makefile.PL
8094        + jpl/PerlInterpreter/PerlInterpreter.c
8095        + jpl/PerlInterpreter/PerlInterpreter.h
8096        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
8097        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
8098        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
8099        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
8100        + jpl/get_jdk/jdk_hosts jpl/install-jpl
8101 ____________________________________________________________________________
8102 [  2040] By: larry                                 on 1998/10/23  19:31:42
8103     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
8104  Branch: perl
8105        ! pp.c
8106 ____________________________________________________________________________
8107 [  2039] By: larry                                 on 1998/10/23  18:48:34
8108     Log: tr///d does not seem to work
8109  Branch: perl
8110        ! lib/utf8_heavy.pl
8111 ____________________________________________________________________________
8112 [  2038] By: larry                                 on 1998/10/23  18:00:41
8113     Log: Program with utf8 identifiers fails to compile
8114  Branch: perl
8115        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
8116 ____________________________________________________________________________
8117 [  2037] By: jhi                                   on 1998/10/23  14:04:51
8118     Log: Test suite portability:
8119          - posix-bc does not write to broken pipes
8120          - filehand #11 only iff we have fork
8121          - warning.t can now match $expected using regular expressions
8122  Branch: cfgperl
8123        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
8124        ! t/pragma/warning.t
8125 ____________________________________________________________________________
8126 [  2036] By: jhi                                   on 1998/10/23  12:12:07
8127     Log: yacc clarification.
8128  Branch: cfgperl
8129        ! README.posix-bc
8130 ____________________________________________________________________________
8131 [  2035] By: jhi                                   on 1998/10/23  12:09:59
8132     Log: Some C compilers get upset about 8-bit characters in /* comments. */
8133  Branch: cfgperl
8134        ! mg.c
8135 ____________________________________________________________________________
8136 [  2034] By: jhi                                   on 1998/10/22  09:11:52
8137     Log: Configure update: both for pthread_yield more robust
8138          testing (all variants of pthread_attr_getdetachstate()) --
8139          and because Configure was broken in major way! About 1000
8140          last lines were truncated.
8141  Branch: cfgperl
8142        ! Configure
8143 ____________________________________________________________________________
8144 [  2033] By: jhi                                   on 1998/10/22  07:47:10
8145     Log: DJGPP feedback for #2028.
8146  Branch: cfgperl
8147        ! thread.h
8148 ____________________________________________________________________________
8149 [  2032] By: jhi                                   on 1998/10/21  13:03:57
8150     Log: yielding, the saga continues.
8151  Branch: cfgperl
8152        ! Configure config_h.SH
8153       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
8154       !> t/op/goto.t t/pragma/constant.t
8155 ____________________________________________________________________________
8156 [  2031] By: jhi                                   on 1998/10/21  09:15:42
8157     Log: VM/ESA feedback for #2028.
8158  Branch: cfgperl
8159        ! Configure config_h.SH thread.h
8160 ____________________________________________________________________________
8161 [  2030] By: gsar                                  on 1998/10/21  04:22:53
8162     Log: fix handling of mayhaps-extended @_ in goto &sub
8163  Branch: perl
8164        ! av.c pp_ctl.c t/op/goto.t
8165 ____________________________________________________________________________
8166 [  2029] By: gsar                                  on 1998/10/21  00:54:14
8167     Log: restore sanity to "constant" references
8168  Branch: perl
8169        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
8170 ____________________________________________________________________________
8171 [  2028] By: jhi                                   on 1998/10/20  15:01:20
8172     Log: OLD_PTHREADS_API reorganizing.
8173  Branch: cfgperl
8174        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
8175        ! vmesa/vmesaish.h
8176 ____________________________________________________________________________
8177 [  2027] By: jhi                                   on 1998/10/20  14:14:51
8178     Log: #2026 fallout.
8179  Branch: cfgperl
8180        ! Makefile.SH
8181 ____________________________________________________________________________
8182 [  2026] By: jhi                                   on 1998/10/20  11:47:21
8183     Log: VM/ESA update.
8184  Branch: cfgperl
8185        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
8186 ____________________________________________________________________________
8187 [  2025] By: jhi                                   on 1998/10/20  08:20:56
8188     Log: 64-bitness, based on
8189          
8190          From: Scott Henry <scotth@sgi.com>
8191          To: perl-64bit@perl.org
8192          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
8193          Subject: Re: Configure problems/questions...
8194          Date: 19 Oct 1998 22:38:06 -0700
8195  Branch: cfgperl
8196        ! hints/irix_6.sh perl.h
8197 ____________________________________________________________________________
8198 [  2024] By: jhi                                   on 1998/10/20  08:09:07
8199     Log: Add lseeksize.
8200  Branch: cfgperl
8201        ! config_h.SH
8202 ____________________________________________________________________________
8203 [  2023] By: jhi                                   on 1998/10/20  08:08:33
8204     Log: Mumble about _yields() only when threaded.
8205  Branch: cfgperl
8206        ! Configure
8207 ____________________________________________________________________________
8208 [  2022] By: jhi                                   on 1998/10/20  07:46:26
8209     Log: Thinko at PTHREADS_CREATED_JOINABLE.
8210  Branch: cfgperl
8211        ! thread.h
8212 ____________________________________________________________________________
8213 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
8214     Log: From: Chip Salzenberg <chip@perlsupport.com>
8215          Date: Tue, 6 Oct 1998 13:33:05 -0400
8216          Message-ID: <19981006133305.A2348@perlsupport.com>
8217          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
8218  Branch: maint-5.005/perl
8219        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
8220        ! t/op/tie.t
8221 ____________________________________________________________________________
8222 [  2020] By: jhi                                   on 1998/10/19  09:15:53
8223     Log: YIELD more robustly.
8224  Branch: cfgperl
8225        ! thread.h
8226 ____________________________________________________________________________
8227 [  2019] By: jhi                                   on 1998/10/19  08:48:33
8228     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
8229          the 'new' one (just like DJGPP, it seems).
8230  Branch: cfgperl
8231        ! thread.h
8232 ____________________________________________________________________________
8233 [  2018] By: jhi                                   on 1998/10/19  07:02:44
8234     Log: vmesaish.h doesn't exclude unixish.h.
8235  Branch: cfgperl
8236        ! perl.h
8237 ____________________________________________________________________________
8238 [  2017] By: jhi                                   on 1998/10/19  06:44:19
8239     Log: 1<<$randbits is not good for randbits=48.
8240  Branch: cfgperl
8241        ! t/op/rand.t
8242 ____________________________________________________________________________
8243 [  2016] By: jhi                                   on 1998/10/19  06:39:47
8244     Log: Make #2012 glob pattern more portable.
8245  Branch: cfgperl
8246        ! Makefile.SH
8247 ____________________________________________________________________________
8248 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
8249     Log: Fix POSIX::sigprocmask not to check type of $old parameter
8250          as it is output only
8251  Branch: maint-5.005/perl
8252        ! ext/POSIX/POSIX.xs
8253 ____________________________________________________________________________
8254 [  2012] By: jhi                                   on 1998/10/17  15:04:23
8255     Log: clean numbered core dumps and t/tmp[0-9]*.
8256  Branch: cfgperl
8257        ! Makefile.SH
8258 ____________________________________________________________________________
8259 [  2011] By: jhi                                   on 1998/10/17  14:59:15
8260     Log: More robust yacc/bison failure output handling.
8261  Branch: cfgperl
8262        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
8263 ____________________________________________________________________________
8264 [  2010] By: jhi                                   on 1998/10/17  14:51:05
8265     Log: BC2000 POSIX update.
8266  Branch: cfgperl
8267        ! MANIFEST
8268 ____________________________________________________________________________
8269 [  2009] By: jhi                                   on 1998/10/17  14:49:46
8270     Log: POSIX BC2000 port from perl-mvs:
8271          
8272          Subject: Ported perl 5.005.02 to BS2000 / POSIX
8273          From: Dorner Thomas <Thomas.Dorner@start.de> 
8274          Date: Tue, 29 Sep 1998 13:29:36 +0100 
8275          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
8276  Branch: cfgperl
8277        + README.posix-bc hints/posix-bc.sh
8278        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
8279        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
8280        ! unixish.h
8281 ____________________________________________________________________________
8282 [  2008] By: jhi                                   on 1998/10/17  14:07:49
8283     Log: VM/ESA-update.
8284  Branch: cfgperl
8285        ! MANIFEST
8286 ____________________________________________________________________________
8287 [  2007] By: jhi                                   on 1998/10/17  13:55:34
8288     Log: Forgot few S_I* imports.
8289  Branch: cfgperl
8290        ! t/lib/ipc_sysv.t
8291 ____________________________________________________________________________
8292 [  2006] By: jhi                                   on 1998/10/17  13:43:54
8293     Log: The VM/ESA port essentials, based on
8294          
8295          perl-mvs:
8296          
8297          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8298          Subject: Re: Can't find Data/Dumper.pm
8299          Date: Mon, 28 Sep 1998 07:40:49 +1300
8300          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
8301          
8302          private email:
8303          
8304          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8305          Subject: Re: Perl thread problems in VM/ESA
8306          Date: Thu, 15 Oct 1998 07:18:35 +1300
8307          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
8308          
8309          and private email:
8310          
8311          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
8312          Subject:  perl archive
8313          Date:  Sun, 11 Oct 1998 19:28:54 EDT
8314          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
8315          which gave a pointer to
8316          
8317          http://pucc.princeton.edu/~neale/perl.tar
8318          
8319          (based on Perl 5.005_51)
8320  Branch: cfgperl
8321        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
8322        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
8323        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
8324        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
8325 ____________________________________________________________________________
8326 [  2005] By: jhi                                   on 1998/10/17  13:17:19
8327     Log: Integrate mainperl.
8328  Branch: cfgperl
8329       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
8330       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8331       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
8332       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
8333       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
8334       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
8335       !> win32/makefile.mk
8336 ____________________________________________________________________________
8337 [  2004] By: jhi                                   on 1998/10/17  11:19:06
8338     Log: Removed an extra ' from the int64_t test.
8339  Branch: cfgperl
8340        ! Configure
8341 ____________________________________________________________________________
8342 [  2003] By: gsar                                  on 1998/10/17  04:11:40
8343     Log: silence -w noises (suggested by Greg Bacon)
8344  Branch: perl
8345        ! lib/Term/Complete.pm
8346 ____________________________________________________________________________
8347 [  2002] By: gsar                                  on 1998/10/17  04:07:48
8348     Log: From: Gisle Aas <gisle@aas.no>
8349          Date: 14 Oct 1998 15:53:14 +0200
8350          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
8351          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
8352  Branch: perl
8353        ! util.c
8354 ____________________________________________________________________________
8355 [  2001] By: gsar                                  on 1998/10/17  04:06:10
8356     Log: From: Gisle Aas <gisle@aas.no>
8357          Date: 14 Oct 1998 15:17:44 +0200
8358          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
8359          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
8360  Branch: perl
8361        ! toke.c
8362 ____________________________________________________________________________
8363 [  2000] By: gsar                                  on 1998/10/17  03:06:33
8364     Log: From: Gisle Aas <gisle@aas.no>
8365          Date: 14 Oct 1998 00:38:06 +0200
8366          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
8367          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
8368  Branch: perl
8369        ! sv.c
8370 ____________________________________________________________________________
8371 [  1999] By: gsar                                  on 1998/10/17  03:04:48
8372     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8373          Date: Tue, 13 Oct 1998 15:10:57 -0700
8374          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
8375          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
8376  Branch: perl
8377        ! vms/ext/Stdio/Stdio.pm
8378 ____________________________________________________________________________
8379 [  1998] By: gsar                                  on 1998/10/17  03:00:40
8380     Log: skip readonly vars and unref references when doing a reset()
8381  Branch: perl
8382        ! sv.c
8383 ____________________________________________________________________________
8384 [  1997] By: gsar                                  on 1998/10/17  02:49:19
8385     Log: fix buggy treatment of large checksums on unicode strings
8386          From: Gisle Aas <gisle@aas.no>
8387          Date: 13 Oct 1998 21:35:39 +0200
8388          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
8389          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
8390  Branch: perl
8391        ! pp.c
8392 ____________________________________________________________________________
8393 [  1996] By: gsar                                  on 1998/10/17  02:43:22
8394     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8395          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
8396          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
8397          Subject: [PATCH 5.005_52] Memory overrun in os2.c
8398  Branch: perl
8399        ! os2/Makefile.SHs os2/os2.c
8400 ____________________________________________________________________________
8401 [  1995] By: gsar                                  on 1998/10/17  02:42:01
8402     Log: clarify section name rules for typemaps
8403  Branch: perl
8404        ! pod/perlxs.pod
8405 ____________________________________________________________________________
8406 [  1994] By: gsar                                  on 1998/10/17  02:33:02
8407     Log: whitespace-proof grent.t
8408  Branch: perl
8409        ! t/op/grent.t
8410 ____________________________________________________________________________
8411 [  1993] By: gsar                                  on 1998/10/17  02:27:29
8412     Log: fix bug in B::CC::pp_sassign()
8413          From: "vishal bhatia" <vishalb@hotmail.com>
8414          Date: Sun, 11 Oct 1998 18:41:38 PDT
8415          Message-ID: <19981012014139.19614.qmail@hotmail.com>
8416          Subject: B::CC problems with pp_sassign routine
8417  Branch: perl
8418        ! ext/B/B/CC.pm
8419 ____________________________________________________________________________
8420 [  1992] By: gsar                                  on 1998/10/17  02:17:49
8421     Log: applied suggested patch with small doc tweak
8422          From: Gisle Aas <gisle@aas.no>
8423          Date: 11 Oct 1998 12:53:13 +0200
8424          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
8425          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
8426  Branch: perl
8427        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
8428        ! t/op/tiehandle.t
8429 ____________________________________________________________________________
8430 [  1991] By: gsar                                  on 1998/10/17  02:08:30
8431     Log: apply non-conflicting parts from suggested patch
8432          From: jan.dubois@ibm.net (Jan Dubois)
8433          Date: Sat, 10 Oct 1998 13:15:45 +0200
8434          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
8435          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
8436  Branch: perl
8437        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8438 ____________________________________________________________________________
8439 [  1990] By: gsar                                  on 1998/10/17  02:01:24
8440     Log: provide option to enable optimization with VC (suggested by Jan
8441          Dubois)
8442  Branch: perl
8443        ! win32/Makefile win32/makefile.mk
8444 ____________________________________________________________________________
8445 [  1989] By: gsar                                  on 1998/10/17  01:55:27
8446     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
8447          Dave Leppik <dleppik@gage.com>
8448  Branch: perl
8449        ! perl.h
8450 ____________________________________________________________________________
8451 [  1988] By: gsar                                  on 1998/10/17  01:49:05
8452     Log: stray typo found by Hugo van der Sanden
8453  Branch: perl
8454        ! op.c
8455 ____________________________________________________________________________
8456 [  1987] By: gsar                                  on 1998/10/17  01:45:52
8457     Log: perldoc pod update
8458          From: Daniel Grisinger <dgris@perrin.dimensional.com>
8459          Date: 06 Oct 1998 23:56:51 -0600
8460          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
8461          Subject: [PATCH _02 and _52] perldoc
8462  Branch: perl
8463        ! utils/perldoc.PL
8464 ____________________________________________________________________________
8465 [  1986] By: gsar                                  on 1998/10/17  01:41:40
8466     Log: qualify names of builtins
8467  Branch: perl
8468        ! ext/POSIX/POSIX.pm
8469 ____________________________________________________________________________
8470 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
8471     Log: From: Jochen Wiedmann <joe@ispsoft.de>
8472          Date: Thu, 17 Sep 1998 17:16:06 +0200
8473          Message-ID: <360127B6.E44564A@ispsoft.de>
8474          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
8475  Branch: maint-5.005/perl
8476        ! lib/ExtUtils/MakeMaker.pm
8477 ____________________________________________________________________________
8478 [  1978] By: gsar                                  on 1998/10/16  01:58:58
8479     Log: integrate cfgperl mods into mainline
8480  Branch: perl
8481       +> ext/DynaLoader/dl_vmesa.xs
8482        ! Porting/genlog
8483       !> Configure MANIFEST Makefile.SH config_h.SH
8484       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8485       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
8486       !> x2p/Makefile.SH
8487 ____________________________________________________________________________
8488 [  1976] By: gsar                                  on 1998/10/16  00:10:52
8489     Log: stray tweak
8490  Branch: perl
8491        ! op.c
8492 ____________________________________________________________________________
8493 [  1975] By: gsar                                  on 1998/10/15  23:54:38
8494     Log: propagate typeness of lexicals while cloning them
8495  Branch: perl
8496        ! op.c
8497 ____________________________________________________________________________
8498 [  1974] By: gsar                                  on 1998/10/15  23:53:25
8499     Log: s/last/first/ typo in append_list()
8500  Branch: perl
8501        ! op.c
8502 ____________________________________________________________________________
8503 [  1973] By: gsar                                  on 1998/10/15  20:06:17
8504     Log: nuke confperl branch and contents
8505  Branch: confperl
8506        - (delete 1284 files)
8507 ____________________________________________________________________________
8508 [  1972] By: jhi                                   on 1998/10/15  07:07:35
8509     Log: Test #162 had been added but the "print 1..161" had not been updated.
8510  Branch: cfgperl
8511        ! t/op/pat.t
8512 ____________________________________________________________________________
8513 [  1971] By: gsar                                  on 1998/10/15  03:09:58
8514     Log: check in all confperl changes as of change#1964 into cfgperl
8515  Branch: cfgperl
8516        + ext/DynaLoader/dl_vmesa.xs
8517        ! Configure MANIFEST Makefile.SH config_h.SH
8518        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
8519        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
8520 ____________________________________________________________________________
8521 [  1970] By: gsar                                  on 1998/10/15  03:05:59
8522     Log: integrate mainline to get tr.t
8523  Branch: cfgperl
8524       +> t/op/tr.t
8525 ____________________________________________________________________________
8526 [  1969] By: gsar                                  on 1998/10/15  03:04:17
8527     Log: add missing tr.t to repository
8528  Branch: perl
8529        + t/op/tr.t
8530 ____________________________________________________________________________
8531 [  1968] By: gsar                                  on 1998/10/15  03:02:43
8532     Log: create cfgperl branch
8533  Branch: cfgperl
8534       +> (branch 1282 files)
8535 ____________________________________________________________________________
8536 [  1967] By: gsar                                  on 1998/10/15  02:46:08
8537     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
8538          (MAN3PODS cannot be set to ' '; stray stricture violation)
8539  Branch: perl
8540        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
8541        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
8542        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
8543        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
8544        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
8545        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
8546        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
8547        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
8548        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
8549        ! lib/ExtUtils/MM_Unix.pm
8550 ____________________________________________________________________________
8551 [  1966] By: gsar                                  on 1998/10/15  02:19:03
8552     Log: tweak to make fix in change#1944 behave correctly for closures
8553          created within eval''
8554  Branch: perl
8555        ! op.c t/op/eval.t
8556 ____________________________________________________________________________
8557 [  1965] By: gsar                                  on 1998/10/14  23:22:41
8558     Log: use better numbers for exitstatus test
8559  Branch: perl
8560        ! t/op/die_exit.t
8561 ____________________________________________________________________________
8562 [  1964] By: jhi                                   on 1998/10/14  17:25:41
8563     Log: Add VM/ESA dynaloading (uses <dll.h>).
8564  Branch: confperl
8565        + ext/DynaLoader/dl_vmesa.xs
8566        ! MANIFEST
8567 ____________________________________________________________________________
8568 [  1963] By: jhi                                   on 1998/10/14  17:17:10
8569     Log: Remove a2p.loadmap in 'clean' target.
8570  Branch: confperl
8571        ! x2p/Makefile.SH
8572 ____________________________________________________________________________
8573 [  1962] By: jhi                                   on 1998/10/14  17:13:11
8574     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
8575  Branch: confperl
8576        ! Makefile.SH
8577 ____________________________________________________________________________
8578 [  1961] By: jhi                                   on 1998/10/14  16:27:39
8579     Log: VM/ESA creates executable.loadmaps.
8580  Branch: confperl
8581        ! Makefile.SH
8582 ____________________________________________________________________________
8583 [  1960] By: jhi                                   on 1998/10/14  15:37:39
8584     Log: Introduce SCHED_YIELD (one of sched_yield(),
8585          pthread_yield(), or pthread_yield(NULL)).
8586          YIELD is then defined using SCHED_YIELD unless
8587          a platform-specific YIELD has already been defined.
8588          
8589          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
8590          
8591          The need for pthread_yield(NULL) and pthread_attr_setdet...
8592          introduced by (private email)
8593          
8594          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
8595          Date: Sat, 10 Oct 1998 21:08:15 +1300
8596          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
8597          Subject: Re: Perl thread problems in VM/ESA
8598          
8599          Better select() protoprobe (for AIX), from (private email)
8600          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8601          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
8602          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
8603          Subject: AIX select (fwd)
8604          From: Lars Hecking <lhecking@nmrc.ucc.ie>
8605          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
8606          Date: Fri, 2 Oct 1998 10:40:01 +0100
8607          Subject: AIX select
8608          
8609          Linux-avoid-so.X.Y, based on
8610          From: "Kurt D. Starsinic" <kstar@chapin.edu>
8611          Date: Tue, 13 Oct 1998 15:55:07 -0400
8612          Message-ID: <19981013155507.B4004@O2.chapin.edu>
8613          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
8614  Branch: confperl
8615        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
8616        ! thread.h
8617 ____________________________________________________________________________
8618 [  1959] By: jhi                                   on 1998/10/14  12:51:26
8619     Log: Some old pthread implementations have
8620          pthread_attr_setdetachstate(pthread_attr_t*, int*).
8621  Branch: confperl
8622        ! ext/Thread/Thread.xs
8623 ____________________________________________________________________________
8624 [  1958] By: jhi                                   on 1998/10/14  12:41:11
8625     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
8626          counterparts will follow soon.
8627  Branch: confperl
8628        ! thread.h
8629 ____________________________________________________________________________
8630 [  1957] By: jhi                                   on 1998/10/14  12:38:11
8631     Log: Add tr.t (MANIFEST already knew about it, strange)
8632  Branch: confperl
8633        + t/op/tr.t
8634 ____________________________________________________________________________
8635 [  1956] By: jhi                                   on 1998/10/14  12:24:35
8636     Log: Mutexen should be initialized only once.
8637  Branch: confperl
8638        ! gv.c op.c
8639 ____________________________________________________________________________
8640 [  1955] By: jhi                                   on 1998/10/14  12:19:38
8641     Log: os390 has its own cppstdin.
8642  Branch: confperl
8643        ! hints/os390.sh
8644 ____________________________________________________________________________
8645 [  1954] By: jhi                                   on 1998/10/14  12:15:06
8646     Log: Integrate with mainperl.
8647  Branch: confperl
8648       !> (integrate 1280 files)
8649 ____________________________________________________________________________
8650 [  1953] By: jhi                                   on 1998/10/14  11:48:08
8651     Log: Removed duplicate CMA threads code for HPUX 10.X.
8652          (probably residue of patch(1) being too understanding)
8653          Enhanced 64-bit settings. (redo change#1940)
8654  Branch: confperl
8655        ! hints/hpux.sh
8656 ____________________________________________________________________________
8657 [  1952] By: jhi                                   on 1998/10/14  11:45:16
8658     Log: (redo change#1949) Detypo in the d_open64 warning about
8659          the impending WHOA.
8660  Branch: confperl
8661        ! hints/irix_6.sh
8662 ____________________________________________________________________________
8663 [  1951] By: jhi                                   on 1998/10/14  10:54:16
8664     Log: Mutexen should only be inited once, after they have been New()ed.
8665  Branch: confperl
8666        ! gv.c op.c
8667 ____________________________________________________________________________
8668 [  1950] By: jhi                                   on 1998/10/14  10:41:43
8669     Log: Own cppstdin.
8670  Branch: confperl
8671        ! hints/os390.sh
8672 ____________________________________________________________________________
8673 [  1949] By: jhi                                   on 1998/10/14  10:34:23
8674     Log: Detypo in the d_open64 warning about the impending WHOA.
8675  Branch: confperl
8676        ! hints/irix_6.sh
8677 ____________________________________________________________________________
8678 [  1948] By: gsar                                  on 1998/10/14  05:38:01
8679     Log: two typos
8680  Branch: perl
8681        ! pp_hot.c t/op/eval.t
8682 ____________________________________________________________________________
8683 [  1947] By: gsar                                  on 1998/10/14  05:37:10
8684     Log: let docatch() pass the buck when restartop turns out to be null,
8685          making exceptions in BEGIN{} propagate as expected
8686  Branch: perl
8687        ! pp_ctl.c t/op/misc.t
8688 ____________________________________________________________________________
8689 [  1946] By: gsar                                  on 1998/10/13  03:41:49
8690     Log: add missing file from change#1943
8691  Branch: perl
8692        ! proto.h
8693 ____________________________________________________________________________
8694 [  1945] By: gsar                                  on 1998/10/13  03:32:02
8695     Log: defer "deep recursion" warnings until CXt_SUB context is properly
8696          set up
8697  Branch: perl
8698        ! pp_hot.c t/pragma/warn/pp_hot
8699 ____________________________________________________________________________
8700 [  1944] By: gsar                                  on 1998/10/13  03:15:50
8701     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
8702          fixup the cop_seq value that must be seen by lexical lookups that
8703          emanate within eval''
8704  Branch: perl
8705        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
8706 ____________________________________________________________________________
8707 [  1943] By: gsar                                  on 1998/10/13  02:06:09
8708     Log: ensure recursive attempts to findlex()icals know enough about where
8709          the last eval'' context was encountered
8710  Branch: perl
8711        ! op.c t/op/eval.t
8712 ____________________________________________________________________________
8713 [  1942] By: gsar                                  on 1998/10/13  02:01:24
8714     Log: force copy of substrings when matching against temporaries
8715  Branch: perl
8716        ! pp_hot.c t/op/pat.t
8717 ____________________________________________________________________________
8718 [  1941] By: gsar                                  on 1998/10/13  01:49:16
8719     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
8720          implementation)
8721  Branch: perl
8722        ! pp_ctl.c t/op/runlevel.t
8723 ____________________________________________________________________________
8724 [  1940] By: jhi                                   on 1998/10/12  09:57:44
8725     Log: Removed duplicate CMA threads code for HPUX 10.X.
8726          (probably residue of patch(1) being too understanding)
8727          Enhanced 64-bit settings.
8728  Branch: confperl
8729        ! hints/hpux.sh
8730 ____________________________________________________________________________
8731 [  1939] By: jhi                                   on 1998/10/12  09:53:11
8732     Log: Initial sync from mainline perl.
8733  Branch: confperl
8734        + (add 1282 files)
8735 ____________________________________________________________________________
8736 [  1937] By: gsar                                  on 1998/10/06  21:16:34
8737     Log: fix $/ init for USE_THREADS
8738  Branch: perl
8739        ! perl.c
8740 ____________________________________________________________________________
8741 [  1936] By: gsar                                  on 1998/10/06  07:19:39
8742     Log: fix globals caught by change#1927; builds and tests on Solaris
8743  Branch: perl
8744        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
8745        ! warning.h warning.pl
8746 ____________________________________________________________________________
8747 [  1935] By: gsar                                  on 1998/10/06  06:50:35
8748     Log: add test for previous fix
8749  Branch: perl
8750        ! ext/Thread/create.t
8751 ____________________________________________________________________________
8752 [  1934] By: gsar                                  on 1998/10/06  06:37:36
8753     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
8754  Branch: perl
8755        ! util.c
8756 ____________________________________________________________________________
8757 [  1933] By: gsar                                  on 1998/10/06  05:04:20
8758     Log: undo bogus part of change#1903 (as pointed out by Larry)
8759  Branch: perl
8760        ! pp_ctl.c
8761 ____________________________________________________________________________
8762 [  1932] By: gsar                                  on 1998/10/06  04:21:31
8763     Log: added tweaked version of suggested patch
8764          From: jan.dubois@ibm.net (Jan Dubois)
8765          Date: Sat, 03 Oct 1998 19:04:48 +0200
8766          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
8767          Subject: [PATCH 5.005_52] More MakeMaker  patches
8768  Branch: perl
8769        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8770        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
8771 ____________________________________________________________________________
8772 [  1931] By: gsar                                  on 1998/10/06  04:04:33
8773     Log: use cpp symbols instead of hardwired constants
8774          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8775          Date: Mon, 05 Oct 1998 09:23:33 +0100
8776          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
8777          Subject: [PATCH 5.005_52] By the numbers (resend)
8778  Branch: perl
8779        ! op.c
8780 ____________________________________________________________________________
8781 [  1930] By: gsar                                  on 1998/10/06  04:01:55
8782     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8783          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
8784          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
8785          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
8786  Branch: perl
8787        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
8788        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
8789 ____________________________________________________________________________
8790 [  1929] By: gsar                                  on 1998/10/06  03:50:36
8791     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8792          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
8793          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
8794          Subject: [PATCH 5.00552] Minor test improvement
8795  Branch: perl
8796        ! t/op/magic.t
8797 ____________________________________________________________________________
8798 [  1928] By: gsar                                  on 1998/10/06  03:49:03
8799     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8800          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
8801          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
8802          Subject: [PATCH 5.00552] emacs/ptags inprovements
8803  Branch: perl
8804        ! emacs/ptags
8805 ____________________________________________________________________________
8806 [  1927] By: gsar                                  on 1998/10/06  03:47:44
8807     Log: disable C<#define dirty PL_dirty> et al.
8808  Branch: perl
8809        ! embed.pl embedvar.h
8810 ____________________________________________________________________________
8811 [  1926] By: gsar                                  on 1998/10/06  03:43:32
8812     Log: From: Mark-Jason Dominus <mjd@plover.com>
8813          Date: Sun, 04 Oct 1998 14:48:11 -0400
8814          Message-ID: <19981004184811.16048.qmail@plover.com>
8815          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
8816  Branch: perl
8817        ! utils/perldoc.PL
8818 ____________________________________________________________________________
8819 [  1925] By: gsar                                  on 1998/10/06  03:27:35
8820     Log: disable USE_THREADS when PERL_OBJECT is enabled
8821  Branch: perl
8822        ! win32/Makefile win32/makefile.mk
8823 ____________________________________________________________________________
8824 [  1924] By: gsar                                  on 1998/10/06  03:26:54
8825     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
8826  Branch: perl
8827        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
8828        ! vms/perly_c.vms
8829 ____________________________________________________________________________
8830 [  1923] By: gsar                                  on 1998/10/03  05:19:56
8831     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
8832          overridden
8833  Branch: perl
8834        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
8835        ! proto.h vms/perly_c.vms
8836 ____________________________________________________________________________
8837 [  1922] By: gsar                                  on 1998/10/03  03:59:50
8838     Log: suppress manifypods leak in extensions
8839  Branch: perl
8840        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
8841 ____________________________________________________________________________
8842 [  1921] By: gsar                                  on 1998/10/02  22:30:15
8843     Log: os390 fixes (suggested by Peter Prymmer)
8844  Branch: perl
8845        ! Makefile.SH regcomp.c
8846 ____________________________________________________________________________
8847 [  1920] By: gsar                                  on 1998/10/02  21:41:19
8848     Log: squelch undef warnings
8849          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8850          Date: Fri, 02 Oct 1998 11:01:14 +0100
8851          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
8852          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
8853  Branch: perl
8854        ! Changes lib/Math/BigInt.pm
8855 ____________________________________________________________________________
8856 [  1919] By: gsar                                  on 1998/10/02  04:59:13
8857     Log: add note to INSTALL about ANSI C
8858  Branch: perl
8859        ! INSTALL
8860 ____________________________________________________________________________
8861 [  1918] By: gsar                                  on 1998/10/02  04:21:10
8862     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
8863          From: jan.dubois@ibm.net (Jan Dubois)
8864          Date: Wed, 30 Sep 1998 23:35:30 +0200
8865          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
8866          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
8867  Branch: perl
8868        ! lib/ExtUtils/xsubpp
8869 ____________________________________________________________________________
8870 [  1917] By: gsar                                  on 1998/10/02  04:16:02
8871     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8872          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
8873          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
8874          Subject: Re: Configure test for selectbits busted
8875  Branch: perl
8876        ! Configure
8877 ____________________________________________________________________________
8878 [  1916] By: gsar                                  on 1998/10/02  04:14:17
8879     Log: From: Dan Sugalski <sugalskd@osshe.edu>
8880          Date: Wed, 30 Sep 1998 17:15:20 -0700
8881          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
8882          Subject: [PATCH 5.005_02]VMS config tweaks
8883  Branch: perl
8884        ! vms/descrip_mms.template vms/subconfigure.com
8885 ____________________________________________________________________________
8886 [  1915] By: gsar                                  on 1998/10/02  04:10:47
8887     Log: use Off_t to permit 64-bit seek()
8888          From: Scott Henry <scotth@sgi.com>
8889          Date: 29 Sep 1998 17:38:46 -0700
8890          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
8891          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
8892          --
8893          Date: 28 Sep 1998 18:55:37 -0700
8894          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
8895          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
8896  Branch: perl
8897        ! doio.c pp_sys.c proto.h sv.c
8898 ____________________________________________________________________________
8899 [  1914] By: gsar                                  on 1998/10/02  04:05:36
8900     Log: normalize tm struct passed to strftime() with mktime()
8901          From: Spider Boardman <spider@orb.nashua.nh.us>
8902          Date: Wed, 30 Sep 1998 15:12:09 -0400
8903          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
8904          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
8905  Branch: perl
8906        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8907 ____________________________________________________________________________
8908 [  1913] By: gsar                                  on 1998/10/02  03:59:46
8909     Log: don't try to run foo_SH.orig etc.
8910  Branch: perl
8911        ! Configure
8912 ____________________________________________________________________________
8913 [  1912] By: gsar                                  on 1998/10/02  03:45:37
8914     Log: make warning about glob process failure optional
8915  Branch: perl
8916        ! pod/perldiag.pod pp_hot.c
8917 ____________________________________________________________________________
8918 [  1911] By: gsar                                  on 1998/10/02  02:52:21
8919     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
8920          From: Dominic Dunlop <domo@vo.lu>
8921          Date: Tue, 29 Sep 1998 21:06:30 +0000
8922          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
8923          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
8924          --
8925          Date: Wed, 30 Sep 1998 11:46:44 +0000
8926          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
8927          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
8928  Branch: perl
8929        ! pod/perldiag.pod regcomp.c
8930 ____________________________________________________________________________
8931 [  1910] By: gsar                                  on 1998/10/02  02:48:48
8932     Log: minor Configure tweaks (via private mail)
8933          From: Jarkko Hietaniemi <jhi@iki.fi>
8934          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
8935          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
8936          Subject: [PATCH] 5.005_52: the drizzle continues
8937  Branch: perl
8938        ! Configure config_h.SH handy.h
8939 ____________________________________________________________________________
8940 [  1909] By: gsar                                  on 1998/10/02  02:46:39
8941     Log: update SCO hints for dynamic loading
8942          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8943          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
8944          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
8945          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8946          --
8947          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
8948          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
8949          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
8950  Branch: perl
8951        ! hints/sco.sh
8952 ____________________________________________________________________________
8953 [  1908] By: gsar                                  on 1998/10/02  02:33:39
8954     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
8955  Branch: perl
8956        ! lib/File/Find.pm
8957 ____________________________________________________________________________
8958 [  1907] By: gsar                                  on 1998/10/02  02:21:52
8959     Log: applied patches, but retained old behavior for win32 (where compilers
8960          can't read from stdin at all)
8961          From: Graham Barr <gbarr@ti.com>
8962          Date: Mon, 28 Sep 1998 09:41:49 -0500
8963          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
8964          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8965          --
8966          Date: Tue, 29 Sep 1998 12:35:43 -0500
8967          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
8968          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
8969  Branch: perl
8970        ! ext/Errno/Errno_pm.PL
8971 ____________________________________________________________________________
8972 [  1906] By: gsar                                  on 1998/10/02  02:02:19
8973     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
8974          Hietaniemi)
8975  Branch: perl
8976        ! t/op/grent.t
8977 ____________________________________________________________________________
8978 [  1905] By: gsar                                  on 1998/10/02  01:59:56
8979     Log: win32 caveats about truncate()
8980  Branch: perl
8981        ! pod/perlport.pod
8982 ____________________________________________________________________________
8983 [  1904] By: gsar                                  on 1998/10/02  01:53:25
8984     Log: various Configure and hints updates (prefer drand48() or random()
8985          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
8986          applied modulo SCO hints superceded by later patch
8987          From: Jarkko Hietaniemi <jhi@iki.fi>
8988          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
8989          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
8990          Subject: [PATCH] 5.005_52: Configure et al:
8991  Branch: perl
8992        + ext/IPC/SysV/hints/next_3.pl
8993        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
8994        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
8995        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
8996 ____________________________________________________________________________
8997 [  1903] By: gsar                                  on 1998/10/02  01:42:37
8998     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
8999          Date: Mon, 28 Sep 1998 17:41:49 +0100
9000          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
9001          Subject: [PATCH 5.005_52] Re: More on ?p 
9002          --
9003          Date: Thu, 01 Oct 1998 09:10:58 +0100
9004          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
9005          Subject: [PATCH 5.005_52] ?p fix
9006          --
9007          Date: Thu, 01 Oct 1998 10:45:56 +0100
9008          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
9009          Subject: [PATCH 5.005_52] more on ?p
9010  Branch: perl
9011        ! pp_ctl.c
9012 ____________________________________________________________________________
9013 [  1902] By: gsar                                  on 1998/10/02  01:36:14
9014     Log: From: Kenneth Duda <kjd@cisco.com>
9015          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
9016          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
9017          Subject: writemain dies when there are more than 4000 characters of extensions
9018  Branch: perl
9019        ! writemain.SH
9020 ____________________________________________________________________________
9021 [  1901] By: gsar                                  on 1998/10/02  01:33:16
9022     Log: tweak run_byacc recipe
9023  Branch: perl
9024        ! Makefile.SH Porting/pumpkin.pod
9025 ____________________________________________________________________________
9026 [  1900] By: gsar                                  on 1998/10/02  01:02:09
9027     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
9028  Branch: perl
9029        ! perl.h pp_ctl.c
9030 ____________________________________________________________________________
9031 [  1899] By: gsar                                  on 1998/09/28  20:46:30
9032     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
9033          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
9034          Dvornik)
9035  Branch: perl
9036        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
9037 ____________________________________________________________________________
9038 [  1898] By: gsar                                  on 1998/09/28  20:42:52
9039     Log: flush unsubmitted 5.00552 change
9040  Branch: perl
9041        ! MANIFEST
9042 ____________________________________________________________________________
9043 [  1897] By: gsar                                  on 1998/09/27  04:43:06
9044     Log: run vms_yfix.pl
9045  Branch: perl
9046        ! vms/perly_c.vms
9047 ____________________________________________________________________________
9048 [  1896] By: gsar                                  on 1998/09/27  03:38:55
9049     Log: small tweak on last change
9050  Branch: perl
9051        ! win32/win32.c
9052 ____________________________________________________________________________
9053 [  1895] By: gsar                                  on 1998/09/27  03:17:17
9054     Log: fix win32_stat() to do the right thing for share names
9055  Branch: perl
9056        ! win32/win32.c
9057 ____________________________________________________________________________
9058 [  1891] By: larry                                 on 1998/09/25  18:50:40
9059     Log: Fixed apostrophe problem from Mark Knutsen.
9060  Branch: perl
9061        ! sv.h
9062
9063 ----------------
9064 Version 5.005_52
9065 ----------------
9066
9067 ____________________________________________________________________________
9068 [  1890] By: gsar                                  on 1998/09/25  10:25:00
9069     Log: update template config.sh, add new config vars to win32 stuff
9070  Branch: perl
9071        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
9072        ! pp_sys.c proto.h win32/config.bc win32/config.gc
9073        ! win32/config.vc win32/config_H.bc win32/config_H.gc
9074        ! win32/config_H.vc win32/win32.h
9075 ____________________________________________________________________________
9076 [  1889] By: gsar                                  on 1998/09/25  07:13:13
9077     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
9078          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
9079          of full-fledged 64-bit support (including support for: fseeko/ftello,
9080          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
9081          in Fcntl)
9082          From: Jarkko Hietaniemi <jhi@iki.fi>
9083          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
9084          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
9085          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
9086          --
9087          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9088          Date: 12 Sep 1998 09:44:25 +0300
9089          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
9090          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
9091  Branch: perl
9092        + lib/filetest.pm
9093        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
9094        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
9095        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
9096        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
9097        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
9098        ! win32/makedef.pl
9099 ____________________________________________________________________________
9100 [  1888] By: gsar                                  on 1998/09/25  06:27:12
9101     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
9102  Branch: perl
9103        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
9104        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9105        ! win32/makedef.pl win32/makefile.mk win32/win32.c
9106 ____________________________________________________________________________
9107 [  1887] By: gsar                                  on 1998/09/25  04:50:49
9108     Log: win32.c tweak
9109  Branch: perl
9110        ! win32/win32.c
9111 ____________________________________________________________________________
9112 [  1886] By: gsar                                  on 1998/09/25  04:47:32
9113     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
9114  Branch: perl
9115        ! lib/ExtUtils/MakeMaker.pm
9116 ____________________________________________________________________________
9117 [  1885] By: gsar                                  on 1998/09/25  04:05:09
9118     Log: From: Dominic Dunlop <domo@vo.lu>
9119          Date: Thu, 10 Sep 1998 11:02:46 +0000
9120          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
9121          Subject: MM_Unix::canonpath erroneously turns leading // into /
9122  Branch: perl
9123        ! lib/ExtUtils/MM_Unix.pm
9124 ____________________________________________________________________________
9125 [  1884] By: gsar                                  on 1998/09/25  03:06:10
9126     Log: temporarily disable perl malloc for a2p until we clean up
9127          conflicting malloc() declarations everywhere
9128  Branch: perl
9129        ! x2p/Makefile.SH
9130 ____________________________________________________________________________
9131 [  1883] By: gsar                                  on 1998/09/25  02:27:00
9132     Log: remove obsolete win32/bin/*.pl
9133  Branch: perl
9134        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
9135        ! Changes MANIFEST win32/Makefile win32/makefile.mk
9136 ____________________________________________________________________________
9137 [  1882] By: gsar                                  on 1998/09/25  02:04:43
9138     Log: missing file in last submit
9139  Branch: perl
9140        ! proto.h
9141 ____________________________________________________________________________
9142 [  1881] By: gsar                                  on 1998/09/25  01:56:54
9143     Log: serial access to PL_x[inpr]v_root for USE_THREADS
9144  Branch: perl
9145        ! sv.c
9146 ____________________________________________________________________________
9147 [  1880] By: gsar                                  on 1998/09/25  01:19:38
9148     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
9149          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
9150          Date: Thu, 24 Sep 1998 22:01:09 +0900
9151          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
9152          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
9153  Branch: perl
9154        ! hv.c proto.h
9155 ____________________________________________________________________________
9156 [  1879] By: gsar                                  on 1998/09/25  00:20:07
9157     Log: tweaks to enable PERL_OBJECT to build & test on win32
9158  Branch: perl
9159        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
9160        ! win32/GenCAPI.pl
9161 ____________________________________________________________________________
9162 [  1878] By: gsar                                  on 1998/09/25  00:13:36
9163     Log: fix change#1861, which breaks default boot_xxx symbol generation
9164  Branch: perl
9165        ! lib/ExtUtils/Mksymlists.pm
9166 ____________________________________________________________________________
9167 [  1877] By: gsar                                  on 1998/09/24  10:29:54
9168     Log: two tweaks for clean build and test on Solaris
9169  Branch: perl
9170        ! op.c t/op/subst.t
9171 ____________________________________________________________________________
9172 [  1876] By: gsar                                  on 1998/09/24  09:04:43
9173     Log: From: Colin Kuskie <ckuskie@cadence.com>
9174          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
9175          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
9176          Subject: [PATCH 5.005_51] perlform.pod
9177  Branch: perl
9178        ! pod/perlform.pod
9179 ____________________________________________________________________________
9180 [  1875] By: gsar                                  on 1998/09/24  08:47:47
9181     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9182          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
9183          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
9184          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
9185  Branch: perl
9186        ! regexec.c
9187 ____________________________________________________________________________
9188 [  1874] By: gsar                                  on 1998/09/24  08:44:55
9189     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9190          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
9191          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
9192          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
9193  Branch: perl
9194        ! toke.c
9195 ____________________________________________________________________________
9196 [  1873] By: gsar                                  on 1998/09/24  08:39:41
9197     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9198          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
9199          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
9200          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
9201  Branch: perl
9202        ! Changes regcomp.c
9203 ____________________________________________________________________________
9204 [  1872] By: gsar                                  on 1998/09/24  08:37:00
9205     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
9206          Date: Sun, 23 Aug 1998 23:18:38 PDT
9207          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
9208          Subject: new irix_6.sh hints file
9209  Branch: perl
9210        ! hints/irix_6.sh
9211 ____________________________________________________________________________
9212 [  1871] By: gsar                                  on 1998/09/24  07:26:37
9213     Log: correct FSF address in various places
9214  Branch: perl
9215        ! Copying README ext/B/README lib/Getopt/Long.pm
9216 ____________________________________________________________________________
9217 [  1870] By: gsar                                  on 1998/09/24  07:11:56
9218     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
9219          Date:    Fri, 14 Aug 1998 09:20:16 PDT
9220          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
9221          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
9222  Branch: perl
9223        ! configure.com
9224 ____________________________________________________________________________
9225 [  1869] By: gsar                                  on 1998/09/24  06:55:59
9226     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
9227          From:    Scott Henry <scotth@sgi.com>
9228          Date:    13 Aug 1998 09:52:15 PDT
9229          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
9230          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
9231  Branch: perl
9232        ! hints/irix_6.sh
9233 ____________________________________________________________________________
9234 [  1868] By: gsar                                  on 1998/09/24  06:51:23
9235     Log: From:    Nathan Torkington <gnat@frii.com>
9236          Date:    Thu, 13 Aug 1998 10:59:48 MDT
9237          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
9238          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
9239  Branch: perl
9240        ! pod/perlfunc.pod
9241 ____________________________________________________________________________
9242 [  1867] By: gsar                                  on 1998/09/24  06:45:13
9243     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
9244          that are autoloaded)
9245  Branch: perl
9246        ! pp_ctl.c
9247 ____________________________________________________________________________
9248 [  1866] By: gsar                                  on 1998/09/24  05:21:19
9249     Log: grandfather deprecated "$$<digit>" no more
9250  Branch: perl
9251        ! pod/perldiag.pod toke.c
9252 ____________________________________________________________________________
9253 [  1865] By: gsar                                  on 1998/09/24  04:52:48
9254     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
9255          low bits (suggested by Ilya Zakharevich)
9256  Branch: perl
9257        ! hv.h
9258 ____________________________________________________________________________
9259 [  1864] By: gsar                                  on 1998/09/24  04:29:14
9260     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
9261          perly_c.diff
9262  Branch: perl
9263        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
9264        ! perly_c.diff toke.c
9265 ____________________________________________________________________________
9266 [  1863] By: gsar                                  on 1998/09/24  03:36:30
9267     Log: provide locked access to string table for USE_THREADS
9268  Branch: perl
9269        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
9270 ____________________________________________________________________________
9271 [  1862] By: gsar                                  on 1998/09/24  03:30:32
9272     Log: remove bogus warn()
9273  Branch: perl
9274        ! embed.pl
9275 ____________________________________________________________________________
9276 [  1861] By: gsar                                  on 1998/09/24  02:58:51
9277     Log: applied suggested patch, adapted for all platforms
9278          From: jan.dubois@ibm.net (Jan Dubois)
9279          Date: Sun, 20 Sep 1998 12:56:38 +0200
9280          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
9281          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
9282  Branch: perl
9283        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9284        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9285        ! lib/ExtUtils/MakeMaker.pm
9286 ____________________________________________________________________________
9287 [  1860] By: gsar                                  on 1998/09/24  02:16:14
9288     Log: upgrade to CPAN-1.40
9289  Branch: perl
9290        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
9291 ____________________________________________________________________________
9292 [  1859] By: gsar                                  on 1998/09/24  02:08:59
9293     Log: use $ENV{MAKEMAKEROPT} to set default command line args
9294  Branch: perl
9295        ! lib/ExtUtils/MakeMaker.pm
9296 ____________________________________________________________________________
9297 [  1857] By: gsar                                  on 1998/09/23  10:58:36
9298     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9299          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
9300          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
9301          Subject: More verbose Test::Harness [PATCH]
9302  Branch: perl
9303        ! lib/Test/Harness.pm
9304 ____________________________________________________________________________
9305 [  1856] By: gsar                                  on 1998/09/23  10:56:24
9306     Log: update hints for OPENSTEP 4.2 on i386
9307          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
9308          Date: Sun, 20 Sep 1998 01:03:18 +0200
9309          Message-Id: <9809192303.AA29190@Spike>
9310          Subject: Perl 5.005_02 compilation problems
9311  Branch: perl
9312        ! hints/next_4.sh
9313 ____________________________________________________________________________
9314 [  1855] By: gsar                                  on 1998/09/23  10:52:27
9315     Log: reset errno after C<require> search (as suggested by Larry)
9316  Branch: perl
9317        ! pp_ctl.c
9318 ____________________________________________________________________________
9319 [  1854] By: gsar                                  on 1998/09/23  10:50:26
9320     Log: misc pod tweaks
9321  Branch: perl
9322        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
9323 ____________________________________________________________________________
9324 [  1853] By: gsar                                  on 1998/09/23  10:46:06
9325     Log: make Pod/Html.pm handle the --title option properly (as suggested
9326          by gml4410@ggr.co.uk)
9327  Branch: perl
9328        ! lib/Pod/Html.pm
9329 ____________________________________________________________________________
9330 [  1852] By: gsar                                  on 1998/09/23  10:41:39
9331     Log: SSNEW() API for allocating memory on the savestack
9332          From: Albert Dvornik <bert@genscan.com>
9333          Date: 17 Sep 1998 19:23:07 -0400
9334          Message-Id: <tqemtae338.fsf@puma.genscan.com>
9335          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
9336  Branch: perl
9337        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
9338        ! perl.h proto.h scope.c scope.h t/io/tell.t
9339 ____________________________________________________________________________
9340 [  1851] By: gsar                                  on 1998/09/23  10:37:05
9341     Log: From: Jochen Wiedmann <joe@ispsoft.de>
9342          Date: Thu, 17 Sep 1998 17:16:06 +0200
9343          Message-ID: <360127B6.E44564A@ispsoft.de>
9344          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
9345  Branch: perl
9346        ! lib/ExtUtils/MakeMaker.pm
9347 ____________________________________________________________________________
9348 [  1850] By: gsar                                  on 1998/09/23  10:33:05
9349     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
9350          Date: 15 Sep 1998 01:32:31 +0200
9351          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
9352          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
9353  Branch: perl
9354        ! lib/ExtUtils/MM_Unix.pm
9355 ____________________________________________________________________________
9356 [  1849] By: gsar                                  on 1998/09/23  10:29:04
9357     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
9358          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
9359          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
9360          Subject: Re: extralibs.ld problem in MM_VMS.pm
9361  Branch: perl
9362        ! lib/ExtUtils/MM_VMS.pm
9363 ____________________________________________________________________________
9364 [  1848] By: gsar                                  on 1998/09/23  10:25:24
9365     Log: From: Roderick Schertler <roderick@argon.org>
9366          Date: 11 Sep 1998 16:19:21 -0400
9367          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
9368          Subject: Re: Open2 and memory leaks
9369  Branch: perl
9370        ! lib/IPC/Open3.pm
9371 ____________________________________________________________________________
9372 [  1847] By: gsar                                  on 1998/09/23  10:18:31
9373     Log: From: Roderick Schertler <roderick@argon.org>
9374          Date: Wed, 09 Sep 1998 23:52:48 -0400
9375          Message-ID: <20567.905399568@eeyore.ibcinc.com>
9376          Subject: seed srand from /dev/urandom when possible
9377  Branch: perl
9378        ! pod/perlfunc.pod pp.c
9379 ____________________________________________________________________________
9380 [  1846] By: gsar                                  on 1998/09/23  10:12:22
9381     Log: From: Roderick Schertler <roderick@argon.org>
9382          Date: Thu, 10 Sep 1998 00:32:17 -0400
9383          Message-ID: <21142.905401937@eeyore.ibcinc.com>
9384          Subject: doc update for crypt()'s salt
9385  Branch: perl
9386        ! pod/perlfunc.pod
9387 ____________________________________________________________________________
9388 [  1845] By: gsar                                  on 1998/09/23  10:09:23
9389     Log: fix h2ph handling of C<#error "foo">
9390          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
9391          Date: Thu, 10 Sep 1998 09:59:33 +0900
9392          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
9393          Subject: [5.005_02] h2ph problem
9394  Branch: perl
9395        ! utils/h2ph.PL
9396 ____________________________________________________________________________
9397 [  1844] By: gsar                                  on 1998/09/23  10:06:13
9398     Log: plug strictly private function leaks in API listing
9399  Branch: perl
9400        ! pod/perlguts.pod
9401 ____________________________________________________________________________
9402 [  1843] By: gsar                                  on 1998/09/23  10:02:57
9403     Log: hide symbol for static build
9404          From: Dominic Dunlop <domo@vo.lu>
9405          Date: Tue, 8 Sep 1998 21:40:46 +0000
9406          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
9407          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
9408  Branch: perl
9409        ! regcomp.c
9410 ____________________________________________________________________________
9411 [  1842] By: gsar                                  on 1998/09/23  09:52:46
9412     Log: define PUT_svindex(), PUT_opindex()
9413  Branch: perl
9414        ! ext/B/B/Assembler.pm
9415 ____________________________________________________________________________
9416 [  1841] By: gsar                                  on 1998/09/23  09:44:25
9417     Log: From: Dominic Dunlop <domo@vo.lu>
9418          Date: Tue, 8 Sep 1998 15:34:53 +0000
9419          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
9420          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
9421  Branch: perl
9422        ! t/pragma/warn/regexec
9423 ____________________________________________________________________________
9424 [  1840] By: gsar                                  on 1998/09/23  09:42:17
9425     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
9426  Branch: perl
9427        ! win32/bin/pl2bat.pl
9428 ____________________________________________________________________________
9429 [  1839] By: gsar                                  on 1998/09/23  09:38:18
9430     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
9431          Date: Mon, 7 Sep 1998 17:36:09 +0900
9432          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
9433          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
9434  Branch: perl
9435        ! ext/Thread/Thread.xs
9436 ____________________________________________________________________________
9437 [  1838] By: gsar                                  on 1998/09/23  09:21:11
9438     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
9439          Date: Thu, 10 Sep 1998 00:02:07 -0400
9440          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
9441          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
9442  Branch: perl
9443        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
9444        + vos/config.h vos/config_h.SH_orig vos/perl.bind
9445        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
9446        ! MANIFEST perl.c perl.h pod/perlport.pod
9447 ____________________________________________________________________________
9448 [  1837] By: gsar                                  on 1998/09/23  08:45:58
9449     Log: (via private mail)
9450          From: Charles Bailey <BAILEY@newman.upenn.edu>
9451          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
9452          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
9453          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
9454  Branch: perl
9455        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
9456        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9457        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
9458        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
9459        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
9460        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
9461        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
9462        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
9463        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
9464        ! vms/writemain.pl
9465 ____________________________________________________________________________
9466 [  1836] By: gsar                                  on 1998/09/23  08:17:42
9467     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9468          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
9469          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
9470          Subject: [PATCH 5.005_*] OS/2 spawning typos
9471  Branch: perl
9472        ! os2/os2.c
9473 ____________________________________________________________________________
9474 [  1835] By: gsar                                  on 1998/09/23  08:09:55
9475     Log: warn on C<my($foo,$foo)>
9476  Branch: perl
9477        ! op.c pod/perldiag.pod
9478 ____________________________________________________________________________
9479 [  1834] By: gsar                                  on 1998/09/23  07:35:56
9480     Log: From: pvhp@forte.com (Peter Prymmer)
9481          Date: Fri, 4 Sep 98 13:27:41 PDT
9482          Message-Id: <9809042027.AA04463@forte.com>
9483          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
9484  Branch: perl
9485        ! README.vms
9486 ____________________________________________________________________________
9487 [  1833] By: gsar                                  on 1998/09/23  07:27:34
9488     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9489          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
9490          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
9491          Subject: PATCH: 5.005_02 hint/hpux.sh
9492  Branch: perl
9493        ! hints/hpux.sh
9494 ____________________________________________________________________________
9495 [  1832] By: gsar                                  on 1998/09/23  07:22:40
9496     Log: fix (some) installhtml bugs
9497          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
9498          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
9499          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
9500          Subject: installhtml script needs work
9501  Branch: perl
9502        ! installhtml
9503 ____________________________________________________________________________
9504 [  1831] By: gsar                                  on 1998/09/23  07:19:30
9505     Log: document 'U' magic with examples
9506          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
9507          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
9508          Message-Id: <199809011455.PAA00631@sale-wts>
9509          Subject: Re: Looking for some XS MAGIC examples...
9510  Branch: perl
9511        ! pod/perlguts.pod
9512 ____________________________________________________________________________
9513 [  1830] By: gsar                                  on 1998/09/23  07:16:43
9514     Log: From: pvhp@forte.com (Peter Prymmer)
9515          Date: Mon, 31 Aug 98 17:13:49 PDT
9516          Message-Id: <9809010013.AA06737@forte.com>
9517          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
9518  Branch: perl
9519        ! README.os390
9520 ____________________________________________________________________________
9521 [  1829] By: gsar                                  on 1998/09/23  07:15:08
9522     Log: fix problematic typecast in filter_del()
9523          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
9524          Date: Mon, 31 Aug 1998 21:13:11 GMT
9525          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
9526          Subject: perl5.005_02 does not build on Cray T90
9527  Branch: perl
9528        ! toke.c
9529 ____________________________________________________________________________
9530 [  1828] By: gsar                                  on 1998/09/23  07:11:34
9531     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9532          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
9533          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
9534          Subject: [PATCH 5.005_5*] (?>) broken in RE
9535  Branch: perl
9536        ! regexec.c t/op/re_tests
9537 ____________________________________________________________________________
9538 [  1827] By: gsar                                  on 1998/09/23  07:09:50
9539     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
9540  Branch: perl
9541        ! t/op/grent.t t/op/groups.t
9542 ____________________________________________________________________________
9543 [  1826] By: gsar                                  on 1998/09/23  07:03:16
9544     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9545          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
9546          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
9547          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
9548  Branch: perl
9549        - interp.sym
9550        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
9551 ____________________________________________________________________________
9552 [  1825] By: gsar                                  on 1998/09/23  06:56:40
9553     Log: re-introduce change#1703
9554  Branch: perl
9555        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
9556 ____________________________________________________________________________
9557 [  1824] By: gsar                                  on 1998/09/23  06:44:19
9558     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9559          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
9560          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
9561          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
9562  Branch: perl
9563        ! lib/perl5db.pl
9564 ____________________________________________________________________________
9565 [  1823] By: gsar                                  on 1998/09/23  06:41:34
9566         Log: From: Joe Buehler <jhpb@hekimian.com>
9567              Date: 29 Aug 1998 17:13:28 -0400
9568              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
9569              Subject: patches for perl 5.005_51 under U/WIN
9570      Branch: perl
9571            + hints/uwin.sh
9572            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
9573            ! t/lib/posix.t
9574 ____________________________________________________________________________
9575 [  1822] By: gsar                                  on 1998/09/23  06:36:59
9576         Log: add missing C<no utf8;> tweak from Larry
9577      Branch: perl
9578            ! t/op/subst.t
9579 ____________________________________________________________________________
9580 [  1821] By: gsar                                  on 1998/09/23  06:27:51
9581         Log: s/runops/CALLRUNOPS/
9582      Branch: perl
9583            ! cc_runtime.h
9584 ____________________________________________________________________________
9585 [  1820] By: gsar                                  on 1998/09/23  06:24:49
9586         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
9587      Branch: perl
9588           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
9589           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
9590           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9591           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9592           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9593           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9594           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9595           +> t/pragma/warn/util
9596            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
9597            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
9598            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
9599            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
9600            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
9601            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
9602            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
9603            - t/pragma/warn-util
9604            ! MANIFEST t/pragma/warning.t
9605 ____________________________________________________________________________
9606 [  1819] By: gsar                                  on 1998/09/23  06:08:46
9607         Log: make \(%foo) return refs to values (not copies of values)
9608              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9609              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
9610              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
9611              --
9612              From: Roderick Schertler <roderick@argon.org>
9613              Date: Sat, 29 Aug 1998 00:58:33 -0400
9614              Message-ID: <29894.904366713@eeyore.ibcinc.com>
9615              Subject: Re: \(%x) problems
9616      Branch: perl
9617            ! doop.c pod/perlref.pod
9618 ____________________________________________________________________________
9619 [  1818] By: gsar                                  on 1998/09/23  06:05:08
9620         Log: make h2xs generate ANSI prototypes
9621      Branch: perl
9622            ! utils/h2xs.PL
9623 ____________________________________________________________________________
9624 [  1817] By: gsar                                  on 1998/09/23  05:57:16
9625         Log: updated usethreads hints for hpux 10.X
9626              From: Matthew T Harden <mthard@mthard1.monsanto.com>
9627              Date: Fri, 28 Aug 1998 14:10:42 GMT
9628              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
9629              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
9630      Branch: perl
9631            ! hints/hpux.sh perl.h
9632 ____________________________________________________________________________
9633 [  1816] By: gsar                                  on 1998/09/23  05:53:31
9634         Log: don't create empty directories in installperl
9635              From: Robin Barker <rmb1@cise.npl.co.uk>
9636              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
9637              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
9638              Subject: [PATCH 5.005_02] install: empty dirs
9639      Branch: perl
9640            ! installperl
9641 ____________________________________________________________________________
9642 [  1815] By: gsar                                  on 1998/09/23  05:50:36
9643         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
9644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9645              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
9646              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
9647              Subject: Re: your mail
9648      Branch: perl
9649            ! regexec.c t/op/re_tests
9650 ____________________________________________________________________________
9651 [  1814] By: gsar                                  on 1998/09/23  05:45:17
9652         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9653              Date: Thu, 20 Aug 1998 20:59:03 -0400
9654              Message-ID: <19980820205903.A12908@O2.chapin.edu>
9655              Subject: [PATCH] h2ph misquotes #error directives
9656      Branch: perl
9657            ! t/lib/h2ph.pht utils/h2ph.PL
9658 ____________________________________________________________________________
9659 [  1813] By: gsar                                  on 1998/09/23  05:42:41
9660         Log: patch to support computed regular subexpressions
9661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9662              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
9663              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
9664              Subject: [5.005_5* PATCH] Postponed RE - now!
9665      Branch: perl
9666            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
9667            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
9668 ____________________________________________________________________________
9669 [  1812] By: gsar                                  on 1998/09/23  05:26:26
9670         Log: better CR-handling on shebang line and in formats (fixed variant of
9671              patch suggested by Igor Sysoev <igor@nitek.ru>)
9672      Branch: perl
9673            ! perl.c toke.c
9674 ____________________________________________________________________________
9675 [  1811] By: gsar                                  on 1998/09/23  04:35:46
9676         Log: document non-loopish blocks better
9677              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9678              Date: Tue, 18 Aug 1998 12:28:36 +0100
9679              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
9680              Subject: Re: next in do {} while block gives error message
9681      Branch: perl
9682            ! pod/perlfunc.pod
9683 ____________________________________________________________________________
9684 [  1810] By: gsar                                  on 1998/09/23  04:12:05
9685         Log: fix bogus integerization of pop()'s return value
9686              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9687              Date: Sat, 15 Aug 1998 23:27:54 -0400
9688              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
9689              Subject: Re: Complex expression does integer arithmetic 
9690      Branch: perl
9691            ! opcode.h opcode.pl
9692 ____________________________________________________________________________
9693 [  1809] By: gsar                                  on 1998/09/23  04:09:43
9694         Log: tweak README.win32
9695      Branch: perl
9696            ! README.win32
9697 ____________________________________________________________________________
9698 [  1808] By: gsar                                  on 1998/09/23  03:40:57
9699         Log: better diagnostic for do{} used as lvalue
9700      Branch: perl
9701            ! op.c pod/perlport.pod
9702 ____________________________________________________________________________
9703 [  1807] By: gsar                                  on 1998/09/23  03:38:30
9704         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
9705              From: hansm@icgroup.nl
9706              Date: Tue, 11 Aug 98 21:08:51 +0200
9707              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
9708              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
9709      Branch: perl
9710            ! malloc.c
9711 ____________________________________________________________________________
9712 [  1806] By: gsar                                  on 1998/09/23  03:36:08
9713         Log: support make written in perl (aka "pmake") on win32
9714      Branch: perl
9715            ! lib/ExtUtils/MM_Win32.pm
9716 ____________________________________________________________________________
9717 [  1805] By: gsar                                  on 1998/09/23  03:30:07
9718         Log: fix mismatched UV/U32 types for to_utf8_*()
9719      Branch: perl
9720            ! utf8.c
9721 ____________________________________________________________________________
9722 [  1804] By: gsar                                  on 1998/09/23  03:22:22
9723         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9724              Date: Sun, 9 Aug 1998 22:38:23 +0200
9725              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
9726              Subject: [PATCH 5.5002] dos-djgpp update
9727      Branch: perl
9728            ! t/io/fs.t
9729 ____________________________________________________________________________
9730 [  1803] By: gsar                                  on 1998/09/23  03:20:13
9731         Log: apply minimal variant of patch (sent via private mail)
9732              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
9733              Date: Wed, 12 Aug 1998 15:42:35 +0300
9734              Message-Id: <199808121242.PAA29761@comanche.spices>
9735              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
9736      Branch: perl
9737            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
9738            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
9739 ____________________________________________________________________________
9740 [  1802] By: gsar                                  on 1998/09/23  03:03:39
9741         Log: adjust searchdict.t for EBCDIC (still needs documenting)
9742              From: pvhp@forte.com (Peter Prymmer)
9743              Date: Thu, 6 Aug 98 18:09:39 PDT
9744              Message-Id: <9808070109.AA06158@forte.com>
9745              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
9746      Branch: perl
9747            ! README.os390 t/lib/searchdict.t
9748 ____________________________________________________________________________
9749 [  1801] By: gsar                                  on 1998/09/23  02:54:15
9750         Log: silence redefined warning for XS(INIT) {}
9751      Branch: perl
9752            ! op.c
9753 ____________________________________________________________________________
9754 [  1800] By: gsar                                  on 1998/09/23  02:42:23
9755         Log: support match indices via special variables @- and @+
9756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9757              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
9758              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
9759              Subject: [PATCH 5.004_76] @- and @+
9760      Branch: perl
9761            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
9762            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
9763 ____________________________________________________________________________
9764 [  1799] By: gsar                                  on 1998/09/23  01:44:31
9765         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9766              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
9767              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
9768              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
9769      Branch: perl
9770            ! regcomp.c t/op/re_tests
9771 ____________________________________________________________________________
9772 [  1798] By: gsar                                  on 1998/09/23  01:39:23
9773         Log: integrate maint-5.005 changes (except conflicting change#1794)
9774      Branch: perl
9775            ! Changes
9776           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
9777           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
9778           !> win32/win32.h
9779 ____________________________________________________________________________
9780 [  1797] By: gsar                                  on 1998/09/23  01:32:36
9781         Log: add note to win32/Makefile about setting CCHOME
9782      Branch: perl
9783            ! win32/Makefile win32/makefile.mk
9784 ____________________________________________________________________________
9785 [  1796] By: gsar                                  on 1998/09/23  01:31:32
9786         Log: perl.pod tweak
9787      Branch: perl
9788            ! pod/perl.pod
9789 ____________________________________________________________________________
9790 [  1795] By: gsar                                  on 1998/09/21  20:34:10
9791         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
9792      Branch: perl
9793            ! lib/ExtUtils/xsubpp
9794 ____________________________________________________________________________
9795 [  1789] By: gsar                                  on 1998/09/18  18:01:37
9796         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
9797      Branch: perl
9798            ! cop.h t/cmd/for.t
9799 ____________________________________________________________________________
9800 [  1788] By: gsar                                  on 1998/09/17  02:19:11
9801         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
9802      Branch: perl
9803            ! win32/config.bc win32/config.gc win32/config.vc
9804 ____________________________________________________________________________
9805 [  1787] By: gsar                                  on 1998/09/17  01:45:14
9806         Log: suppress bogus warning on C<sub x {} x()>
9807      Branch: perl
9808            ! toke.c
9809 ____________________________________________________________________________
9810 [  1786] By: gsar                                  on 1998/09/17  01:42:51
9811         Log: ntohl typo in objXSUB.h
9812      Branch: perl
9813            ! objXSUB.h
9814 ____________________________________________________________________________
9815 [  1785] By: gsar                                  on 1998/09/17  01:41:48
9816         Log: fill gaps in sig_* entries in win32/config.?c
9817      Branch: perl
9818            ! win32/config.bc win32/config.gc win32/config.vc
9819 ____________________________________________________________________________
9820 [  1781] By: larry                                 on 1998/09/05  23:48:24
9821         Log: tr/// logic was hosed under utf8
9822      Branch: perl
9823            ! doop.c op.c op.h pp.c proto.h
9824 ____________________________________________________________________________
9825 [  1780] By: larry                                 on 1998/09/05  23:44:16
9826         Log: several new tests needed tweaking to work under utf8
9827      Branch: perl
9828            ! t/comp/require.t t/op/pack.t t/op/substr.t
9829 ____________________________________________________________________________
9830 [  1779] By: larry                                 on 1998/09/05  23:41:42
9831         Log: index() applied BM optimization to wrong argument
9832      Branch: perl
9833            ! op.c util.c
9834 ____________________________________________________________________________
9835 [  1778] By: larry                                 on 1998/09/05  23:38:29
9836         Log: Implicit require during compile reset line numbering
9837      Branch: perl
9838            ! pp_ctl.c
9839
9840 ----------------
9841 Version 5.005_51
9842 ----------------
9843
9844 ____________________________________________________________________________
9845 [  1777] By: gsar                                  on 1998/08/10  07:02:38
9846         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
9847              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
9848              lexical warning testsuite for win32
9849      Branch: perl
9850            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
9851            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
9852            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
9853            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
9854            ! win32/Makefile win32/makefile.mk
9855 ____________________________________________________________________________
9856 [  1776] By: gsar                                  on 1998/08/09  17:53:48
9857         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
9858      Branch: perl
9859            ! Changes MANIFEST perl.c pod/perlhist.pod
9860 ____________________________________________________________________________
9861 [  1775] By: gsar                                  on 1998/08/09  14:35:33
9862         Log: tweak warning test
9863      Branch: perl
9864            ! t/pragma/warn-toke
9865 ____________________________________________________________________________
9866 [  1774] By: gsar                                  on 1998/08/09  14:13:46
9867         Log: add missing dTHR; notes for test failures due to small stacksize
9868      Branch: perl
9869            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
9870            ! toke.c universal.c util.c
9871 ____________________________________________________________________________
9872 [  1773] By: gsar                                  on 1998/08/09  11:31:53
9873         Log: lexical warnings; tweaks to places that didn't apply correctly
9874              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
9875              Date:    Wed, 29 Jul 1998 09:28:45 BST
9876              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
9877              Subject: lexical warnings patch for 5.005_50
9878      Branch: perl
9879            + README.lexwarn lib/warning.pm t/pragma/warn-2use
9880            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
9881            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
9882            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
9883            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
9884            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
9885            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
9886            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
9887            + warning.h warning.pl
9888            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
9889            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
9890            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
9891            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
9892            ! universal.c util.c
9893 ____________________________________________________________________________
9894 [  1772] By: gsar                                  on 1998/08/08  23:06:00
9895         Log: bump patchlevel to 5.005_51
9896      Branch: perl
9897            ! patchlevel.h win32/Makefile win32/config_H.bc
9898            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9899 ____________________________________________________________________________
9900 [  1771] By: gsar                                  on 1998/08/08  23:01:57
9901         Log: fix bogus warning on "\x{123}"
9902              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
9903              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
9904              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
9905              Subject: [5.005_50 PATCH] Some unicode problems
9906      Branch: perl
9907            ! regcomp.c toke.c
9908 ____________________________________________________________________________
9909 [  1770] By: gsar                                  on 1998/08/08  22:56:55
9910         Log: hide dup symbol for static build of ext/re
9911              From: Dominic Dunlop <domo@ppp72.vo.lu>
9912              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
9913              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
9914              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
9915      Branch: perl
9916            ! regcomp.c
9917 ____________________________________________________________________________
9918 [  1769] By: gsar                                  on 1998/08/08  22:45:06
9919         Log: fix double free on -Mutf8 -e '$b=uc("")'
9920              From: larry@wall.org (Larry Wall)
9921              Date: Fri, 7 Aug 1998 14:42:43 -0700
9922              Message-Id: <199808072142.OAA14920@wall.org>
9923              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
9924      Branch: perl
9925            ! pp.c
9926 ____________________________________________________________________________
9927 [  1768] By: gsar                                  on 1998/08/08  22:42:29
9928         Log: substr() assumes utf8 without say-so
9929              From: larry@wall.org (Larry Wall)
9930              Date: Fri, 7 Aug 1998 12:25:12 -0700
9931              Message-Id: <199808071925.MAA13436@wall.org>
9932              Subject: [PATCH 5.005_50] substr bug?
9933      Branch: perl
9934            ! pp.c
9935 ____________________________________________________________________________
9936 [  1767] By: gsar                                  on 1998/08/08  22:38:25
9937         Log: fix intolerance of SWASHes for blank lines
9938              From: Gisle Aas <aas@sn.no>
9939              Date: 06 Aug 1998 23:28:57 +0200
9940              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
9941              Subject: Re: Re[2]: another joyride begins
9942      Branch: perl
9943            ! lib/utf8_heavy.pl
9944 ____________________________________________________________________________
9945 [  1766] By: gsar                                  on 1998/08/08  22:33:10
9946         Log: utf8 doc tweak
9947              From: Gisle Aas <aas@sn.no>
9948              Date: 05 Aug 1998 00:41:04 +0200
9949              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
9950              Subject: Matching clumps
9951      Branch: perl
9952            ! lib/utf8.pm
9953 ____________________________________________________________________________
9954 [  1765] By: gsar                                  on 1998/08/08  22:31:37
9955         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
9956              From: Gisle Aas <aas@sn.no>
9957              Date: 04 Aug 1998 22:56:11 +0200
9958              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
9959              Subject: Re: another joyride begins
9960      Branch: perl
9961            ! lib/utf8_heavy.pl
9962 ____________________________________________________________________________
9963 [  1764] By: gsar                                  on 1998/08/08  22:28:43
9964         Log: From: larry@wall.org (Larry Wall)
9965              Date: Tue, 4 Aug 1998 17:04:51 -0700
9966              Message-Id: <199808050004.RAA22592@wall.org>
9967              Subject: [PATCH 5.005_50] \pX not implemented!
9968      Branch: perl
9969            ! regcomp.c
9970 ____________________________________________________________________________
9971 [  1763] By: gsar                                  on 1998/08/08  22:27:15
9972         Log: From: Stephen McCamant <alias@mcs.com>
9973              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
9974              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
9975              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
9976      Branch: perl
9977            ! op.c
9978 ____________________________________________________________________________
9979 [  1762] By: gsar                                  on 1998/08/08  22:26:09
9980         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9981              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
9982              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
9983              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
9984      Branch: perl
9985            + t/op/grent.t t/op/pwent.t
9986            ! MANIFEST
9987 ____________________________________________________________________________
9988 [  1761] By: gsar                                  on 1998/08/08  22:21:52
9989         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9990              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
9991              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
9992              Subject: [5.005_50 PATCH] misprint in RE engine
9993      Branch: perl
9994            ! regexec.c t/op/re_tests
9995 ____________________________________________________________________________
9996 [  1760] By: gsar                                  on 1998/08/08  22:18:54
9997         Log: integrate maint-5.005 changes into mainline
9998      Branch: perl
9999           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
10000           !> (integrate 138 files)
10001 ____________________________________________________________________________
10002 [  1672] By: gsar                                  on 1998/07/27  18:35:28
10003         Log: create new Changes
10004      Branch: perl
10005            + Changes
10006            ! Changes5.005 MANIFEST
10007 ____________________________________________________________________________
10008 [  1671] By: gsar                                  on 1998/07/27  18:30:57
10009         Log: rename Changes --> Changes5.005
10010      Branch: perl
10011           +> Changes5.005
10012            - Changes
10013 ____________________________________________________________________________
10014 [  1670] By: gsar                                  on 1998/07/27  18:10:14
10015         Log: integrate 5.005_01 changes from maint
10016      Branch: perl
10017            ! Changes
10018           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
10019           !> win32/win32.c
10020 ____________________________________________________________________________
10021 [  1667] By: nick                                  on 1998/07/26  14:31:01
10022         Log: Add dTHR so that it compiles miniperl in threaded mode
10023      Branch: perl
10024            ! doop.c mg.c regcomp.c regexec.c
10025 ____________________________________________________________________________
10026 [  1666] By: nick                                  on 1998/07/26  13:01:10
10027         Log: Resolve ansiperl against mainline (@1648?)
10028              Unclear that change number has "taken".
10029      Branch: ansiperl
10030           +> (branch 169 files)
10031            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
10032           !> (integrate 131 files)
10033
10034 ----------------
10035 Version 5.005_50
10036 ----------------
10037
10038 ____________________________________________________________________________
10039 [  1665] By: gsar                                  on 1998/07/26  05:38:48
10040         Log: add trailing newline to file
10041      Branch: perl
10042            ! Changes lib/unicode/blocks.txt
10043 ____________________________________________________________________________
10044 [  1664] By: gsar                                  on 1998/07/26  05:08:48
10045         Log: integrate proto.h additions from maint-5.005
10046      Branch: perl
10047           !> pod/perlhist.pod proto.h
10048 ____________________________________________________________________________
10049 [  1663] By: gsar                                  on 1998/07/26  05:07:05
10050         Log: add new files to MANIFEST; add missing prototypes to proto.h;
10051              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
10052              add typecasts to silence warnings; tweaks for win32 builds
10053      Branch: perl
10054            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
10055            ! win32/Makefile win32/makefile.mk
10056 ____________________________________________________________________________
10057 [  1662] By: gsar                                  on 1998/07/26  05:01:52
10058         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
10059      Branch: maint-5.005/perl
10060            ! pod/perlhist.pod proto.h
10061 ____________________________________________________________________________
10062 [  1661] By: gsar                                  on 1998/07/26  02:52:48
10063         Log: up patchlevel to 5.005_50
10064      Branch: perl
10065            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
10066            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10067 ____________________________________________________________________________
10068 [  1660] By: gsar                                  on 1998/07/26  02:43:57
10069         Log: integrate utfperl
10070      Branch: perl
10071           +> (branch 162 files)
10072           !> (integrate 29 files)
10073 ____________________________________________________________________________
10074 [  1659] By: gsar                                  on 1998/07/26  02:38:22
10075         Log: integrate maint-5.005 changes
10076      Branch: perl
10077           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
10078           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
10079           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
10080           !> vms/descrip_mms.template vms/subconfigure.com
10081 ____________________________________________________________________________
10082 [  1658] By: gsar                                  on 1998/07/26  02:23:46
10083         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
10084              Date: Fri, 24 Jul 1998 11:38:25 -0700
10085              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
10086              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
10087              --
10088              Date: Fri, 24 Jul 1998 12:30:36 -0700
10089              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
10090              Subject: [PATCH 5.005]Tweaks to README.vms
10091              --
10092              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
10093              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
10094              Subject: [PATCH 5.005] Final build cleanup patch
10095      Branch: maint-5.005/perl
10096            ! README.vms vms/descrip_mms.template vms/subconfigure.com
10097 ____________________________________________________________________________
10098 [  1657] By: gsar                                  on 1998/07/26  02:19:50
10099         Log: another platform where pp_sselect() needs a whole fd_set buffer
10100              From: Lupe Christoph <lupe@alanya.m.isar.de>
10101              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
10102              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
10103              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
10104      Branch: maint-5.005/perl
10105            ! pp_sys.c
10106 ____________________________________________________________________________
10107 [  1656] By: gsar                                  on 1998/07/26  02:12:46
10108         Log: fix problem building modules on dos-djgpp
10109              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
10110              Date: Sat, 25 Jul 1998 00:53:39 +0200
10111              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
10112              Subject: [PATCH 5.005] dos-djgpp and modules problem
10113      Branch: maint-5.005/perl
10114            ! djgpp/fixpmain
10115 ____________________________________________________________________________
10116 [  1655] By: gsar                                  on 1998/07/26  02:11:09
10117         Log: From: Tom Spindler <dogcow@home.merit.edu>
10118              Date: Wed, 22 Jul 1998 16:11:07 -0400
10119              Message-ID: <19980722161107.A16813@home.merit.edu>
10120              Subject: [PATCH 5.005] BeOS tweak
10121      Branch: maint-5.005/perl
10122            ! hints/beos.sh
10123 ____________________________________________________________________________
10124 [  1654] By: gsar                                  on 1998/07/26  02:09:29
10125         Log: various pod tweaks
10126      Branch: maint-5.005/perl
10127            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
10128            ! pod/perltoc.pod
10129 ____________________________________________________________________________
10130 [  1653] By: gsar                                  on 1998/07/26  02:05:46
10131         Log: fix emacs/ptags for PL_* changes
10132              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10133              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
10134              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
10135              Subject: [PATCH 5.004_76] Yet better ptags
10136      Branch: maint-5.005/perl
10137            ! emacs/ptags
10138 ____________________________________________________________________________
10139 [  1652] By: gsar                                  on 1998/07/26  02:03:01
10140         Log: fix behavior of <=> on bigints
10141              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10142              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
10143              Date: Fri, 24 Jul 1998 18:29:53 +0100
10144              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
10145      Branch: maint-5.005/perl
10146            ! lib/Math/BigInt.pm t/lib/bigintpm.t
10147 ____________________________________________________________________________
10148 [  1651] By: larry                                 on 1998/07/24  05:44:33
10149         Log: Here are the long-expected Unicode/UTF-8 modifications.
10150      Branch: utfperl
10151            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
10152            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
10153            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
10154            + lib/unicode/Decomposition.pl
10155            + lib/unicode/In/AlphabeticPresentationForms.pl
10156            + lib/unicode/In/Arabic.pl
10157            + lib/unicode/In/ArabicPresentationForms-A.pl
10158            + lib/unicode/In/ArabicPresentationForms-B.pl
10159            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
10160            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
10161            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
10162            + lib/unicode/In/BoxDrawing.pl
10163            + lib/unicode/In/CJKCompatibility.pl
10164            + lib/unicode/In/CJKCompatibilityForms.pl
10165            + lib/unicode/In/CJKCompatibilityIdeographs.pl
10166            + lib/unicode/In/CJKSymbolsandPunctuation.pl
10167            + lib/unicode/In/CJKUnifiedIdeographs.pl
10168            + lib/unicode/In/CombiningDiacriticalMarks.pl
10169            + lib/unicode/In/CombiningHalfMarks.pl
10170            + lib/unicode/In/CombiningMarksforSymbols.pl
10171            + lib/unicode/In/ControlPictures.pl
10172            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
10173            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
10174            + lib/unicode/In/EnclosedAlphanumerics.pl
10175            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
10176            + lib/unicode/In/GeneralPunctuation.pl
10177            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
10178            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
10179            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
10180            + lib/unicode/In/HalfwidthandFullwidthForms.pl
10181            + lib/unicode/In/HangulCompatibilityJamo.pl
10182            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
10183            + lib/unicode/In/Hebrew.pl
10184            + lib/unicode/In/HighPrivateUseSurrogates.pl
10185            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
10186            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
10187            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
10188            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
10189            + lib/unicode/In/LatinExtended-A.pl
10190            + lib/unicode/In/LatinExtended-B.pl
10191            + lib/unicode/In/LatinExtendedAdditional.pl
10192            + lib/unicode/In/LetterlikeSymbols.pl
10193            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
10194            + lib/unicode/In/MathematicalOperators.pl
10195            + lib/unicode/In/MiscellaneousSymbols.pl
10196            + lib/unicode/In/MiscellaneousTechnical.pl
10197            + lib/unicode/In/NumberForms.pl
10198            + lib/unicode/In/OpticalCharacterRecognition.pl
10199            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
10200            + lib/unicode/In/SmallFormVariants.pl
10201            + lib/unicode/In/SpacingModifierLetters.pl
10202            + lib/unicode/In/Specials.pl
10203            + lib/unicode/In/SuperscriptsandSubscripts.pl
10204            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
10205            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
10206            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10207            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
10208            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
10209            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
10210            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
10211            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
10212            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
10213            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
10214            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
10215            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
10216            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
10217            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
10218            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
10219            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
10220            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
10221            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
10222            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
10223            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
10224            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
10225            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
10226            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
10227            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
10228            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
10229            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
10230            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
10231            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
10232            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
10233            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
10234            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
10235            + lib/unicode/JamoShort.pl lib/unicode/Makefile
10236            + lib/unicode/Name.pl lib/unicode/Number.pl
10237            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
10238            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
10239            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
10240            + lib/unicode/blocks.txt lib/unicode/index2.txt
10241            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
10242            + lib/unicode/names2.txt lib/unicode/props2.txt
10243            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
10244            + utf8.c utf8.h
10245            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
10246            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
10247            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10248            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
10249            ! t/op/vec.t toke.c util.c vms/vmsish.h
10250 ____________________________________________________________________________
10251 [  1650] By: gsar                                  on 1998/07/24  04:06:48
10252         Log: create utfperl branch
10253      Branch: utfperl
10254           +> (branch 1079 files)
10255 ____________________________________________________________________________
10256 [  1649] By: gsar                                  on 1998/07/24  03:56:56
10257         Log: create maint-5.005 branch
10258      Branch: maint-5.005/perl
10259           +> (branch 1079 files)
10260 ____________________________________________________________________________
10261 [  1648] By: gsar                                  on 1998/07/24  03:36:35
10262         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
10263      Branch: perl
10264            ! Changes
10265