update Changes and perlhist.pod
[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 March 1997):
18
19     Gisle Aas           <gisle@aas.no>
20     Kenneth Albanowski  <kjahds@kjahds.com>
21     Graham Barr         <gbarr@ti.com>
22     Spider Boardman     <spider@orb.nashua.nh.us>
23     Tom Christiansen    <tchrist@perl.com>
24     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
25     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
26     Gurusamy Sarathy    <gsar@engin.umich.edu>
27     Jarkko Hietaniemi   <jhi@iki.fi>
28     Nick Ing-Simmons    <nik@tiuk.ti.com>
29     Andreas Koenig      <a.koenig@mind.de>
30     Doug MacEachern     <dougm@opengroup.org>
31     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
32     Hans Mulder         <hansm@euronet.nl>
33     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
34     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
35     Tom Phoenix         <rootbeer@teleport.com>
36     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
37     Dean Roehrich       <roehrich@cray.com>
38     Roderick Schertler  <roderick@argon.org>
39     Larry W. Virden     <lvirden@cas.org>
40     Ilya Zakharevich    <ilya@math.ohio-state.edu>
41
42 And the Keepers of the Patch Pumpkin:
43
44     Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
45     Tim Bunce           <Tim.Bunce@ig.co.uk>
46     Andy Dougherty      <doughera@lafcol.lafayette.edu>
47     Chip Salzenberg     <chip@perl.com>
48     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
49
50 And, of course, the Author of Perl:
51
52     Larry Wall          <larry@wall.org>
53
54
55 NOTE: Each change entry shows the change number; who checked it into the
56 repository; when; description of the change; which branch the change
57 happened in; and the affected files.  The file lists have a short symbolic
58 indicator:
59
60             !       modified
61             +       added
62             -       deleted
63             +>      branched (from elsewhere)
64             !>      merged changes (from elsewhere)
65
66
67 ----------------
68 Version 5.004_69        Developer release working toward 5.005
69 ----------------
70
71 ____________________________________________________________________________
72 [  1262] By: gsar                                  on 1998/06/29  08:26:36
73         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
74              under several build configurations)
75      Branch: perl
76            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
77            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
78            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
79 ____________________________________________________________________________
80 [  1261] By: gsar                                  on 1998/06/29  06:51:10
81         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
82      Branch: perl
83            ! scope.h
84 ____________________________________________________________________________
85 [  1260] By: gsar                                  on 1998/06/29  06:46:12
86         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
87              Date:    Mon, 29 Jun 1998 08:10:46 +0200
88              From:    ts <decoux@moulon.inra.fr>
89              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
90      Branch: perl
91            ! pod/perlembed.pod
92 ____________________________________________________________________________
93 [  1259] By: gsar                                  on 1998/06/29  06:01:35
94         Log: added patch for overloading constants, made PERL_OBJECT-aware
95              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
96              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
97              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
98      Branch: perl
99            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
100            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
101            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
102            ! t/pragma/overload.t toke.c
103 ____________________________________________________________________________
104 [  1258] By: gsar                                  on 1998/06/29  05:32:25
105         Log: fix Socket.pm typo from change#1240
106      Branch: perl
107            ! ext/Socket/Socket.pm
108 ____________________________________________________________________________
109 [  1257] By: gsar                                  on 1998/06/29  05:09:24
110         Log: applied patch, tweak for threads awareness
111              From: Albert Dvornik <bert@genscan.com>
112              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
113              Date: 24 Jun 1998 19:33:09 -0400
114              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
115      Branch: perl
116            + t/op/goto_xs.t
117            ! MANIFEST pp_ctl.c
118 ____________________________________________________________________________
119 [  1256] By: gsar                                  on 1998/06/29  03:34:18
120         Log: applied patch, fixed one more leak, tweaked whitespace bugs
121              From: Guy Decoux <decoux@moulon.inra.fr>
122              (via)
123              Date: Fri, 26 Jun 1998 09:59:32 -0400
124              From: "Chunhui Teng" <cteng@nortel.ca>
125              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
126              Subject: Memory leak in Perl 5.004 and the fix
127      Branch: perl
128            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
129 ____________________________________________________________________________
130 [  1255] By: gsar                                  on 1998/06/29  02:50:37
131         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
132              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
133              Date: 28 Jun 1998 23:47:07 +0200
134              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
135      Branch: perl
136            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
137 ____________________________________________________________________________
138 [  1254] By: gsar                                  on 1998/06/28  21:35:02
139         Log: From: joshua.pritikin@db.com
140              Date: Fri, 26 Jun 1998 09:34:34 -0400
141              Message-Id: <H00000e500081d23@MHS>
142              Subject: [PATCH _68] PUSHSTACK renovation
143      Branch: perl
144            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
145 ____________________________________________________________________________
146 [  1253] By: gsar                                  on 1998/06/28  21:21:22
147         Log: From: Stephen McCamant <alias@mcs.com>
148              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
149              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
150              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
151      Branch: perl
152            ! perlvars.h sv.c
153 ____________________________________________________________________________
154 [  1252] By: gsar                                  on 1998/06/28  21:16:34
155         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
156              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
157              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
158              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
159      Branch: perl
160            ! regcomp.c
161 ____________________________________________________________________________
162 [  1251] By: gsar                                  on 1998/06/28  21:14:32
163         Log: add Math/Trig/Radial.pm, update MANIFEST
164              From: Jarkko Hietaniemi <jhi@iki.fi>
165              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
166              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
167              Subject: Math::Trig::Radial ?
168      Branch: perl
169            + lib/Math/Trig/Radial.pm
170            ! MANIFEST
171 ____________________________________________________________________________
172 [  1250] By: gsar                                  on 1998/06/28  21:09:48
173         Log: applied patch, tweaked doc, and regen regnodes.h
174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
175              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
176              Subject: [PATCH 5.004_68] \z in RE
177              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
178      Branch: perl
179            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
180            ! t/op/re_tests t/op/regexp.t toke.c
181 ____________________________________________________________________________
182 [  1249] By: gsar                                  on 1998/06/28  20:56:38
183         Log: From: mike@bill.iac.net
184              Message-ID: <19980627034913.A32220@bill.minivend.com>
185              Date: Sat, 27 Jun 1998 03:49:13 +0000
186              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
187      Branch: perl
188            ! lib/Text/ParseWords.pm t/lib/parsewords.t
189 ____________________________________________________________________________
190 [  1248] By: gsar                                  on 1998/06/28  20:54:43
191         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
192              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
193              Subject: [PATCH] Fix ptags
194              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
195      Branch: perl
196            ! emacs/ptags
197 ____________________________________________________________________________
198 [  1247] By: gsar                                  on 1998/06/28  20:42:54
199         Log: apply patch sent via private mail
200              From: Stephen McCamant <alias@mcs.com>
201              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
202              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
203              Subject: Re: Enhanced B::Deparse 
204      Branch: perl
205            ! ext/B/B/Deparse.pm
206 ____________________________________________________________________________
207 [  1246] By: gsar                                  on 1998/06/28  20:38:24
208         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
209              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
210              Subject: [PATCH 5.004_68] pat.t tests
211              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
212      Branch: perl
213            ! t/op/pat.t
214 ____________________________________________________________________________
215 [  1245] By: gsar                                  on 1998/06/28  20:36:08
216         Log: From: joshua.pritikin@db.com
217              Date: Fri, 26 Jun 1998 10:02:32 -0400
218              Message-Id: <H00000e500081d28@MHS>
219              Subject: [PATCH _68] improve recursive error messages!
220      Branch: perl
221            ! gv.c pod/perldiag.pod universal.c
222 ____________________________________________________________________________
223 [  1244] By: gsar                                  on 1998/06/28  20:09:02
224         Log: From: Dominic Dunlop <domo@vo.lu>
225              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
226              Date: Thu, 25 Jun 1998 17:46:55 +0000
227              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
228              to op/pat.t; add tests for a few  more regexp parse failures etc.
229      Branch: perl
230            ! t/op/pat.t t/op/re_tests t/op/regexp.t
231 ____________________________________________________________________________
232 [  1243] By: gsar                                  on 1998/06/28  20:06:30
233         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
234              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
235              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
236              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
237              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
238      Branch: perl
239            ! perl_exp.SH
240 ____________________________________________________________________________
241 [  1242] By: gsar                                  on 1998/06/28  20:01:28
242         Log: 
243              From: Gisle Aas <gisle@aas.no>
244              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
245              Date: 25 Jun 1998 10:32:43 +0200
246              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
247      Branch: perl
248            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
249 ____________________________________________________________________________
250 [  1241] By: gsar                                  on 1998/06/28  19:55:11
251         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
252              From: Stephen McCamant <alias@mcs.com>
253              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
254              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
255              Subject: [PATCH REPOST] refgen in opcode.pl
256      Branch: perl
257            ! opcode.h opcode.pl
258 ____________________________________________________________________________
259 [  1240] By: gsar                                  on 1998/06/28  19:46:29
260         Log: From: Chris Nandor <pudge@pobox.com>
261              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
262              Date: Wed, 24 Jun 1998 19:58:28 -0400
263              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
264      Branch: perl
265            ! ext/Socket/Socket.pm
266 ____________________________________________________________________________
267 [  1239] By: gsar                                  on 1998/06/28  19:44:19
268         Log: From: Gisle Aas <gisle@aas.no>
269              Subject: [PATCH] Optimize foreach (1..1000000)
270              Date: 24 Jun 1998 20:26:48 +0200
271              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
272      Branch: perl
273            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
274            ! pp_hot.c t/op/range.t
275 ____________________________________________________________________________
276 [  1238] By: gsar                                  on 1998/06/28  19:28:13
277         Log: avoid creation of %^R
278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
279              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
280              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
281              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
282      Branch: perl
283            ! perl.c t/op/splice.t
284 ____________________________________________________________________________
285 [  1237] By: gsar                                  on 1998/06/28  19:23:40
286         Log: From: Gisle Aas <gisle@aas.no>
287              Subject: [PATCH] Negative LENGTH argument to splice
288              Date: 24 Jun 1998 15:11:35 +0200
289              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
290      Branch: perl
291            + t/op/splice.t
292            ! MANIFEST pod/perlfunc.pod pp.c
293 ____________________________________________________________________________
294 [  1236] By: gsar                                  on 1998/06/28  19:18:29
295         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
296              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
297              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
298              Date: Wed, 24 Jun 1998 13:13:02 +0100
299      Branch: perl
300            ! pod/perldiag.pod pod/perlsec.pod
301 ____________________________________________________________________________
302 [  1235] By: gsar                                  on 1998/06/28  19:16:13
303         Log: Complex.pm update
304              From: Jarkko Hietaniemi <jhi@iki.fi>
305              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
306              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
307              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
308      Branch: perl
309            ! lib/Math/Complex.pm t/lib/complex.t
310 ____________________________________________________________________________
311 [  1234] By: gsar                                  on 1998/06/28  19:13:05
312         Log: disable perl malloc on UNICOS for now
313              From: Jarkko Hietaniemi <jhi@iki.fi>
314              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
315              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
316              Subject: [PATCH] 5.004_68: UNICOS hints
317      Branch: perl
318            ! hints/unicos.sh
319 ____________________________________________________________________________
320 [  1233] By: gsar                                  on 1998/06/28  19:10:53
321         Log: fixes unpack("q"...), and semctl() tests for UNICOS
322              From: Jarkko Hietaniemi <jhi@iki.fi>
323              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
324              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
325              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
326      Branch: perl
327            ! pp.c t/op/ipcsem.t t/op/pack.t
328 ____________________________________________________________________________
329 [  1232] By: gsar                                  on 1998/06/28  19:01:23
330         Log: tweak various places for iperlsys.h awareness
331      Branch: perl
332            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
333            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
334 ____________________________________________________________________________
335 [  1231] By: gsar                                  on 1998/06/28  18:37:07
336         Log: add a perlio.h stub for compat (some extensions seem to #include it)
337      Branch: perl
338            + perlio.h
339 ____________________________________________________________________________
340 [  1230] By: gsar                                  on 1998/06/28  18:35:23
341         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
342              Date: Wed, 24 Jun 1998 00:37:01 +0200
343              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
344              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
345      Branch: perl
346            ! pod/pod2text.PL
347 ____________________________________________________________________________
348 [  1229] By: gsar                                  on 1998/06/28  18:33:42
349         Log: hand apply mutiliated patch
350              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
351              Date: Tue, 23 Jun 1998 11:41:00 -0700
352              From: Dan Sugalski <sugalskd@osshe.edu>
353              Subject: [PATCH 5.004_68]Configure update for VMS
354      Branch: perl
355            ! configure.com vms/descrip_mms.template vms/subconfigure.com
356 ____________________________________________________________________________
357 [  1228] By: gsar                                  on 1998/06/28  17:17:35
358         Log: hand apply whitespace mutiliated patch
359              Date: Tue, 23 Jun 98 16:38:06 BST
360              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
361              From: Robin Barker <rmb1@cise.npl.co.uk>
362              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
363      Branch: perl
364            ! utils/perlbug.PL
365 ____________________________________________________________________________
366 [  1227] By: gsar                                  on 1998/06/28  17:14:34
367         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
368              From: Tom Phoenix <rootbeer@teleport.com>
369              Subject: [PATCH] documenting close without arguments
370              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
371      Branch: perl
372            ! pod/perlfunc.pod
373 ____________________________________________________________________________
374 [  1226] By: gsar                                  on 1998/06/28  17:12:56
375         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
376              From: Tom Phoenix <rootbeer@teleport.com>
377              Subject: Better diags for vars.pm
378              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
379      Branch: perl
380            ! lib/vars.pm
381 ____________________________________________________________________________
382 [  1225] By: gsar                                  on 1998/06/28  17:05:59
383         Log: hand apply whitespace mutiliated perldoc.PL patches
384              Date: Tue, 23 Jun 98 15:49:52 BST
385              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
386              From: Robin Barker <rmb1@cise.npl.co.uk>
387              Subject: PATCH [5.004_68] perldoc.PL
388              --
389              Date: Fri, 26 Jun 98 17:50:05 BST
390              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
391              From: Robin Barker <rmb1@cise.npl.co.uk>
392              Subject: [PATCH 5.004_68] perldoc.PL
393      Branch: perl
394            ! utils/perldoc.PL
395 ____________________________________________________________________________
396 [  1224] By: gsar                                  on 1998/06/28  16:50:59
397         Log: integrate ansiperl to get makedef.pl tweak
398      Branch: perl
399            ! Porting/pumpkin.pod win32/makedef.pl
400 ____________________________________________________________________________
401 [  1223] By: gsar                                  on 1998/06/28  16:33:32
402         Log: add CGI-2.42, its and testsuite
403      Branch: perl
404            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
405            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
406            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
407            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
408            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
409            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
410            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
411            ! lib/CGI/Switch.pm
412 ____________________________________________________________________________
413 [  1222] By: gsar                                  on 1998/06/28  15:28:29
414         Log: enable Errno build on win32, add Errno-1.08 files to repository
415      Branch: perl
416            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
417            + ext/Errno/Makefile.PL t/lib/errno.t
418            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
419            ! win32/config.vc win32/makefile.mk
420 ____________________________________________________________________________
421 [  1221] By: gsar                                  on 1998/06/28  14:34:06
422         Log: tweak win32 config templates for cpp
423      Branch: perl
424            ! win32/config.bc win32/config.gc win32/config.vc
425 ____________________________________________________________________________
426 [  1220] By: nick                                  on 1998/06/26  16:46:13
427         Log: Integrate mainline
428      Branch: ansiperl
429           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
430           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
431           !> util.c win32/win32.h
432 ____________________________________________________________________________
433 [  1219] By: gsar                                  on 1998/06/26  04:33:57
434         Log: make find_script() return saved string, reenable missing diagnostics
435      Branch: perl
436            ! perl.c util.c
437 ____________________________________________________________________________
438 [  1218] By: gsar                                  on 1998/06/25  23:24:53
439         Log: avoid warning with -P switch
440      Branch: perl
441            ! perl.c
442 ____________________________________________________________________________
443 [  1217] By: gsar                                  on 1998/06/25  22:06:58
444         Log: don't suppress display of Makefile recipes that invoke perl
445      Branch: perl
446            ! Makefile.SH
447 ____________________________________________________________________________
448 [  1216] By: gsar                                  on 1998/06/25  21:32:06
449         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
450              in RVs
451      Branch: perl
452            ! sv.c
453 ____________________________________________________________________________
454 [  1215] By: gsar                                  on 1998/06/25  18:56:59
455         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
456      Branch: perl
457            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
458 ____________________________________________________________________________
459 [  1214] By: gsar                                  on 1998/06/25  18:11:22
460         Log: add FILE_SHARE_DELETE ifndef in win32.h
461      Branch: perl
462            ! win32/win32.h
463 ____________________________________________________________________________
464 [  1213] By: nick                                  on 1998/06/24  17:18:59
465         Log: Correct perl malloc tweak to .def generation
466      Branch: ansiperl
467            ! win32/makedef.pl
468 ____________________________________________________________________________
469 [  1212] By: gsar                                  on 1998/06/24  12:40:13
470         Log: check in what change#1182 didn't, and Changes
471      Branch: perl
472            ! Changes pod/perlre.pod pod/perlvar.pod
473 ____________________________________________________________________________
474 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
475         Log: Update test count in t/lib/basename.t (see change 1210)
476      Branch: maint-5.004/perl
477            ! t/lib/basename.t
478 ____________________________________________________________________________
479 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
480         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
481              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
482              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
483              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
484              <199805261143.MAA04260@toad.ig.co.uk>,
485              <199805261235.IAA10371@aatma.engin.umich.edu>,
486              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
487              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
488              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
489      Branch: maint-5.004/perl
490            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
491            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
492            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
493 ____________________________________________________________________________
494 [  1209] By: nick                                  on 1998/06/23  21:33:34
495         Log: Perl_malloced_size() only available with perl's malloc
496      Branch: ansiperl
497            ! win32/makefile.mk
498 ____________________________________________________________________________
499 [  1208] By: nick                                  on 1998/06/23  18:15:23
500         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
501              so see what has changed...
502      Branch: ansiperl
503           +> Porting/genlog iperlsys.h lib/File/Spec.pm
504           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
505           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
506           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
507           +> t/lib/filespec.t win32/perlhost.h
508            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
509            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
510            - perlproc.h perlsock.h
511           !> (integrate 96 files)
512
513 ----------------
514 Version 5.004_68
515 ----------------
516
517 ____________________________________________________________________________
518 [  1207] By: gsar                                  on 1998/06/23  10:55:05
519         Log: final touches to 5.004_68
520      Branch: perl
521            ! perl.c
522 ____________________________________________________________________________
523 [  1206] By: gsar                                  on 1998/06/23  10:50:10
524         Log: more MULTIPLICITY tweaks
525      Branch: perl
526            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
527            ! win32/config.gc win32/config.vc win32/config_H.bc
528            ! win32/config_H.gc win32/config_H.vc
529 ____________________________________________________________________________
530 [  1205] By: gsar                                  on 1998/06/23  09:03:46
531         Log: partial MULTIPLICITY cleanup
532      Branch: perl
533            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
534            ! thrdvar.h
535 ____________________________________________________________________________
536 [  1204] By: gsar                                  on 1998/06/23  09:00:48
537         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
538      Branch: perl
539            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
540 ____________________________________________________________________________
541 [  1203] By: gsar                                  on 1998/06/23  07:08:02
542         Log: bump patchlevel to 68, Porting/makerel tweaks
543      Branch: perl
544            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
545            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
546 ____________________________________________________________________________
547 [  1202] By: gsar                                  on 1998/06/23  06:16:19
548         Log: remove atomic.h pending resolution of licensing issues,
549              EMULATE_ATOMIC_REFCOUNTS everywhere
550      Branch: perl
551            - atomic.h
552            ! MANIFEST perl.h sv.h
553 ____________________________________________________________________________
554 [  1201] By: gsar                                  on 1998/06/23  06:06:23
555         Log: applied patch, regen headers
556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
557              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
558              Subject: [PATCH 5.004_67] Malloc size feedback
559              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
560      Branch: perl
561            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
562            ! pp_sys.c proto.h sv.c toke.c
563 ____________________________________________________________________________
564 [  1200] By: gsar                                  on 1998/06/23  05:59:09
565         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
566              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
567              From: Stephen McCamant <alias@mcs.com>
568              Subject: [PATCH] Inheritance of B:: classes
569      Branch: perl
570            ! ext/B/B.pm
571 ____________________________________________________________________________
572 [  1199] By: gsar                                  on 1998/06/23  05:57:58
573         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
574              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
575              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
576              Subject: [PATCH] _67: somebody said POSIX::mknod?
577              From: Jarkko Hietaniemi <jhi@iki.fi>
578      Branch: perl
579            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
580            ! ext/POSIX/POSIX.xs perl.h
581 ____________________________________________________________________________
582 [  1198] By: gsar                                  on 1998/06/23  05:48:56
583         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
584              From: Daniel Grisinger <dgris@perrin.dimensional.com>
585              Subject: PATCH [5.004_67] perldoc.PL
586              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
587      Branch: perl
588            ! utils/perldoc.PL
589 ____________________________________________________________________________
590 [  1197] By: gsar                                  on 1998/06/23  05:47:24
591         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
592              Date: Mon, 22 Jun 1998 09:29:18 -0700
593              From: Dan Sugalski <sugalskd@ous.edu>
594              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
595      Branch: perl
596            ! lib/AutoSplit.pm
597 ____________________________________________________________________________
598 [  1196] By: gsar                                  on 1998/06/23  05:45:19
599         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
600              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
601              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
602              From: Jarkko Hietaniemi <jhi@iki.fi>
603      Branch: perl
604            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
605 ____________________________________________________________________________
606 [  1195] By: gsar                                  on 1998/06/23  05:43:32
607         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
608              Date: Mon, 22 Jun 1998 15:22:24 +0000
609              From: Dominic Dunlop <domo@vo.lu>
610              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
611              update machten.sh to vary REG_INFTY
612      Branch: perl
613            ! hints/machten.sh t/op/re_tests t/op/regexp.t
614 ____________________________________________________________________________
615 [  1194] By: gsar                                  on 1998/06/23  05:38:36
616         Log: filter out array subscripts when generating symbols for AIX
617              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
618              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
619              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
620              From: Jarkko Hietaniemi <jhi@iki.fi>
621      Branch: perl
622            ! perl_exp.SH
623 ____________________________________________________________________________
624 [  1193] By: gsar                                  on 1998/06/23  05:32:52
625         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
626              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
627              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
628              From: Lupe Christoph <lupe@alanya.m.isar.de>
629              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
630      Branch: perl
631            ! hints/solaris_2.sh
632 ____________________________________________________________________________
633 [  1192] By: gsar                                  on 1998/06/23  05:27:13
634         Log: add detailed changelogs and 'genlog'--the script which generates them
635      Branch: perl
636            + Porting/genlog
637            ! Changes INSTALL
638 ____________________________________________________________________________
639 [  1191] By: gsar                                  on 1998/06/22  15:56:27
640         Log: tweak win32 makefiles for PERL_OBJECT build
641      Branch: perl
642            ! win32/Makefile win32/makefile.mk
643 ____________________________________________________________________________
644 [  1190] By: gsar                                  on 1998/06/22  04:06:02
645         Log: backout change#1178 as it was dependent on an unapplied patch,
646              fix filespec.t to know its @INC
647      Branch: perl
648            ! sv.c t/lib/filespec.t
649 ____________________________________________________________________________
650 [  1189] By: gsar                                  on 1998/06/22  03:47:43
651         Log: eliminate use of tokenbuf in util.c
652      Branch: perl
653            ! util.c
654 ____________________________________________________________________________
655 [  1188] By: gsar                                  on 1998/06/22  01:53:59
656         Log: add patch that generates regnodes.h via regcomp.pl
657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
658              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
659              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
660              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
661      Branch: perl
662            + regcomp.pl regcomp.sym regnodes.h
663            ! MANIFEST Makefile.SH regcomp.h
664 ____________________________________________________________________________
665 [  1187] By: gsar                                  on 1998/06/22  01:42:21
666         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
667              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
668              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
669              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
670      Branch: perl
671            ! pp_ctl.c pp_hot.c
672 ____________________________________________________________________________
673 [  1186] By: gsar                                  on 1998/06/22  01:14:14
674         Log: merge relevant portions from maintbranch change#1155
675      Branch: perl
676            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
677            ! pod/perlrun.pod pp_hot.c
678 ____________________________________________________________________________
679 [  1185] By: gsar                                  on 1998/06/22  00:59:28
680         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
681              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
682              Subject: [PATCH 5.004_67] Zero-length matching bug
683              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
684      Branch: perl
685            ! regexec.c t/op/pat.t
686 ____________________________________________________________________________
687 [  1184] By: gsar                                  on 1998/06/22  00:57:27
688         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
690              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
691              Subject: Re: _67 not okay
692              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
693      Branch: perl
694            ! malloc.c
695 ____________________________________________________________________________
696 [  1183] By: gsar                                  on 1998/06/22  00:53:37
697         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
698              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
699              Subject: [PATCH 5.004_67] Test study/re/
700              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
701      Branch: perl
702            ! t/op/pat.t
703 ____________________________________________________________________________
704 [  1182] By: gsar                                  on 1998/06/21  21:25:07
705         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
706              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
707              Subject: [PATCH 5.004_67] $^R documented
708              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
709      Branch: perl
710            ! pod/perlre.pod pod/perlvar.pod
711 ____________________________________________________________________________
712 [  1181] By: gsar                                  on 1998/06/21  21:23:41
713         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
714              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
715              Subject: [PATCH 5.004_67] Re docs
716              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
717      Branch: perl
718            ! pod/perlop.pod pod/perlre.pod
719 ____________________________________________________________________________
720 [  1180] By: gsar                                  on 1998/06/21  21:22:16
721         Log: adapted contents of message into comments in malloc.c and INSTALL
722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
723              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
724              Subject: [5.004_67] malloc.c -Defines
725              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
726      Branch: perl
727            ! INSTALL malloc.c
728 ____________________________________________________________________________
729 [  1179] By: gsar                                  on 1998/06/21  07:26:35
730         Log: applied patch, with edits to the prose
731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
732              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
733              Subject: [PATCH 5.004_67] Error variables compared
734              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
735      Branch: perl
736            ! pod/perlvar.pod
737 ____________________________________________________________________________
738 [  1178] By: gsar                                  on 1998/06/21  07:07:16
739         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
740              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
741              Subject: [PATCH 5.004_67] print study /re/ broken
742              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
743      Branch: perl
744            ! sv.c
745 ____________________________________________________________________________
746 [  1177] By: gsar                                  on 1998/06/21  07:06:10
747         Log: applied patch, tweaked wording
748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
749              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
750              Subject: [PATCH 5.004_67] Documentation patch for malloc
751              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
752      Branch: perl
753            ! malloc.c pod/perldiag.pod
754 ____________________________________________________________________________
755 [  1176] By: gsar                                  on 1998/06/21  07:00:30
756         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
757              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
758              Subject: [PATCH 5.004_67] Cosmetic malloc patch
759              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
760      Branch: perl
761            ! malloc.c
762 ____________________________________________________________________________
763 [  1175] By: gsar                                  on 1998/06/21  06:58:37
764         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
765              Date: Fri, 19 Jun 1998 16:00:57 -0700
766              From: Dan Sugalski <sugalskd@osshe.edu>
767              Subject: [PATCH 5.004_67] fixup patches for VMS
768      Branch: perl
769            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
770            ! t/op/taint.t vms/test.com vms/vms.c
771 ____________________________________________________________________________
772 [  1174] By: gsar                                  on 1998/06/21  06:55:18
773         Log: applied VMS patch from Dan Sugalski
774              Date: Fri, 19 Jun 1998 15:36:34 -0700
775              From: SYSTEM@cedar.osshe.edu
776              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
777              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
778      Branch: perl
779            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
780            ! vms/descrip_mms.template vms/gen_shrfls.pl
781            ! vms/subconfigure.com
782 ____________________________________________________________________________
783 [  1173] By: gsar                                  on 1998/06/21  06:51:38
784         Log: applied patch, modified logic to avoid reentering lexer at compile-time
785              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
786              Date: Fri, 19 Jun 1998 11:31:04 -0500
787              From: Graham Barr <gbarr@ti.com>
788              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
789      Branch: perl
790            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
791            ! lib/English.pm
792 ____________________________________________________________________________
793 [  1172] By: gsar                                  on 1998/06/21  06:27:57
794         Log: applied patch, along with many changes:
795              - ipfoo.h headers have been coalesced along with perlfoo.h into
796              iperlsys.h
797              - win32/cp*.h have been combined in perlhost.h
798              - CPerlObj::PerlParse() takes an extra xsinit arg
799              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
800              From: "Douglas Lankshear" <dougl@ActiveState.com>
801              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
802              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
803              Date: Fri, 19 Jun 1998 10:59:50 -0700
804      Branch: perl
805            + iperlsys.h win32/perlhost.h
806            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
807            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
808            - perlsock.h
809            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
810            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
811            ! win32/runperl.c win32/win32.h
812 ____________________________________________________________________________
813 [  1171] By: gsar                                  on 1998/06/21  00:44:42
814         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
815              From: Daniel Grisinger <dgris@perrin.dimensional.com>
816              Subject: Re: PATCH _67 (Doc) perlop.pod 
817              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
818      Branch: perl
819            ! pod/perlop.pod
820 ____________________________________________________________________________
821 [  1170] By: gsar                                  on 1998/06/21  00:43:06
822         Log: a tweaked version of:
823              From: "Douglas Lankshear" <dougl@ActiveState.com>
824              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
825              Date: Wed, 17 Jun 1998 20:25:51 -0700
826              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
827      Branch: perl
828            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
829 ____________________________________________________________________________
830 [  1169] By: gsar                                  on 1998/06/21  00:10:18
831         Log: added patch, regen headers
832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
833              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
834              Subject: Re: Ilya's patches
835              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
836      Branch: perl
837            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
838 ____________________________________________________________________________
839 [  1168] By: gsar                                  on 1998/06/21  00:05:01
840         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
841              From: Tom Phoenix <rootbeer@teleport.com>
842              Subject: [PATCH] docs creating files via open
843              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
844      Branch: perl
845            ! pod/perlfunc.pod
846 ____________________________________________________________________________
847 [  1167] By: gsar                                  on 1998/06/21  00:03:34
848         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
849              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
850              Subject: [PATCH 5.004_67] Better version of malloc improver
851              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
852      Branch: perl
853            ! malloc.c
854 ____________________________________________________________________________
855 [  1166] By: gsar                                  on 1998/06/20  23:59:23
856         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
857      Branch: perl
858            ! pod/perlre.pod
859 ____________________________________________________________________________
860 [  1165] By: gsar                                  on 1998/06/20  23:47:09
861         Log: added patch, tweaked missed files, excised comment that doesn't really
862              belong in the sources
863              From: joshua.pritikin@db.com
864              Date: Mon, 15 Jun 1998 10:03:37 -0400
865              Message-Id: <H00000e500072c63@MHS>
866              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
867      Branch: perl
868            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
869            ! t/op/avhv.t
870 ____________________________________________________________________________
871 [  1164] By: gsar                                  on 1998/06/20  23:29:09
872         Log: add File-Spec-0.6 from CPAN
873      Branch: perl
874            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
875            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
876            + lib/File/Spec/Win32.pm t/lib/filespec.t
877            ! MANIFEST
878 ____________________________________________________________________________
879 [  1163] By: gsar                                  on 1998/06/20  23:15:41
880         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
881      Branch: perl
882            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
883 ____________________________________________________________________________
884 [  1162] By: gsar                                  on 1998/06/20  21:48:32
885         Log: manual integration of all outstanding ansi branch stuff into mainline
886      Branch: perl
887            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
888            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
889            ! win32/win32.h
890 ____________________________________________________________________________
891 [  1161] By: gsar                                  on 1998/06/20  21:12:01
892         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
893      Branch: perl
894            ! utils/perldoc.PL
895 ____________________________________________________________________________
896 [  1160] By: nick                                  on 1998/06/20  21:05:51
897         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
898      Branch: ansiperl
899            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
900            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
901 ____________________________________________________________________________
902 [  1159] By: gsar                                  on 1998/06/20  02:51:35
903         Log: cleanup installation of utilities on win32
904      Branch: perl
905            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
906            ! win32/pod.mak
907 ____________________________________________________________________________
908 [  1158] By: gsar                                  on 1998/06/20  02:50:35
909         Log: intuit @INC pathnames from exe location only if dll location
910              is unknown (ensures that multiple executables will coexist)
911      Branch: perl
912            ! win32/win32.c
913 ____________________________________________________________________________
914 [  1157] By: gsar                                  on 1998/06/20  02:48:34
915         Log: make perldoc ignore null files (it tried to open() them)
916      Branch: perl
917            ! utils/perldoc.PL
918 ____________________________________________________________________________
919 [  1156] By: gsar                                  on 1998/06/19  21:18:47
920         Log: fix perldoc to ignore unfound null filenames
921      Branch: perl
922            ! utils/perldoc.PL
923 ____________________________________________________________________________
924 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
925         Log: Assorted patches:
926              
927              ------  BUILD PROCESS  ------
928              
929              Title:  "Clarify varargs issues in INSTALL docs"
930              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
931              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
932              Files:  INSTALL
933              
934              ------  CORE LANGUAGE  ------
935              
936              Title:  "Further fixes for updated SysV IPC support"
937              From:  Jarkko Hietaniemi <jhi@iki.fi>
938              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
939              Files:  Configure perl.h doio.c
940              
941              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
942              From:  Andrew Bettison <andrewb@zip.com.au>
943              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
944              Files:  pp_hot.c
945              
946              Title:  "Invalidate method cache on C<local *subname>"
947              From:  Chip Salzenberg <chip@perl.org>
948              Msg-ID:  <19980604134731.D24343@perlsupport.com>
949              Files:  scope.c t/op/method.t
950              
951              Title:  "fix uninitialized cv variable in op.c"
952              From:  joshua.pritikin@db.com
953              Msg-ID:  <H00000e50005af05@MHS>
954              Files:  op.c
955              
956              Title:  "fix for undef as last arg to setsockopt"
957              From:  Graham Barr <gbarr@ti.com>
958              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
959              Files:  pp_sys.c
960              
961              Title:  "Fix -i when @ARGV is empty"
962              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
963              <gsar@engin.umich.edu>, Ilya Zakharevich
964              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
965              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
966              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
967              <199806071817.OAA28141@aatma.engin.umich.edu>,
968              <199806191549.QAA16376@toad.ig.co.uk>
969              Files:  pp_hot.c
970              
971              ------  DOCUMENTATION  ------
972              
973              Title:  "Discrepancy between perlop.pod and m// operator docs"
974              From:  Tom Phoenix <rootbeer@teleport.com>
975              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
976              Files:  pod/perlop.pod
977              
978              Title:  "Doc addition for perlfunc entry for system()"
979              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
980              <fletch@phydeaux.org>
981              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
982              <199806012057.QAA26830@monk.mps.ohio-state.edu>
983              Files:  pod/perlfunc.pod
984              
985              Title:  "Clarify effects of using quotes with m operator"
986              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
987              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
988              Files:  pod/perlop.pod
989              
990              Title:  "Document -i with STDIN"
991              From:  joshua.pritikin@db.com
992              Msg-ID:  <H00000e50006a84a@MHS>
993              Files:  pod/perlrun.pod
994              
995              ------  EXTENSIONS  ------
996              
997              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
998              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
999              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
1000              Files:  lib/ExtUtils/Liblist.pm
1001              
1002              ------  LIBRARY  ------
1003              
1004              Title:  "Typo fix for Math::BogFloat"
1005              From:  Mike Stok <mike@stok.co.uk>
1006              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
1007              Files:  lib/Math/BigFloat.pm
1008              
1009              ------  PORTABILITY - GENERAL  ------
1010              
1011              Title:  "Add docs about types of diff to Porting/patching.pod"
1012              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1013              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
1014              Files:  Porting/patching.pod
1015              
1016              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
1017              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
1018              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
1019              Files:  hints/powerux.sh
1020              
1021              Title:  "Assorted improvements to hints/solaris_2.sh"
1022              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1023              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
1024              Files:  hints/solaris_2.sh
1025      Branch: maint-5.004/perl
1026            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
1027            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
1028            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
1029            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
1030            ! t/op/method.t
1031 ____________________________________________________________________________
1032 [  1154] By: gsar                                  on 1998/06/19  17:22:23
1033         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
1034      Branch: perl
1035            ! ext/B/B/Asmdata.pm regcomp.c
1036 ____________________________________________________________________________
1037 [  1153] By: nick                                  on 1998/06/19  17:21:21
1038         Log: Use libxxx.a for -lxxx with GCC
1039      Branch: ansiperl
1040            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
1041            ! win32/makefile.mk
1042 ____________________________________________________________________________
1043 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
1044         Log: Title:  Tom's jumbo doc patch
1045              From:   Tom Christiansen <tchrist@chthon.perl.com>
1046              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
1047              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1048              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1049              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1050              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1051              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1052              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1053              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1054              pod/perlop.pod pod/perlre.pod pod/perlref.pod
1055              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
1056              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
1057              pod/perlvar.pod
1058      Branch: maint-5.004/perl
1059            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1060            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1061            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1062            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1063            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1064            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1065            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1066            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
1067            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
1068            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
1069 ____________________________________________________________________________
1070 [  1151] By: nick                                  on 1998/06/19  15:38:28
1071         Log: Resolve latest
1072      Branch: ansiperl
1073           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
1074           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
1075           !> sv.c t/TEST
1076 ____________________________________________________________________________
1077 [  1150] By: gsar                                  on 1998/06/18  20:43:07
1078         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
1079              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
1080              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1081              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
1082      Branch: perl
1083            ! hints/powerux.sh
1084 ____________________________________________________________________________
1085 [  1149] By: gsar                                  on 1998/06/18  20:41:30
1086         Log: hand apply whitespace-mutiliated patch
1087              From: joshua.pritikin@db.com
1088              Date: Mon, 15 Jun 1998 09:21:36 -0400
1089              Message-Id: <H00000e50007289b@MHS>
1090              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
1091      Branch: perl
1092            ! av.c
1093 ____________________________________________________________________________
1094 [  1148] By: gsar                                  on 1998/06/18  20:33:59
1095         Log: hand apply whitespace-mutiliated and reversed patch
1096              Date: Tue, 16 Jun 1998 16:31:40 -0400
1097              From: Les Peters <lpeters@aol.net>
1098              Message-Id: <199806162031.QAA08202@ds9>
1099              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
1100      Branch: perl
1101            ! ext/Socket/Socket.xs
1102 ____________________________________________________________________________
1103 [  1147] By: gsar                                  on 1998/06/18  20:26:59
1104         Log: close child pipe in t/TEST, other cosmetic tweaks
1105      Branch: perl
1106            ! t/TEST
1107 ____________________________________________________________________________
1108 [  1146] By: gsar                                  on 1998/06/18  19:37:41
1109         Log: back out problematic change#1105, tweak perlsub.pod
1110      Branch: perl
1111            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
1112            ! pp_ctl.c proto.h sv.c
1113 ____________________________________________________________________________
1114 [  1145] By: nick                                  on 1998/06/18  19:31:07
1115         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
1116      Branch: ansiperl
1117           +> configure.com ext/DB_File/dbinfo
1118           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
1119           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
1120           +> vms/subconfigure.com
1121            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
1122            - vms/fndvers.com
1123           !> (integrate 499 files)
1124 ____________________________________________________________________________
1125 [  1144] By: gsar                                  on 1998/06/18  16:35:11
1126         Log: fix spurious cxstack_max init that trampled memory
1127      Branch: perl
1128            ! perl.c
1129 ____________________________________________________________________________
1130 [  1143] By: gsar                                  on 1998/06/18  16:33:01
1131         Log: fix memory leaks and uninitialized memory accesses found by Purify
1132      Branch: perl
1133            ! doio.c perl.c regexec.c sv.c
1134 ____________________________________________________________________________
1135 [  1142] By: gsar                                  on 1998/06/18  16:28:48
1136         Log: fix off-by-one that trampled memory in re_croak2()
1137      Branch: perl
1138            ! regcomp.c
1139 ____________________________________________________________________________
1140 [  1141] By: gsar                                  on 1998/06/18  16:26:59
1141         Log: fix AutoLoader to do the right thing when there are relative paths
1142              in @INC
1143      Branch: perl
1144            ! lib/AutoLoader.pm
1145 ____________________________________________________________________________
1146 [  1140] By: gsar                                  on 1998/06/18  16:22:47
1147         Log: fix Makefile.SH typo
1148      Branch: perl
1149            ! Makefile.SH
1150 ____________________________________________________________________________
1151 [  1139] By: gsar                                  on 1998/06/17  18:06:16
1152         Log: 5.004_67 niggles
1153      Branch: perl
1154            ! Makefile.SH op.c
1155
1156 ----------------
1157 Version 5.004_67
1158 ----------------
1159
1160 ____________________________________________________________________________
1161 [  1138] By: gsar                                  on 1998/06/15  10:09:27
1162         Log: up patchlevel.h to 67, other small tweaks
1163      Branch: perl
1164            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
1165            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1166            ! win32/config_H.vc win32/makefile.mk
1167 ____________________________________________________________________________
1168 [  1137] By: gsar                                  on 1998/06/15  09:08:57
1169         Log: tweaks to get PERL_OBJECT building again; passes tests
1170      Branch: perl
1171            ! ObjXSub.h objpp.h proto.h
1172 ____________________________________________________________________________
1173 [  1136] By: gsar                                  on 1998/06/15  08:51:54
1174         Log: back out previous change (it breaks PERL_OBJECT)
1175      Branch: perl
1176            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
1177            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
1178            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
1179 ____________________________________________________________________________
1180 [  1135] By: gsar                                  on 1998/06/15  05:32:01
1181         Log: added patch, fixed typo, reworked documentation
1182              Message-Id: <H00000e500071aa3@MHS>
1183              Date:    Sun, 14 Jun 1998 14:03:15 EDT
1184              From:    joshua.pritikin@db.com
1185              Subject: [PATCH 5.004_66] JMPENV!
1186      Branch: perl
1187            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
1188            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
1189            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
1190 ____________________________________________________________________________
1191 [  1134] By: gsar                                  on 1998/06/15  04:07:18
1192         Log: various win32 odds and ends
1193              - added support for waitpid(), open2/open3, and a bugfix for kill()
1194              from Ronald Schmidt <RonaldWS@aol.com>
1195              - tweak testsuite mods of above
1196              - regenerate win32/config_H.?c
1197              - change kill() to win32_kill() and export it
1198              - coalesce common code in win32.c
1199              - add PerlProc_waitpid() and export win32_waitpid()
1200              result builds and passes on the three win32 compilers
1201      Branch: perl
1202            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
1203            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
1204            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1205            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
1206            ! win32/win32.c win32/win32iop.h
1207 ____________________________________________________________________________
1208 [  1133] By: gsar                                  on 1998/06/15  01:39:13
1209         Log: newer Getopt/Long.pm from public distribution cited in:
1210              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
1211              Date:    14 Jun 1998 15:15:28 +0200
1212              From:    Johan Vromans <jvromans@squirrel.nl>
1213              Subject: Getopt::Long version 2.17 released
1214      Branch: perl
1215            ! lib/Getopt/Long.pm
1216 ____________________________________________________________________________
1217 [  1132] By: gsar                                  on 1998/06/15  01:37:12
1218         Log: documentation update from tchrist
1219              Message-Id: <199806140419.WAA20549@chthon.perl.com>
1220              Date:    Sat, 13 Jun 1998 22:19:32 MDT
1221              From:    Tom Christiansen <tchrist@chthon.perl.com>
1222              Subject: doc patches
1223      Branch: perl
1224            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1225            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1226            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1227            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1228            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1229            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1230            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1231            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
1232            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
1233            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
1234 ____________________________________________________________________________
1235 [  1131] By: gsar                                  on 1998/06/14  19:33:36
1236         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
1237              From: Roderick Schertler <roderick@argon.org>
1238              Subject: [PATCH] Re: Exceptions in IPC::Open2
1239              Date: 12 Jun 1998 13:24:15 -0400
1240      Branch: perl
1241            ! lib/IPC/Open3.pm
1242 ____________________________________________________________________________
1243 [  1130] By: gsar                                  on 1998/06/14  19:32:25
1244         Log: fixup MANIFEST
1245      Branch: perl
1246            ! MANIFEST
1247 ____________________________________________________________________________
1248 [  1129] By: gsar                                  on 1998/06/14  18:51:53
1249         Log: various win32 fixes
1250              - fixes that silence VC noises about dup exports, non-default libs, and
1251              unsupported *.def file directives
1252              - s/inplace/inplace_label/ malloc.c
1253              - update Config{usemymalloc} based on d_mymalloc
1254              - export Perl_*Vars
1255              - fix makefiles to not build miniperl.exe twice, and to make it properly
1256              when defaults are changed
1257      Branch: perl
1258            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
1259            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
1260            ! win32/makefile.mk win32/perllib.c win32/win32.h
1261 ____________________________________________________________________________
1262 [  1128] By: gsar                                  on 1998/06/14  01:38:39
1263         Log: remove unused global `scrgv'
1264      Branch: perl
1265            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
1266 ____________________________________________________________________________
1267 [  1127] By: nick                                  on 1998/06/13  08:39:07
1268         Log: Move specialsv_list to embed.sym, regen embed*.h
1269      Branch: win32/perl
1270            ! embed.h embedvar.h global.sym interp.sym
1271 ____________________________________________________________________________
1272 [  1126] By: gsar                                  on 1998/06/12  07:23:06
1273         Log: From: jan.dubois@ibm.net (Jan Dubois)
1274              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
1275              Date: Thu, 11 Jun 1998 21:13:31 +0200
1276              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
1277      Branch: perl
1278            ! win32/makedef.pl win32/win32.c win32/win32iop.h
1279 ____________________________________________________________________________
1280 [  1125] By: gsar                                  on 1998/06/12  07:21:29
1281         Log: added patch, undo earlier workaround
1282              From: jan.dubois@ibm.net (Jan Dubois)
1283              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
1284              Date: Thu, 11 Jun 1998 20:28:36 +0200
1285              Message-ID: <35831f69.4975644@smtp1.ibm.net>
1286      Branch: perl
1287            ! perl.c util.c
1288 ____________________________________________________________________________
1289 [  1124] By: gsar                                  on 1998/06/12  07:16:12
1290         Log: hand-applied patch with wrapped lines
1291              From: "Douglas Lankshear" <dougl@ActiveState.com>
1292              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
1293              Date: Thu, 11 Jun 1998 11:06:33 -0700
1294              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
1295      Branch: perl
1296            ! win32/win32.c
1297 ____________________________________________________________________________
1298 [  1123] By: gsar                                  on 1998/06/12  07:07:25
1299         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
1300              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1301              Subject: [PATCH 5.004_66] Config_66-01-02.diff
1302              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
1303      Branch: perl
1304            ! Configure
1305 ____________________________________________________________________________
1306 [  1122] By: gsar                                  on 1998/06/12  07:06:02
1307         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
1308              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
1309              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1310              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
1311      Branch: perl
1312            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
1313            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
1314            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
1315            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
1316 ____________________________________________________________________________
1317 [  1121] By: gsar                                  on 1998/06/12  07:01:20
1318         Log: a tweaked version of:
1319              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
1320              Date: Fri, 12 Jun 1998 01:26:53 +0200
1321              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1322              Subject: Re: Misparsing s///x
1323      Branch: perl
1324            ! pod/perlre.pod
1325 ____________________________________________________________________________
1326 [  1120] By: gsar                                  on 1998/06/12  06:51:08
1327         Log: applied patch, with indentation tweaks
1328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1329              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
1330              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
1331              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
1332      Branch: perl
1333            ! regcomp.c regcomp.h regexec.c
1334 ____________________________________________________________________________
1335 [  1119] By: gsar                                  on 1998/06/11  17:42:07
1336         Log: make REG_INFTY default to something saner when sizeof(short) > 2
1337              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
1338              Date:    Thu, 11 Jun 1998 11:50:07 EDT
1339              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
1340              Subject: Re: [PATCH for tests] Regexp fails on long string 
1341      Branch: perl
1342            ! regcomp.h
1343 ____________________________________________________________________________
1344 [  1118] By: gsar                                  on 1998/06/11  07:09:06
1345         Log: regen embedvar.h
1346      Branch: perl
1347            ! embedvar.h
1348 ____________________________________________________________________________
1349 [  1117] By: gsar                                  on 1998/06/11  06:45:52
1350         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1351              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
1352              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
1353              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
1354      Branch: perl
1355            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
1356            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
1357 ____________________________________________________________________________
1358 [  1116] By: gsar                                  on 1998/06/11  06:35:54
1359         Log: misc win32 fixes
1360              From: "Douglas Lankshear" <dougl@ActiveState.com>
1361              Subject: [PATCH 5.004_66]
1362              Date: Wed, 10 Jun 1998 11:28:27 -0700
1363              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
1364      Branch: perl
1365            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
1366 ____________________________________________________________________________
1367 [  1115] By: gsar                                  on 1998/06/11  06:33:21
1368         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
1369              Date: Wed, 10 Jun 1998 00:53:25 +0200
1370              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1371              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
1372      Branch: perl
1373            ! Makefile.SH
1374 ____________________________________________________________________________
1375 [  1114] By: gsar                                  on 1998/06/11  06:31:34
1376         Log: back out change#1111 and add alternative patch:
1377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1378              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
1379              Subject: Re: PATCH for study/foo/
1380              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
1381      Branch: perl
1382            ! pp.c sv.c
1383 ____________________________________________________________________________
1384 [  1113] By: gsar                                  on 1998/06/11  02:59:23
1385         Log: fix outdated bytecode.pl
1386      Branch: perl
1387            ! bytecode.h bytecode.pl byterun.c byterun.h
1388 ____________________________________________________________________________
1389 [  1112] By: gsar                                  on 1998/06/10  07:56:06
1390         Log: Added patch, regenerated perly.c and perly.c.diff
1391              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
1392              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
1393              From: Stephen McCamant <alias@mcs.com>
1394              Subject: [PATCH] too many RV2GVs in *foo{THING}
1395      Branch: perl
1396            ! perly.c perly.c.diff perly.y t/op/gv.t
1397 ____________________________________________________________________________
1398 [  1111] By: gsar                                  on 1998/06/10  07:40:30
1399         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1400              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
1401              Subject: Re: PATCH for study/foo/
1402              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
1403      Branch: perl
1404            ! pp.c
1405 ____________________________________________________________________________
1406 [  1110] By: gsar                                  on 1998/06/10  07:37:04
1407         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1408              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
1409              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
1410              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
1411      Branch: perl
1412            ! pod/perldebug.pod
1413 ____________________________________________________________________________
1414 [  1109] By: gsar                                  on 1998/06/10  07:35:29
1415         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1416              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
1417              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
1418              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
1419      Branch: perl
1420            ! regcomp.h
1421 ____________________________________________________________________________
1422 [  1108] By: gsar                                  on 1998/06/10  07:31:25
1423         Log: Added patch, tweaked other places affected by name change
1424              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
1425              Date: Wed, 10 Jun 1998 00:54:17 +0200
1426              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1427              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
1428      Branch: perl
1429           +> ext/DynaLoader/DynaLoader_pm.PL
1430            - ext/DynaLoader/DynaLoader.pm.PL
1431            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
1432            ! win32/makefile.mk
1433 ____________________________________________________________________________
1434 [  1107] By: gsar                                  on 1998/06/10  07:24:20
1435         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
1436              Date: Wed, 10 Jun 1998 00:53:42 +0200
1437              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1438              Subject: [PATCH for _66] new version of README.dos
1439      Branch: perl
1440            ! README.dos
1441 ____________________________________________________________________________
1442 [  1106] By: gsar                                  on 1998/06/10  07:22:31
1443         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
1444              Date: Wed, 10 Jun 1998 00:54:04 +0200
1445              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1446              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
1447      Branch: perl
1448            ! t/op/taint.t
1449 ____________________________________________________________________________
1450 [  1105] By: gsar                                  on 1998/06/10  07:21:21
1451         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
1452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1453              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
1454              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
1455              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
1456      Branch: perl
1457            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
1458            ! perlvars.h pp_ctl.c proto.h sv.c
1459 ____________________________________________________________________________
1460 [  1104] By: gsar                                  on 1998/06/10  07:06:01
1461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1462              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
1463              Subject: Lost chunk of RE jumbo patch
1464              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
1465      Branch: perl
1466            + t/op/regexp_noamp.t
1467 ____________________________________________________________________________
1468 [  1103] By: gsar                                  on 1998/06/10  07:04:20
1469         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1470              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
1471              Subject: [PATCH 5.004_66] Combined OS/2 support
1472              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
1473      Branch: perl
1474            ! os2/Changes os2/diff.configure os2/os2.c
1475 ____________________________________________________________________________
1476 [  1102] By: gsar                                  on 1998/06/10  07:00:08
1477         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
1478              Date:    Fri, 13 Mar 1998 20:03:52 EST
1479              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1480              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
1481      Branch: perl
1482            ! lib/Pod/Html.pm
1483 ____________________________________________________________________________
1484 [  1101] By: gsar                                  on 1998/06/10  06:55:20
1485         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1486              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
1487              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
1488      Branch: perl
1489            ! regexec.c
1490 ____________________________________________________________________________
1491 [  1100] By: gsar                                  on 1998/06/10  06:52:50
1492         Log: updated MANIFEST for previous change
1493      Branch: perl
1494            ! MANIFEST
1495 ____________________________________________________________________________
1496 [  1099] By: gsar                                  on 1998/06/10  06:51:08
1497         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
1498              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
1499              Date: Fri, 05 Jun 1998 11:08:40 -0700
1500              From: Dan Sugalski <sugalskd@osshe.edu>
1501              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
1502      Branch: perl
1503            + t/base/rs.t
1504            ! perl.h pod/perlvar.pod sv.c
1505 ____________________________________________________________________________
1506 [  1098] By: gsar                                  on 1998/06/10  06:36:59
1507         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
1508              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
1509              Subject: [PATCH fror 5.004_66] DB_File-1.60
1510              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
1511      Branch: perl
1512            + ext/DB_File/dbinfo
1513            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
1514            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
1515            ! t/lib/db-hash.t t/lib/db-recno.t
1516 ____________________________________________________________________________
1517 [  1097] By: gsar                                  on 1998/06/10  06:33:16
1518         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
1519              Date: Thu, 4 Jun 1998 13:47:31 -0400
1520              From: Chip Salzenberg <chip@perl.org>
1521              Subject: [PATCH] Invalidate method cache on C<local *subname>
1522      Branch: perl
1523            ! scope.c t/op/method.t
1524 ____________________________________________________________________________
1525 [  1096] By: gsar                                  on 1998/06/10  06:30:51
1526         Log: From: Norton Allen <allen@huarp.harvard.edu>
1527              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
1528              Subject: [PATCH] _66 MM_Unix.pm for QNX
1529              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
1530      Branch: perl
1531            ! lib/ExtUtils/MM_Unix.pm
1532 ____________________________________________________________________________
1533 [  1095] By: gsar                                  on 1998/06/10  06:29:21
1534         Log: From: Norton Allen <allen@huarp.harvard.edu>
1535              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
1536              Subject: [PATCH] _66 proto.h
1537              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
1538      Branch: perl
1539            ! proto.h
1540 ____________________________________________________________________________
1541 [  1094] By: gsar                                  on 1998/06/10  06:26:39
1542         Log: Applied relevant parts of:
1543              From: Paul Johnson <pjcj@transeda.com>
1544              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
1545              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
1546              Subject: [PATCH] Enhancing xsubpp's support for C++
1547      Branch: perl
1548            ! lib/ExtUtils/xsubpp
1549 ____________________________________________________________________________
1550 [  1093] By: gsar                                  on 1998/06/10  06:22:54
1551         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
1552              Date: Wed, 3 Jun 1998 11:22:19 -0500
1553              From: Graham Barr <gbarr@ti.com>
1554              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
1555      Branch: perl
1556            ! pp_sys.c
1557 ____________________________________________________________________________
1558 [  1092] By: gsar                                  on 1998/06/10  06:20:44
1559         Log: Message-Id: <199806030919.KAA03527@sale-wts>
1560              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
1561              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
1562              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
1563      Branch: perl
1564            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
1565 ____________________________________________________________________________
1566 [  1091] By: gsar                                  on 1998/06/10  06:18:42
1567         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
1568              Date: Mon, 01 Jun 1998 12:22:29 -0700
1569              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
1570              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
1571      Branch: perl
1572            ! proto.h
1573 ____________________________________________________________________________
1574 [  1090] By: gsar                                  on 1998/06/10  06:14:24
1575         Log: A tweaked version of:
1576              Date: Mon, 1 Jun 1998 12:05:47 -0700
1577              From: SYSTEM@cedar.osshe.edu
1578              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
1579              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
1580      Branch: perl
1581            ! ext/SDBM_File/sdbm/Makefile.PL
1582 ____________________________________________________________________________
1583 [  1089] By: gsar                                  on 1998/06/10  05:58:00
1584         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
1585              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
1586              From: Stephen McCamant <alias@mcs.com>
1587              Subject: [PATCH] Re: Uninitialised error from -M()
1588      Branch: perl
1589            ! op.c t/op/stat.t
1590 ____________________________________________________________________________
1591 [  1088] By: gsar                                  on 1998/06/10  05:55:24
1592         Log: Date: Sat, 30 May 1998 08:07:01 -0400
1593              From: lvirden@cas.org (Larry Virden)
1594              Message-Id: <199805301207.IAA08856@cas.org>
1595              Subject: PATCH for pod and warning notice
1596      Branch: perl
1597            ! pod/perlguts.pod
1598 ____________________________________________________________________________
1599 [  1087] By: gsar                                  on 1998/06/10  05:52:05
1600         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1601              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
1602              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
1603              Subject: [PATCH 5.004_66] Config_66-01
1604      Branch: perl
1605            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1606            ! Porting/config_H config_h.SH
1607 ____________________________________________________________________________
1608 [  1086] By: gsar                                  on 1998/06/10  05:46:38
1609         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
1610              Date: Mon, 08 Jun 1998 16:13:14 -0700
1611              From: Dan Sugalski <sugalskd@osshe.edu>
1612              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
1613      Branch: perl
1614            ! ext/Thread/Thread/Semaphore.pm
1615 ____________________________________________________________________________
1616 [  1085] By: gsar                                  on 1998/06/10  05:44:44
1617         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
1618              Date: Mon, 08 Jun 1998 16:10:02 -0700
1619              From: Dan Sugalski <sugalskd@osshe.edu>
1620              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
1621      Branch: perl
1622            - vms/descrip.mms
1623            ! ext/Thread/Thread/Queue.pm
1624 ____________________________________________________________________________
1625 [  1084] By: gsar                                  on 1998/06/10  05:38:11
1626         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
1627              Date: Mon, 08 Jun 1998 15:38:28 -0700
1628              From: Dan Sugalski <sugalskd@osshe.edu>
1629              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
1630      Branch: perl
1631            + configure.com vms/descrip_mms.template vms/munchconfig.c
1632            + vms/subconfigure.com
1633            - vms/config.vms vms/fndvers.com
1634            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
1635 ____________________________________________________________________________
1636 [  1083] By: gsar                                  on 1998/06/10  05:07:04
1637         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
1638              variant of:
1639              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
1640              Date:    Sat, 13 Dec 1997 07:31:02 EST
1641              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1642              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
1643      Branch: perl
1644            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
1645 ____________________________________________________________________________
1646 [  1082] By: gsar                                  on 1998/06/10  04:52:26
1647         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
1648              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
1649      Branch: perl
1650            ! malloc.c
1651 ____________________________________________________________________________
1652 [  1081] By: gsar                                  on 1998/06/10  03:45:10
1653         Log: reverse integrate contents of win32 branch into mainline
1654      Branch: perl
1655           !> (integrate 44 files)
1656 ____________________________________________________________________________
1657 [  1080] By: gsar                                  on 1998/06/09  17:37:55
1658         Log: `p4 integrate -b ASPerl && p4 resolve -at`
1659      Branch: asperl
1660           !> (integrate 43 files)
1661 ____________________________________________________________________________
1662 [  1079] By: gsar                                  on 1998/06/09  00:59:06
1663         Log: add examples of diff(1) usage
1664      Branch: win32/perl
1665            ! Porting/patching.pod
1666 ____________________________________________________________________________
1667 [  1078] By: gsar                                  on 1998/06/09  00:52:23
1668         Log: undo change#1077
1669      Branch: win32/perl
1670            ! sv.c
1671 ____________________________________________________________________________
1672 [  1077] By: gsar                                  on 1998/06/06  16:47:32
1673         Log: make sv_setsv() treat freed SVs like SVt_NULL
1674      Branch: win32/perl
1675            ! sv.c
1676 ____________________________________________________________________________
1677 [  1076] By: gsar                                  on 1998/06/05  19:03:14
1678         Log: delete undiscussed AS changes for PPD (broke .packlist
1679              mechanism)
1680      Branch: win32/perl
1681            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1682 ____________________________________________________________________________
1683 [  1075] By: gsar                                  on 1998/06/05  18:18:44
1684         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
1685              with the xsubpp-generated symbol)
1686      Branch: win32/perl
1687            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
1688            ! win32/dl_win32.xs
1689 ____________________________________________________________________________
1690 [  1074] By: gsar                                  on 1998/06/04  22:45:18
1691         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
1692      Branch: win32/perl
1693            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
1694            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
1695 ____________________________________________________________________________
1696 [  1073] By: nick                                  on 1998/06/04  17:18:14
1697         Log: resolve -at win32 branch into ansiperl
1698      Branch: ansiperl
1699           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
1700           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
1701           +> t/lib/h2ph.t win32/GenCAPI.pl
1702           !> (integrate 127 files)
1703 ____________________________________________________________________________
1704 [  1072] By: gsar                                  on 1998/06/04  01:49:24
1705         Log: document CORE::GLOBAL:: and global overriding, fix up
1706              File::DosGlob, testsuited and all
1707      Branch: win32/perl
1708            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
1709 ____________________________________________________________________________
1710 [  1071] By: gsar                                  on 1998/06/03  22:12:55
1711         Log: add AS patch#24, remove one other instance of error_no
1712              that was missed (patch#23 was intentionally skipped)
1713      Branch: win32/perl
1714            ! embedvar.h globals.c perlvars.h win32/makedef.pl
1715            ! win32/runperl.c
1716 ____________________________________________________________________________
1717 [  1070] By: gsar                                  on 1998/06/01  19:42:06
1718         Log: fix Liblist.pm to tolerate backslashen in paths
1719      Branch: win32/perl
1720            ! lib/ExtUtils/Liblist.pm
1721 ____________________________________________________________________________
1722 [  1069] By: gsar                                  on 1998/06/01  07:43:02
1723         Log: @INC construction on win32 cleaned up
1724              - perl.dll location based paths should be much more reliable now
1725              - registry stuff unchanged
1726              - Config.pm now has all the installfoolib entries for MakeMaker et al
1727      Branch: win32/perl
1728            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1729            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1730            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1731            ! win32/runperl.c win32/win32.c win32/win32.h
1732 ____________________________________________________________________________
1733 [  1068] By: gsar                                  on 1998/05/31  21:52:18
1734         Log: semctl tweak
1735              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
1736              Date:    Sun, 31 May 1998 16:27:33 CDT
1737              From:    Graham Barr <gbarr@pobox.com>
1738              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
1739      Branch: win32/perl
1740            ! doio.c
1741 ____________________________________________________________________________
1742 [  1067] By: gsar                                  on 1998/05/31  21:07:44
1743         Log: minimal fix to enable compiling with -DMULTIPLICITY
1744              (non-threadsafe regcomp.c globals need revisiting)
1745      Branch: win32/perl
1746            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
1747            ! win32/GenCAPI.pl win32/makedef.pl
1748 ____________________________________________________________________________
1749 [  1066] By: gsar                                  on 1998/05/30  21:35:37
1750         Log: integrate mainline changes (ASPerl branch is identical to
1751              win32 branch as of this change)
1752      Branch: asperl
1753           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
1754           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
1755           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
1756           !> win32/config.gc win32/config.vc win32/config_H.bc
1757           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
1758 ____________________________________________________________________________
1759 [  1065] By: gsar                                  on 1998/05/30  21:13:06
1760         Log: change#1060 was inexplicably missing some of the "ensure
1761              AS stuff does no harm" fixes
1762      Branch: win32/perl
1763            ! embed.h global.sym win32/Makefile win32/makefile.mk
1764 ____________________________________________________________________________
1765 [  1064] By: gsar                                  on 1998/05/30  21:10:27
1766         Log: integrate mainline to pick up trivial changes
1767      Branch: win32/perl
1768           !> MANIFEST pp_sys.c
1769
1770 ----------------
1771 Version 5.004_66
1772 ----------------
1773
1774 ____________________________________________________________________________
1775 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
1776         Log: Remove duplicate win32/TEST line from MANIFEST.
1777      Branch: perl
1778            ! MANIFEST
1779 ____________________________________________________________________________
1780 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
1781         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
1782      Branch: perl
1783            ! pp_sys.c
1784 ____________________________________________________________________________
1785 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
1786         Log: Integrate from win32 branch into mainline (this now pulls in the
1787              asperl stuff).
1788      Branch: perl
1789           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
1790           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
1791           +> t/lib/h2ph.t win32/GenCAPI.pl
1792           !> (integrate 104 files)
1793 ____________________________________________________________________________
1794 [  1060] By: gsar                                  on 1998/05/29  11:05:50
1795         Log: reverse integrate asperl branch contents (phew!)
1796              - various fixups to ensure AS stuff does no harm
1797              - adjust win32/makefiles for the new directory layout (new layout
1798              looks rather a muddle--needs rework)
1799              - verified build & test on NT and Solaris/gcc
1800      Branch: win32/perl
1801           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
1802           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
1803            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
1804            ! win32/config.bc win32/config.gc win32/config.vc
1805            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1806            ! win32/makefile.mk
1807           !> (integrate 77 files)
1808 ____________________________________________________________________________
1809 [  1059] By: gsar                                  on 1998/05/29  08:33:56
1810         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
1811      Branch: asperl
1812            ! util.c
1813 ____________________________________________________________________________
1814 [  1058] By: gsar                                  on 1998/05/29  08:31:09
1815         Log: type xtext for *.t that were missing it
1816      Branch: asperl
1817            ! t/lib/thread.t t/op/nothread.t
1818 ____________________________________________________________________________
1819 [  1057] By: gsar                                  on 1998/05/29  08:28:46
1820         Log: stray t/op/ipc*.t fixups
1821      Branch: win32/perl
1822            ! t/op/ipcmsg.t t/op/ipcsem.t
1823 ____________________________________________________________________________
1824 [  1056] By: gsar                                  on 1998/05/29  07:41:49
1825         Log: fixups to make it build and pass tests under both compilers
1826      Branch: asperl
1827            ! ObjXSub.h objpp.h proto.h
1828 ____________________________________________________________________________
1829 [  1055] By: gsar                                  on 1998/05/29  07:22:51
1830         Log: integrate mainline changes
1831      Branch: asperl
1832           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
1833           !> (integrate 69 files)
1834      Branch: win32/perl
1835            ! Todo.5.005 pod/perldelta.pod
1836 ____________________________________________________________________________
1837 [  1054] By: gsar                                  on 1998/05/29  05:04:03
1838         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
1839      Branch: win32/perl
1840            ! t/lib/h2ph.t
1841 ____________________________________________________________________________
1842 [  1053] By: gsar                                  on 1998/05/29  05:01:54
1843         Log: misc changes
1844              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
1845              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
1846      Branch: win32/perl
1847            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
1848            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
1849            ! x2p/util.c x2p/util.h
1850 ____________________________________________________________________________
1851 [  1052] By: gsar                                  on 1998/05/29  02:31:44
1852         Log: merge changes#1014,1038 from maintbranch
1853      Branch: win32/perl
1854            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
1855            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
1856            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
1857            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
1858            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
1859            ! t/io/pipe.t utils/h2ph.PL
1860 ____________________________________________________________________________
1861 [  1051] By: gsar                                  on 1998/05/29  01:38:51
1862         Log: regenerate win32/config_H.?c
1863      Branch: win32/perl
1864            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1865 ____________________________________________________________________________
1866 [  1050] By: gsar                                  on 1998/05/29  01:32:41
1867         Log: integrate mainline
1868      Branch: win32/perl
1869            ! win32/Makefile win32/makefile.mk
1870           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
1871           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
1872           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
1873           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
1874           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
1875           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
1876 ____________________________________________________________________________
1877 [  1049] By: gsar                                  on 1998/05/29  00:57:05
1878         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
1879              all tests
1880      Branch: asperl
1881            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
1882            ! win32/win32.h win32/win32iop.h
1883 ____________________________________________________________________________
1884 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
1885         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
1886              in change 1043 clashed badly with changes made in the win32
1887              branch. I did an accept on the win32 branch version for now.
1888      Branch: perl
1889           +> t/op/die.t
1890           !> (integrate 52 files)
1891 ____________________________________________________________________________
1892 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
1893         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1894              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
1895              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
1896              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
1897              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
1898      Branch: perl
1899            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1900            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
1901            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
1902            ! win32/config.bc win32/config.gc win32/config.vc
1903 ____________________________________________________________________________
1904 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
1905         Log: Back out change 1043 since Andy's forthcoming Config patch
1906              includes a modified version.
1907      Branch: perl
1908            ! Configure config_h.SH doio.c perl.h
1909 ____________________________________________________________________________
1910 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
1911         Log: Bump patchlevel.h to 66.
1912      Branch: perl
1913            ! patchlevel.h
1914 ____________________________________________________________________________
1915 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
1916         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
1917              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
1918              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
1919              (above minus the t/system.t test pending checking)
1920              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
1921              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
1922              Subject: [PATCH] _65 and _04 <DOC> patching.pod
1923              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
1924      Branch: perl
1925            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
1926 ____________________________________________________________________________
1927 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
1928         Log: This change really is:
1929              Subject: [PATCH] 5.004_65: the infamous semctl()
1930              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
1931              From: Jarkko Hietaniemi <jhi@iki.fi>
1932              
1933              Change 1041 claimed to be this patch but was really:
1934              Subject: [PATCH] 5.004_65: t/op/ipc*.t
1935              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
1936              From: Jarkko Hietaniemi <jhi@iki.fi>
1937      Branch: perl
1938            ! Configure config_h.SH doio.c perl.h
1939 ____________________________________________________________________________
1940 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
1941         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1942              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
1943              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
1944              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
1945              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
1946      Branch: perl
1947            ! Configure INSTALL Porting/Glossary Porting/config.sh
1948            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
1949            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
1950            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
1951 ____________________________________________________________________________
1952 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
1953         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
1954              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
1955              From: Jarkko Hietaniemi <jhi@iki.fi>
1956      Branch: perl
1957            ! t/op/ipcmsg.t t/op/ipcsem.t
1958 ____________________________________________________________________________
1959 [  1040] By: gsar                                  on 1998/05/28  02:06:47
1960         Log: tweaks to enable Borland build
1961      Branch: asperl
1962            ! win32/makefile.mk win32/win32.c
1963 ____________________________________________________________________________
1964 [  1039] By: gsar                                  on 1998/05/27  23:29:22
1965         Log: remove C<#define index strchr> from win32.h (unused, and the
1966              pollution causes spurious variable name changes in extensions)
1967      Branch: win32/perl
1968            ! win32/win32.h
1969 ____________________________________________________________________________
1970 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
1971         Log: Assorted patches:
1972              
1973              ------  BUILD PROCESS  ------
1974              
1975              Title:  "add utilities to make test dependencies"
1976              From:  Robin Barker <rmb1@cise.npl.co.uk>
1977              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
1978              Files:  Makefile.SH
1979              
1980              Title:  "Add 'make nok' complement to 'make ok'"
1981              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1982              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
1983              Files:  Makefile.SH
1984              
1985              Title:  "further h2ph patches (add enum support)"
1986              From:  Billy <wdconsta@cs.adelaide.edu.au>
1987              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
1988              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
1989              
1990              ------  CORE LANGUAGE  ------
1991              
1992              Title:  "Fix %! error spelling and add perldiag.pod entry"
1993              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
1994              Msg-ID:  <19980524193101.A573@pobox.com>
1995              Files:  pod/perldiag.pod gv.c
1996              
1997              Title:  "Remove obsolete Win32 uppercasing ENV code"
1998              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1999              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
2000              Files:  perl.c
2001              
2002              Title:  "Don't mung $! on implicit close"
2003              From:  Chip Salzenberg <chip@perl.org>
2004              Msg-ID:  <19980525113309.A15845@perlsupport.com>
2005              Files:  doio.c
2006              
2007              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
2008              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2009              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
2010              Files:  doio.c
2011              
2012              ------  DOCUMENTATION  ------
2013              
2014              Title:  "doc patch: you canna return an array ( list context: || vs or)"
2015              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
2016              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
2017              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
2018              
2019              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
2020              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2021              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
2022              Files:  pod/perlop.pod pod/perlre.pod
2023              
2024              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
2025              with /g does list context get matches without parens"
2026              From:  Greg Chapman <glc@well.com>, Tom Christiansen
2027              <tchrist@jhereg.perl.com>, Tom Phoenix
2028              <rootbeer@teleport.com>
2029              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
2030              <199805231559.JAA21316@jhereg.perl.com>,
2031              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
2032              Files:  pod/perlop.pod
2033              
2034              Title:  "Documenting last/next/redo even further"
2035              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
2036              <rootbeer@teleport.com>
2037              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
2038              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
2039              Files:  pod/perlfunc.pod
2040              
2041              Title:  "Documenting last/next/redo within continue block"
2042              From:  Tom Phoenix <rootbeer@teleport.com>
2043              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
2044              Files:  pod/perlfunc.pod
2045              
2046              Title:  "Document stat return in scalar context"
2047              From:  Mark-Jason Dominus <mjd@plover.com>
2048              Files:  pod/perlfunc.pod
2049              
2050              ------  EXTENSIONS  ------
2051              
2052              Title:  "Better LD_RUN_PATH handling on IRIX"
2053              From:  "W. Phillip Moore" <wpm@ms.com>
2054              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
2055              Files:  lib/ExtUtils/MM_Unix.pm
2056              
2057              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
2058              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2059              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
2060              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
2061              
2062              ------  LIBRARY  ------
2063              
2064              Title:  "Fix FileHandle.pm example bug"
2065              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2066              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
2067              Files:  lib/FileHandle.pm
2068              
2069              Title:  "Add zero/negative $count docs for Benchmark.pm"
2070              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2071              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
2072              Files:  lib/Benchmark.pm
2073              
2074              ------  PORTABILITY - GENERAL  ------
2075              
2076              Title:  "Add test suite recommendations to Porting/patching.pod"
2077              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2078              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
2079              Files:  Porting/patching.pod
2080              
2081              ------  TESTS  ------
2082              
2083              Title:  "Fix looping bug in t/io/pipe.t"
2084              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2085              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
2086              Files:  t/io/pipe.t
2087      Branch: maint-5.004/perl
2088            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
2089            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
2090            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
2091            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
2092            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
2093            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
2094            ! utils/h2ph.PL
2095 ____________________________________________________________________________
2096 [  1037] By: gsar                                  on 1998/05/27  16:18:30
2097         Log: add AS patch#22 (fix to make die_exit.t pass)
2098      Branch: asperl
2099            ! win32/runperl.c
2100 ____________________________________________________________________________
2101 [  1036] By: gsar                                  on 1998/05/27  12:50:34
2102         Log: add AS patch#21 (misc. fixes)
2103      Branch: asperl
2104            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
2105            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
2106            ! win32/win32.c win32/win32sck.c
2107 ____________________________________________________________________________
2108 [  1035] By: gsar                                  on 1998/05/26  17:26:17
2109         Log: more changes to satisfy non-debug VC build (C-API doesn't
2110              build, and the testsuite still won't run)
2111      Branch: asperl
2112            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
2113            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
2114 ____________________________________________________________________________
2115 [  1034] By: gsar                                  on 1998/05/26  17:20:22
2116         Log: remove doubled hunk (perforce auto-integrate oddity)
2117      Branch: win32/perl
2118            ! pod/perldiag.pod
2119 ____________________________________________________________________________
2120 [  1033] By: gsar                                  on 1998/05/26  13:39:14
2121         Log: tweaks to make it build with the Borland compiler.  Won't run
2122              testsuite because @INC intuition from location of perlcore.dll seems
2123              to be broken.  Also, system() and qx// seem broken as well.
2124      Branch: asperl
2125            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
2126            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
2127            ! regexec.c toke.c
2128 ____________________________________________________________________________
2129 [  1032] By: gsar                                  on 1998/05/24  23:13:05
2130         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
2131      Branch: win32/perl
2132            ! lib/Benchmark.pm
2133 ____________________________________________________________________________
2134 [  1031] By: gsar                                  on 1998/05/24  05:36:44
2135         Log: tweak makefiles
2136      Branch: asperl
2137            ! win32/Makefile win32/makefile.mk
2138 ____________________________________________________________________________
2139 [  1030] By: gsar                                  on 1998/05/23  18:58:23
2140         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
2141      Branch: win32/perl
2142            ! pp_sys.c t/op/die.t
2143 ____________________________________________________________________________
2144 [  1029] By: gsar                                  on 1998/05/23  18:55:13
2145         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
2146              incomplete)
2147      Branch: win32/perl
2148            ! embed.h global.sym op.c pp.c proto.h sv.c
2149 ____________________________________________________________________________
2150 [  1028] By: gsar                                  on 1998/05/23  18:25:14
2151         Log: merge change#1013 from maintbranch (1012 is n/a)
2152      Branch: win32/perl
2153            ! toke.c
2154 ____________________________________________________________________________
2155 [  1027] By: gsar                                  on 1998/05/23  18:02:21
2156         Log: merge change#1011 from maintbranch
2157      Branch: win32/perl
2158            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
2159            ! utils/perlbug.PL
2160 ____________________________________________________________________________
2161 [  1026] By: nick                                  on 1998/05/23  08:45:04
2162         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
2163      Branch: win32/perl
2164            ! t/op/ipcmsg.t t/op/ipcsem.t
2165 ____________________________________________________________________________
2166 [  1025] By: nick                                  on 1998/05/23  08:36:36
2167         Log: Resolve win32 into ansiperl
2168      Branch: ansiperl
2169           +> t/op/die.t
2170           !> (integrate 42 files)
2171 ____________________________________________________________________________
2172 [  1024] By: gsar                                  on 1998/05/21  21:11:12
2173         Log: more mingw32 tweaks
2174      Branch: win32/perl
2175            ! ext/POSIX/POSIX.xs t/pragma/locale.t
2176 ____________________________________________________________________________
2177 [  1023] By: gsar                                  on 1998/05/21  19:15:02
2178         Log: fix problematic change#965 from maintbranch
2179              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
2180              Date:    Sat, 16 May 1998 17:45:22 EDT
2181              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2182              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
2183      Branch: win32/perl
2184            ! gv.c op.c t/comp/proto.t
2185 ____________________________________________________________________________
2186 [  1022] By: gsar                                  on 1998/05/21  01:37:04
2187         Log: fix POSIX for mingw32
2188      Branch: win32/perl
2189            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
2190 ____________________________________________________________________________
2191 [  1021] By: gsar                                  on 1998/05/20  15:02:21
2192         Log: remove strupr() from perl.c
2193      Branch: win32/perl
2194            ! perl.c
2195 ____________________________________________________________________________
2196 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
2197         Log: Title:  "fix up descrepancy in h2ph test"
2198              From:  Tim Bunce
2199              Files:  t/lib/h2ph.pht
2200      Branch: maint-5.004/perl
2201            ! t/lib/h2ph.pht
2202 ____________________________________________________________________________
2203 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
2204         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
2205              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2206              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
2207              Files:  t/op/subst.t
2208              
2209              Title:  "fix up descrepancy in h2ph test"
2210              From:  Tim Bunce
2211              Files:  t/lib/h2ph.t
2212      Branch: maint-5.004/perl
2213            ! t/lib/h2ph.t t/op/subst.t
2214 ____________________________________________________________________________
2215 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
2216         Log: Title:  "fix mem leak and core dump from change 1016"
2217              From:  Tim Bunce
2218              Files:  pp_sys.c
2219      Branch: maint-5.004/perl
2220            ! pp_sys.c
2221 ____________________________________________________________________________
2222 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
2223         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
2224              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2225              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
2226              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
2227              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
2228              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
2229              doio.c doop.c ext/ODBM_File/ODBM_File.xs
2230              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2231              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
2232              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
2233              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2234              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
2235              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
2236              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
2237              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
2238              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
2239              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
2240              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
2241              universal.c util.c win32/Makefile win32/config_H.bc
2242              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
2243              win32/makefile.mk win32/perlglob.c win32/runperl.c
2244              win32/win32.c win32/win32sck.c x2p/s2p.PL
2245      Branch: maint-5.004/perl
2246            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
2247            ! cygwin32/perlld deb.c doio.c doop.c embed.h
2248            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
2249            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
2250            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
2251            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2252            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
2253            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
2254            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
2255            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
2256            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
2257            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
2258            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
2259            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
2260            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
2261            ! universal.c util.c utils/perldoc.PL win32/Makefile
2262            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
2263            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
2264            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
2265            ! x2p/s2p.PL
2266 ____________________________________________________________________________
2267 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
2268         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
2269              From:  Graham Barr <gbarr@ti.com>
2270              Msg-ID:  <3561D147.7F3E0C88@ti.com>
2271              Files:  pp_sys.c t/op/die.t
2272      Branch: maint-5.004/perl
2273            ! pp_sys.c t/op/die.t
2274 ____________________________________________________________________________
2275 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
2276         Log: Title:  "loosen const sub re-defined warnings"
2277              From:  Doug MacEachern <dougm@pobox.com>
2278              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
2279              Files:  proto.h global.sym op.c pp.c sv.c
2280      Branch: maint-5.004/perl
2281            ! global.sym op.c pp.c proto.h sv.c
2282 ____________________________________________________________________________
2283 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
2284         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
2285              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
2286              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
2287              Files:  sv.c
2288              
2289              Title:  "Further h2ph patches (including a test suite)"
2290              From:  Billy <wdconsta@cs.adelaide.edu.au>
2291              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
2292              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
2293      Branch: maint-5.004/perl
2294            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2295            ! MANIFEST sv.c utils/h2ph.PL
2296 ____________________________________________________________________________
2297 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
2298         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
2299              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
2300              <ilya@math.ohio-state.edu>
2301              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
2302              <199805151931.PAA23086@aatma.engin.umich.edu>,
2303              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
2304              Files:  toke.c
2305      Branch: maint-5.004/perl
2306            ! toke.c
2307 ____________________________________________________________________________
2308 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
2309         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
2310              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
2311              <jhi@iki.fi>
2312              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
2313              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
2314              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
2315              t/op/ipcsem.t
2316      Branch: maint-5.004/perl
2317            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
2318            ! t/op/ipcsem.t
2319 ____________________________________________________________________________
2320 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
2321         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
2322              From:  jan.dubois@ibm.net (Jan Dubois)
2323              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
2324              Files:  embed.h interp.sym
2325              
2326              Title:  "Undo changed error message which breaks Tk"
2327              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2328              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
2329              Files:  pp_ctl.c
2330              
2331              Title:  "Minor fixups to new -e script code"
2332              From:  Tim Bunce
2333              Files:  perl.c
2334              
2335              Title:  "Remove old diags not relevant after -e fix"
2336              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
2337              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2338              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
2339              <199805181335.OAA07008@toad.ig.co.uk>,
2340              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
2341              Files:  pod/perldiag.pod
2342              
2343              Title:  "more examples for vec()"
2344              From:  Tom Phoenix <rootbeer@teleport.com>
2345              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
2346              Files:  pod/perlfunc.pod
2347              
2348              Title:  ""make ok" (perlbug -ok) should not be interactive"
2349              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
2350              <jhi@iki.fi>
2351              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
2352              <l03130300b1834f9732a0@[194.222.64.89]>
2353              Files:  utils/perlbug.PL
2354      Branch: maint-5.004/perl
2355            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
2356            ! pp_ctl.c utils/perlbug.PL
2357 ____________________________________________________________________________
2358 [  1010] By: gsar                                  on 1998/05/18  09:40:58
2359         Log: integrate mainline changes (untested)
2360      Branch: asperl
2361           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
2362           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
2363           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
2364           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
2365           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
2366           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
2367            - ext/DynaLoader/DynaLoader.pm
2368            ! win32/win32.c
2369           !> (integrate 234 files)
2370 ____________________________________________________________________________
2371 [  1009] By: gsar                                  on 1998/05/18  07:51:19
2372         Log: more whitespace tweaks from maintbranch
2373      Branch: win32/perl
2374            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
2375 ____________________________________________________________________________
2376 [  1008] By: gsar                                  on 1998/05/17  22:37:20
2377         Log: sundry whitespace cleanups from maintbranch
2378      Branch: win32/perl
2379            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
2380 ____________________________________________________________________________
2381 [  1007] By: gsar                                  on 1998/05/16  21:59:46
2382         Log: integrate mainline
2383      Branch: win32/perl
2384           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
2385           !> t/op/ipcmsg.t t/op/ipcsem.t
2386 ____________________________________________________________________________
2387 [  1006] By: gsar                                  on 1998/05/16  21:54:23
2388         Log: merge changes#996,998,999 from maintbranch
2389      Branch: win32/perl
2390            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
2391 ____________________________________________________________________________
2392 [  1005] By: gsar                                  on 1998/05/16  21:49:47
2393         Log: merge change#995 from maintbranch, tweak interp.sym and
2394              run embed.pl
2395      Branch: win32/perl
2396            ! embedvar.h interp.sym intrpvar.h perl.c
2397 ____________________________________________________________________________
2398 [  1004] By: gsar                                  on 1998/05/16  21:27:18
2399         Log: merge changes#989,990,992 from maintbranch
2400      Branch: win32/perl
2401            + t/op/die.t
2402            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
2403 ____________________________________________________________________________
2404 [  1003] By: gsar                                  on 1998/05/16  21:16:47
2405         Log: sync config*.gc with others, and verify that nothing from
2406              change#986 needs to be merged
2407      Branch: win32/perl
2408            ! win32/config.gc win32/config_H.gc
2409 ____________________________________________________________________________
2410 [  1002] By: gsar                                  on 1998/05/16  21:04:04
2411         Log: merge change#985 from maintbranch
2412      Branch: win32/perl
2413            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
2414            ! util.c
2415 ____________________________________________________________________________
2416 [  1001] By: gsar                                  on 1998/05/16  17:53:16
2417         Log: add a test to check return value from successful s/// (there was none!)
2418      Branch: win32/perl
2419            ! t/op/subst.t
2420 ____________________________________________________________________________
2421 [  1000] By: gsar                                  on 1998/05/16  17:42:34
2422         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
2423              return a value on the stack
2424      Branch: win32/perl
2425            ! pp_hot.c
2426 ____________________________________________________________________________
2427 [   999] By: TimBunce                              on 1998/05/15  23:04:30
2428         Log: Title:  "Update Porting/makerel script for perforce dir structure"
2429              From:  Tim Bunce
2430              Files:  Porting/makerel
2431      Branch: maint-5.004/perl
2432            ! Porting/makerel
2433 ____________________________________________________________________________
2434 [   998] By: TimBunce                              on 1998/05/15  22:49:55
2435         Log: Title:  "Updated Changes file for trial 3"
2436              From:  Tim Bunce
2437              Files:  Changes
2438      Branch: maint-5.004/perl
2439            ! Changes
2440 ____________________________________________________________________________
2441 [   997] By: gsar                                  on 1998/05/15  22:21:41
2442         Log: merge changes#982,984 from maintbranch
2443      Branch: win32/perl
2444            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
2445            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
2446 ____________________________________________________________________________
2447 [   996] By: TimBunce                              on 1998/05/15  22:19:32
2448         Log: Title:  "Negative array subscript unrecognized in regex"
2449              From:  Mark-Jason Dominus <mjd@plover.com>,
2450              h.sanden@elsevier.nl (Hugo van der Sanden)
2451              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
2452              <199805151514.RAA04121@dorlas.elsevier.nl>
2453              Files:  t/base/lex.t toke.c
2454              
2455              Title:  "Remove e_fp from toke.c after change 955"
2456              From:  Tim Bunce
2457              Files:  toke.c
2458      Branch: maint-5.004/perl
2459            ! t/base/lex.t toke.c
2460 ____________________________________________________________________________
2461 [   995] By: TimBunce                              on 1998/05/15  22:08:32
2462         Log: Title:  "Fix -e security hole (no longer uses temp file)"
2463              From:  Tim Bunce
2464              Files:  embed.h perl.h perl.c
2465      Branch: maint-5.004/perl
2466            ! embed.h perl.c perl.h
2467 ____________________________________________________________________________
2468 [   994] By: gsar                                  on 1998/05/15  22:08:17
2469         Log: merge change#981 from maintbranch, add XXX comment about
2470              supporting %! for usethreads case
2471      Branch: win32/perl
2472            ! gv.c op.c
2473 ____________________________________________________________________________
2474 [   992] By: TimBunce                              on 1998/05/15  22:01:32
2475         Log: Title:  "install non-backwards compatible .pm files into archlib"
2476              From:  Tim Bunce
2477              Files:  installperl
2478              
2479              Title:  "revert "Can't locate" message to original for maintenance"
2480              From:  Tim Bunce
2481              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
2482              Files:  pod/perldiag.pod pp_ctl.c
2483      Branch: maint-5.004/perl
2484            ! installperl pod/perldiag.pod pp_ctl.c
2485 ____________________________________________________________________________
2486 [   991] By: gsar                                  on 1998/05/15  21:35:00
2487         Log: reverse integrate ansiperl (all except the
2488              C<attrs qw(package locked)> stuff, and the duplicate hunks)
2489              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
2490      Branch: win32/perl
2491           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
2492           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
2493           !> utils/perldoc.PL
2494 ____________________________________________________________________________
2495 [   990] By: TimBunce                              on 1998/05/15  16:54:18
2496         Log: Title:  "Add tests for die $ref"
2497              From:  Graham Barr <gbarr@ti.com>
2498              Msg-ID:  <355C6297.121B576B@ti.com>
2499              Files:  MANIFEST t/op/die.t
2500      Branch: maint-5.004/perl
2501            + t/op/die.t
2502            ! MANIFEST
2503 ____________________________________________________________________________
2504 [   989] By: TimBunce                              on 1998/05/15  16:38:19
2505         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
2506              From:  Jarkko Hietaniemi <jhi@iki.fi>
2507              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
2508              Files:  t/op/ipcmsg.t
2509      Branch: maint-5.004/perl
2510            ! t/op/ipcmsg.t
2511 ____________________________________________________________________________
2512 [   988] By: mbeattie                              on 1998/05/15  16:28:08
2513         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
2514              (manually applied and tweaked) to fix up SysV IPC semaphores for
2515              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
2516              t/op/ipcsem.t for platforms which wanted to skip test. Completely
2517              disable ipcsem.t since it doesn't seem to work properly even when
2518              not skipped. This is _65.
2519      Branch: perl
2520            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
2521            ! t/op/ipcmsg.t t/op/ipcsem.t
2522 ____________________________________________________________________________
2523 [   987] By: nick                                  on 1998/05/15  16:03:35
2524         Log: Integrate win32
2525      Branch: ansiperl
2526           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
2527           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
2528           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
2529           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
2530           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
2531           +> t/op/pos.t utils/perlcc.PL
2532            - ext/DynaLoader/DynaLoader.pm
2533           !> (integrate 208 files)
2534 ____________________________________________________________________________
2535 [   986] By: TimBunce                              on 1998/05/15  15:28:45
2536         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
2537              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
2538              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
2539              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
2540              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
2541              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
2542              win32/config.bc win32/config.vc win32/config_H.bc
2543              win32/config_H.vc
2544      Branch: maint-5.004/perl
2545            + README.beos beos/nm.c hints/beos.sh
2546            ! Configure MANIFEST Porting/Glossary config_h.SH
2547            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
2548            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
2549            ! win32/config.vc win32/config_H.bc win32/config_H.vc
2550 ____________________________________________________________________________
2551 [   985] By: TimBunce                              on 1998/05/15  15:02:43
2552         Log: Title:  "allow die $ref"
2553              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
2554              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
2555              Files:  pp_ctl.c pp_sys.c util.c
2556              
2557              Title:  "ExtUtils::Manifest could truncate files during "make dist""
2558              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
2559              koenig@kulturbox.de (Andreas J. Koenig)
2560              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
2561              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
2562              Files:  lib/ExtUtils/Manifest.pm
2563              
2564              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
2565              From:  Dan Sugalski <sugalskd@osshe.edu>
2566              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
2567              Files:  lib/AutoSplit.pm
2568              
2569              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
2570              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
2571              J. Koenig), larry@wall.org (Larry Wall)
2572              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
2573              <sfc202c9jsb.fsf@anna.in-berlin.de>,
2574              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
2575              Files:  lib/AutoSplit.pm
2576      Branch: maint-5.004/perl
2577            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
2578            ! util.c
2579 ____________________________________________________________________________
2580 [   984] By: TimBunce                              on 1998/05/15  14:18:52
2581         Log: ------  CORE LANGUAGE  ------
2582              
2583              Title:  "Fix close pipe returning status from wrong child"
2584              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
2585              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
2586              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
2587              Files:  t/io/pipe.t util.c
2588              
2589              Title:  "Avoid English.pm triggering load of Errno.pm"
2590              From:  Tim Bunce
2591              Files:  gv.c lib/English.pm
2592              
2593              ------  DOCUMENTATION  ------
2594              
2595              Title:  "Document child exit cause a parent sleep to end early"
2596              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2597              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
2598              Files:  pod/perlfunc.pod
2599              
2600              ------  EXTENSIONS  ------
2601              
2602              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
2603              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2604              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
2605              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
2606              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
2607              
2608              Title:  "MM_VMS.pm fixes for building external library"
2609              From:  Dan Sugalski <sugalskd@ous.edu>
2610              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
2611              Files:  lib/ExtUtils/MM_VMS.pm
2612              
2613              Title:  "Appease picky DEC compiler in POSIX.xs"
2614              From:  Dan Sugalski <sugalskd@ous.edu>
2615              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
2616              Files:  ext/POSIX/POSIX.xs
2617              
2618              ------  TESTS  ------
2619              
2620              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
2621              From:  Jarkko Hietaniemi <jhi@iki.fi>
2622              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
2623              Files:  t/op/ipcsem.t
2624              
2625              Title:  "Fix doc bug for system() return value"
2626              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2627              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
2628              Files:  pod/perlfunc.pod t/op/exec.t
2629              
2630              ------  UTILITIES  ------
2631              
2632              Title:  "Avoid possible constant autoload loop"
2633              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
2634              Zakharevich <ilya@math.ohio-state.edu>
2635              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
2636              <355B475A.C5AD4B90@ti.com>,
2637              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
2638              Files:  utils/h2xs.PL
2639              
2640              Title:  "Further improvements to h2ph.PL"
2641              From:  kstar@chapin.edu
2642              Msg-ID:  <199805130241.WAA25459@chapin.edu>
2643              Files:  utils/h2ph.PL
2644      Branch: maint-5.004/perl
2645            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
2646            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
2647            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
2648            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
2649            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
2650
2651 ----------------
2652 Version 5.004_64
2653 ----------------
2654
2655 ____________________________________________________________________________
2656 [   983] By: mbeattie                              on 1998/05/15  14:04:17
2657         Log: Integrate win32 branch into mainline.
2658      Branch: perl
2659           +> Porting/patching.pod t/op/defins.t
2660           !> (integrate 107 files)
2661 ____________________________________________________________________________
2662 [   982] By: TimBunce                              on 1998/05/15  12:33:26
2663         Log: Title:  "comment init_postdump_symbols issues"
2664              From:  Tim Bunce
2665              Files:  perl.c
2666              
2667              Title:  "Improve sort docs re SUBNAME"
2668              From:  circle@azstarnet.com
2669              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
2670              Files:  pod/perlfunc.pod
2671      Branch: maint-5.004/perl
2672            ! perl.c pod/perlfunc.pod
2673 ____________________________________________________________________________
2674 [   981] By: TimBunce                              on 1998/05/15  11:47:28
2675         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
2676              From:  Graham Barr <gbarr@ti.com>
2677              Msg-ID:  <355080CD.1111BC81@ti.com>
2678              Files:  gv.c
2679      Branch: maint-5.004/perl
2680            ! gv.c
2681 ____________________________________________________________________________
2682 [   980] By: gsar                                  on 1998/05/15  06:16:13
2683         Log: add doc for C<+{}> vs. C<{;}> disambiguation
2684      Branch: win32/perl
2685            ! pod/perlref.pod
2686 ____________________________________________________________________________
2687 [   979] By: gsar                                  on 1998/05/15  04:59:47
2688         Log: tweaks to win32 makefiles.  This version builds and passes all
2689              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
2690      Branch: win32/perl
2691            ! win32/Makefile win32/makefile.mk
2692 ____________________________________________________________________________
2693 [   978] By: gsar                                  on 1998/05/15  02:41:58
2694         Log: merge changes#922,944,949,965,970 from maintbranch
2695      Branch: win32/perl
2696            + Porting/patching.pod t/op/defins.t
2697            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
2698            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
2699            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
2700            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
2701            ! utils/perlbug.PL
2702 ____________________________________________________________________________
2703 [   977] By: gsar                                  on 1998/05/15  02:15:25
2704         Log: merge changes#906,907,909,910 from maintbranch
2705      Branch: win32/perl
2706            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
2707            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
2708            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
2709            ! util.c
2710 ____________________________________________________________________________
2711 [   976] By: gsar                                  on 1998/05/15  01:34:53
2712         Log: merge change#905 from maintbranch, minor fixes to get
2713              clean build+test on Solaris
2714      Branch: win32/perl
2715            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
2716            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
2717            ! regcomp.c sv.c t/op/taint.t toke.c
2718 ____________________________________________________________________________
2719 [   975] By: gsar                                  on 1998/05/14  23:34:26
2720         Log: merge change#904 from maintbranch
2721      Branch: win32/perl
2722            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
2723            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
2724            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
2725            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
2726            ! vms/descrip.mms
2727 ____________________________________________________________________________
2728 [   974] By: gsar                                  on 1998/05/14  23:11:05
2729         Log: merge change#897 from maintbranch
2730      Branch: win32/perl
2731            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
2732            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
2733            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
2734            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
2735            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
2736            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
2737            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2738            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
2739            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
2740            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
2741            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2742            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
2743            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
2744            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
2745            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
2746            ! win32/config_H.bc win32/config_H.vc win32/win32.c
2747            ! x2p/find2perl.PL
2748 ____________________________________________________________________________
2749 [   973] By: gsar                                  on 1998/05/14  22:24:26
2750         Log: integrate mainline
2751      Branch: win32/perl
2752            + Porting/Contract
2753           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
2754           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
2755           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
2756           +> utils/perlcc.PL
2757            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
2758            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
2759            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
2760            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
2761            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
2762            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
2763            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
2764            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
2765            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
2766            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
2767            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
2768            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
2769            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2770            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
2771            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
2772            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
2773            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
2774            ! win32/config.vc win32/config_H.bc win32/config_H.vc
2775            ! win32/win32.c x2p/find2perl.PL
2776           !> (integrate 59 files)
2777 ____________________________________________________________________________
2778 [   972] By: nick                                  on 1998/05/14  18:09:01
2779         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
2780              Remove K&R style functions, avoid struct/typedef clash. 
2781      Branch: ansiperl
2782            ! bytecode.h byterun.c sv.c toke.c
2783 ____________________________________________________________________________
2784 [   971] By: TimBunce                              on 1998/05/14  16:52:19
2785         Log: 
2786              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
2787              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2788              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
2789              Files:  pp.c
2790      Branch: maint-5.004/perl
2791            ! pp.c
2792 ____________________________________________________________________________
2793 [   970] By: TimBunce                              on 1998/05/14  16:18:06
2794         Log: 
2795              Title:  "perlbug reformatted"
2796              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
2797              <hv@crypt0.demon.co.uk>
2798              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
2799              <l03130300b17cebcb6d33@[194.222.64.89]>,
2800              <v03110702b17ccbab6824@[195.95.102.67]>
2801              Files:  utils/perlbug.PL
2802      Branch: maint-5.004/perl
2803            ! utils/perlbug.PL
2804 ____________________________________________________________________________
2805 [   969] By: mbeattie                              on 1998/05/14  16:15:09
2806         Log: Integrate win32 branch into mainline
2807      Branch: perl
2808           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
2809           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
2810            - ext/DynaLoader/DynaLoader.pm
2811           !> (integrate 118 files)
2812 ____________________________________________________________________________
2813 [   968] By: mbeattie                              on 1998/05/14  16:05:57
2814         Log: Bump patchlevel to 65
2815      Branch: perl
2816            ! patchlevel.h
2817 ____________________________________________________________________________
2818 [   967] By: mbeattie                              on 1998/05/14  16:05:19
2819         Log: Another fixup of MANIFEST
2820      Branch: perl
2821            ! MANIFEST
2822 ____________________________________________________________________________
2823 [   966] By: mbeattie                              on 1998/05/14  16:02:20
2824         Log: Add missing files to MANIFEST
2825      Branch: perl
2826            ! MANIFEST
2827 ____________________________________________________________________________
2828 [   965] By: TimBunce                              on 1998/05/14  16:00:11
2829         Log: 
2830              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
2831              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
2832              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
2833              Files:  gv.h gv.c op.c
2834      Branch: maint-5.004/perl
2835            ! gv.c gv.h op.c
2836 ____________________________________________________________________________
2837 [   964] By: mbeattie                              on 1998/05/14  15:58:01
2838         Log: Subject: [PATCH] Using Getopts::* with strict vars
2839              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
2840              From: Tom Phoenix <rootbeer@teleport.com>
2841      Branch: perl
2842            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
2843 ____________________________________________________________________________
2844 [   963] By: mbeattie                              on 1998/05/14  15:56:53
2845         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
2846              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
2847              From: epeschko@den-mdev1 (Ed Peschko)
2848      Branch: perl
2849            + utils/perlcc.PL
2850            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
2851            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
2852 ____________________________________________________________________________
2853 [   962] By: mbeattie                              on 1998/05/14  15:45:28
2854         Log: From: Dan Sugalski <sugalskd@ous.edu>
2855              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
2856              Date: Wed, 08 Apr 1998 17:08:48 -0700
2857              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
2858              Date: Fri, 08 May 1998 10:49:16 -0700
2859      Branch: perl
2860            ! ext/Thread/Thread.pm
2861 ____________________________________________________________________________
2862 [   961] By: mbeattie                              on 1998/05/14  15:43:39
2863         Log: Subject: Consolidated patch to 5.004_64
2864              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
2865              From: Charles Bailey <BAILEY@newman.upenn.edu>
2866      Branch: perl
2867            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
2868            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
2869            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
2870            ! vms/perlvms.pod
2871 ____________________________________________________________________________
2872 [   960] By: mbeattie                              on 1998/05/14  15:41:41
2873         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
2874              Date: 07 Apr 1998 18:31:21 +0200
2875              From: JVromans@Squirrel.nl (Johan Vromans)
2876      Branch: perl
2877            ! lib/Getopt/Long.pm
2878 ____________________________________________________________________________
2879 [   959] By: mbeattie                              on 1998/05/14  15:39:29
2880         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2881              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
2882              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
2883              Subject: [PATCH] perl 5.004_64+Config_04
2884              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
2885      Branch: perl
2886            ! lib/Benchmark.pm pod/perlfunc.pod
2887 ____________________________________________________________________________
2888 [   958] By: mbeattie                              on 1998/05/14  15:36:30
2889         Log: From: kstar@chapin.edu
2890              Subject: [PATCH] hints for Irix 6
2891              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
2892              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
2893              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
2894      Branch: perl
2895            ! INSTALL hints/irix_6.sh installperl
2896 ____________________________________________________________________________
2897 [   957] By: mbeattie                              on 1998/05/14  15:33:48
2898         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
2899              Date: Mon, 06 Apr 1998 21:09:24 +0200
2900              From: Achim Bohnet <ach@mpe.mpg.de>
2901      Branch: perl
2902            ! lib/ExtUtils/Install.pm
2903 ____________________________________________________________________________
2904 [   956] By: mbeattie                              on 1998/05/14  15:32:39
2905         Log: Subject: [PATCH] Config: Irix 5 hints
2906              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
2907              From: kstar@O2.chapin.edu
2908      Branch: perl
2909            ! hints/irix_5.sh
2910 ____________________________________________________________________________
2911 [   955] By: mbeattie                              on 1998/05/14  15:31:12
2912         Log: Subject: PATCH: h2ph produces incorrect code
2913              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
2914              From: Billy <wdconsta@cs.adelaide.edu.au>
2915      Branch: perl
2916            ! utils/h2ph.PL
2917 ____________________________________________________________________________
2918 [   954] By: mbeattie                              on 1998/05/14  15:29:27
2919         Log: Subject: [PATCH] perldebug.pod
2920              Date: Mon, 6 Apr 1998 00:36:57 -0600
2921              From: jason stewart <jasons@sandy-home.arc.unm.edu>
2922      Branch: perl
2923            ! pod/perldebug.pod
2924 ____________________________________________________________________________
2925 [   953] By: mbeattie                              on 1998/05/14  15:28:00
2926         Log: From: Dominic Dunlop <domo@vo.lu>
2927              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
2928              Date: Wed, 6 May 1998 14:39:32 +0000
2929              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
2930              Date: Sat, 4 Apr 1998 19:44:34 +0000
2931      Branch: perl
2932            ! hints/machten.sh t/op/hashwarn.t
2933 ____________________________________________________________________________
2934 [   952] By: mbeattie                              on 1998/05/14  15:23:19
2935         Log: New pod/perldelta.pod (previous one branched in last change):
2936              Subject: [PATCH 5.004_64] Start new perldelta
2937              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
2938              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2939      Branch: perl
2940            + pod/perldelta.pod
2941 ____________________________________________________________________________
2942 [   951] By: mbeattie                              on 1998/05/14  15:20:43
2943         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2944              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
2945              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
2946              Subject: [PATCH 5.004_64] Start new perldelta
2947              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
2948              (above branched perldelta -> perldelta4, new perldelta will be
2949              created/added next change)
2950              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
2951              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
2952      Branch: perl
2953            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
2954            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
2955           +> pod/perldelta4.pod
2956            - pod/perldelta.pod
2957            ! MANIFEST hints/svr4.sh
2958 ____________________________________________________________________________
2959 [   949] By: TimBunce                              on 1998/05/14  15:11:30
2960         Log: 
2961              Title:  "while($x=<>) no longer warns (implicit defined added)"
2962              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
2963              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
2964              Files:  MANIFEST op.c t/op/defins.t
2965      Branch: maint-5.004/perl
2966            + t/op/defins.t
2967            ! MANIFEST op.c
2968 ____________________________________________________________________________
2969 [   948] By: mbeattie                              on 1998/05/14  15:09:51
2970         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2971              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
2972              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
2973              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
2974              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
2975              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
2976              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
2977              Subject: [PATCH 5.004_64] Config_64-03-04.diff
2978              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
2979      Branch: perl
2980            + README.beos beos/nm.c hints/beos.sh
2981            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
2982            ! Porting/Glossary Porting/config.sh Porting/config_H
2983            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
2984            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
2985            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
2986            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
2987            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
2988            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
2989            ! win32/config.vc win32/config_H.bc win32/config_H.vc
2990 ____________________________________________________________________________
2991 [   946] By: TimBunce                              on 1998/05/14  15:07:06
2992         Log: 
2993              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
2994              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2995              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
2996              Files:  perl.c sv.c t/op/misc.t
2997      Branch: maint-5.004/perl
2998            ! perl.c sv.c t/op/misc.t
2999 ____________________________________________________________________________
3000 [   945] By: mbeattie                              on 1998/05/14  15:00:31
3001         Log: Subject: Perl Social Contract
3002              Date: 13 Apr 1998 06:16:59 -0700
3003              From: Russ Allbery <rra@stanford.edu>
3004      Branch: perl
3005            + Porting/Contract
3006 ____________________________________________________________________________
3007 [   944] By: TimBunce                              on 1998/05/14  14:59:37
3008         Log: 
3009              Title:  "5.004_04-m2 Cleanup of test failures"
3010              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3011              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
3012              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
3013              win32/config.bc win32/config.vc
3014      Branch: maint-5.004/perl
3015            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
3016            ! win32/config.bc win32/config.vc
3017 ____________________________________________________________________________
3018 [   943] By: mbeattie                              on 1998/05/14  14:58:13
3019         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
3020              Subject: [PATCH 5.004_64] Test.pm update
3021              Date: Sat, 4 Apr 1998 08:33:50 -0500
3022              Subject: [PATCH 5.004_64] modcount + comments
3023              Date: Fri, 17 Apr 1998 16:07:35 -0400
3024      Branch: perl
3025            ! lib/Test.pm op.c thrdvar.h
3026 ____________________________________________________________________________
3027 [   942] By: mbeattie                              on 1998/05/14  14:49:43
3028         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3029              Subject: [PATCH 5.004_64] newSV
3030              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
3031              Subject: [PATCH 5.004_64] Cryptic error from B::CC
3032              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
3033      Branch: perl
3034            ! ext/B/B/CC.pm handy.h proto.h sv.c
3035 ____________________________________________________________________________
3036 [   941] By: mbeattie                              on 1998/05/14  14:47:29
3037         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3038              Subject: [PATCH 5.004_64] anydbm.t
3039              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
3040              Subject: [PATCH 5.004_64] threads on OS/2
3041              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
3042              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
3043              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
3044              Subject: [PATCH 5.004_64] Immediate stop in debugger
3045              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
3046              Subject: [PATCH 5.005_64] ptags broken
3047              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
3048              Subject: [PATCH 5.004_64] Document switch syntax via RE
3049              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
3050      Branch: perl
3051            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
3052            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
3053            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
3054 ____________________________________________________________________________
3055 [   940] By: mbeattie                              on 1998/05/14  14:38:44
3056         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
3057              Date: Fri, 03 Apr 1998 16:01:57 -0800
3058              From: Dan Sugalski <sugalskd@osshe.edu>
3059      Branch: perl
3060            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
3061            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
3062 ____________________________________________________________________________
3063 [   939] By: mbeattie                              on 1998/05/14  14:35:42
3064         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
3065              Date: Fri, 03 Apr 1998 13:58:15 -0800
3066              From: Dan Sugalski <sugalskd@osshe.edu>
3067      Branch: perl
3068            ! perl.c
3069 ____________________________________________________________________________
3070 [   938] By: gsar                                  on 1998/05/14  10:53:55
3071         Log: merge change#896 from maintbranch
3072      Branch: win32/perl
3073            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
3074            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
3075            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
3076            ! t/op/gv.t t/op/misc.t t/op/pack.t
3077 ____________________________________________________________________________
3078 [   937] By: gsar                                  on 1998/05/14  09:31:34
3079         Log: merge change#887 from maintbranch
3080      Branch: win32/perl
3081            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3082            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
3083            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
3084            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
3085            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
3086            ! t/op/stat.t toke.c utils/h2xs.PL
3087 ____________________________________________________________________________
3088 [   936] By: gsar                                  on 1998/05/14  09:06:18
3089         Log: merge change#886 from maintbranch
3090      Branch: win32/perl
3091            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
3092            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
3093            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
3094            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
3095            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3096            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
3097            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
3098            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
3099            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
3100            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
3101            ! vms/test.com
3102 ____________________________________________________________________________
3103 [   935] By: gsar                                  on 1998/05/14  07:00:02
3104         Log: merge changes#872,873 from maintbranch
3105      Branch: win32/perl
3106            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
3107            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
3108            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
3109            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
3110            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
3111            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
3112            ! utils/perldoc.PL
3113 ____________________________________________________________________________
3114 [   934] By: gsar                                  on 1998/05/14  06:24:38
3115         Log: merge changes#755..759,763,764 from maintbranch
3116      Branch: win32/perl
3117            + hints/openbsd.sh
3118            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
3119            ! t/op/pos.t utils/perldoc.PL
3120 ____________________________________________________________________________
3121 [   933] By: gsar                                  on 1998/05/14  06:07:31
3122         Log: merge change#754 from maintbranch
3123      Branch: win32/perl
3124            ! perl.c
3125 ____________________________________________________________________________
3126 [   932] By: gsar                                  on 1998/05/14  06:03:50
3127         Log: merge changes#752,753 from maintbranch
3128      Branch: win32/perl
3129            + t/op/pos.t
3130            ! README ext/GDBM_File/GDBM_File.pm
3131            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
3132 ____________________________________________________________________________
3133 [   931] By: gsar                                  on 1998/05/14  05:51:19
3134         Log: merge change#745 from maintbranch
3135      Branch: win32/perl
3136            + ext/DynaLoader/DynaLoader.pm.PL
3137            - ext/DynaLoader/DynaLoader.pm
3138            ! MANIFEST ext/DynaLoader/Makefile.PL
3139 ____________________________________________________________________________
3140 [   930] By: nick                                  on 1998/05/13  20:39:59
3141         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
3142      Branch: ansiperl
3143            ! utils/perldoc.PL
3144           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
3145           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
3146           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
3147           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3148           !> win32/makedef.pl win32/makefile.mk
3149 ____________________________________________________________________________
3150 [   929] By: gsar                                  on 1998/05/13  10:13:36
3151         Log: merge change#687 from maintbranch
3152      Branch: win32/perl
3153            ! pod/perlfunc.pod
3154 ____________________________________________________________________________
3155 [   928] By: gsar                                  on 1998/05/13  10:08:13
3156         Log: merge change#683 from maintbranch
3157      Branch: win32/perl
3158            ! pod/perlguts.pod
3159 ____________________________________________________________________________
3160 [   927] By: gsar                                  on 1998/05/13  09:51:43
3161         Log: merge change#681 from maintbranch
3162      Branch: win32/perl
3163            ! ext/Fcntl/Fcntl.pm
3164 ____________________________________________________________________________
3165 [   926] By: gsar                                  on 1998/05/13  09:47:11
3166         Log: merge change#664 from maint branch
3167      Branch: win32/perl
3168            ! regcomp.c regcomp.h regexec.c
3169 ____________________________________________________________________________
3170 [   925] By: gsar                                  on 1998/05/13  08:55:28
3171         Log: merge missing part of change#663 from maint branch
3172      Branch: win32/perl
3173            ! op.c
3174 ____________________________________________________________________________
3175 [   924] By: gsar                                  on 1998/05/12  18:50:04
3176         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
3177              and seems to generate problematic code for PII.
3178      Branch: win32/perl
3179            ! win32/makefile.mk
3180 ____________________________________________________________________________
3181 [   923] By: gsar                                  on 1998/05/12  16:24:02
3182         Log: fix test failure
3183              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
3184              Date:    Tue, 12 May 1998 10:40:57 BST
3185              From:    Nick.Ing-Simmons@tiuk.ti.com
3186              Subject: test buglet
3187      Branch: win32/perl
3188            ! t/op/hashwarn.t
3189 ____________________________________________________________________________
3190 [   922] By: TimBunce                              on 1998/05/11  20:58:58
3191         Log: Assorted patches:
3192              
3193              ------  CORE LANGUAGE  ------
3194              
3195              Title:  "incorrect return value for hv_iterinit"
3196              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3197              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
3198              Files:  pod/perlguts.pod hv.c
3199              
3200              ------  DOCUMENTATION  ------
3201              
3202              Title:  "perlvar.pod buglet E<EVMSERR>"
3203              From:  Achim Bohnet <ach@mpe.mpg.de>
3204              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
3205              Files:  pod/perlvar.pod
3206              
3207              Title:  "Improve docs for warning about code after an exec()"
3208              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
3209              <chaimf@concentric.net>
3210              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
3211              <m3ra22qn1z.fsf@chany-p100.emwp.com>
3212              Files:  pod/perlfunc.pod
3213              
3214              Title:  "Remove dead code from pod2man"
3215              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3216              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
3217              Files:  pod/pod2man.PL
3218              
3219              Title:  "tweak doc for C<do FILENAME>"
3220              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3221              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
3222              Files:  pod/perlfunc.pod
3223              
3224              Title:  "Document integer pragma effect on % operator"
3225              From:  Gisle Aas <gisle@aas.no>
3226              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
3227              Files:  pod/perlop.pod
3228              
3229              Title:  "Reduce rm command line length in pod/Makefile"
3230              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
3231              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
3232              Files:  pod/Makefile
3233              
3234              ------  EXTENSIONS  ------
3235              
3236              Title:  "Clarify Termios usage in POSIX.pod"
3237              From:  Rocco Caputo <troc@netrus.net>
3238              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
3239              Files:  ext/POSIX/POSIX.pod
3240              
3241              ------  LIBRARY  ------
3242              
3243              Title:  "Fix File::Find::finddepth typo in trial 2 release"
3244              From:  koenig@kulturbox.de (Andreas J. Koenig)
3245              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
3246              Files:  lib/File/Find.pm t/lib/filefind.t
3247              
3248              ------  PORTABILITY - GENERAL  ------
3249              
3250              Title:  "Add Porting/patching.pod document"
3251              From:  Daniel Grisinger <dgris@tdrenterprises.com>
3252              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
3253              Files:  MANIFEST Porting/patching.pod
3254              
3255              Title:  "hints/machten.sh: disable semctl(), align with devel version"
3256              From:  Dominic Dunlop <domo@vo.lu>
3257              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
3258              Files:  hints/machten.sh
3259              
3260              Title:  "Add VMS specifics to Porting/makerel"
3261              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3262              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
3263              <199804271732.SAA13762@toad.ig.co.uk>,
3264              <9804250212.AA27695@forte.com>
3265              Files:  Porting/makerel
3266      Branch: maint-5.004/perl
3267            + Porting/patching.pod
3268            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
3269            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
3270            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
3271            ! t/lib/filefind.t
3272 ____________________________________________________________________________
3273 [   921] By: gsar                                  on 1998/05/10  02:28:03
3274         Log: various tweaks to makefiles
3275      Branch: win32/perl
3276            ! win32/Makefile win32/makedef.pl win32/makefile.mk
3277 ____________________________________________________________________________
3278 [   920] By: gsar                                  on 1998/05/10  02:27:19
3279         Log: fix ExtUtils::Liblist mishandling paths with spaces
3280      Branch: win32/perl
3281            ! lib/ExtUtils/Liblist.pm
3282 ____________________________________________________________________________
3283 [   919] By: gsar                                  on 1998/05/09  17:10:15
3284         Log: minor cleanup
3285      Branch: win32/perl
3286            ! MANIFEST perl.c
3287 ____________________________________________________________________________
3288 [   918] By: gsar                                  on 1998/05/09  17:09:09
3289         Log: protect sortcop from C<sort { sort { ... } ... } ...>
3290              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
3291              Date:    Fri, 08 May 1998 19:33:44 EDT
3292              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
3293              Subject: [PATCH] Re: double recursion in sort 
3294      Branch: win32/perl
3295            ! pp_ctl.c t/op/runlevel.t
3296 ____________________________________________________________________________
3297 [   917] By: gsar                                  on 1998/05/09  17:05:55
3298         Log: c
3299      Branch: win32/perl
3300            ! win32/config.bc win32/config.gc win32/config.vc
3301 ____________________________________________________________________________
3302 [   916] By: gsar                                  on 1998/05/07  03:40:15
3303         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
3304      Branch: win32/perl
3305            ! pp.c
3306 ____________________________________________________________________________
3307 [   915] By: mbeattie                              on 1998/05/06  13:08:29
3308         Log: Speed up pp_entersub for usethreads with only 1 thread running.
3309      Branch: perl
3310            ! pp_hot.c
3311 ____________________________________________________________________________
3312 [   914] By: gsar                                  on 1998/05/03  18:44:38
3313         Log: make hv_iterinit() return HvKEYS()
3314              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
3315              Date:    Sat, 02 May 1998 16:29:22 EDT
3316              From:    "SynaptiCAD, Inc." <sales@syncad.com>
3317              Subject: incorrect return value for hv_iterinit
3318      Branch: win32/perl
3319            ! hv.c pod/perlguts.pod
3320 ____________________________________________________________________________
3321 [   913] By: TimBunce                              on 1998/05/01  22:38:38
3322         Log: Update MANIFEST for trial 2.
3323              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
3324      Branch: maint-5.004/perl
3325            ! MANIFEST
3326 ____________________________________________________________________________
3327 [   912] By: TimBunce                              on 1998/05/01  22:30:29
3328         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
3329      Branch: maint-5.004/perl
3330            + t/op/tiehandle.t
3331 ____________________________________________________________________________
3332 [   911] By: TimBunce                              on 1998/05/01  21:35:03
3333         Log: 
3334              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
3335              From:  timbo@ig.co.uk (Tim Bunce)
3336              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
3337              Files:  perl.h
3338              
3339              Title:  "Add WRITE & CLOSE to TIEHANDLE"
3340              From:  Graham Barr <gbarr@pobox.com>
3341              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
3342              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
3343      Branch: maint-5.004/perl
3344            + lib/Tie/Handle.pm
3345            ! perl.h pod/perltie.pod pp_sys.c
3346 ____________________________________________________________________________
3347 [   910] By: TimBunce                              on 1998/05/01  20:47:47
3348         Log: 
3349              Title:  "Add warning for Illegal hex digit"
3350              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
3351              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
3352              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
3353              <199804271409.PAA12819@toad.ig.co.uk>,
3354              <199804280307.WAA12332@psasolar.psa.pencom.com>
3355              Files:  pod/perldiag.pod util.c
3356              
3357              Title:  "perl_call_method() bug fix (corrupt op pointer)"
3358              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
3359              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
3360              Files:  perl.c
3361              
3362              Title:  "Fix printf segmentation fault"
3363              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
3364              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
3365              Files:  pp_hot.c
3366              
3367              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
3368              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3369              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
3370              Files:  pod/perlsub.pod
3371      Branch: maint-5.004/perl
3372            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
3373 ____________________________________________________________________________
3374 [   909] By: TimBunce                              on 1998/05/01  19:44:47
3375         Log: 
3376              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
3377              Files:  doio.c util.c
3378      Branch: maint-5.004/perl
3379            ! doio.c util.c
3380 ____________________________________________________________________________
3381 [   908] By: gsar                                  on 1998/05/01  19:21:02
3382         Log: add AS patch#20 (exposes more global constants)
3383      Branch: asperl
3384            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
3385            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
3386            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
3387 ____________________________________________________________________________
3388 [   907] By: TimBunce                              on 1998/05/01  17:50:46
3389         Log: 
3390              Title:  "Runtime Carp verbosity without aliasing"
3391              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
3392              Msg-ID:  <H00000e50003936c@MHS>
3393              Files:  lib/Carp.pm
3394              
3395              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
3396              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
3397              <rootbeer@teleport.com>
3398              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
3399              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
3400              Files:  lib/File/Basename.pm
3401      Branch: maint-5.004/perl
3402            ! lib/Carp.pm lib/File/Basename.pm
3403 ____________________________________________________________________________
3404 [   906] By: TimBunce                              on 1998/04/28  11:04:49
3405         Log: 
3406              ------  CORE LANGUAGE  ------
3407              
3408              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
3409              references in LVs"
3410              From:  Spider Boardman <spider@orb.nashua.nh.us>
3411              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
3412              <19980422164037.D29222@perl.org>
3413              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
3414              pp.c sv.c
3415              
3416              Title:  "Fix SvGMAGIC typo in change 904"
3417              Files:  doop.c
3418      Branch: maint-5.004/perl
3419            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
3420            ! proto.h sv.c
3421 ____________________________________________________________________________
3422 [   905] By: TimBunce                              on 1998/04/28  10:32:20
3423         Log: Regexp patches
3424              
3425              Title:  "New regex flag //t to leave $1 etc. tainted"
3426              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
3427              Msg-ID:  <19980310192640.37826@cyprus>
3428              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
3429              t/op/taint.t toke.c
3430              
3431              Title:  "Don't accidentally untaint target of s///"
3432              From:  Chip Salzenberg <chip@pobox.com>
3433              Msg-ID:  <19980310151756.24767@cyprus>
3434              Files:  pp_ctl.c pp_hot.c t/op/taint.t
3435              
3436              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
3437              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
3438              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
3439              Files:  regcomp.c
3440      Branch: maint-5.004/perl
3441            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
3442            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
3443 ____________________________________________________________________________
3444 [   904] By: TimBunce                              on 1998/04/27  20:20:21
3445         Log: Assorted patches:
3446              
3447              ------  CORE LANGUAGE  ------
3448              
3449              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
3450              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
3451              <Tim.Bunce@ig.co.uk>
3452              Msg-ID:  <19980424080630.D13985@perl.org>
3453              Files:  doop.c
3454              
3455              Title:  "Better error message for require failure"
3456              From:  epeschko@den-mdev1 (Ed Peschko)
3457              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
3458              Files:  pod/perldiag.pod pp_ctl.c
3459              
3460              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
3461              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3462              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
3463              Files:  perl.c
3464              
3465              Title:  "Fix nice_chunk memory leak"
3466              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3467              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
3468              Files:  sv.c
3469              
3470              Title:  "-2.0 vs. -2 (was Number representations)"
3471              From:  Chip Salzenberg <chip@pobox.com>
3472              Msg-ID:  <19980309185652.11231@cyprus>
3473              Files:  op.c
3474              
3475              Title:  "perl.c fixes for -DUNEXEC"
3476              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
3477              <mwette@mr-ed.jpl.nasa.gov>
3478              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
3479              Files:  perl.c
3480              
3481              ------  DOCUMENTATION  ------
3482              
3483              Title:  "perlcall is Perl from C, not C from Perl"
3484              From:  Steve A Fink <sfink@cs.berkeley.edu>
3485              Files:  pod/perlembed.pod
3486              
3487              Title:  "Clarify require "Foo::Bar" non-bareword issue"
3488              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
3489              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
3490              Files:  pod/perlfunc.pod
3491              
3492              Title:  "(repost) new text for perlsec", "new text for perlsec"
3493              From:  Tom Phoenix <rootbeer@teleport.com>
3494              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
3495              Files:  pod/perlsec.pod
3496              
3497              ------  EXTENSIONS  ------
3498              
3499              Title:  "IO::Socket->socketpair broken (typo)"
3500              From:  Olaf Titz <olaf@bigred.inka.de>
3501              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
3502              Files:  ext/IO/lib/IO/Socket.pm
3503              
3504              Title:  "NDBM_File man page needs Fcntl"
3505              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
3506              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
3507              Files:  ext/NDBM_File/NDBM_File.pm
3508              
3509              ------  LIBRARY  ------
3510              
3511              Title:  "Documentation discrepancy: pragmatic modules"
3512              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
3513              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
3514              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
3515              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
3516              
3517              ------  PORTABILITY - GENERAL  ------
3518              
3519              Title:  "Updated hints file for svr4"
3520              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3521              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
3522              Files:  hints/svr4.sh
3523              
3524              Title:  "Pumpkin update -- shared libperl.so location"
3525              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3526              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
3527              Files:  Porting/pumpkin.pod
3528              
3529              Title:  "perl compile fix for AIX 4.3"
3530              From:  Jens-Uwe Mager <jum@helios.de>
3531              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
3532              Files:  ext/DynaLoader/dl_aix.xs
3533              
3534              Title:  "Dynaloader build on VMS",
3535              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
3536              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
3537              Files:  vms/descrip.mms
3538              
3539              ------  UTILITIES  ------
3540              
3541              Title:  "Major update to h2ph.PL"
3542              From:  Billy <wdconsta@cs.adelaide.edu.au>
3543              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
3544              Files:  utils/h2ph.PL
3545      Branch: maint-5.004/perl
3546            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
3547            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
3548            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
3549            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
3550            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
3551 ____________________________________________________________________________
3552 [   903] By: gsar                                  on 1998/04/25  22:27:19
3553         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
3554      Branch: asperl
3555            ! win32/GenCAPI.pl
3556 ____________________________________________________________________________
3557 [   902] By: nick                                  on 1998/04/25  16:35:08
3558         Log: Case sensitive tweak to perldoc.PL
3559      Branch: ansiperl
3560            ! utils/perldoc.PL
3561 ____________________________________________________________________________
3562 [   901] By: nick                                  on 1998/04/25  15:16:54
3563         Log: Implement use attrs qw(locked package);
3564              Passes all tests except posix (hangs/dies) in sigaction test after 
3565              printing "ok 9".
3566      Branch: ansiperl
3567            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
3568 ____________________________________________________________________________
3569 [   900] By: nick                                  on 1998/04/25  13:58:17
3570         Log: Auto-insert defined() test in while when test expression is 
3571              readline (i.e. <>), glob, readdir, or each.
3572      Branch: ansiperl
3573            + t/op/defins.t
3574            ! op.c pod/perlop.pod
3575 ____________________________________________________________________________
3576 [   899] By: nick                                  on 1998/04/25  13:14:52
3577         Log: Resolve ansiperl against win32 branch
3578      Branch: ansiperl
3579           +> (branch 53 files)
3580            - config_H
3581           !> (integrate 227 files)
3582 ____________________________________________________________________________
3583 [   898] By: gsar                                  on 1998/04/24  17:01:05
3584         Log: add AS patch#18
3585      Branch: asperl
3586            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
3587 ____________________________________________________________________________
3588 [   897] By: TimBunce                              on 1998/04/23  19:49:22
3589         Log: Assorted patches:
3590              
3591              ------  CORE LANGUAGE  ------
3592              
3593              Title:  "fix for "Unbalanced string table refcount""
3594              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3595              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
3596              Files:  sv.c
3597              
3598              Title:  "Allow more lenient switch processing"
3599              From:  "John L. Allen" <allen@grumman.com>
3600              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
3601              Files:  perl.c
3602              
3603              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
3604              From:  Gisle Aas <gisle@aas.no>
3605              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
3606              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
3607              
3608              Title:  "Odd number of elements in hash list."
3609              From:  Tom Phoenix <rootbeer@teleport.com>
3610              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
3611              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
3612              
3613              Title:  "another destruct_level fix"
3614              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3615              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
3616              Files:  hv.c
3617              
3618              Title:  "bidirectional pipe warning blues"
3619              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
3620              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
3621              Files:  doio.c
3622              
3623              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
3624              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
3625              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
3626              Files:  pp_hot.c pp_sys.c
3627              
3628              Title:  "unimplemented umask() should return undef not die"
3629              From:  kstar@chapin.edu (Kurt D. Starsinic)
3630              Msg-ID:  <199803120515.VAA08660@chapin.edu>
3631              Files:  pod/perlfunc.pod pp_sys.c
3632              
3633              Title:  "warning for: bless $foo, """
3634              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
3635              Msg-ID:  <H00000e5000378a0@MHS>
3636              Files:  pod/perldiag.pod pp.c
3637              
3638              ------  DOCUMENTATION  ------
3639              
3640              Title:  "Mention SWIG in perlxs.pod"
3641              From:  Steve A Fink <sfink@cs.berkeley.edu>
3642              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
3643              Files:  pod/perlxs.pod
3644              
3645              Title:  "fix-up of previous perlre.pod patch"
3646              From:  Ted Ashton <ashted@southern.edu>
3647              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
3648              Files:  pod/perlre.pod
3649              
3650              Title:  "long list of man page nitpicks"
3651              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
3652              <tchrist@jhereg.perl.com>
3653              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
3654              <199804222204.QAA20805@jhereg.perl.com>
3655              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
3656              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
3657              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3658              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
3659              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
3660              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
3661              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3662              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3663              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
3664              pod/pod2man.PL
3665              
3666              Title:  "document that system() does not set $! when it fails"
3667              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
3668              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
3669              Files:  pod/perlfunc.pod
3670              
3671              Title:  "Fix pod/roffitall execute permission"
3672              From:  lvirden@cas.org
3673              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
3674              Files:  pod/roffitall
3675              
3676              Title:  "document when split ignores trailing empty fields"
3677              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
3678              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
3679              Files:  pod/perlfunc.pod
3680              
3681              ------  EXTENSIONS  ------
3682              
3683              Title:  "Buglet in Opcode.pm documentation"
3684              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
3685              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
3686              Files:  ext/Opcode/Opcode.pm
3687              
3688              Title:  "Failure to append to perllocal.pod should not be fatal"
3689              From:  koenig@kulturbox.de (Andreas J. Koenig)
3690              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
3691              Files:  lib/ExtUtils/MM_Unix.pm
3692              
3693              Title:  "Document that IO.pm does not load IO::Select etc"
3694              From:  Graham Barr <gbarr@ti.com>
3695              Msg-ID:  <353B48F1.64E35A63@ti.com>
3696              Files:  ext/IO/IO.pm
3697              
3698              Title:  "Install extensions with bootstrap (again) in $archlib"
3699              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
3700              Koenig)
3701              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
3702              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
3703              Files:  lib/ExtUtils/Install.pm
3704              
3705              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
3706              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3707              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
3708              Files:  ext/Socket/Socket.xs
3709              
3710              ------  LIBRARY  ------
3711              
3712              Title:  "Benchmark.pm: add run-for-some-time mode"
3713              From:  Jarkko Hietaniemi <jhi@iki.fi>
3714              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
3715              Files:  lib/Benchmark.pm
3716              
3717              Title:  "Comments added to Carp.pm"
3718              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
3719              <chip@perlsupport.com>, Tom Christiansen
3720              <tchrist@jhereg.perl.com>
3721              Msg-ID:  <19980422164242.E29222@perl.org>,
3722              <199804222033.OAA17959@jhereg.perl.com>,
3723              <980409182357.ZM21638@bandanna>
3724              Files:  lib/Carp.pm
3725              
3726              Title:  "chat2.pl fix"
3727              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3728              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
3729              Files:  lib/chat2.pl
3730              
3731              Title:  "lib/Pod/Html.pm"
3732              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
3733              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
3734              <199710180417.AAA19778@staff2.cso.uiuc.edu>
3735              Files:  lib/Pod/Html.pm
3736              
3737              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
3738              arg."
3739              From:  hiroo.hayashi@computer.org
3740              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
3741              Files:  lib/Term/ReadLine.pm
3742              
3743              ------  OTHER CHANGES  ------
3744              
3745              Title:  "ptags broken"
3746              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3747              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
3748              Files:  emacs/ptags
3749              
3750              ------  PORTABILITY - WIN32  ------
3751              
3752              Title:  "win32 tweaks (signals and crypt support)"
3753              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3754              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
3755              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
3756              win32/config_H.vc win32/win32.c
3757              
3758              ------  PORTABILITY - GENERAL  ------
3759              
3760              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
3761              From:  Russ Allbery <rra@stanford.edu>
3762              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
3763              Files:  Porting/Contract
3764              
3765              Title:  "Config: Irix 5 hints"
3766              From:  kstar@O2.chapin.edu
3767              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
3768              Files:  hints/irix_5.sh
3769              
3770              Title:  "VMS patches to 5.004_03"
3771              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3772              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
3773              Files:  vms/vms.c
3774              
3775              Title:  "hints/netbsd.sh - enable vfork"
3776              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3777              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
3778              Files:  hints/netbsd.sh
3779              
3780              ------  UTILITIES  ------
3781              
3782              Title:  "support find2perl -follow"
3783              From:  Billy <wdconsta@cs.adelaide.edu.au>
3784              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
3785              Files:  x2p/find2perl.PL
3786      Branch: maint-5.004/perl
3787            + Porting/Contract t/op/hashwarn.t
3788            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3789            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
3790            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
3791            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3792            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3793            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
3794            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
3795            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
3796            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
3797            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
3798            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
3799            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
3800            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3801            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3802            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3803            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
3804            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
3805            ! win32/config_H.bc win32/config_H.vc win32/win32.c
3806            ! x2p/find2perl.PL
3807 ____________________________________________________________________________
3808 [   896] By: TimBunce                              on 1998/04/22  11:49:24
3809         Log: Assorted patches:
3810              
3811              ------  CORE LANGUAGE  ------
3812              
3813              Title:  "Additional regex-cache patch"
3814              From:  Chip Salzenberg <chip@atlantic.net>
3815              Msg-ID:  <19980305104831.38100@cyprus>
3816              Files:  pp_ctl.c
3817              
3818              Title:  "Conservative C<*x = undef> patch"
3819              From:  Chip Salzenberg <chip@atlantic.net>
3820              Msg-ID:  <19980310163310.48509@cyprus>
3821              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
3822              
3823              Title:  "Consider @ARGV to be plain files if inplace (-i)"
3824              From:  Chip Salzenberg <salzench@nielsenmedia.com>
3825              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
3826              Files:  doio.c
3827              
3828              Title:  "Fix semctl for Linux, Sun and SVR4"
3829              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
3830              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
3831              Files:  doio.c
3832              
3833              Title:  "C<dSP> entails using C<SP>, not C<sp>"
3834              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3835              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
3836              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
3837              doio.c doop.c ext/DB_File/DB_File.xs
3838              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
3839              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
3840              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
3841              win32/win32.c
3842              
3843              Title:  "Make autouse -w-safe"
3844              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3845              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
3846              Files:  lib/autouse.pm op.c sv.c
3847              
3848              Title:  "Misleading error on close of unopened handle"
3849              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3850              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
3851              Files:  doio.c
3852              
3853              Title:  "Confusing error from perl -e "x'""
3854              From:  Hans Mulder <hansmu@xs4all.nl>
3855              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
3856              Files:  toke.c
3857              
3858              Title:  "Add HAS_GNULIBC define"
3859              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3860              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
3861              Files:  config_H config_h.SH
3862              
3863              Title:  "h_errno might not be an int"
3864              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3865              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
3866              Files:  pp_sys.c
3867              
3868              Title:  "Revised taint hole closer", "Revised taint hole closer"
3869              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
3870              <ilya@math.ohio-state.edu>
3871              Msg-ID:  <19980310222127.09350@cyprus>,
3872              <199803110554.AAA29157@monk.mps.ohio-state.edu>
3873              Files:  doio.c
3874              
3875              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
3876              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
3877              van der Sanden)
3878              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
3879              <199803171727.MAA05234@aatma.engin.umich.edu>
3880              Files:  op.c t/op/misc.t
3881              
3882              Title:  "Stale SP in pp_substr"
3883              From:  Stephen McCamant <alias@mcs.com>
3884              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
3885              Files:  pp.c
3886              
3887              Title:  "Statement unlikely to be reached warning"
3888              From:  Hans Mulder <hansm@icgned.nl>
3889              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
3890              Files:  op.c
3891              
3892              Title:  "Tainting propagates from nowhere"
3893              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3894              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
3895              Files:  pp.c
3896              
3897              Title:  "two trivial tweaks to 5.004m5t1"
3898              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3899              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
3900              Files:  proto.h win32/Makefile
3901              
3902              Title:  "unpacking negatives on Alpha"
3903              From:  Achim Bohnet <ach@mpe.mpg.de>
3904              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
3905              Files:  pp.c t/op/pack.t
3906              
3907              ------  LIBRARY AND EXTENSIONS  ------
3908              
3909              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
3910              From:  Graham Barr <gbarr@ti.com>
3911              Msg-ID:  <3482F365.4A0486BA@ti.com>
3912              Files:  lib/Cwd.pm
3913              
3914              Title:  "Math/BigInt.pm, fixed use of undefined value."
3915              From:  abigail@fnx.com
3916              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
3917              Files:  lib/Math/BigInt.pm
3918              
3919              Title:  "File::Find rewrite"
3920              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3921              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
3922              Files:  lib/File/Find.pm
3923              
3924              Title:  "efficient version of strict.pm"
3925              From:  koenig@anna.mind.de (Andreas J. Koenig)
3926              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
3927              Files:  lib/strict.pm
3928              
3929              Title:  "Socket occasional SEGV in pack_sockaddr_un"
3930              From:  Trevor Blackwell <tlb@viaweb.com>
3931              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
3932              Files:  ext/Socket/Socket.xs
3933              
3934              Title:  "Warning on mis-use of 'use lib'"
3935              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
3936              <rootbeer@teleport.com>, chip@atlantic.net
3937              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
3938              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
3939              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
3940              Files:  lib/lib.pm
3941              
3942              Title:  "bug in Class::Struct"
3943              From:  Tom Christiansen <tchrist@toy.perl.com>
3944              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
3945              Files:  lib/Class/Struct.pm
3946              
3947              Title:  "Allow POSIX to export nice()"
3948              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
3949              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
3950              Files:  ext/POSIX/POSIX.pm
3951              
3952              Title:  "'use Env' on WinNT/95 fails"
3953              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3954              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
3955              Files:  lib/Env.pm
3956              
3957              ------  OTHER CHANGES  ------
3958              
3959              Title:  "mv-if-diff"
3960              From:  Robin Barker <rmb1@cise.npl.co.uk>
3961              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
3962              Files:  mv-if-diff
3963              
3964              ------  PORTABILITY - WIN32  ------
3965              
3966              Title:  "fix various problems with backticks on win32"
3967              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3968              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
3969              Files:  win32/config_h.PL win32/win32.c
3970              
3971              ------  TESTS  ------
3972              
3973              Title:  "Fix bug in locale.t"
3974              From:  Jarkko Hietaniemi <jhi@iki.fi>
3975              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
3976              Files:  t/pragma/locale.t
3977      Branch: maint-5.004/perl
3978            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
3979            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
3980            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
3981            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
3982            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
3983            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
3984            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
3985            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
3986            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
3987            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
3988            ! win32/Makefile win32/config_h.PL win32/win32.c
3989 ____________________________________________________________________________
3990 [   895] By: gsar                                  on 1998/04/22  03:13:19
3991         Log: intern -> sys_intern
3992      Branch: win32/perl
3993            ! embedvar.h interp.sym intrpvar.h win32/win32.h
3994 ____________________________________________________________________________
3995 [   894] By: gsar                                  on 1998/04/22  02:42:20
3996         Log: hand-applied patch along with small tweaks
3997              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
3998              Date:    Tue, 21 Apr 1998 23:31:06 +0200
3999              From:    jan.dubois@ibm.net (Jan Dubois)
4000              Subject: Re: Per-Interpreter variables for win32.c 
4001      Branch: win32/perl
4002            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
4003            ! win32/makedef.pl win32/win32.c win32/win32.h
4004 ____________________________________________________________________________
4005 [   893] By: gsar                                  on 1998/04/21  03:42:21
4006         Log: add AS patch#17
4007      Branch: asperl
4008            + win32/GenCAPI.pl
4009            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
4010            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4011            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
4012            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
4013            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
4014            ! win32/win32.c
4015 ____________________________________________________________________________
4016 [   892] By: gsar                                  on 1998/04/20  20:51:50
4017         Log: add AS patch#16
4018      Branch: asperl
4019            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
4020            ! win32/makefile.mk
4021 ____________________________________________________________________________
4022 [   891] By: gsar                                  on 1998/04/19  23:50:34
4023         Log: tweak doc for C<do FILENAME>
4024      Branch: win32/perl
4025            ! pod/perlfunc.pod
4026 ____________________________________________________________________________
4027 [   890] By: gsar                                  on 1998/04/19  01:08:11
4028         Log: use a pidtable that grows dynamically for popen()
4029              Message-Id: <3539f434.44835409@smtp1.ibm.net>
4030              Date:    Sat, 18 Apr 1998 21:01:27 +0200
4031              From:    jan.dubois@ibm.net (Jan Dubois)
4032              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
4033      Branch: win32/perl
4034            ! win32/win32.c
4035 ____________________________________________________________________________
4036 [   889] By: gsar                                  on 1998/04/17  02:13:58
4037         Log: support POSIX, enable more locale tests
4038      Branch: win32/perl
4039            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4040            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
4041            ! win32/makedef.pl win32/makefile.mk
4042 ____________________________________________________________________________
4043 [   888] By: mbeattie                              on 1998/04/14  16:22:51
4044         Log: CC did "<<" instead of ">>" for right-shift on ints.
4045      Branch: perl
4046            ! ext/B/B/CC.pm
4047 ____________________________________________________________________________
4048 [   887] By: TimBunce                              on 1998/04/10  17:44:55
4049         Log: Assorted patches:
4050              
4051              ------  CORE LANGUAGE  ------
4052              
4053              Title:  "Re: die exits with 0"
4054              From:  Robin Barker <rmb1@cise.npl.co.uk>
4055              Files:  perl.c t/op/die_exit.t
4056              
4057              Title:  "More toke.c commentary; fix oddity"
4058              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4059              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
4060              Files:  toke.c
4061              
4062              Title:  "for semctl on solaris"
4063              From:  Graham Barr <gbarr@ti.com>
4064              Msg-ID:  <34624B80.C014E841@ti.com>
4065              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
4066              
4067              ------  DOCUMENTATION  ------
4068              
4069              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
4070              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
4071              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
4072              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
4073              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
4074              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
4075              Files:  pod/perlre.pod
4076              
4077              ------  LIBRARY AND EXTENSIONS  ------
4078              
4079              Title:  "BigFloat - small neagtive numbers cause panic"
4080              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
4081              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
4082              Files:  lib/Math/BigFloat.pm
4083              
4084              Title:  "Update Getopt::Long to 2.16"
4085              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
4086              <jvromans@squirrel.nl>
4087              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
4088              <13572.6847.863219.973795@phoenix.squirrel.nl>
4089              Files:  lib/Getopt/Long.pm
4090              
4091              Title:  "New Text::ParseWords"
4092              From:  pomeranz@netcom.com (Hal Pomeranz)
4093              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
4094              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
4095              
4096              Title:  "Fixed Text/Wrap.pm bugs (2)"
4097              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
4098              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
4099              Files:  lib/Text/Wrap.pm
4100              
4101              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
4102              print/exit)"
4103              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
4104              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
4105              Files:  lib/File/CheckTree.pm
4106              
4107              ------  OTHER CHANGES  ------
4108              
4109              Title:  "Add ./emacs/ptags"
4110              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4111              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
4112              Files:  emacs/ptags
4113              
4114              ------  TESTS  ------
4115              
4116              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
4117              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
4118              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
4119              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
4120              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
4121              <v02130515b06be80f1486@[205.228.240.16]>
4122              Files:  t/op/stat.t
4123              
4124              Title:  "for failure with lib/timelocal"
4125              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
4126              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
4127              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
4128              Files:  t/lib/timelocal.t
4129              
4130              Title:  "Make "localhost" related failures more clear"
4131              From:  Paul Hoffman <phoffman@proper.com>
4132              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
4133              Files:  t/lib/io_sock.t t/lib/io_udp.t
4134              
4135              ------  UTILITIES  ------
4136              
4137              Title:  "Let h2xs read multiple header files"
4138              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
4139              <bsugars@canoe.ca>
4140              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
4141              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
4142              Files:  utils/h2xs.PL
4143      Branch: maint-5.004/perl
4144            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
4145            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
4146            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
4147            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
4148            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
4149            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
4150 ____________________________________________________________________________
4151 [   886] By: TimBunce                              on 1998/04/10  14:35:34
4152         Log: Changes relating primarily to portability.
4153              
4154              ------  CORE LANGUAGE  ------
4155              
4156              Title:  "5.004_55: Another round of OS/2 patches"
4157              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4158              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
4159              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
4160              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
4161              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
4162              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
4163              t/lib/filecopy.t util.c utils/perldoc.PL
4164              
4165              Title:  "VMS: chdir() with empty arg list"
4166              From:  lane@duphy4.drexel.edu (Charles Lane)
4167              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
4168              Files:  pp_sys.c
4169              
4170              ------  LIBRARY AND EXTENSIONS  ------
4171              
4172              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
4173              From:  "W. Phillip Moore" <wpm@ms.com>
4174              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
4175              Files:  lib/ExtUtils/MM_Unix.pm
4176              
4177              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
4178              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
4179              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
4180              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
4181              
4182              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
4183              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4184              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
4185              Files:  ext/POSIX/POSIX.xs
4186              
4187              Title:  ""ODBM_File.c", line 275: NULL undefined"
4188              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
4189              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
4190              Files:  ext/ODBM_File/ODBM_File.xs
4191              
4192              ------  OTHER CHANGES  ------
4193              Files:  
4194              
4195              ------  PORTABILITY - GENERAL  ------
4196              
4197              Title:  "5.004_04 QNX getcwd"
4198              From:  Norton Allen <allen@huarp.harvard.edu>
4199              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
4200              <199803061511.KAA22346@bottesini.harvard.edu>
4201              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
4202              
4203              Title:  "hints/netbsd.sh d_setrgid d_setruid"
4204              From:  Jarkko Hietaniemi <jhi@iki.fi>
4205              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
4206              Files:  hints/netbsd.sh
4207              
4208              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
4209              d_casti32=undef"
4210              From:  Tom Hughes <tom@compton.demon.co.uk>
4211              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
4212              Files:  hints/svr4.sh
4213              
4214              Title:  "hints/bsdos.sh patch for BSDI 3.1"
4215              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
4216              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
4217              Files:  hints/bsdos.sh
4218              
4219              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
4220              From:  Keong Lim <Keong.Lim@sr.com.au>
4221              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
4222              Files:  ext/DynaLoader/dl_hpux.xs
4223              
4224              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
4225              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
4226              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
4227              Files:  hints/aix.sh
4228              
4229              Title:  "alpha-dec_osf 5.0"
4230              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
4231              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
4232              Files:  hints/dec_osf.sh
4233              
4234              Title:  "Off-by-one error with OS2::PrfDB"
4235              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4236              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
4237              Files:  os2/OS2/PrfDB/PrfDB.xs
4238              
4239              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
4240              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4241              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
4242              Files:  hints/openbsd.sh
4243              
4244              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
4245              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4246              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
4247              Files:  hints/linux.sh
4248              
4249              Title:  "5.004_(04|63)] Close VMS security hole"
4250              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4251              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
4252              Files:  vms/vms.c
4253              
4254              Title:  "Re: Perl online documentation on OpenVMS"
4255              From:  pvhp@forte.com (Peter Prymmer)
4256              Msg-ID:  <9803192143.AA28120@forte.com>
4257              Files:  README.vms
4258              
4259              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
4260              vms/perly_c.vms and vms/perly_h.vms"
4261              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
4262              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
4263              Msg-ID:  <199710151650.JAA29185@wall.org>,
4264              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
4265              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
4266              Files:  vms/perly_c.vms
4267              
4268              Title:  "Updated, non-wordwrapped, patch to README.VMS"
4269              From:  Dan Sugalski <sugalskd@osshe.edu>
4270              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
4271              Files:  README.vms
4272              
4273              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
4274              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4275              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
4276              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
4277              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
4278              vms/ext/filespec.t
4279              
4280              Title:  "Re: VMSperl crashes on -Mblib argument"
4281              From:  bailey@newman.upenn.edu (Charles Bailey)
4282              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
4283              Files:  lib/blib.pm vms/vms.c
4284              
4285              Title:  "hints/linux.sh (MkLinux / PPC)"
4286              From:  pudge@pobox.com (Chris Nandor)
4287              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
4288              Files:  hints/linux.sh
4289              
4290              Title:  "hpux.sh hints file clarification suggestion"
4291              From:  root@qad.com
4292              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
4293              Files:  hints/hpux.sh
4294              
4295              Title:  "new hints/solaris_2.sh"
4296              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4297              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
4298              Files:  hints/solaris_2.sh
4299      Branch: maint-5.004/perl
4300            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
4301            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
4302            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
4303            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
4304            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
4305            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
4306            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4307            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
4308            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
4309            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
4310            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
4311            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
4312            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
4313            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
4314            ! vms/vms.c
4315 ____________________________________________________________________________
4316 [   885] By: gsar                                  on 1998/04/08  01:14:29
4317         Log: small tweaks to make it compile (doesn't run)
4318      Branch: asperl
4319            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
4320            ! win32/config.vc win32/makefile.mk
4321 ____________________________________________________________________________
4322 [   884] By: gsar                                  on 1998/04/08  00:14:13
4323         Log: integrate mainline changes
4324      Branch: asperl
4325           +> Changes5.004 ext/Thread/Thread/Signal.pm
4326           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4327           +> lib/ExtUtils/inst t/op/hashwarn.t
4328            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
4329           !> (integrate 127 files)
4330 ____________________________________________________________________________
4331 [   883] By: gsar                                  on 1998/04/06  20:21:20
4332         Log: make old DomainName() implementation the default (so Win95
4333              is happy)
4334      Branch: win32/perl
4335            ! win32/win32.c
4336 ____________________________________________________________________________
4337 [   882] By: gsar                                  on 1998/04/05  23:32:33
4338         Log: fix memory leaks in offer_nice_chunk()
4339      Branch: win32/perl
4340            ! perl.h sv.c
4341 ____________________________________________________________________________
4342 [   881] By: gsar                                  on 1998/04/04  23:11:52
4343         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
4344      Branch: win32/perl
4345            ! cop.h util.c
4346 ____________________________________________________________________________
4347 [   880] By: gsar                                  on 1998/04/04  22:35:54
4348         Log: fix refcounting of GvSTASH() when glob becomes nought
4349              (this takes care of the "unbalanced strtab refcount" problem)
4350      Branch: win32/perl
4351            ! sv.c
4352 ____________________________________________________________________________
4353 [   879] By: gsar                                  on 1998/04/04  21:16:17
4354         Log: change 866 was incomplete
4355      Branch: win32/perl
4356            ! hv.c
4357 ____________________________________________________________________________
4358 [   878] By: gsar                                  on 1998/04/04  20:31:56
4359         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
4360      Branch: win32/perl
4361            ! cop.h perl.c pp_ctl.c
4362 ____________________________________________________________________________
4363 [   877] By: gsar                                  on 1998/04/04  17:55:30
4364         Log: integrate mainline
4365      Branch: win32/perl
4366           +> Changes5.004
4367           !> Changes MANIFEST sv.c t/op/misc.t
4368 ____________________________________________________________________________
4369 [   876] By: gsar                                  on 1998/04/04  17:26:32
4370         Log: remove __declspec kludge in sdbm.h in favor of setting a
4371              flag for static symbols
4372      Branch: win32/perl
4373            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
4374            ! ext/SDBM_File/sdbm/sdbm.h
4375 ____________________________________________________________________________
4376 [   875] By: gsar                                  on 1998/04/04  01:11:57
4377         Log: fix order of init
4378              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
4379              Date:    Fri, 03 Apr 1998 13:58:15 PST
4380              From:    Dan Sugalski <sugalskd@osshe.edu>
4381              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
4382              with MULTIPLICITY
4383      Branch: win32/perl
4384            ! perl.c
4385 ____________________________________________________________________________
4386 [   874] By: gsar                                  on 1998/04/04  00:34:59
4387         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
4388              the declared symbol is not in a DLL (so kludge it)
4389      Branch: win32/perl
4390            ! ext/SDBM_File/sdbm/sdbm.h
4391 ____________________________________________________________________________
4392 [   873] By: TimBunce                              on 1998/04/03  22:17:40
4393         Log: Title:  "FileHandle Documentation patch"
4394              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
4395              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
4396              Files:  lib/FileHandle.pm
4397      Branch: maint-5.004/perl
4398            ! lib/FileHandle.pm
4399 ____________________________________________________________________________
4400 [   872] By: TimBunce                              on 1998/04/03  22:01:03
4401         Log: Documentation and documentation related patches:
4402              
4403              ------  BUILD PROCESS  ------
4404              
4405              Title:  "Docs re /usr/bin/perl quasi-standard location"
4406              From:  Tom Phoenix <rootbeer@teleport.com>
4407              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
4408              Files:  INSTALL pod/perlrun.pod
4409              
4410              ------  DOCUMENTATION  ------
4411              
4412              Title:  "/RFC|RFC-1305/ non-greedy"
4413              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
4414              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
4415              Files:  pod/perlre.pod
4416              
4417              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
4418              From:  Jarkko Hietaniemi <jhi@iki.fi>
4419              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
4420              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
4421              
4422              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
4423              From:  Jarkko Hietaniemi <jhi@iki.fi>
4424              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
4425              Files:  pod/perlfunc.pod
4426              
4427              Title:  "typo-fix and suggestion for perlguts.pod"
4428              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4429              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
4430              Files:  pod/perlguts.pod
4431              
4432              Title:  "perlfunc/syscall curiosity"
4433              From:  Roderick Schertler <roderick@argon.org>, Tkil
4434              <tkil@reptile.scrye.com>
4435              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
4436              <pziut8snva.fsf@eeyore.ibcinc.com>
4437              Files:  pod/perlfunc.pod
4438              
4439              Title:  "Document sprintf %#x behaviour for zero value"
4440              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
4441              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
4442              Files:  pod/perlfunc.pod
4443              
4444              Title:  "NUL termination (was Re: STOP THE PRESSES)"
4445              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4446              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
4447              Files:  pod/perlguts.pod
4448              
4449              Title:  "Typo fix."
4450              From:  abigail@fnx.com
4451              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
4452              Files:  pod/perlop.pod pod/perlvar.pod
4453              
4454              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
4455              From:  Achim Bohnet <ach@mpe.mpg.de>
4456              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
4457              Files:  pod/perlrun.pod
4458              
4459              Title:  "Re: Conservative C<*x = undef> patch"
4460              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4461              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
4462              Files:  pod/perltrap.pod
4463              
4464              Title:  "perlfunc.pod for flock()"
4465              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
4466              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
4467              Files:  pod/perlfunc.pod
4468              
4469              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
4470              From:  Tkil <tkil@scrye.com>
4471              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
4472              Files:  pod/perl.pod
4473              
4474              Title:  "for() and map() peculiarity"
4475              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4476              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
4477              Files:  pod/perlsyn.pod
4478              
4479              Title:  "Re: new text for perlsec"
4480              From:  Tom Phoenix <rootbeer@teleport.com>
4481              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
4482              Files:  pod/perlsec.pod
4483              
4484              Title:  "perldsc's debugger x command"
4485              From:  Roderick Schertler <roderick@argon.org>
4486              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
4487              Files:  pod/perldsc.pod
4488              
4489              Title:  "perlre.pod"
4490              From:  Ted Ashton <ashted@southern.edu>
4491              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
4492              Files:  pod/perlre.pod
4493              
4494              Title:  "Re: printf and $\", "printf and $\"
4495              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
4496              <rootbeer@teleport.com>, nag <nick@flirble.org>
4497              Msg-ID:  <199711141918.TAA08096@flirble.org>,
4498              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
4499              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
4500              Files:  pod/perlfunc.pod
4501              
4502              Title:  "recv() typo"
4503              From:  Roderick Schertler <roderick@argon.org>
4504              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
4505              Files:  pod/perlfunc.pod
4506              
4507              Title:  "truncate return value"
4508              From:  Roderick Schertler <roderick@argon.org>
4509              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
4510              Files:  pod/perlfunc.pod
4511              
4512              Title:  "update to perlbook.pod"
4513              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
4514              <merlyn@stonehenge.com>, Stephen Potter
4515              <spp@psasolar.colltech.com>, Tom Phoenix
4516              <rootbeer@teleport.com>
4517              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
4518              <199803241441.OAA01261@mediaone.net>,
4519              <8clnu0i05k.fsf@gadget.cscaper.com>,
4520              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
4521              Files:  pod/perlbook.pod
4522              
4523              Title:  "utime documentation"
4524              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
4525              <mjtg@cus.cam.ac.uk>
4526              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
4527              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
4528              Files:  pod/perlfunc.pod
4529              
4530              Title:  "(well, doc patch) use of // requires successful match"
4531              From:  Roderick Schertler <roderick@argon.org>
4532              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
4533              Files:  pod/perlop.pod
4534              
4535              ------  LIBRARY AND EXTENSIONS  ------
4536              
4537              Title:  "MakeMaker PM doc patch and a DIR buglet"
4538              From:  Achim Bohnet <ach@mpe.mpg.de>
4539              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
4540              Files:  lib/ExtUtils/MakeMaker.pm
4541              
4542              Title:  "bareword clarification for constant.pm"
4543              From:  Roderick Schertler <roderick@argon.org>
4544              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
4545              Files:  lib/constant.pm
4546              
4547              Title:  "integer rand - bug or feature?"
4548              From:  Roderick Schertler <roderick@argon.org>
4549              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
4550              Files:  lib/integer.pm
4551              
4552              ------  OTHER CHANGES  ------
4553              
4554              Title:  "FileHandle Documentation patch"
4555              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
4556              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
4557              
4558              Title:  "perl5.004_61 myconfig updates"
4559              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4560              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
4561              Files:  myconfig
4562              
4563              Title:  "small fixups in pod2latex.PL"
4564              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
4565              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
4566              
4567              ------  PORTABILITY - GENERAL  ------
4568              
4569              Title:  "Misc doc fixes for README.VMS"
4570              From:  Dan Sugalski <sugalskd@osshe.edu>
4571              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
4572              Files:  README.vms
4573              
4574              Title:  "moved DynaLib"
4575              From:  John Tobey <jtobey@channel1.com>
4576              Msg-ID:  <199710182332.XAA21630@remote212>
4577              Files:  ext/DynaLoader/DynaLoader.pm.PL
4578              
4579              ------  UTILITIES  ------
4580              
4581              Title:  "Searching for FAQs (patch to perldoc)"
4582              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
4583              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
4584              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
4585              Files:  utils/perldoc.PL
4586              
4587              Title:  "perldoc"
4588              From:  Ted Ashton <ashted@southern.edu>
4589              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
4590              Files:  utils/perldoc.PL
4591              
4592              Title:  "perldoc -f not using pod2man"
4593              From:  Russ Allbery <rra@stanford.edu>
4594              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
4595              Files:  utils/perldoc.PL
4596              
4597              Title:  "perldoc -m should not require pod"
4598              From:  Robin Houston <robin@nml.guardian.co.uk>
4599              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
4600              Files:  utils/perldoc.PL
4601              
4602              Title:  "small fix for perldoc in perl 5.004_04"
4603              From:  Julian Yip <julian@imoney.com>
4604              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
4605              Files:  utils/perldoc.PL
4606      Branch: maint-5.004/perl
4607            - ext/DynaLoader/DynaLoader.pm
4608            ! Changes Configure INSTALL README.vms
4609            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
4610            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
4611            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
4612            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
4613            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
4614            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
4615            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
4616            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
4617            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
4618            ! pod/pod2latex.PL toke.c utils/perldoc.PL
4619
4620 ----------------
4621 Version 5.004_64
4622 ----------------
4623
4624 ____________________________________________________________________________
4625 [   871] By: mbeattie                              on 1998/04/03  13:38:59
4626         Log: Update Changes5.004 and Changes, fix MANIFEST
4627      Branch: perl
4628            + Changes
4629            ! Changes5.004 MANIFEST
4630 ____________________________________________________________________________
4631 [   870] By: mbeattie                              on 1998/04/03  13:36:29
4632         Log: Rename Changes to Changes5.004 (via an integrate)
4633      Branch: perl
4634           +> Changes5.004
4635            - Changes
4636 ____________________________________________________________________________
4637 [   869] By: mbeattie                              on 1998/04/03  11:53:00
4638         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
4639              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
4640              From: Jan-Pieter Cornet <johnpc@xs4all.net>
4641      Branch: perl
4642            ! sv.c t/op/misc.t
4643 ____________________________________________________________________________
4644 [   868] By: mbeattie                              on 1998/04/03  11:16:26
4645         Log: Integrate win32 branch into mainline
4646      Branch: perl
4647           !> (integrate 31 files)
4648 ____________________________________________________________________________
4649 [   867] By: gsar                                  on 1998/04/03  08:47:55
4650         Log: config.* fixes
4651      Branch: win32/perl
4652            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4653            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4654            ! win32/makefile.mk
4655 ____________________________________________________________________________
4656 [   866] By: gsar                                  on 1998/04/03  07:22:50
4657         Log: fixup hv_free_ent() to not fail on null HeVAL()
4658      Branch: win32/perl
4659            ! hv.c perl.c
4660 ____________________________________________________________________________
4661 [   865] By: gsar                                  on 1998/04/03  07:06:12
4662         Log: integrate mainline
4663      Branch: win32/perl
4664           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
4665           !> (integrate 71 files)
4666 ____________________________________________________________________________
4667 [   864] By: gsar                                  on 1998/04/03  06:59:37
4668         Log: implement stack-of-stacks so that magic invocations don't
4669              invalidate local stack pointer
4670      Branch: win32/perl
4671            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
4672            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
4673            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
4674 ____________________________________________________________________________
4675 [   863] By: gsar                                  on 1998/04/03  01:26:09
4676         Log: add AS patch#15
4677      Branch: asperl
4678            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
4679            ! win32/config.bc win32/config.gc win32/config.vc
4680            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4681            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
4682            ! win32/win32.c win32/win32.h
4683 ____________________________________________________________________________
4684 [   862] By: mbeattie                              on 1998/04/02  17:08:43
4685         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
4686              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
4687              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4688      Branch: perl
4689            ! Configure ext/Socket/Socket.xs myconfig
4690 ____________________________________________________________________________
4691 [   861] By: mbeattie                              on 1998/04/02  16:32:53
4692         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
4693              since appropriate headers aren't included.
4694      Branch: perl
4695            ! ext/SDBM_File/sdbm/sdbm.h
4696 ____________________________________________________________________________
4697 [   860] By: mbeattie                              on 1998/04/02  16:17:11
4698         Log: Bumped patchlevel.h to 64
4699      Branch: perl
4700            ! patchlevel.h
4701 ____________________________________________________________________________
4702 [   859] By: mbeattie                              on 1998/04/02  16:16:26
4703         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
4704              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
4705              From: Jarkko Hietaniemi <jhi@iki.fi>
4706      Branch: perl
4707            ! hints/unicos.sh regcomp.h
4708 ____________________________________________________________________________
4709 [   858] By: mbeattie                              on 1998/04/02  16:13:24
4710         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
4711              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
4712              From: Tom Phoenix <rootbeer@teleport.com>
4713      Branch: perl
4714            + t/op/hashwarn.t
4715            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
4716 ____________________________________________________________________________
4717 [   857] By: mbeattie                              on 1998/04/02  16:08:43
4718         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
4719              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
4720              From: Charles Bailey <BAILEY@newman.upenn.edu>
4721      Branch: perl
4722            ! vms/vms.c
4723 ____________________________________________________________________________
4724 [   856] By: mbeattie                              on 1998/04/02  16:07:44
4725         Log: Subject: [PATCH] mv-if-diff
4726              Date: Fri, 27 Mar 98 18:06:11 GMT
4727              From: Robin Barker <rmb1@cise.npl.co.uk>
4728      Branch: perl
4729            ! mv-if-diff
4730 ____________________________________________________________________________
4731 [   855] By: mbeattie                              on 1998/04/02  16:06:54
4732         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
4733              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
4734              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
4735              Subject: [PATCH] another destruct_level fix
4736              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
4737      Branch: perl
4738            ! perl.c sv.c
4739 ____________________________________________________________________________
4740 [   854] By: mbeattie                              on 1998/04/02  16:03:37
4741         Log: Subject: Next wave of _63 VMS patches
4742              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
4743              From: Charles Bailey <BAILEY@newman.upenn.edu>
4744      Branch: perl
4745            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
4746            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
4747            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
4748            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
4749            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
4750            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
4751            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
4752            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
4753            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
4754            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
4755            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
4756            ! vms/vmsish.h
4757 ____________________________________________________________________________
4758 [   853] By: mbeattie                              on 1998/04/02  15:55:46
4759         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
4760              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
4761              From: Hans Mulder <hansmu@xs4all.nl>
4762      Branch: perl
4763            ! toke.c
4764 ____________________________________________________________________________
4765 [   852] By: mbeattie                              on 1998/04/02  15:54:24
4766         Log: Subject: [PATCH] small fixups in pod2latex.PL
4767              Date: 25 Mar 1998 13:30:25 -0800
4768              From: "Darren/Torin/Who Ever..." <torin@daft.com>
4769      Branch: perl
4770            ! pod/pod2latex.PL
4771 ____________________________________________________________________________
4772 [   851] By: mbeattie                              on 1998/04/02  15:50:58
4773         Log: Subject: [PATCH] hints/irix_6.sh with GCC
4774              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
4775              From: kstar@chapin.edu (Kurt D. Starsinic)
4776      Branch: perl
4777            ! hints/irix_6.sh
4778 ____________________________________________________________________________
4779 [   850] By: mbeattie                              on 1998/04/02  15:45:33
4780         Log: Subject: [PATCH] perldoc -m
4781              Date: Tue, 24 Mar 1998 13:19:38 GMT
4782              From: Robin Houston <robin@nml.guardian.co.uk>
4783      Branch: perl
4784            ! utils/perldoc.PL
4785 ____________________________________________________________________________
4786 [   849] By: mbeattie                              on 1998/04/02  15:42:52
4787         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
4788              Date: Mon, 23 Mar 1998 14:13:46 +0100
4789              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4790      Branch: perl
4791            ! djgpp/config.over hints/dos_djgpp.sh
4792 ____________________________________________________________________________
4793 [   848] By: mbeattie                              on 1998/04/02  15:38:19
4794         Log: Subject: [PATCH] Stale SP in pp_substr
4795              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
4796              From: Stephen McCamant <alias@mcs.com>
4797      Branch: perl
4798            ! pp.c
4799 ____________________________________________________________________________
4800 [   847] By: mbeattie                              on 1998/04/02  15:36:33
4801         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
4802      Branch: perl
4803            ! ext/POSIX/POSIX.pm
4804 ____________________________________________________________________________
4805 [   846] By: mbeattie                              on 1998/04/02  15:34:36
4806         Log: Subject: [PATCH] 5.004_63: further -e patching
4807              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
4808              From: Jarkko Hietaniemi <jhi@iki.fi>
4809      Branch: perl
4810            ! perl.c pod/perldiag.pod
4811 ____________________________________________________________________________
4812 [   845] By: mbeattie                              on 1998/04/02  15:25:18
4813         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
4814      Branch: perl
4815            ! Configure INSTALL Policy_sh.SH Porting/Glossary
4816            ! Porting/config.sh Porting/config_H config_h.SH
4817            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
4818            ! pp.c pp_sys.c regexec.c
4819 ____________________________________________________________________________
4820 [   844] By: mbeattie                              on 1998/04/02  14:28:17
4821         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
4822              Date: Wed, 18 Mar 1998 20:40:19 +0100
4823              From: Achim Bohnet <ach@mpe.mpg.de>
4824      Branch: perl
4825            ! pod/perlrun.pod
4826 ____________________________________________________________________________
4827 [   843] By: mbeattie                              on 1998/04/02  14:26:52
4828         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4829              Subject: 5.004_63 picky compiler fixes [PATCH]
4830              Date: Wed, 18 Mar 1998 09:36:32 -0800
4831              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
4832              Date: Wed, 18 Mar 1998 14:48:19 -0800
4833      Branch: perl
4834            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
4835 ____________________________________________________________________________
4836 [   842] By: mbeattie                              on 1998/04/02  14:22:41
4837         Log: From: Stephen Potter <spp@psasolar.colltech.com>
4838              Subject: Re: doc: perlrun typo 
4839              Date: Wed, 18 Mar 1998 10:06:55 -0600
4840              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
4841              Date: Tue, 24 Mar 1998 21:20:51 -0600
4842      Branch: perl
4843            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
4844 ____________________________________________________________________________
4845 [   841] By: mbeattie                              on 1998/04/02  14:17:31
4846         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
4847              Date: Wed, 18 Mar 1998 12:44:58 +0100
4848              From: Dominic Dunlop <domo@vo.lu>
4849      Branch: perl
4850            ! Porting/pumpkin.pod Todo
4851 ____________________________________________________________________________
4852 [   840] By: mbeattie                              on 1998/04/02  14:14:22
4853         Log: Subject: [PATCH] Configure hints/ patches
4854              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
4855              From: Jan-Pieter Cornet <johnpc@xs4all.net>
4856      Branch: perl
4857            ! hints/linux.sh hints/qnx.sh
4858 ____________________________________________________________________________
4859 [   839] By: mbeattie                              on 1998/04/02  14:13:13
4860         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
4861      Branch: perl
4862            ! cygwin32/perlgcc
4863 ____________________________________________________________________________
4864 [   838] By: gsar                                  on 1998/03/28  05:01:57
4865         Log: fix Env.pm to weed out illegal names
4866      Branch: win32/perl
4867            ! lib/Env.pm
4868 ____________________________________________________________________________
4869 [   837] By: gsar                                  on 1998/03/28  04:39:43
4870         Log: fix typo in makefile.mk
4871      Branch: win32/perl
4872            ! win32/makefile.mk
4873 ____________________________________________________________________________
4874 [   836] By: gsar                                  on 1998/03/23  17:40:15
4875         Log: add file: to installhtml URLs
4876      Branch: win32/perl
4877            ! win32/Makefile win32/makefile.mk
4878 ____________________________________________________________________________
4879 [   835] By: mbeattie                              on 1998/03/18  11:03:11
4880         Log: Add Thread::Signal to run signal handlers reliably in a new thread
4881      Branch: perl
4882            + ext/Thread/Thread/Signal.pm
4883            ! MANIFEST ext/Thread/Thread.xs
4884
4885 ----------------
4886 Version 5.004_63
4887 ----------------
4888
4889 ____________________________________________________________________________
4890 [   834] By: mbeattie                              on 1998/03/17  16:19:10
4891         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
4892      Branch: perl
4893            ! Policy_sh.SH
4894 ____________________________________________________________________________
4895 [   833] By: mbeattie                              on 1998/03/17  16:11:02
4896         Log: Integrate win32 branch into mainline.
4897      Branch: perl
4898           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
4899           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4900           !> win32/win32.c
4901 ____________________________________________________________________________
4902 [   832] By: gsar                                  on 1998/03/17  14:32:39
4903         Log: propagate bugfix @ change831 from asperl
4904      Branch: win32/perl
4905            ! regcomp.c
4906 ____________________________________________________________________________
4907 [   831] By: gsar                                  on 1998/03/17  14:02:51
4908         Log: fix buggy order of free() in regcomp.c (from AS)
4909      Branch: asperl
4910            ! regcomp.c
4911 ____________________________________________________________________________
4912 [   830] By: gsar                                  on 1998/03/17  01:10:54
4913         Log: add a part of AS patch#14, backout incomplete variable
4914              name changes for gcc. Builds and tests under VC/BC once again.
4915      Branch: asperl
4916            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
4917 ____________________________________________________________________________
4918 [   829] By: gsar                                  on 1998/03/16  23:49:18
4919         Log: stray tweak to win32.c
4920      Branch: win32/perl
4921            ! win32/win32.c
4922 ____________________________________________________________________________
4923 [   828] By: gsar                                  on 1998/03/16  22:06:03
4924         Log: update win32/config* files
4925      Branch: win32/perl
4926            ! win32/config.bc win32/config.gc win32/config.vc
4927            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4928 ____________________________________________________________________________
4929 [   827] By: gsar                                  on 1998/03/16  19:09:30
4930         Log: trivial integrate of mainline
4931      Branch: win32/perl
4932           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4933           +> lib/ExtUtils/inst
4934           !> (integrate 61 files)
4935 ____________________________________________________________________________
4936 [   826] By: mbeattie                              on 1998/03/16  16:39:23
4937         Log: newCONSTSUB had private MY_start_subparse.
4938      Branch: perl
4939            ! op.c
4940 ____________________________________________________________________________
4941 [   825] By: mbeattie                              on 1998/03/16  16:36:55
4942         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
4943      Branch: perl
4944            ! hv.c
4945 ____________________________________________________________________________
4946 [   824] By: mbeattie                              on 1998/03/16  16:27:43
4947         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
4948      Branch: perl
4949            ! MANIFEST
4950 ____________________________________________________________________________
4951 [   823] By: mbeattie                              on 1998/03/16  16:26:02
4952         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
4953      Branch: perl
4954            + lib/ExtUtils/Packlist.pm
4955 ____________________________________________________________________________
4956 [   822] By: mbeattie                              on 1998/03/16  16:22:58
4957         Log: Bump patchlevel.h to 63.
4958      Branch: perl
4959            ! ext/IO/IO.xs patchlevel.h
4960           !> (integrate 41 files)
4961 ____________________________________________________________________________
4962 [   821] By: mbeattie                              on 1998/03/16  16:18:35
4963         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
4964              Subject: Bundling builtin.pm and newCONSTSUB with the core?
4965              From: jan.dubois@ibm.net (Jan Dubois)
4966              Date: Sun, 15 Mar 1998 19:09:05 +0100
4967      Branch: perl
4968            ! embed.h global.sym op.c pod/perlguts.pod proto.h
4969 ____________________________________________________________________________
4970 [   820] By: mbeattie                              on 1998/03/16  16:02:50
4971         Log: Subject: [PATCH] STRESS_REALLOC
4972              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
4973              From: Stephen McCamant <alias@mcs.com>
4974      Branch: perl
4975            ! malloc.c perl.c scope.c
4976 ____________________________________________________________________________
4977 [   819] By: mbeattie                              on 1998/03/16  16:01:06
4978         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
4979              Date: Fri, 13 Mar 1998 23:21:25 +0100
4980              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
4981      Branch: perl
4982            ! perly.c
4983 ____________________________________________________________________________
4984 [   818] By: mbeattie                              on 1998/03/16  15:59:16
4985         Log: Subject: [Configure PATCH] for OS/2
4986              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
4987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4988              [Two hunks to Configure failed to apply due to clashes]
4989      Branch: perl
4990            ! Configure hints/os2.sh
4991 ____________________________________________________________________________
4992 [   817] By: mbeattie                              on 1998/03/16  15:55:28
4993         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
4994              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
4995              From: Charles Bailey <BAILEY@newman.upenn.edu>
4996              [Needed manual tweaks on vms/config.vms since it clashed with other
4997              patches. I may have got it wrong.]
4998      Branch: perl
4999            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5000            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
5001            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
5002            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
5003            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
5004            ! vms/test.com vms/vms.c vms/vmsish.h
5005 ____________________________________________________________________________
5006 [   816] By: mbeattie                              on 1998/03/16  15:26:04
5007         Log: Subject: [PATCH] Let h2xs read multiple header files
5008              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
5009              From: Benjamin Sugars <bsugars@canoe.ca>
5010      Branch: perl
5011            ! utils/h2xs.PL
5012 ____________________________________________________________________________
5013 [   815] By: mbeattie                              on 1998/03/16  15:24:12
5014         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
5015              Date: Mon, 09 Mar 1998 09:18:56 -0800
5016              From: Dan Sugalski <sugalskd@osshe.edu>
5017      Branch: perl
5018            ! vms/config.vms
5019 ____________________________________________________________________________
5020 [   814] By: mbeattie                              on 1998/03/16  13:17:14
5021         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
5022              Date: Sun, 08 Mar 1998 12:50:23 +0000
5023              From: Alan Burlison <alan.burlison@UK.Sun.COM>
5024              plus manual update of MANIFEST
5025      Branch: perl
5026            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
5027            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
5028            ! lib/ExtUtils/MM_Unix.pm
5029 ____________________________________________________________________________
5030 [   813] By: mbeattie                              on 1998/03/16  13:08:55
5031         Log: From: Blair Zajac <blair@gps.caltech.edu>
5032              Subject: PATCH: util.c and util.h function declarations do not match
5033              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
5034              Subject: PATCH: cgywin32 patch for perlgcc
5035              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
5036              Subject: PATCH: perl5.004_62 on cygwin32
5037              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
5038      Branch: perl
5039            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
5040 ____________________________________________________________________________
5041 [   812] By: mbeattie                              on 1998/03/16  12:55:39
5042         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5043              Subject: [PATCH 5.004_62} Config_62-01 patch available.
5044              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
5045              Subject: [PATCH 5.004_62] Tiny hint file updates
5046              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
5047      Branch: perl
5048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5049            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
5050            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
5051            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
5052            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
5053            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
5054 ____________________________________________________________________________
5055 [   811] By: mbeattie                              on 1998/03/16  12:13:55
5056         Log: DOS djgpp updates:
5057              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5058              Subject: [PATCH for 5.004_61] dos-djgpp update
5059              Date: Fri, 6 Mar 1998 10:41:01 +0100
5060              Subject: [PATCH 5.004_62] dos-djgpp update
5061              Date: Thu, 12 Mar 1998 13:34:51 +0100
5062      Branch: perl
5063            ! djgpp/config.over hints/dos_djgpp.sh
5064 ____________________________________________________________________________
5065 [   810] By: gsar                                  on 1998/03/16  08:48:17
5066         Log: integrate mainline
5067      Branch: win32/perl
5068           !> pp_sys.c
5069 ____________________________________________________________________________
5070 [   809] By: gsar                                  on 1998/03/16  08:44:37
5071         Log: various changes to get asperl working under Borland
5072              (passes all tests when built under PERL_OBJECT)
5073      Branch: asperl
5074            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
5075            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
5076            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
5077            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
5078            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
5079            ! win32/win32sck.c
5080 ____________________________________________________________________________
5081 [   808] By: gsar                                  on 1998/03/12  19:50:20
5082         Log: set sockets to nonoverlapped mode for every thread
5083              Message-Id: <35081FE4.965A484D@enteract.com>
5084              Date:    Thu, 12 Mar 1998 11:48:20 CST
5085              From:    Steve Nielsen <spn@enteract.com>
5086              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
5087      Branch: win32/perl
5088            ! win32/win32.h win32/win32sck.c
5089 ____________________________________________________________________________
5090 [   807] By: gsar                                  on 1998/03/12  19:26:54
5091         Log: add AS patch#13
5092      Branch: asperl
5093            ! win32/Makefile
5094 ____________________________________________________________________________
5095 [   806] By: gsar                                  on 1998/03/12  00:51:08
5096         Log: added AS patch#12 with minor changes
5097      Branch: asperl
5098            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
5099            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5100            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
5101            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
5102            ! win32/runperl.c
5103 ____________________________________________________________________________
5104 [   805] By: gsar                                  on 1998/03/10  20:35:10
5105         Log: reinstate some standard sig_names to avoid noise from
5106              modules (and in hopes of making them _do_ something in future)
5107      Branch: win32/perl
5108            ! win32/config.bc win32/config.gc win32/config.vc
5109            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5110 ____________________________________________________________________________
5111 [   804] By: gsar                                  on 1998/03/10  20:33:05
5112         Log: mingw32 tweaks
5113      Branch: win32/perl
5114            ! win32/makefile.mk win32/win32.c win32/win32.h
5115 ____________________________________________________________________________
5116 [   803] By: gsar                                  on 1998/03/09  20:56:07
5117         Log: tweak Win32::DomainName() implementation
5118      Branch: win32/perl
5119            ! win32/Makefile win32/win32.c
5120 ____________________________________________________________________________
5121 [   802] By: gsar                                  on 1998/03/09  03:51:01
5122         Log: merge C<local $tied{foo}> patch, also moved statics in
5123              [ah]v.c to thrdvar.h
5124      Branch: win32/perl
5125            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
5126 ____________________________________________________________________________
5127 [   801] By: gsar                                  on 1998/03/09  02:38:35
5128         Log: minor win32 support fixes
5129              - add a better implementation of Win32::DomainName() (as
5130              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
5131              - fix opendir() emulation was unsafe what given long paths
5132      Branch: win32/perl
5133            ! win32/win32.c
5134 ____________________________________________________________________________
5135 [   800] By: nick                                  on 1998/03/07  09:36:41
5136         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
5137              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
5138              exist. (Breaks libnet).
5139      Branch: perl
5140            ! pp_sys.c
5141 ____________________________________________________________________________
5142 [   799] By: gsar                                  on 1998/03/07  07:51:28
5143         Log: integrate mainline changes
5144      Branch: asperl
5145           !> (integrate 111 files)
5146 ____________________________________________________________________________
5147 [   798] By: gsar                                  on 1998/03/07  07:01:55
5148         Log: integrate mainline
5149      Branch: win32/perl
5150           !> myconfig patchlevel.h
5151 ____________________________________________________________________________
5152 [   797] By: gsar                                  on 1998/03/07  06:49:49
5153         Log: provide our own popen()/pclose() to fix problems with qx//:
5154              - qx// used to always invoke the shell, now does so only when needed
5155              - qx// didn't respect PERL5SHELL, now does
5156      Branch: win32/perl
5157            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
5158 ____________________________________________________________________________
5159 [   796] By: gsar                                  on 1998/03/07  01:37:10
5160         Log: a missed s/sp/SP/
5161      Branch: win32/perl
5162            ! lib/ExtUtils/typemap pod/perlcall.pod
5163 ____________________________________________________________________________
5164 [   795] By: gsar                                  on 1998/03/07  01:05:21
5165         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
5166              mention that local stack pointer should be called SP.  This makes the
5167              API safer from source incompatibilities down the line.
5168      Branch: win32/perl
5169            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
5170            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
5171            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
5172            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
5173            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
5174            ! pp_ctl.c pp_hot.c pp_sys.c util.c
5175
5176 ----------------
5177 Version 5.004_62
5178 ----------------
5179
5180 ____________________________________________________________________________
5181 [   794] By: mbeattie                              on 1998/03/06  09:38:08
5182         Log: Subject: [PATCH] perl5.004_61 myconfig updates
5183              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
5184              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5185      Branch: perl
5186            ! myconfig
5187 ____________________________________________________________________________
5188 [   793] By: mbeattie                              on 1998/03/06  09:36:37
5189         Log: Bump patchlevel.h to 62.
5190      Branch: perl
5191            ! patchlevel.h
5192 ____________________________________________________________________________
5193 [   792] By: mbeattie                              on 1998/03/06  09:35:57
5194         Log: Integrate win32 branch into mainline.
5195      Branch: perl
5196           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
5197           !> win32/config.gc win32/config.vc win32/config_H.bc
5198           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5199 ____________________________________________________________________________
5200 [   791] By: gsar                                  on 1998/03/06  06:00:08
5201         Log: various
5202              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
5203              - add missing prototypes
5204              - regenerate win32/config*.?c
5205      Branch: win32/perl
5206            ! bytecode.h proto.h win32/config.bc win32/config.gc
5207            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5208            ! win32/config_H.vc win32/makefile.mk
5209 ____________________________________________________________________________
5210 [   790] By: gsar                                  on 1998/03/06  03:19:23
5211         Log: fix typo in Makefile
5212      Branch: win32/perl
5213            ! win32/Makefile
5214 ____________________________________________________________________________
5215 [   789] By: gsar                                  on 1998/03/05  22:55:53
5216         Log: integrate mainline
5217      Branch: win32/perl
5218           !> (integrate 47 files)
5219 ____________________________________________________________________________
5220 [   788] By: gsar                                  on 1998/03/05  20:02:09
5221         Log: added AS patch#11
5222              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
5223              Date:    Thu, 05 Mar 1998 10:23:04 PST
5224              From:    Douglas Lankshear <dougl@ActiveState.com>
5225              
5226              This patch fixes a bug I introduced removing duplicate code.
5227              -- Doug
5228      Branch: asperl
5229            ! ObjXSub.h objpp.h win32/runperl.c
5230 ____________________________________________________________________________
5231 [   787] By: gsar                                  on 1998/03/05  19:56:17
5232         Log: add Nick's dTHR fixes
5233      Branch: win32/perl
5234            ! op.c scope.c
5235 ____________________________________________________________________________
5236 [   786] By: gsar                                  on 1998/03/05  19:54:49
5237         Log: maintpatch
5238              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
5239              Date:    Thu, 05 Mar 1998 02:49:46 EST
5240              From:    Spider Boardman <spider@orb.nashua.nh.us>
5241              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
5242      Branch: win32/perl
5243            ! scope.c
5244 ____________________________________________________________________________
5245 [   785] By: mbeattie                              on 1998/03/05  19:12:14
5246         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
5247              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
5248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5249      Branch: perl
5250            ! op.c proto.h regcomp.c regexp.h util.c
5251 ____________________________________________________________________________
5252 [   784] By: mbeattie                              on 1998/03/05  19:11:09
5253         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
5254              Date: Wed, 4 Mar 1998 10:18:03 GMT
5255              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5256      Branch: perl
5257            ! atomic.h
5258 ____________________________________________________________________________
5259 [   783] By: mbeattie                              on 1998/03/05  19:09:16
5260         Log: Subject: Configure patches -01 and -02 for 5.004_61.
5261              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
5262              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5263      Branch: perl
5264            ! Configure INSTALL Policy_sh.SH Porting/Glossary
5265            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
5266            ! config_h.SH handy.h hints/README.hints hints/aix.sh
5267            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
5268            ! makedepend.SH myconfig pp_sys.c
5269 ____________________________________________________________________________
5270 [   782] By: mbeattie                              on 1998/03/05  19:05:23
5271         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
5272              Date: 03 Mar 1998 18:05:07 +0100
5273              From: Gisle Aas <gisle@aas.no>
5274      Branch: perl
5275            ! perl.h pp_ctl.c
5276 ____________________________________________________________________________
5277 [   781] By: mbeattie                              on 1998/03/05  19:04:34
5278         Log: Subject: [PATCH] Make autouse -w-safe
5279              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
5280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5281      Branch: perl
5282            ! lib/autouse.pm op.c sv.c
5283 ____________________________________________________________________________
5284 [   780] By: mbeattie                              on 1998/03/05  19:02:50
5285         Log: Subject: [PATCH] External symbol re_croak2
5286              Date: 02 Mar 1998 13:00:45 +0100
5287              From: Gisle Aas <gisle@aas.no>
5288      Branch: perl
5289            ! regcomp.c regcomp.h
5290 ____________________________________________________________________________
5291 [   779] By: mbeattie                              on 1998/03/05  19:01:25
5292         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
5293              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
5294              From: bailey@newman.upenn.edu (Charles Bailey)
5295      Branch: perl
5296            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
5297            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
5298            ! sv.h
5299 ____________________________________________________________________________
5300 [   778] By: mbeattie                              on 1998/03/05  18:53:13
5301         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
5302              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
5303              From: bailey@newman.upenn.edu (Charles Bailey)
5304      Branch: perl
5305            ! perl.h
5306 ____________________________________________________________________________
5307 [   777] By: mbeattie                              on 1998/03/05  18:50:25
5308         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
5309              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
5310              From: bailey@newman.upenn.edu (Charles Bailey)
5311      Branch: perl
5312            ! lib/File/Basename.pm
5313 ____________________________________________________________________________
5314 [   776] By: mbeattie                              on 1998/03/05  18:49:15
5315         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
5316              Date: 01 Mar 1998 15:16:03 +0100
5317              From: Gisle Aas <gisle@aas.no>
5318      Branch: perl
5319            ! pod/perlguts.pod
5320 ____________________________________________________________________________
5321 [   775] By: mbeattie                              on 1998/03/05  18:48:05
5322         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
5323              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
5324              From: Jarkko Hietaniemi <jhi@iki.fi>
5325      Branch: perl
5326            ! Makefile.SH perl_exp.SH
5327 ____________________________________________________________________________
5328 [   774] By: mbeattie                              on 1998/03/05  18:46:32
5329         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
5330              Date: Sun, 1 Mar 1998 02:02:47 -0500
5331              From: Spider Boardman <spider@orb.nashua.nh.us>
5332      Branch: perl
5333            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
5334 ____________________________________________________________________________
5335 [   773] By: mbeattie                              on 1998/03/05  18:43:57
5336         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
5337              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
5338              From: Hans Mulder <hansmu@xs4all.nl>
5339      Branch: perl
5340            ! pp_ctl.c
5341 ____________________________________________________________________________
5342 [   772] By: mbeattie                              on 1998/03/05  18:39:25
5343         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
5344              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
5345              From: Jarkko Hietaniemi <jhi@iki.fi>
5346      Branch: perl
5347            ! Makefile.SH
5348 ____________________________________________________________________________
5349 [   771] By: mbeattie                              on 1998/03/05  18:38:32
5350         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
5351              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
5352              From: Jarkko Hietaniemi <jhi@iki.fi>
5353      Branch: perl
5354            ! hints/netbsd.sh
5355 ____________________________________________________________________________
5356 [   770] By: mbeattie                              on 1998/03/05  18:36:50
5357         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
5358      Branch: perl
5359            ! cflags.SH
5360 ____________________________________________________________________________
5361 [   769] By: mbeattie                              on 1998/03/05  18:34:35
5362         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
5363              Subject: [PATCH 5.004_61] bunch of small patches
5364              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
5365              From: Andrew Cohen <cohen@andy.bu.edu>
5366      Branch: perl
5367            ! bytecode.h
5368 ____________________________________________________________________________
5369 [   768] By: mbeattie                              on 1998/03/05  18:13:06
5370         Log: Integrate win32 branch into mainline.
5371      Branch: perl
5372           !> (integrate 53 files)
5373 ____________________________________________________________________________
5374 [   767] By: TimBunce                              on 1998/03/05  11:48:09
5375         Log: Update to change 744.
5376      Branch: maint-5.004/perl
5377            ! lib/ExtUtils/Install.pm
5378 ____________________________________________________________________________
5379 [   765] By: TimBunce                              on 1998/03/05  11:24:24
5380         Log: Update embed.h after make regen_headers.
5381      Branch: maint-5.004/perl
5382            ! embed.h
5383 ____________________________________________________________________________
5384 [   764] By: TimBunce                              on 1998/03/05  11:05:13
5385         Log: APPLLIB_EXP now has arch and version dirs added to @INC
5386      Branch: maint-5.004/perl
5387            ! perl.c
5388 ____________________________________________________________________________
5389 [   763] By: TimBunce                              on 1998/03/05  11:01:38
5390         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
5391              Added MAINT_TRIAL_1 local patch label to patchlevel.h
5392              Removed win32/win32io.c and win32/win32io.h from repository
5393      Branch: maint-5.004/perl
5394            - win32/win32io.c win32/win32io.h
5395            ! MANIFEST patchlevel.h
5396 ____________________________________________________________________________
5397 [   762] By: TimBunce                              on 1998/03/05  10:05:34
5398         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
5399              From:  Spider Boardman <spider@orb.nashua.nh.us>
5400              Files:  scope.c
5401      Branch: maint-5.004/perl
5402            ! scope.c
5403 ____________________________________________________________________________
5404 [   761] By: TimBunce                              on 1998/03/05  10:03:10
5405         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
5406              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5407              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
5408              Files:  av.c hv.c scope.c t/op/local.t
5409      Branch: maint-5.004/perl
5410            ! av.c hv.c scope.c t/op/local.t
5411 ____________________________________________________________________________
5412 [   760] By: gsar                                  on 1998/03/04  20:58:21
5413         Log: added AS patch#10
5414              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
5415              Date:    Tue, 03 Mar 1998 10:46:13 PST
5416              From:    Douglas Lankshear <dougl@ActiveState.com>
5417              Subject: [PATCH]
5418              
5419              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
5420              linked modules.
5421              
5422              -- Doug
5423      Branch: asperl
5424            ! win32/dl_win32.xs
5425 ____________________________________________________________________________
5426 [   759] By: TimBunce                              on 1998/03/04  18:46:41
5427         Log: Update patchls utility
5428      Branch: maint-5.004/perl
5429            ! Porting/patchls
5430 ____________________________________________________________________________
5431 [   758] By: TimBunce                              on 1998/03/04  17:07:06
5432         Log: perldoc -f now uses pager if text is too long for screen
5433      Branch: maint-5.004/perl
5434            ! utils/perldoc.PL
5435 ____________________________________________________________________________
5436 [   757] By: TimBunce                              on 1998/03/04  16:57:04
5437         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
5438              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
5439      Branch: maint-5.004/perl
5440            + hints/openbsd.sh
5441            ! pod/perlfunc.pod
5442 ____________________________________________________________________________
5443 [   756] By: TimBunce                              on 1998/03/04  16:48:40
5444         Log: Fix for new gnulibc stdio.h when using sfio+perlio
5445      Branch: maint-5.004/perl
5446            ! perlsdio.h
5447 ____________________________________________________________________________
5448 [   755] By: TimBunce                              on 1998/03/04  16:47:08
5449         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
5450              Added details of split in scalar context to perlfunc.pod
5451      Branch: maint-5.004/perl
5452            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
5453 ____________________________________________________________________________
5454 [   754] By: TimBunce                              on 1998/03/04  16:35:58
5455         Log: Updated perl -v info to include reference to docs and home page.
5456      Branch: maint-5.004/perl
5457            ! perl.c
5458 ____________________________________________________________________________
5459 [   753] By: TimBunce                              on 1998/03/04  16:31:29
5460         Log: Updated hints/bsdos.sh for BSD/OS 3.1
5461              Fixed typo in pod/perlsyn.pod
5462              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
5463              Fixed typo in ext/GDBM_File/GDBM_File.pm
5464      Branch: maint-5.004/perl
5465            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
5466            ! hints/bsdos.sh pod/perlsyn.pod
5467 ____________________________________________________________________________
5468 [   752] By: TimBunce                              on 1998/03/04  15:49:19
5469         Log: Changed bug address in README to perlbug@perl.com
5470              Changed Copyright in perl.c to 1998
5471              Added op/pos.t test from Robin Houston <robin@oneworld.org>
5472      Branch: maint-5.004/perl
5473            + t/op/pos.t
5474            ! README perl.c
5475 ____________________________________________________________________________
5476 [   751] By: TimBunce                              on 1998/03/04  14:47:15
5477         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
5478      Branch: maint-5.004/perl
5479            ! t/comp/require.t t/lib/ph.t
5480 ____________________________________________________________________________
5481 [   750] By: TimBunce                              on 1998/03/04  13:29:58
5482         Log: Added dTHR definition to ease backwards compatibility for XS
5483              source code from 5.005.
5484      Branch: maint-5.004/perl
5485            ! perl.h
5486 ____________________________________________________________________________
5487 [   749] By: TimBunce                              on 1998/03/04  12:19:19
5488         Log: Title:  "rename local 'op' variables to 'o'", #F114
5489              From:  Gurusamy Sarathy
5490              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
5491              toke.c
5492      Branch: maint-5.004/perl
5493            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
5494            ! scope.c toke.c
5495 ____________________________________________________________________________
5496 [   748] By: TimBunce                              on 1998/03/04  12:12:27
5497         Log: Title:  "consolidated win32 patch", #F112
5498              From:  Gurusamy Sarathy
5499              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
5500              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
5501              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
5502              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
5503              t/harness win32/win32.h win32/win32iop.h README.win32
5504              doio.c installhtml installperl pp_sys.c win32/Makefile
5505              win32/config.bc win32/config.vc win32/config_H.bc
5506              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
5507              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
5508              win32/perllib.c win32/runperl.c win32/win32.c
5509              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
5510              x2p/a2py.c
5511      Branch: maint-5.004/perl
5512            + win32/bin/perlglob.pl
5513            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
5514            ! installhtml installperl lib/ExtUtils/Command.pm
5515            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
5516            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
5517            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
5518            ! win32/Makefile win32/config.bc win32/config.vc
5519            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
5520            ! win32/config_sh.PL win32/dl_win32.xs
5521            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
5522            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
5523            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
5524            ! x2p/a2py.c
5525 ____________________________________________________________________________
5526 [   747] By: TimBunce                              on 1998/03/04  11:59:57
5527         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
5528              From:  Gurusamy Sarathy
5529              Files:  MANIFEST t/lib/ph.t
5530      Branch: maint-5.004/perl
5531            ! MANIFEST t/lib/ph.t
5532 ____________________________________________________________________________
5533 [   746] By: TimBunce                              on 1998/03/04  11:47:43
5534         Log: Title:  "properly save STDOUT during system() in debugger", #F110
5535              From:  Jason Smith <smithj4@rpi.edu>
5536              Files:  lib/perl5db.pl
5537      Branch: maint-5.004/perl
5538            ! lib/perl5db.pl
5539 ____________________________________________________________________________
5540 [   745] By: TimBunce                              on 1998/03/04  11:40:19
5541         Log: Title:  "generate DynaLoader.pm at build time", #F109
5542              From:  Achim Bohnet <ach@mpe.mpg.de>
5543              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
5544              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
5545      Branch: maint-5.004/perl
5546            + ext/DynaLoader/DynaLoader.pm.PL
5547            ! MANIFEST ext/DynaLoader/Makefile.PL
5548 ____________________________________________________________________________
5549 [   744] By: TimBunce                              on 1998/03/04  11:34:09
5550         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
5551              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
5552              J. Koenig)
5553              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
5554              Files:  lib/ExtUtils/Install.pm
5555      Branch: maint-5.004/perl
5556            ! lib/ExtUtils/Install.pm
5557 ____________________________________________________________________________
5558 [   743] By: TimBunce                              on 1998/03/04  10:45:05
5559         Log: Title:  "Pod::Html trips over "C<0>"", #F107
5560              From:  Chip Salzenberg
5561              Files:  lib/Pod/Html.pm
5562      Branch: maint-5.004/perl
5563            ! lib/Pod/Html.pm
5564 ____________________________________________________________________________
5565 [   742] By: TimBunce                              on 1998/03/04  10:12:54
5566         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
5567              From:  Achim Bohnet <ach@mpe.mpg.de>
5568              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
5569              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
5570      Branch: maint-5.004/perl
5571            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
5572 ____________________________________________________________________________
5573 [   741] By: TimBunce                              on 1998/03/04  10:08:31
5574         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
5575              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
5576              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
5577              Zakharevich)
5578              Msg-ID:  <199801040630.AA29298@metronet.com>,
5579              <199801041826.NAA11568@aatma.engin.umich.edu>,
5580              <1998Jan4.130412.2719461@cor.newman>
5581              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
5582              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
5583      Branch: maint-5.004/perl
5584            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
5585            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
5586            ! win32/win32.h
5587 ____________________________________________________________________________
5588 [   740] By: TimBunce                              on 1998/03/04  09:55:57
5589         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
5590              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5591              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
5592              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
5593      Branch: maint-5.004/perl
5594            ! lib/Tie/Hash.pm pod/perlfunc.pod
5595 ____________________________________________________________________________
5596 [   739] By: TimBunce                              on 1998/03/04  09:26:01
5597         Log: Title:  "more doc for perldoc", #F103
5598              From:  Gurusamy Sarathy
5599              Files:  utils/perldoc.PL
5600      Branch: maint-5.004/perl
5601            ! utils/perldoc.PL
5602 ____________________________________________________________________________
5603 [   738] By: TimBunce                              on 1998/03/04  09:23:16
5604         Log: Title:  "Make perldoc look for an index file ", #F102
5605              From:  Gisle Aas <gisle@aas.no>
5606              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
5607              Files:  utils/perldoc.PL
5608      Branch: maint-5.004/perl
5609            ! utils/perldoc.PL
5610 ____________________________________________________________________________
5611 [   737] By: TimBunce                              on 1998/03/04  09:21:15
5612         Log: Title:  "perldoc -F filename", #F101
5613              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5614              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
5615              Files:  utils/perldoc.PL
5616      Branch: maint-5.004/perl
5617            ! utils/perldoc.PL
5618 ____________________________________________________________________________
5619 [   736] By: TimBunce                              on 1998/03/04  09:16:20
5620         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
5621              From:  Gisle Aas <gisle@aas.no>
5622              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
5623              Files:  sv.c
5624      Branch: maint-5.004/perl
5625            ! sv.c
5626 ____________________________________________________________________________
5627 [   735] By: TimBunce                              on 1998/03/04  09:08:51
5628         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
5629              From:  abigail@fnx.com
5630              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
5631              Files:  lib/Benchmark.pm
5632      Branch: maint-5.004/perl
5633            ! lib/Benchmark.pm
5634 ____________________________________________________________________________
5635 [   734] By: TimBunce                              on 1998/03/04  08:59:58
5636         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
5637              From:  Gisle Aas <gisle@aas.no>
5638              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
5639              Files:  hv.c
5640      Branch: maint-5.004/perl
5641            ! hv.c
5642 ____________________________________________________________________________
5643 [   733] By: TimBunce                              on 1998/03/04  08:35:19
5644         Log: Title:  "support caseless %ENV", #F097
5645              From:  Gurusamy Sarathy
5646              Files:  hv.c t/op/magic.t win32/win32.h
5647      Branch: maint-5.004/perl
5648            ! hv.c t/op/magic.t win32/win32.h
5649 ____________________________________________________________________________
5650 [   732] By: TimBunce                              on 1998/03/04  08:33:58
5651         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
5652              From:  Ilya Zakharevich
5653              Files:  emacs/cperl-mode.el
5654      Branch: maint-5.004/perl
5655            ! emacs/cperl-mode.el
5656 ____________________________________________________________________________
5657 [   731] By: TimBunce                              on 1998/03/04  08:26:23
5658         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
5659              magic", #F095
5660              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5661              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
5662              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
5663              lib/ExtUtils/xsubpp sv.c
5664      Branch: maint-5.004/perl
5665            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
5666            ! pod/perlxs.pod proto.h sv.c sv.h
5667 ____________________________________________________________________________
5668 [   730] By: TimBunce                              on 1998/03/04  08:20:52
5669         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
5670              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5671              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
5672              Files:  mg.c
5673      Branch: maint-5.004/perl
5674            ! mg.c
5675 ____________________________________________________________________________
5676 [   729] By: TimBunce                              on 1998/03/04  08:18:02
5677         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
5678              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5679              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
5680              Files:  t/op/sort.t
5681      Branch: maint-5.004/perl
5682            ! t/op/sort.t
5683 ____________________________________________________________________________
5684 [   728] By: TimBunce                              on 1998/03/04  08:17:07
5685         Log: Title:  "Make search.pl work on win32", #F092
5686              From:  Gurusamy Sarathy
5687              Files:  win32/bin/search.pl
5688      Branch: maint-5.004/perl
5689            ! win32/bin/search.pl
5690 ____________________________________________________________________________
5691 [   727] By: gsar                                  on 1998/03/04  04:13:23
5692         Log: missing s/op/o/ from one of the mainpatches
5693      Branch: win32/perl
5694            ! op.c
5695 ____________________________________________________________________________
5696 [   726] By: gsar                                  on 1998/03/04  02:12:13
5697         Log: maintpatches #102 and #103 to perldoc.PL
5698      Branch: win32/perl
5699            ! utils/perldoc.PL
5700 ____________________________________________________________________________
5701 [   725] By: gsar                                  on 1998/03/04  02:00:15
5702         Log: renumber some tests to match maint branch
5703      Branch: win32/perl
5704            ! t/op/local.t
5705 ____________________________________________________________________________
5706 [   724] By: gsar                                  on 1998/03/04  01:25:50
5707         Log: maintpatch
5708              #70:  "Fix random whitespace errors in docs"
5709              From:  Roderick Schertler <roderick@argon.org>
5710              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
5711              Date:  Fri, 24 Oct 1997 11:20:44 -0400
5712              Files:  pod/checkpods.PL pod/perlfunc.pod
5713      Branch: win32/perl
5714            ! pod/checkpods.PL
5715 ____________________________________________________________________________
5716 [   723] By: gsar                                  on 1998/03/04  01:04:37
5717         Log: sync maintpatch
5718              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
5719              From:  Chip Salzenberg
5720              Files:  lib/File/Path.pm
5721      Branch: win32/perl
5722            ! lib/File/Path.pm
5723 ____________________________________________________________________________
5724 [   722] By: gsar                                  on 1998/03/04  00:46:46
5725         Log: remove redundancy in File::Find
5726      Branch: win32/perl
5727            ! lib/File/Find.pm
5728 ____________________________________________________________________________
5729 [   721] By: TimBunce                              on 1998/03/03  20:06:41
5730         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
5731              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
5732              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
5733              Files:  utils/perldoc.PL
5734      Branch: maint-5.004/perl
5735            ! utils/perldoc.PL
5736 ____________________________________________________________________________
5737 [   720] By: TimBunce                              on 1998/03/03  20:03:59
5738         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
5739              #F090
5740              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5741              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
5742              Files:  lib/ExtUtils/MM_Unix.pm
5743      Branch: maint-5.004/perl
5744            ! lib/ExtUtils/MM_Unix.pm
5745 ____________________________________________________________________________
5746 [   719] By: TimBunce                              on 1998/03/03  20:02:06
5747         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
5748              From:  Gurusamy Sarathy
5749              Files:  lib/FindBin.pm
5750      Branch: maint-5.004/perl
5751            ! lib/FindBin.pm
5752 ____________________________________________________________________________
5753 [   718] By: TimBunce                              on 1998/03/03  20:00:26
5754         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
5755              #F088
5756              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5757              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
5758              Files:  lib/File/Find.pm
5759      Branch: maint-5.004/perl
5760            ! lib/File/Find.pm
5761 ____________________________________________________________________________
5762 [   717] By: TimBunce                              on 1998/03/03  19:59:38
5763         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
5764              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5765              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
5766              Files:  op.c
5767      Branch: maint-5.004/perl
5768            ! op.c
5769 ____________________________________________________________________________
5770 [   716] By: TimBunce                              on 1998/03/03  19:57:17
5771         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
5772              #F086
5773              From:  Gurusamy Sarathy
5774              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
5775      Branch: maint-5.004/perl
5776            ! pod/perldelta.pod pod/perldiag.pod toke.c
5777 ____________________________________________________________________________
5778 [   715] By: TimBunce                              on 1998/03/03  19:51:33
5779         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
5780              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5781              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
5782              Files:  lib/Pod/Html.pm
5783      Branch: maint-5.004/perl
5784            ! lib/Pod/Html.pm
5785 ____________________________________________________________________________
5786 [   714] By: TimBunce                              on 1998/03/03  19:50:28
5787         Log: Title:  "New pod: perlhist", #F084
5788              From:  Jarkko Hietaniemi <jhi@iki.fi>
5789              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
5790              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
5791      Branch: maint-5.004/perl
5792            + pod/perlhist.pod
5793            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
5794 ____________________________________________________________________________
5795 [   713] By: TimBunce                              on 1998/03/03  19:47:13
5796         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
5797              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5798              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
5799              Files:  pp_ctl.c t/op/local.t
5800      Branch: maint-5.004/perl
5801            ! pp_ctl.c t/op/local.t
5802 ____________________________________________________________________________
5803 [   712] By: TimBunce                              on 1998/03/03  19:45:56
5804         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
5805              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5806              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
5807              Files:  pp_ctl.c
5808      Branch: maint-5.004/perl
5809            ! pp_ctl.c
5810 ____________________________________________________________________________
5811 [   711] By: TimBunce                              on 1998/03/03  19:44:41
5812         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
5813              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5814              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
5815              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
5816      Branch: maint-5.004/perl
5817            + t/comp/require.t
5818            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
5819 ____________________________________________________________________________
5820 [   710] By: TimBunce                              on 1998/03/03  19:36:34
5821         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
5822              From:  Jarkko Hietaniemi <jhi@iki.fi>
5823              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
5824              Files:  t/pragma/locale.t
5825      Branch: maint-5.004/perl
5826            ! t/pragma/locale.t
5827 ____________________________________________________________________________
5828 [   709] By: TimBunce                              on 1998/03/03  19:32:30
5829         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
5830              From:  Gisle Aas <gisle@aas.no>
5831              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
5832              Files:  sv.c
5833      Branch: maint-5.004/perl
5834            ! sv.c
5835 ____________________________________________________________________________
5836 [   708] By: TimBunce                              on 1998/03/03  19:28:06
5837         Log: Title:  "Eliminate double warnings under C<package;>", #F077
5838              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5839              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
5840              Files:  gv.c op.c toke.c
5841      Branch: maint-5.004/perl
5842            ! gv.c op.c toke.c
5843 ____________________________________________________________________________
5844 [   707] By: TimBunce                              on 1998/03/03  19:13:17
5845         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
5846              #F076
5847              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
5848              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
5849              Files:  lib/File/Path.pm
5850      Branch: maint-5.004/perl
5851            ! lib/File/Path.pm
5852 ____________________________________________________________________________
5853 [   706] By: TimBunce                              on 1998/03/03  19:08:45
5854         Log: Title:  "Update of h2ph", #F075
5855              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
5856              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
5857              Files:  t/lib/ph.t utils/h2ph.PL
5858      Branch: maint-5.004/perl
5859            + t/lib/ph.t
5860            ! utils/h2ph.PL
5861 ____________________________________________________________________________
5862 [   705] By: TimBunce                              on 1998/03/03  18:56:59
5863         Log: Title:  "Fix AutoLoader for deep packages", #F074
5864              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
5865              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
5866              Files:  lib/AutoLoader.pm
5867      Branch: maint-5.004/perl
5868            ! lib/AutoLoader.pm
5869 ____________________________________________________________________________
5870 [   704] By: TimBunce                              on 1998/03/03  18:35:36
5871         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
5872              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5873              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
5874              Files:  op.c
5875      Branch: maint-5.004/perl
5876            ! op.c
5877 ____________________________________________________________________________
5878 [   703] By: TimBunce                              on 1998/03/03  18:32:28
5879         Log: Title:  "Make recursive lexical analysis more robust", #F072
5880              From:  Ilya Zakharevich and Chip Salzenberg
5881              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
5882              Files:  toke.c
5883      Branch: maint-5.004/perl
5884            ! toke.c
5885 ____________________________________________________________________________
5886 [   702] By: TimBunce                              on 1998/03/03  18:18:10
5887         Log: Title:  "Fix random whitespace errors in docs", #F070
5888              From:  Roderick Schertler <roderick@argon.org>
5889              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
5890              Files:  pod/perlfunc.pod pod/checkpods.PL
5891      Branch: maint-5.004/perl
5892            ! pod/checkpods.PL pod/perlfunc.pod
5893 ____________________________________________________________________________
5894 [   701] By: TimBunce                              on 1998/03/03  18:13:54
5895         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
5896              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5897              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
5898              Files:  toke.c
5899      Branch: maint-5.004/perl
5900            ! toke.c
5901 ____________________________________________________________________________
5902 [   700] By: TimBunce                              on 1998/03/03  18:11:20
5903         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
5904              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
5905              <nick@flirble.org>
5906              Msg-ID:  <199710241248.NAA00163@flirble.org>,
5907              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
5908              net>
5909              Files:  pp_ctl.c sv.c
5910      Branch: maint-5.004/perl
5911            ! pp_ctl.c sv.c
5912 ____________________________________________________________________________
5913 [   699] By: TimBunce                              on 1998/03/03  18:06:59
5914         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
5915              From:  Jarkko Hietaniemi <jhi@iki.fi>
5916              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
5917              Files:  op.c
5918      Branch: maint-5.004/perl
5919            ! op.c
5920 ____________________________________________________________________________
5921 [   698] By: TimBunce                              on 1998/03/03  18:04:51
5922         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
5923              From:  Administration <fadmin@informatics.muni.cz>
5924              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
5925              Files:  op.c
5926      Branch: maint-5.004/perl
5927            ! op.c
5928 ____________________________________________________________________________
5929 [   697] By: TimBunce                              on 1998/03/03  18:02:54
5930         Log: Title:  "Allow C<last()> to mean C<last>", #F065
5931              From:  Chip Salzenberg
5932              Files:  op.c
5933      Branch: maint-5.004/perl
5934            ! op.c
5935 ____________________________________________________________________________
5936 [   696] By: TimBunce                              on 1998/03/03  17:58:12
5937         Log: Title:  "Fix extension version mismatch message", #F064
5938              From:  Chip Salzenberg
5939              Files:  XSUB.h
5940      Branch: maint-5.004/perl
5941            ! XSUB.h
5942 ____________________________________________________________________________
5943 [   695] By: TimBunce                              on 1998/03/03  17:53:04
5944         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
5945              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
5946              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
5947              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
5948              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
5949      Branch: maint-5.004/perl
5950            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
5951            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
5952 ____________________________________________________________________________
5953 [   694] By: TimBunce                              on 1998/03/03  17:40:47
5954         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
5955              From:  Tom Christiansen
5956              Files:  ext/Socket/Socket.pm
5957      Branch: maint-5.004/perl
5958            ! ext/Socket/Socket.pm
5959 ____________________________________________________________________________
5960 [   693] By: TimBunce                              on 1998/03/03  17:32:57
5961         Log: Title:  "Kill warning about parameter type", #F061
5962              From:  Chip Salzenberg
5963              Files:  op.c
5964      Branch: maint-5.004/perl
5965            ! op.c
5966 ____________________________________________________________________________
5967 [   692] By: TimBunce                              on 1998/03/03  17:11:07
5968         Log: Title:  "Socket occasional SEGV", #F060
5969              From:  Trevor Blackwell <tlb@viaweb.com>
5970              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
5971              Files:  ext/Socket/Socket.xs
5972      Branch: maint-5.004/perl
5973            ! ext/Socket/Socket.xs
5974 ____________________________________________________________________________
5975 [   691] By: TimBunce                              on 1998/03/03  17:09:51
5976         Log: Title:  "Avoid SEGV from local($@)", #F059
5977              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5978              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
5979              Files:  pp_ctl.c
5980      Branch: maint-5.004/perl
5981            ! pp_ctl.c
5982 ____________________________________________________________________________
5983 [   690] By: TimBunce                              on 1998/03/03  17:08:21
5984         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
5985              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5986              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
5987              Files:  op.c
5988      Branch: maint-5.004/perl
5989            ! op.c
5990 ____________________________________________________________________________
5991 [   689] By: TimBunce                              on 1998/03/03  17:05:57
5992         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
5993              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5994              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
5995              Files:  XSUB.h
5996      Branch: maint-5.004/perl
5997            ! XSUB.h
5998 ____________________________________________________________________________
5999 [   688] By: TimBunce                              on 1998/03/03  17:04:15
6000         Log: Title:  "Re: Sort grammar bug", #F056
6001              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6002              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
6003              Files:  toke.c
6004      Branch: maint-5.004/perl
6005            ! toke.c
6006 ____________________________________________________________________________
6007 [   687] By: TimBunce                              on 1998/03/03  17:01:32
6008         Log: Title:  "Document indirect object cases for exec(), system()", #F055
6009              From:  Dominic Dunlop <domo@slipper.ip.lu>
6010              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
6011              Files:  pod/perlfunc.pod
6012      Branch: maint-5.004/perl
6013            ! pod/perlfunc.pod
6014 ____________________________________________________________________________
6015 [   686] By: TimBunce                              on 1998/03/03  16:56:44
6016         Log: Title:  "Update docs on tr///", #F054
6017              From:  Tom Phoenix <rootbeer@teleport.com>
6018              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
6019              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6020              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6021              pod/perlstyle.pod toke.c
6022      Branch: maint-5.004/perl
6023            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6024            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6025            ! pod/perlstyle.pod toke.c
6026 ____________________________________________________________________________
6027 [   685] By: TimBunce                              on 1998/03/03  16:38:50
6028         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
6029              From:  Tom Phoenix <rootbeer@teleport.com>
6030              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
6031              Files:  pod/perlop.pod
6032      Branch: maint-5.004/perl
6033            ! pod/perlop.pod
6034 ____________________________________________________________________________
6035 [   684] By: TimBunce                              on 1998/03/03  16:37:00
6036         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
6037              From:  "Joseph N. Hall" <joseph@cscaper.com>
6038              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
6039              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
6040      Branch: maint-5.004/perl
6041            ! perly.c perly.c.diff perly.y vms/perly_c.vms
6042 ____________________________________________________________________________
6043 [   683] By: TimBunce                              on 1998/03/03  16:31:15
6044         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
6045              sv_vsetpfn", #F051
6046              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
6047              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
6048              Files:  pod/perlguts.pod
6049      Branch: maint-5.004/perl
6050            ! pod/perlguts.pod
6051 ____________________________________________________________________________
6052 [   682] By: TimBunce                              on 1998/03/03  16:28:30
6053         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
6054              From:  Jarkko Hietaniemi <jhi@iki.fi>
6055              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
6056              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
6057      Branch: maint-5.004/perl
6058            ! INSTALL pod/perldiag.pod pod/perllocale.pod
6059 ____________________________________________________________________________
6060 [   681] By: TimBunce                              on 1998/03/03  16:24:12
6061         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
6062              From:  Jerome Abela <abela@hsc.fr>
6063              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
6064              Files:  ext/Fcntl/Fcntl.pm
6065      Branch: maint-5.004/perl
6066            ! ext/Fcntl/Fcntl.pm
6067 ____________________________________________________________________________
6068 [   680] By: TimBunce                              on 1998/03/03  16:23:20
6069         Log: Title:  "Commenting toke.c", #F048
6070              From:  gnat@frii.com
6071              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
6072              Files:  toke.c
6073      Branch: maint-5.004/perl
6074            ! toke.c
6075 ____________________________________________________________________________
6076 [   679] By: TimBunce                              on 1998/03/03  16:18:32
6077         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
6078              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6079              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
6080              Files:  pod/perlguts.pod pp.c t/op/vec.t
6081      Branch: maint-5.004/perl
6082            ! pod/perlguts.pod pp.c t/op/vec.t
6083 ____________________________________________________________________________
6084 [   678] By: TimBunce                              on 1998/03/03  16:15:44
6085         Log: Title:  "A few perl5.004_03 bugs", #F046
6086              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6087              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
6088              Files:  mg.c t/op/magic.t
6089      Branch: maint-5.004/perl
6090            ! mg.c t/op/magic.t
6091 ____________________________________________________________________________
6092 [   677] By: TimBunce                              on 1998/03/03  16:13:11
6093         Log: Title:  "Faster, cleaner av_unshift() ", #F045
6094              From:  Gisle Aas <gisle@aas.no>
6095              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
6096              Files:  av.c
6097      Branch: maint-5.004/perl
6098            ! av.c
6099 ____________________________________________________________________________
6100 [   676] By: TimBunce                              on 1998/03/03  16:04:30
6101         Log: Title:  "New hints/solaris2.sh", #F044
6102              From:  Stephen Zander <srz@mckesson.com>
6103              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
6104              Files:  hints/solaris_2.sh
6105      Branch: maint-5.004/perl
6106            ! hints/solaris_2.sh
6107 ____________________________________________________________________________
6108 [   675] By: TimBunce                              on 1998/03/03  15:33:07
6109         Log: Title:  "Refresh Complex.pm and test", #F043
6110              From:  Jarkko Hietaniemi <jhi@iki.fi>
6111              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
6112              Files:  lib/Math/Complex.pm t/lib/complex.t
6113      Branch: maint-5.004/perl
6114            ! lib/Math/Complex.pm t/lib/complex.t
6115 ____________________________________________________________________________
6116 [   674] By: TimBunce                              on 1998/03/03  15:29:16
6117         Log: Title:  "Fix (\@@) proto", #F042
6118              From:  "Joseph N. Hall" <joseph@cscaper.com>
6119              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
6120              Files:  op.c t/comp/proto.t
6121      Branch: maint-5.004/perl
6122            ! op.c t/comp/proto.t
6123 ____________________________________________________________________________
6124 [   673] By: TimBunce                              on 1998/03/03  15:26:31
6125         Log: Title:  "Allow empty BLOCK in code", #F041
6126              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
6127              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
6128              Files:  toke.c
6129      Branch: maint-5.004/perl
6130            ! toke.c
6131 ____________________________________________________________________________
6132 [   672] By: TimBunce                              on 1998/03/03  15:23:55
6133         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
6134              From:  Chip Salzenberg
6135              Files:  gv.c t/op/gv.t
6136      Branch: maint-5.004/perl
6137            ! gv.c t/op/gv.t
6138 ____________________________________________________________________________
6139 [   671] By: TimBunce                              on 1998/03/03  10:02:32
6140         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
6141              From:  Gisle Aas <gisle@aas.no>
6142              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
6143              Files:  gv.c sv.c
6144      Branch: maint-5.004/perl
6145            ! gv.c sv.c
6146 ____________________________________________________________________________
6147 [   670] By: TimBunce                              on 1998/03/03  09:59:48
6148         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
6149              From:  Chip Salzenberg
6150              Files:  gv.c
6151      Branch: maint-5.004/perl
6152            ! gv.c
6153 ____________________________________________________________________________
6154 [   669] By: TimBunce                              on 1998/03/03  09:58:58
6155         Log: Title:  "Make Configure less negative about PerlIO", #F036
6156              From:  chip@atlantic.net
6157              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
6158              Files:  Configure
6159      Branch: maint-5.004/perl
6160            ! Configure
6161 ____________________________________________________________________________
6162 [   668] By: TimBunce                              on 1998/03/03  09:55:51
6163         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
6164              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
6165              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
6166              Files:  pp_ctl.c
6167      Branch: maint-5.004/perl
6168            ! pp_ctl.c
6169 ____________________________________________________________________________
6170 [   667] By: TimBunce                              on 1998/03/03  09:52:59
6171         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
6172              From:  Irving Reid <irving@tor.securecomputing.com>
6173              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
6174              Files:  lib/Getopt/Long.pm
6175      Branch: maint-5.004/perl
6176            ! lib/Getopt/Long.pm
6177 ____________________________________________________________________________
6178 [   666] By: TimBunce                              on 1998/03/03  09:51:27
6179         Log: Title:  "adding the newSVpvn API function", #F033
6180              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
6181              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
6182              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
6183      Branch: maint-5.004/perl
6184            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
6185 ____________________________________________________________________________
6186 [   665] By: TimBunce                              on 1998/03/03  09:43:30
6187         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
6188              From:  Chip Salzenberg
6189              Files:  toke.c
6190      Branch: maint-5.004/perl
6191            ! toke.c
6192 ____________________________________________________________________________
6193 [   664] By: TimBunce                              on 1998/03/03  09:41:40
6194         Log: Title:  "Re-optimize character classes", #F031
6195              From:  Chip Salzenberg
6196              Files:  regcomp.h regcomp.c regexec.c
6197      Branch: maint-5.004/perl
6198            ! regcomp.c regcomp.h regexec.c
6199 ____________________________________________________________________________
6200 [   663] By: TimBunce                              on 1998/03/03  09:39:55
6201         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
6202              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
6203              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
6204              Files:  op.c t/op/local.t
6205      Branch: maint-5.004/perl
6206            ! op.c t/op/local.t
6207 ____________________________________________________________________________
6208 [   662] By: TimBunce                              on 1998/03/03  09:37:51
6209         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
6210              From:  Chip Salzenberg
6211              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
6212              pp_hot.c regexec.c scope.c
6213      Branch: maint-5.004/perl
6214            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
6215            ! proto.h regexec.c regexp.h scope.c
6216 ____________________________________________________________________________
6217 [   661] By: TimBunce                              on 1998/03/03  09:27:04
6218         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
6219              From:  Chip Salzenberg
6220              Files:  toke.c
6221      Branch: maint-5.004/perl
6222            ! toke.c
6223 ____________________________________________________________________________
6224 [   660] By: TimBunce                              on 1998/03/03  09:24:41
6225         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
6226              From:  Chip Salzenberg
6227              Files:  scope.c
6228      Branch: maint-5.004/perl
6229            ! scope.c
6230 ____________________________________________________________________________
6231 [   659] By: TimBunce                              on 1998/03/03  09:24:00
6232         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
6233              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6234              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
6235              Files:  sv.c t/op/sprintf.t
6236      Branch: maint-5.004/perl
6237            ! sv.c t/op/sprintf.t
6238 ____________________________________________________________________________
6239 [   658] By: TimBunce                              on 1998/03/03  09:22:13
6240         Log: Title:  "Tiny core patch for source filters", #F025
6241              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
6242              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
6243              Files:  toke.c
6244      Branch: maint-5.004/perl
6245            ! toke.c
6246 ____________________________________________________________________________
6247 [   657] By: TimBunce                              on 1998/03/03  09:20:00
6248         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
6249              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6250              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
6251              Files:  t/base/lex.t toke.c
6252      Branch: maint-5.004/perl
6253            ! t/base/lex.t toke.c
6254 ____________________________________________________________________________
6255 [   656] By: TimBunce                              on 1998/03/03  09:17:56
6256         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
6257              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6258              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
6259              Files:  doio.c t/pragma/warn-1global
6260      Branch: maint-5.004/perl
6261            ! doio.c t/pragma/warn-1global
6262 ____________________________________________________________________________
6263 [   655] By: TimBunce                              on 1998/03/03  09:16:56
6264         Log: Title:  "Fix '*' prototype", #F022
6265              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6266              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
6267              Files:  toke.c
6268      Branch: maint-5.004/perl
6269            ! toke.c
6270 ____________________________________________________________________________
6271 [   654] By: TimBunce                              on 1998/03/03  09:15:04
6272         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
6273              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
6274              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
6275              Files:  lib/File/Find.pm
6276      Branch: maint-5.004/perl
6277            ! lib/File/Find.pm
6278 ____________________________________________________________________________
6279 [   653] By: TimBunce                              on 1998/03/03  09:11:55
6280         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
6281              From:  Chip Salzenberg
6282              Files:  sv.c
6283      Branch: maint-5.004/perl
6284            ! sv.c
6285 ____________________________________________________________________________
6286 [   652] By: TimBunce                              on 1998/03/03  09:07:50
6287         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
6288              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6289              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
6290              Files:  scope.c
6291      Branch: maint-5.004/perl
6292            ! scope.c
6293 ____________________________________________________________________________
6294 [   651] By: TimBunce                              on 1998/03/03  09:07:10
6295         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
6296              From:  Stephane Payrard <stef@francenet.fr>
6297              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
6298              Files:  op.c t/op/my.t
6299      Branch: maint-5.004/perl
6300            ! op.c t/op/my.t
6301 ____________________________________________________________________________
6302 [   650] By: TimBunce                              on 1998/03/03  09:04:04
6303         Log: Title:  "enhanced "use strict" warning", #F017
6304              From:  Tkil <tkil@reptile.scrye.com>
6305              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
6306              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
6307      Branch: maint-5.004/perl
6308            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
6309 ____________________________________________________________________________
6310 [   649] By: TimBunce                              on 1998/03/03  09:02:55
6311         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
6312              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6313              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
6314              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
6315      Branch: maint-5.004/perl
6316            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
6317 ____________________________________________________________________________
6318 [   648] By: TimBunce                              on 1998/03/03  08:58:00
6319         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
6320              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6321              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
6322              Files:  sv.c
6323      Branch: maint-5.004/perl
6324            ! sv.c
6325 ____________________________________________________________________________
6326 [   647] By: TimBunce                              on 1998/03/03  08:53:35
6327         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
6328              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6329              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
6330              Files:  os2/os2.c util.c
6331      Branch: maint-5.004/perl
6332            ! os2/os2.c util.c
6333 ____________________________________________________________________________
6334 [   646] By: TimBunce                              on 1998/03/03  08:51:04
6335         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
6336              From:  Roderick Schertler <roderick@argon.org>
6337              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
6338              Files:  doio.c t/op/misc.t
6339      Branch: maint-5.004/perl
6340            ! doio.c t/op/misc.t
6341 ____________________________________________________________________________
6342 [   645] By: TimBunce                              on 1998/03/03  08:49:34
6343         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
6344              From:  Stephen McCamant <alias@mcs.com>
6345              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
6346              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
6347      Branch: maint-5.004/perl
6348            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
6349 ____________________________________________________________________________
6350 [   644] By: TimBunce                              on 1998/03/03  08:43:06
6351         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
6352              From:  Spider Boardman <spider@orb.nashua.nh.us>
6353              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
6354              Files:  sv.c
6355      Branch: maint-5.004/perl
6356            ! sv.c
6357 ____________________________________________________________________________
6358 [   643] By: TimBunce                              on 1998/03/03  08:41:07
6359         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
6360              From:  Chip Salzenberg
6361              Files:  op.c t/op/my.t
6362      Branch: maint-5.004/perl
6363            ! op.c t/op/my.t
6364 ____________________________________________________________________________
6365 [   642] By: TimBunce                              on 1998/03/03  08:39:11
6366         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
6367              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6368              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
6369              Files:  pod/perlobj.pod sv.c t/op/ref.t
6370      Branch: maint-5.004/perl
6371            ! pod/perlobj.pod sv.c t/op/ref.t
6372 ____________________________________________________________________________
6373 [   641] By: gsar                                  on 1998/03/03  04:39:49
6374         Log: merge problematic maintpatch to op.c
6375              #77:  "Eliminate double warnings under C<package;>"
6376              From:  Chip Salzenberg
6377              Files:  gv.c op.c toke.c
6378      Branch: win32/perl
6379            ! gv.c op.c toke.c
6380 ____________________________________________________________________________
6381 [   640] By: gsar                                  on 1998/03/03  04:30:22
6382         Log: merge another conflicting maintpatch to op.c
6383              #17:  "Enhanced "use strict" warning"
6384              From:  Tkil <tkil@reptile.scrye.com>
6385              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
6386              Date:  Thu, 4 Dec 1997 02:38:26 -0700
6387              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
6388      Branch: win32/perl
6389            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
6390 ____________________________________________________________________________
6391 [   639] By: gsar                                  on 1998/03/03  04:09:11
6392         Log: maintpatch
6393              #73:  "Fix order of warnings for misplaced subscripts"
6394              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6395              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
6396              Date:  Mon, 13 Oct 1997 11:23:56 +0100
6397              Files:  op.c
6398      Branch: win32/perl
6399            ! op.c
6400 ____________________________________________________________________________
6401 [   638] By: gsar                                  on 1998/03/03  04:02:16
6402         Log: manually apply another conflicting maintpatch
6403              #64:  "Fix extension version mismatch message"
6404              From:  Chip Salzenberg
6405              Files:  XSUB.h
6406      Branch: win32/perl
6407            ! XSUB.h
6408 ____________________________________________________________________________
6409 [   637] By: gsar                                  on 1998/03/03  03:57:08
6410         Log: maintpatch
6411              #62:  "Fix doc bug in getservbyname() examples"
6412              From:  Tom Christiansen
6413              Files:  ext/Socket/Socket.pm
6414      Branch: win32/perl
6415            ! ext/Socket/Socket.pm
6416 ____________________________________________________________________________
6417 [   636] By: gsar                                  on 1998/03/03  03:55:13
6418         Log: maintpatch
6419              #60:  "Socket occasional SEGV"
6420              From:  Trevor Blackwell <tlb@viaweb.com>
6421              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
6422              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
6423              Files:  ext/Socket/Socket.xs
6424      Branch: win32/perl
6425            ! ext/Socket/Socket.xs
6426 ____________________________________________________________________________
6427 [   635] By: gsar                                  on 1998/03/03  03:51:01
6428         Log: maintpatches for docs
6429              #53:  "Perlop bitwise & | ^ documentation"
6430              From:  Tom Phoenix <rootbeer@teleport.com>
6431              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
6432              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
6433              Files:  pod/perlfunc.pod
6434              -------- 
6435              #54:  "Update docs on tr///"
6436              From:  Tom Phoenix <rootbeer@teleport.com>
6437              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
6438              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
6439              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6440              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6441              pod/perlstyle.pod toke.c
6442      Branch: win32/perl
6443            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6444            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6445            ! pod/perlstyle.pod toke.c
6446 ____________________________________________________________________________
6447 [   634] By: gsar                                  on 1998/03/03  03:43:42
6448         Log: another maintpatch (this one needed adjust of test nos.)
6449              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6450              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
6451              Date: Thu, 22 Jan 1998 12:11:49 +0000
6452              Subject: Re: [PERL] A few perl5.004_03 bugs 
6453      Branch: win32/perl
6454            ! mg.c t/op/magic.t
6455 ____________________________________________________________________________
6456 [   633] By: gsar                                  on 1998/03/03  03:36:40
6457         Log: merge another toke.c patch and its dependent (very carefully)
6458              #32:  "Support C<Package::> as function-blind bearword"
6459              From:  Chip Salzenberg
6460              Files:  toke.c
6461              --------
6462              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
6463              From:  Gurusamy Sarathy
6464              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
6465      Branch: win32/perl
6466            ! pod/perldelta.pod pod/perldiag.pod toke.c
6467 ____________________________________________________________________________
6468 [   632] By: gsar                                  on 1998/03/03  03:12:16
6469         Log: another toke.c maintpatch
6470              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
6471              From:  Chip Salzenberg
6472              Files:  toke.c
6473      Branch: win32/perl
6474            ! toke.c
6475 ____________________________________________________________________________
6476 [   631] By: gsar                                  on 1998/03/03  03:06:59
6477         Log: still another maintpatch
6478              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6479              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
6480              Date: Sun, 02 Nov 1997 13:31:54 +0000
6481              Subject: [PATCH] assorted sprintf bugs
6482      Branch: win32/perl
6483            ! sv.c t/op/sprintf.t
6484 ____________________________________________________________________________
6485 [   630] By: gsar                                  on 1998/03/03  03:03:55
6486         Log: yet another maintpatch
6487              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6488              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
6489              Date: Sat, 22 Nov 1997 12:52:16 +0000
6490              Subject: Re: [PERL] Unexpected output 
6491      Branch: win32/perl
6492            ! doio.c t/pragma/warn-1global
6493 ____________________________________________________________________________
6494 [   629] By: gsar                                  on 1998/03/03  02:57:33
6495         Log: merge another maintpatch to toke.c
6496              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6497              Date: Sat, 22 Nov 1997 14:45:23 GMT
6498              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
6499              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
6500      Branch: win32/perl
6501            ! t/base/lex.t toke.c
6502 ____________________________________________________________________________
6503 [   628] By: gsar                                  on 1998/03/03  02:50:20
6504         Log: manually merge a maintpatch
6505              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
6506              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
6507              From: gnat@frii.com
6508              Subject: [PERL] Commenting toke.c
6509      Branch: win32/perl
6510            ! toke.c
6511 ____________________________________________________________________________
6512 [   627] By: TimBunce                              on 1998/03/02  22:34:47
6513         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
6514              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6515              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
6516              Files:  pp_hot.c pp_sys.c
6517      Branch: maint-5.004/perl
6518            ! pp_hot.c pp_sys.c
6519 ____________________________________________________________________________
6520 [   626] By: TimBunce                              on 1998/03/02  22:31:13
6521         Log: This is the change description for change 625
6522              Title:  "Fix tr///s option", #F007
6523              From:  Inaba Hiroto <inaba@st.rim.or.jp>
6524              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
6525              Files:  doop.c
6526      Branch: maint-5.004/perl
6527            ! doop.c
6528 ____________________________________________________________________________
6529 [   625] By: TimBunce                              on 1998/03/02  22:23:48
6530         Log:      Branch: maint-5.004/perl
6531            ! doop.c
6532 ____________________________________________________________________________
6533 [   623] By: TimBunce                              on 1998/03/02  21:51:53
6534         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
6535              From:  Chip Salzenberg
6536              Files:  pp_ctl.c
6537      Branch: maint-5.004/perl
6538            ! pp_ctl.c
6539 ____________________________________________________________________________
6540 [   622] By: TimBunce                              on 1998/03/02  21:43:29
6541         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
6542              From:  Chip Salzenberg
6543              Files:  sv.c
6544      Branch: maint-5.004/perl
6545            ! sv.c
6546 ____________________________________________________________________________
6547 [   621] By: TimBunce                              on 1998/03/02  21:29:59
6548         Log: Title:  "Fix compile-time warning line in while ()", #F004
6549              From:  Chip Salzenberg
6550              Files:  op.c
6551      Branch: maint-5.004/perl
6552            ! op.c
6553 ____________________________________________________________________________
6554 [   620] By: TimBunce                              on 1998/03/02  21:25:27
6555         Log: Title:  "STMT foreach LIST;", #F002
6556              From:  Chip Salzenberg
6557              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
6558              vms/perly_c.vms
6559      Branch: maint-5.004/perl
6560            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
6561            ! toke.c vms/perly_c.vms
6562 ____________________________________________________________________________
6563 [   619] By: TimBunce                              on 1998/03/02  21:12:58
6564         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
6565              From:  Chip Salzenberg
6566              Files:  op.c
6567      Branch: maint-5.004/perl
6568            ! op.c
6569 ____________________________________________________________________________
6570 [   618] By: gsar                                  on 1998/03/02  04:40:16
6571         Log: make t/lib/nothread.t type xtext also
6572      Branch: win32/perl
6573            ! t/op/nothread.t
6574 ____________________________________________________________________________
6575 [   617] By: gsar                                  on 1998/03/02  04:35:15
6576         Log: make t/lib/thread.t type xtext
6577      Branch: win32/perl
6578            ! t/lib/thread.t
6579 ____________________________________________________________________________
6580 [   616] By: gsar                                  on 1998/03/02  04:17:40
6581         Log: fix misapplied hunks in change#614
6582      Branch: win32/perl
6583            ! scope.c scope.h
6584 ____________________________________________________________________________
6585 [   615] By: gsar                                  on 1998/03/02  03:39:16
6586         Log: another one down
6587              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
6588              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
6589              Date: Tue, 25 Nov 1997 23:03:48 -0800
6590              Subject: [PERL] File::Find bugs & patches
6591      Branch: win32/perl
6592            ! lib/File/Find.pm
6593 ____________________________________________________________________________
6594 [   614] By: gsar                                  on 1998/03/02  03:28:28
6595         Log: this one with adjusted test numbers
6596              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
6597              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
6598              From: Stephen McCamant <alias@mcs.com>
6599              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
6600      Branch: win32/perl
6601            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
6602 ____________________________________________________________________________
6603 [   613] By: gsar                                  on 1998/03/02  03:13:32
6604         Log: still another
6605              From: Inaba Hiroto <inaba@st.rim.or.jp>
6606              Subject: [PERL] tr///s bug
6607              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
6608              Date: Sat, 10 Jan 1998 15:53:33 +0900
6609      Branch: win32/perl
6610            ! doop.c t/op/subst.t
6611 ____________________________________________________________________________
6612 [   612] By: gsar                                  on 1998/03/02  03:01:27
6613         Log: yet another patch
6614              From: Chip Salzenberg <salzench@nielsenmedia.com>
6615              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
6616              Subject: Tiny but massively cool:  C<statement foreach @list>
6617              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
6618      Branch: win32/perl
6619            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
6620            ! toke.c vms/perly_c.vms
6621 ____________________________________________________________________________
6622 [   611] By: gsar                                  on 1998/03/02  01:52:46
6623         Log: yet another 'old' patch
6624              From: Stephane Payrard <stef@francenet.fr>
6625              Message-Id: <199712040054.BAA04612@www.zweig.com>
6626              To: perl5-porters@perl.org
6627              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
6628              between `my' and `local' (Patch included)
6629      Branch: win32/perl
6630            ! op.c t/op/my.t
6631 ____________________________________________________________________________
6632 [   610] By: gsar                                  on 1998/03/02  01:45:55
6633         Log: another 'old' patch
6634              From: Roderick Schertler <roderick@argon.org>
6635              Date: 19 Dec 1997 12:52:36 -0500
6636              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
6637              Subject: [PERL] [PATCH] Re: Problem with open >&=
6638      Branch: win32/perl
6639            ! doio.c t/op/misc.t
6640 ____________________________________________________________________________
6641 [   609] By: gsar                                  on 1998/03/02  01:23:56
6642         Log: apply missing pieces from:
6643              From: Chip Salzenberg <salzench@nielsenmedia.com>
6644              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
6645              Subject: [PATCH] Improved LVALUE patch
6646              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
6647      Branch: win32/perl
6648            ! sv.c
6649 ____________________________________________________________________________
6650 [   608] By: gsar                                  on 1998/03/02  01:13:01
6651         Log: merge two important 'old' patches
6652              From: Chip Salzenberg <salzench@nielsenmedia.com>
6653              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
6654              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
6655              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
6656              ------
6657              From: Chip Salzenberg <salzench@nielsenmedia.com>
6658              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
6659              Subject: [PATCH] Fix for compile-time while() warnings
6660              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
6661      Branch: win32/perl
6662            ! op.c
6663 ____________________________________________________________________________
6664 [   607] By: gsar                                  on 1998/03/01  06:52:26
6665         Log: integrate mainline changes
6666      Branch: asperl
6667           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
6668           +> lib/Tie/Handle.pm t/op/tiehandle.t
6669            - config_H
6670           !> (integrate 89 files)
6671 ____________________________________________________________________________
6672 [   606] By: gsar                                  on 1998/02/28  23:11:00
6673         Log: misc small tweaks
6674              - AutoLoader fix for long::pack::names
6675              - d_mymalloc can be set from makefiles now
6676              - make search.pl actually work on win32
6677              - revert podoc about $^E on OS/2 (per Ilya's wishes)
6678      Branch: win32/perl
6679            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
6680            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
6681 ____________________________________________________________________________
6682 [   605] By: gsar                                  on 1998/02/28  22:16:45
6683         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
6684      Branch: win32/perl
6685            ! embedvar.h sv.h
6686 ____________________________________________________________________________
6687 [   604] By: gsar                                  on 1998/02/28  21:08:58
6688         Log: integrate mainline
6689      Branch: win32/perl
6690           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
6691           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
6692           !> byterun.c ext/SDBM_File/Makefile.PL
6693           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
6694           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
6695           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
6696           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
6697           !> vms/test.com win32/makedef.pl
6698 ____________________________________________________________________________
6699 [   603] By: nick                                  on 1998/02/28  11:31:15
6700         Log: Missed FREAD in bytecode.h
6701              Cannot export svref_mutex in non-threaded perl
6702      Branch: perl
6703            ! bytecode.h win32/makedef.pl
6704
6705 ----------------
6706 Version 5.004_61
6707 ----------------
6708
6709 ____________________________________________________________________________
6710 [   602] By: mbeattie                              on 1998/02/27  18:35:27
6711         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
6712              preprocessor symbol on Digital UNIX.
6713      Branch: perl
6714            ! bytecode.h bytecode.pl byterun.c
6715 ____________________________________________________________________________
6716 [   601] By: mbeattie                              on 1998/02/27  18:27:00
6717         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
6718      Branch: perl
6719            ! sv.h
6720 ____________________________________________________________________________
6721 [   600] By: mbeattie                              on 1998/02/27  18:15:07
6722         Log: Add atomic.h to MANIFEST
6723      Branch: perl
6724            ! MANIFEST
6725 ____________________________________________________________________________
6726 [   599] By: mbeattie                              on 1998/02/27  18:13:52
6727         Log: Integrate win32 branch into mainline.
6728      Branch: perl
6729            ! bytecode.pl
6730           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
6731           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
6732           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
6733           !> win32/config.gc win32/config.vc win32/config_H.bc
6734           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
6735           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
6736           !> win32/win32thread.h
6737 ____________________________________________________________________________
6738 [   598] By: mbeattie                              on 1998/02/27  18:06:41
6739         Log: Make refcounts atomic for threading (dependent on appropriate
6740              arch-dependent and compiler-dependent definitions in atomic.h
6741              or else falls back to a global mutex to protect refcounts).
6742      Branch: perl
6743            + atomic.h
6744            ! global.sym perl.c perlvars.h sv.c sv.h
6745 ____________________________________________________________________________
6746 [   597] By: mbeattie                              on 1998/02/27  15:37:22
6747         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
6748      Branch: perl
6749            ! MANIFEST
6750 ____________________________________________________________________________
6751 [   596] By: mbeattie                              on 1998/02/27  15:34:55
6752         Log: Missed adding new file Policy_sh.SH in change 592.
6753      Branch: perl
6754            + Policy_sh.SH
6755 ____________________________________________________________________________
6756 [   595] By: mbeattie                              on 1998/02/27  15:34:06
6757         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
6758              Date: Fri, 27 Feb 1998 04:15:04 +0000
6759              From: Graham Barr <gbarr@pobox.com>
6760      Branch: perl
6761            + lib/Tie/Handle.pm t/op/tiehandle.t
6762            ! pod/perltie.pod pp_sys.c
6763 ____________________________________________________________________________
6764 [   594] By: mbeattie                              on 1998/02/27  15:31:12
6765         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6766              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
6767              Date: Thu, 26 Feb 1998 11:09:55 -0800
6768              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
6769              Date: Thu, 26 Feb 1998 11:15:24 -0800
6770      Branch: perl
6771            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
6772            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
6773            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
6774            ! vms/test.com
6775 ____________________________________________________________________________
6776 [   593] By: mbeattie                              on 1998/02/27  15:26:45
6777         Log: Fix file-descriptor leak when pipes fail via taint checks:
6778              Subject: [PATCH] Some patches went through cracks
6779              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
6780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6781      Branch: perl
6782            ! os2/os2.c util.c
6783 ____________________________________________________________________________
6784 [   592] By: mbeattie                              on 1998/02/27  15:15:12
6785         Log: Subject: Config_60-03-04.diff patch for 5.004_60
6786              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
6787              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6788      Branch: perl
6789            ! Configure MANIFEST Makefile.SH os2/diff.configure
6790 ____________________________________________________________________________
6791 [   591] By: gsar                                  on 1998/02/26  19:34:50
6792         Log: added AS patch#9
6793      Branch: asperl
6794            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
6795            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
6796            - win32/ipstdiowin.h win32/perlobj.def
6797            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
6798            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
6799            ! win32/win32sck.c win32/win32thread.c
6800 ____________________________________________________________________________
6801 [   590] By: gsar                                  on 1998/02/26  04:25:40
6802         Log: various changes to make win32 build under the new Configure & co.
6803              - added byterun.c to core C build
6804              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
6805              after adding new variables to config.[bgv]c
6806              - sig_name_init now has only the valid signals
6807              - we now have $Config{usethreads}
6808              - tested under the two commercial compilers w/ and w/o usethreads
6809      Branch: win32/perl
6810            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6811            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6812            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
6813 ____________________________________________________________________________
6814 [   589] By: gsar                                  on 1998/02/26  03:56:19
6815         Log: various cleanups so that B can be built as "just another extension"
6816              - export symbols needed for building B
6817              - bset_obj_store() is needed by byterun(), so define it there instead
6818              of at B.xs, and export it
6819              - freadpv() is only used in B.xs, so move it there
6820              - byte*.h are now included by perl.h
6821              - regenerate embed*.h
6822      Branch: win32/perl
6823            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
6824            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
6825 ____________________________________________________________________________
6826 [   588] By: gsar                                  on 1998/02/25  21:46:35
6827         Log: integrate mainline
6828      Branch: win32/perl
6829           +> Porting/config.sh Porting/config_H
6830            - config_H
6831           !> (integrate 54 files)
6832 ____________________________________________________________________________
6833 [   587] By: gsar                                  on 1998/02/25  19:20:26
6834         Log: added AS patch#8
6835      Branch: asperl
6836            ! sv.c x2p/a2py.c x2p/util.c
6837 ____________________________________________________________________________
6838 [   586] By: gsar                                  on 1998/02/25  19:08:06
6839         Log: added AS patch#7
6840              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
6841              Date:    Tue, 24 Feb 1998 07:57:07 PST
6842              From:    Douglas Lankshear <dougl@ActiveState.com>
6843              Subject: [PATCH] 
6844              
6845              Here's an attempt at
6846              6. MANIFEST must be updated with new file names
6847              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
6848              And some changes to move toward
6849              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
6850              
6851              -- Doug
6852      Branch: asperl
6853            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
6854            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
6855            ! perlenv.h perlio.h perllio.h win32/Makefile
6856 ____________________________________________________________________________
6857 [   585] By: mbeattie                              on 1998/02/25  17:44:34
6858         Log: More compiler tweaks.
6859      Branch: perl
6860            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
6861 ____________________________________________________________________________
6862 [   584] By: mbeattie                              on 1998/02/25  15:36:38
6863         Log: Subject: [PATCH 5.004_60] dos-djgpp update
6864              Date: Wed, 25 Feb 1998 11:17:07 +0100
6865              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6866      Branch: perl
6867            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
6868 ____________________________________________________________________________
6869 [   583] By: mbeattie                              on 1998/02/25  15:34:48
6870         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
6871      Branch: perl
6872            ! global.sym patchlevel.h
6873 ____________________________________________________________________________
6874 [   582] By: mbeattie                              on 1998/02/25  15:28:08
6875         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
6876              Date: Tue, 24 Feb 1998 11:15:57 +0000
6877              From: Robin Houston <robin@oneworld.org>
6878      Branch: perl
6879            ! pod/perldiag.pod pp_ctl.c
6880 ____________________________________________________________________________
6881 [   581] By: mbeattie                              on 1998/02/25  15:27:06
6882         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
6883              Date: 23 Feb 1998 23:36:09 +0100
6884              From: Gisle Aas <gisle@aas.no>
6885      Branch: perl
6886            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
6887 ____________________________________________________________________________
6888 [   580] By: mbeattie                              on 1998/02/25  15:25:29
6889         Log: Subject: [PATCH 5.004_60] improved Test.pm
6890              Date: Sat, 21 Feb 1998 14:17:09 -0500
6891              From: Joshua Pritikin <pritikin@mindspring.com>
6892      Branch: perl
6893            ! lib/Test.pm
6894 ____________________________________________________________________________
6895 [   579] By: mbeattie                              on 1998/02/25  15:23:24
6896         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
6897              From: Jarkko Hietaniemi <jhi@iki.fi>
6898              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
6899              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
6900              Subject: Re: your HP-UX perl patch
6901              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
6902      Branch: perl
6903            ! Makefile.SH embed.h global.sym hints/hpux.sh
6904 ____________________________________________________________________________
6905 [   578] By: mbeattie                              on 1998/02/25  15:18:06
6906         Log: Back out DB_File patch (change _553) and tweak Configure.
6907              Subject: ANNOUNCE: perl5.004_60 is available
6908              Date: Mon, 23 Feb 1998 10:47:26 -0000
6909              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
6910      Branch: perl
6911            ! Configure ext/DB_File/DB_File.xs
6912 ____________________________________________________________________________
6913 [   577] By: mbeattie                              on 1998/02/25  15:04:00
6914         Log: Subject: [PATCH] Cwd.pm
6915              Date: Fri, 20 Feb 1998 10:27:54 -0600
6916              From: Graham Barr <gbarr@ti.com>
6917      Branch: perl
6918            ! lib/Cwd.pm
6919 ____________________________________________________________________________
6920 [   576] By: mbeattie                              on 1998/02/25  15:02:57
6921         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
6922              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
6923              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
6924              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
6925              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
6926              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
6927              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
6928      Branch: perl
6929            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
6930 ____________________________________________________________________________
6931 [   575] By: mbeattie                              on 1998/02/25  14:58:00
6932         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
6933              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
6934              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6935      Branch: perl
6936            + Porting/config.sh Porting/config_H
6937            - config_H
6938            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
6939            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
6940            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
6941            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
6942            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
6943            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
6944            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
6945 ____________________________________________________________________________
6946 [   574] By: gsar                                  on 1998/02/24  02:21:14
6947         Log: fix typos in sv.c
6948      Branch: win32/perl
6949            ! sv.c
6950 ____________________________________________________________________________
6951 [   573] By: mbeattie                              on 1998/02/23  10:03:39
6952         Log: Remove old Linux+threads segfault degugging kludge.
6953      Branch: perl
6954            ! perl.c
6955 ____________________________________________________________________________
6956 [   572] By: gsar                                  on 1998/02/23  09:45:26
6957         Log: undo previous change (no added value!)
6958      Branch: win32/perl
6959            ! win32/bin/pl2bat.pl
6960 ____________________________________________________________________________
6961 [   571] By: gsar                                  on 1998/02/23  09:18:32
6962         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
6963              John Cavanaugh <cavanaug@sdd.hp.com>)
6964      Branch: win32/perl
6965            ! win32/bin/pl2bat.pl
6966 ____________________________________________________________________________
6967 [   570] By: gsar                                  on 1998/02/22  04:02:15
6968         Log: support chown() (just a noop for now)
6969      Branch: win32/perl
6970            ! dosish.h win32/win32.c win32/win32.h
6971 ____________________________________________________________________________
6972 [   569] By: gsar                                  on 1998/02/22  03:09:55
6973         Log: integrate latest win32 branch
6974      Branch: asperl
6975           +> (branch 41 files)
6976           !> (integrate 59 files)
6977 ____________________________________________________________________________
6978 [   568] By: gsar                                  on 1998/02/22  02:40:56
6979         Log: get compiler building under win32 (needed Makefile.PL
6980              hacks that could be applicable to other platforms)
6981      Branch: win32/perl
6982            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
6983 ____________________________________________________________________________
6984 [   567] By: gsar                                  on 1998/02/22  01:30:19
6985         Log: integrate mainline
6986      Branch: win32/perl
6987           +> (branch 41 files)
6988           !> (integrate 46 files)
6989 ____________________________________________________________________________
6990 [   566] By: gsar                                  on 1998/02/20  22:31:56
6991         Log: fix handle leak in join()
6992      Branch: win32/perl
6993            ! win32/win32thread.h
6994
6995 ----------------
6996 Version 5.004_60
6997 ----------------
6998
6999 ____________________________________________________________________________
7000 [   565] By: mbeattie                              on 1998/02/20  18:23:47
7001         Log: Remove compiler files from their old lib/B locations. The compiler
7002              now builds by default (without the byteperl executable so far) and
7003              seems to work at least minimally.
7004      Branch: perl
7005            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
7006            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
7007            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
7008            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
7009            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
7010            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
7011            ! MANIFEST bytecode.pl
7012 ____________________________________________________________________________
7013 [   564] By: mbeattie                              on 1998/02/20  18:05:33
7014         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
7015              under ext/B.
7016      Branch: perl
7017           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7018           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7019           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
7020           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
7021           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
7022           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
7023           +> ext/B/B/makeliblinks ext/B/O.pm
7024 ____________________________________________________________________________
7025 [   563] By: mbeattie                              on 1998/02/20  17:54:58
7026         Log: Start getting compiler to work when built with the core.
7027              [Still won't work as of this change.]
7028      Branch: perl
7029           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
7030           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
7031           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
7032           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
7033           +> lib/B/Terse.pm lib/B/Xref.pm
7034            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
7035 ____________________________________________________________________________
7036 [   562] By: mbeattie                              on 1998/02/20  16:42:13
7037         Log: Merge perlext/Compiler/... into mainline. Some files move to
7038              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
7039              move to the base perl directory (e.g. headers). Will need some
7040              cleaning up before it builds properly, I would guess.
7041      Branch: perl
7042           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
7043           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
7044           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
7045           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
7046           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
7047           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
7048           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
7049           +> lib/B/makeliblinks lib/O.pm
7050 ____________________________________________________________________________
7051 [   561] By: mbeattie                              on 1998/02/20  16:39:38
7052         Log: Win32 changes from Sarathy, tweaked slightly by me.
7053      Branch: perlext
7054            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
7055            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
7056            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
7057            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
7058 ____________________________________________________________________________
7059 [   560] By: mbeattie                              on 1998/02/20  15:46:15
7060         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
7061      Branch: perl
7062            ! perl.c
7063 ____________________________________________________________________________
7064 [   559] By: mbeattie                              on 1998/02/20  12:56:10
7065         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
7066      Branch: perl
7067            ! MANIFEST patchlevel.h
7068 ____________________________________________________________________________
7069 [   558] By: mbeattie                              on 1998/02/20  12:53:26
7070         Log: Integrate win32 branch into mainline.
7071      Branch: perl
7072           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
7073           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7074           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7075           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
7076           !> win32/win32iop.h x2p/a2p.h
7077 ____________________________________________________________________________
7078 [   557] By: mbeattie                              on 1998/02/20  12:51:42
7079         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
7080              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
7081              From: Jarkko Hietaniemi <jhi@iki.fi>
7082      Branch: perl
7083            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
7084            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
7085            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
7086            ! pod/perltoc.pod pod/perlvar.pod
7087 ____________________________________________________________________________
7088 [   556] By: mbeattie                              on 1998/02/20  12:49:54
7089         Log: Subject: [PATCH] installperl
7090              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
7091              From: Norton Allen <allen@huarp.harvard.edu>
7092      Branch: perl
7093            ! installperl
7094 ____________________________________________________________________________
7095 [   555] By: mbeattie                              on 1998/02/20  12:49:09
7096         Log: Subject: [PATCH:_59] t/op/wantarray.t
7097              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
7098              From: Norton Allen <allen@huarp.harvard.edu>
7099      Branch: perl
7100            + t/op/wantarray.t
7101 ____________________________________________________________________________
7102 [   554] By: mbeattie                              on 1998/02/20  12:47:44
7103         Log: Subject: Misprint in regcomp.c [PATCH]
7104              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
7105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7106      Branch: perl
7107            ! regcomp.c
7108 ____________________________________________________________________________
7109 [   553] By: mbeattie                              on 1998/02/20  12:45:08
7110         Log: Subject: DB_File ->length does not work just after tie.
7111              Date: Tue, 17 Feb 1998 13:19:18 GMT
7112              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7113      Branch: perl
7114            ! ext/DB_File/DB_File.xs
7115 ____________________________________________________________________________
7116 [   552] By: mbeattie                              on 1998/02/20  12:43:32
7117         Log: Subject: [PATCH] - perl5.005_59, update Copyright
7118              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
7119              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
7120      Branch: perl
7121            ! perl.c
7122 ____________________________________________________________________________
7123 [   551] By: mbeattie                              on 1998/02/20  12:42:41
7124         Log: Subject: Re: for() and map() peculiarity
7125              Date: Mon, 16 Feb 1998 21:33:44 +0000
7126              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7127      Branch: perl
7128            ! pod/perlsyn.pod
7129 ____________________________________________________________________________
7130 [   550] By: mbeattie                              on 1998/02/20  12:41:53
7131         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
7132              Date: Mon, 16 Feb 1998 11:46:29 -0800
7133              From: Dan Sugalski <sugalskd@osshe.edu>
7134      Branch: perl
7135            ! vms/config.vms
7136 ____________________________________________________________________________
7137 [   549] By: mbeattie                              on 1998/02/20  12:40:55
7138         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
7139              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
7140              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
7141      Branch: perl
7142            ! global.sym
7143 ____________________________________________________________________________
7144 [   548] By: mbeattie                              on 1998/02/20  12:39:56
7145         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
7146              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
7147              From: Jarkko Hietaniemi <jhi@iki.fi>
7148      Branch: perl
7149            ! hints/irix_6.sh
7150 ____________________________________________________________________________
7151 [   547] By: mbeattie                              on 1998/02/20  12:38:58
7152         Log: Subject: [PATCH] perlguts update
7153              Date: 16 Feb 1998 11:23:53 +0100
7154              From: Gisle Aas <gisle@aas.no>
7155      Branch: perl
7156            ! pod/perlguts.pod
7157 ____________________________________________________________________________
7158 [   546] By: mbeattie                              on 1998/02/20  12:38:01
7159         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
7160              Date: Sun, 15 Feb 1998 23:56:05 -0500
7161              From: Irving Reid <irving@tor.securecomputing.com>
7162      Branch: perl
7163            ! hints/bsdos.sh
7164 ____________________________________________________________________________
7165 [   545] By: mbeattie                              on 1998/02/20  12:37:11
7166         Log: Subject: [PATCH] 5% speedup in an empty loop
7167              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
7168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7169      Branch: perl
7170            ! op.c
7171 ____________________________________________________________________________
7172 [   544] By: mbeattie                              on 1998/02/20  12:36:26
7173         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
7174              Date: Sun, 15 Feb 98 23:06:16 +0100
7175              From: Hans Mulder <hansm@icgroup.nl>
7176      Branch: perl
7177            ! hints/next_3.sh hints/next_4.sh
7178 ____________________________________________________________________________
7179 [   543] By: mbeattie                              on 1998/02/20  12:35:39
7180         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
7181              Date: Sun, 15 Feb 98 23:05:20 +0100
7182              From: Hans Mulder <hansm@icgroup.nl>
7183      Branch: perl
7184            ! malloc.c
7185 ____________________________________________________________________________
7186 [   542] By: mbeattie                              on 1998/02/20  12:35:03
7187         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
7188              From: Hans Mulder <hansm@icgroup.nl>
7189              Date: Sun, 15 Feb 98 23:04:29 +0100
7190      Branch: perl
7191            ! Configure
7192 ____________________________________________________________________________
7193 [   541] By: mbeattie                              on 1998/02/20  12:33:56
7194         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
7195              NeXT   needs DONT_DECLARE_STD)
7196              Date: Sun, 15 Feb 98 23:04:19 +0100
7197              From: Hans Mulder <hansm@icgroup.nl>
7198      Branch: perl
7199            ! perl.h
7200 ____________________________________________________________________________
7201 [   540] By: mbeattie                              on 1998/02/20  12:32:25
7202         Log: Subject: [PATCH] sv_check_thinkfirst macroized
7203              Date: 15 Feb 1998 22:00:38 +0100
7204              From: Gisle Aas <gisle@aas.no>
7205      Branch: perl
7206            ! sv.c
7207 ____________________________________________________________________________
7208 [   539] By: mbeattie                              on 1998/02/20  12:31:07
7209         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
7210              Date: Sat, 14 Feb 1998 17:58:01 -0500
7211              From: Joshua Pritikin <pritikin@mindspring.com>
7212      Branch: perl
7213            + lib/Test.pm
7214            ! MANIFEST lib/Test/Harness.pm
7215 ____________________________________________________________________________
7216 [   538] By: mbeattie                              on 1998/02/20  12:24:31
7217         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
7218              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
7219              From: Jarkko Hietaniemi <jhi@iki.fi>
7220      Branch: perl
7221            ! INSTALL pod/perldiag.pod pod/perllocale.pod
7222 ____________________________________________________________________________
7223 [   537] By: mbeattie                              on 1998/02/20  12:23:04
7224         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
7225              Date: Fri, 13 Feb 1998 13:38:28 -0800
7226              From: Dan Sugalski <sugalskd@osshe.edu>
7227      Branch: perl
7228            ! README.vms
7229 ____________________________________________________________________________
7230 [   536] By: mbeattie                              on 1998/02/20  12:20:29
7231         Log: Subject: [PATCH] 5.004_58, move intuition tests
7232              Date: Thu, 12 Feb 1998 17:11:05 -0600
7233              From: Stephen Potter <spp@psa.pencom.com>
7234      Branch: perl
7235            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7236            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
7237            ! t/op/flip.t t/op/pat.t t/op/push.t
7238 ____________________________________________________________________________
7239 [   535] By: gsar                                  on 1998/02/19  23:07:24
7240         Log: applied a version of this with tabs intact
7241              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
7242              Date:    19 Feb 1998 15:06:38 EST
7243              From:    dfan@harmonixmusic.com (Dan Schmidt)
7244              Subject: Pod::Html bug and fix: missing </UL> in index
7245      Branch: win32/perl
7246            ! lib/Pod/Html.pm
7247 ____________________________________________________________________________
7248 [   534] By: gsar                                  on 1998/02/19  19:40:27
7249         Log: Fix C<0> problem in Pod::Html
7250      Branch: win32/perl
7251            ! lib/Pod/Html.pm
7252 ____________________________________________________________________________
7253 [   533] By: gsar                                  on 1998/02/18  18:11:08
7254         Log: non-debug VC builds are -O1 now (they say it works, and is
7255              faster)
7256      Branch: win32/perl
7257            ! win32/Makefile win32/makefile.mk
7258 ____________________________________________________________________________
7259 [   532] By: gsar                                  on 1998/02/18  04:11:03
7260         Log: integrate nick's patch to mainline
7261      Branch: win32/perl
7262           !> pp.c
7263 ____________________________________________________________________________
7264 [   531] By: mbeattie                              on 1998/02/17  17:50:50
7265         Log: Assorted changes to the compiler
7266      Branch: perlext
7267            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
7268            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
7269            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
7270            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
7271 ____________________________________________________________________________
7272 [   530] By: gsar                                  on 1998/02/17  01:47:35
7273         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
7274              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
7275              build passes all tests except t/lib/io_xs.t (seems to be due to
7276              broken tmpfile() in the CRT or import lib)
7277      Branch: win32/perl
7278            ! XSUB.h win32/makefile.mk win32/win32.h
7279 ____________________________________________________________________________
7280 [   529] By: gsar                                  on 1998/02/16  23:03:31
7281         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
7282              in this version of gcc!)
7283      Branch: win32/perl
7284            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
7285            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
7286 ____________________________________________________________________________
7287 [   528] By: nick                                  on 1998/02/16  22:13:04
7288         Log: Missing PUSHMARK in unshift TIEARRAY hook
7289      Branch: perl
7290            ! pp.c
7291 ____________________________________________________________________________
7292 [   527] By: gsar                                  on 1998/02/15  20:59:07
7293         Log: integrate win32 branch
7294      Branch: asperl
7295           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
7296           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7297           !> win32/makedef.pl
7298 ____________________________________________________________________________
7299 [   526] By: gsar                                  on 1998/02/15  20:02:11
7300         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
7301      Branch: win32/perl
7302            ! config_h.SH win32/config_H.bc win32/config_H.gc
7303            ! win32/config_H.vc
7304 ____________________________________________________________________________
7305 [   525] By: gsar                                  on 1998/02/15  03:26:45
7306         Log: fix build problems due to renamed Config variables
7307      Branch: win32/perl
7308            ! win32/config.bc win32/config.gc win32/config.vc
7309            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7310            ! win32/makedef.pl
7311 ____________________________________________________________________________
7312 [   524] By: gsar                                  on 1998/02/14  01:00:15
7313         Log: bring ASPerl uptodate with mainline changes
7314      Branch: asperl
7315           +> ext/DB_File/Changes t/comp/require.t
7316           !> (integrate 41 files)
7317 ____________________________________________________________________________
7318 [   523] By: gsar                                  on 1998/02/14  00:52:17
7319         Log: integrate mainline
7320      Branch: win32/perl
7321           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
7322           !> pp_hot.c t/op/magic.t
7323 ____________________________________________________________________________
7324 [   522] By: gsar                                  on 1998/02/14  00:42:37
7325         Log: added AS patch#6
7326              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
7327              Date:    Fri, 13 Feb 1998 06:14:51 PST
7328              From:    Douglas Lankshear <dougl@ActiveState.com>
7329              Subject: [PATCH] command line build
7330              
7331              This patch is for the command line build of perl object.
7332              I'll merge the ipfoo.c function with win32_xxx functions next.
7333              
7334              -- Doug
7335      Branch: asperl
7336            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
7337            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
7338            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
7339 ____________________________________________________________________________
7340 [   521] By: gsar                                  on 1998/02/14  00:14:04
7341         Log: added AS patch#5 (patch #4 was intentionally skipped after
7342              discussion)
7343      Branch: asperl
7344            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
7345            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
7346            ! regexec.c sv.c toke.c
7347 ____________________________________________________________________________
7348 [   520] By: nick                                  on 1998/02/13  18:15:46
7349         Log: Resolve ansiperl against win32
7350      Branch: ansiperl
7351           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
7352           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
7353           +> t/lib/ph.t
7354           !> (integrate 898 files)
7355
7356 ----------------
7357 Version 5.004_59
7358 ----------------
7359
7360 ____________________________________________________________________________
7361 [   519] By: mbeattie                              on 1998/02/13  17:05:37
7362         Log: Integrate win32 into mainline.
7363      Branch: perl
7364            ! lib/ExtUtils/xsubpp
7365           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7366           !> win32/makefile.mk
7367 ____________________________________________________________________________
7368 [   518] By: mbeattie                              on 1998/02/13  17:01:16
7369         Log: Bump patchlevel.h to 59.
7370      Branch: perl
7371            ! patchlevel.h
7372 ____________________________________________________________________________
7373 [   517] By: mbeattie                              on 1998/02/13  16:57:59
7374         Log: Subject: [PATCH] _58: wantarray in void context broken
7375              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
7376              From: Norton Allen <allen@huarp.harvard.edu>
7377      Branch: perl
7378            ! pp_hot.c
7379 ____________________________________________________________________________
7380 [   516] By: mbeattie                              on 1998/02/13  16:55:33
7381         Log: Subject: [PATCH] 5.004_58 QNX getcwd
7382              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
7383              From: Norton Allen <allen@huarp.harvard.edu>
7384      Branch: perl
7385            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
7386 ____________________________________________________________________________
7387 [   515] By: gsar                                  on 1998/02/12  18:29:52
7388         Log: pickup lddlflags properly for Config.pm
7389      Branch: win32/perl
7390            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7391            ! win32/makefile.mk
7392 ____________________________________________________________________________
7393 [   514] By: gsar                                  on 1998/02/12  18:16:09
7394         Log: fix xsubpp bug in SETMAGIC code
7395      Branch: win32/perl
7396            ! lib/ExtUtils/xsubpp
7397 ____________________________________________________________________________
7398 [   513] By: gsar                                  on 1998/02/12  18:06:30
7399         Log: integrate mainline
7400      Branch: win32/perl
7401           +> ext/DB_File/Changes
7402           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
7403           !> ext/DB_File/DB_File.xs hints/machten.sh
7404           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
7405           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
7406           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
7407           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
7408           !> t/op/re_tests t/pragma/locale.t
7409 ____________________________________________________________________________
7410 [   512] By: mbeattie                              on 1998/02/12  17:34:02
7411         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
7412              with -DUSE_THREADS -DDEBUGGING to fail.
7413      Branch: perl
7414            ! scope.h
7415 ____________________________________________________________________________
7416 [   511] By: mbeattie                              on 1998/02/12  16:44:03
7417         Log: Integrate win32 into mainline
7418      Branch: perl
7419           +> t/comp/require.t
7420           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
7421 ____________________________________________________________________________
7422 [   510] By: mbeattie                              on 1998/02/12  16:42:26
7423         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
7424              Date: 12 Feb 1998 14:25:55 +0100
7425              From: koenig@kulturbox.de (Andreas J. Koenig)
7426      Branch: perl
7427            ! lib/ExtUtils/Install.pm
7428 ____________________________________________________________________________
7429 [   509] By: mbeattie                              on 1998/02/12  16:40:34
7430         Log: Subject: Re: wrong prototype for sbrk [PATCH]
7431              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
7432              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
7433      Branch: perl
7434            ! malloc.c
7435 ____________________________________________________________________________
7436 [   508] By: mbeattie                              on 1998/02/12  16:36:53
7437         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
7438              Date: Wed, 11 Feb 1998 17:29:20 +0100
7439              From: Achim Bohnet <ach@mpe.mpg.de>
7440      Branch: perl
7441            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
7442 ____________________________________________________________________________
7443 [   507] By: mbeattie                              on 1998/02/12  16:35:26
7444         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
7445              Date: Wed, 11 Feb 1998 14:59:46 +0100
7446              From: Dominic Dunlop <domo@vo.lu>
7447      Branch: perl
7448            ! hints/machten.sh
7449 ____________________________________________________________________________
7450 [   506] By: mbeattie                              on 1998/02/12  16:28:40
7451         Log: Subject: DB_File 1.58 patch
7452              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
7453              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7454      Branch: perl
7455            + ext/DB_File/Changes
7456            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
7457            ! t/lib/db-recno.t
7458 ____________________________________________________________________________
7459 [   505] By: mbeattie                              on 1998/02/12  16:24:26
7460         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
7461              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
7462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7463      Branch: perl
7464            ! regexec.c t/op/re_tests
7465 ____________________________________________________________________________
7466 [   504] By: mbeattie                              on 1998/02/12  16:22:46
7467         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7468              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
7469              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
7470              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
7471              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
7472              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
7473              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
7474      Branch: perl
7475            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
7476            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
7477 ____________________________________________________________________________
7478 [   503] By: mbeattie                              on 1998/02/12  16:15:43
7479         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
7480              Date: Mon, 9 Feb 1998 13:19:45 +0100
7481              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7482      Branch: perl
7483            ! t/lib/filecopy.t
7484 ____________________________________________________________________________
7485 [   502] By: mbeattie                              on 1998/02/12  16:14:27
7486         Log: Assorted patches to sv.c:
7487              From: Gisle Aas <gisle@aas.no>
7488              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
7489              Date: 07 Feb 1998 00:21:57 +0100
7490              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
7491              Date: 07 Feb 1998 00:29:45 +0100
7492              Subject: [PATCH] sv_upgrade() always returns TRUE
7493              Date: 09 Feb 1998 15:44:01 +0100
7494      Branch: perl
7495            ! sv.c
7496 ____________________________________________________________________________
7497 [   501] By: mbeattie                              on 1998/02/12  16:09:26
7498         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
7499              Subject: Perl debugger.
7500              Date: Fri, 6 Feb 1998 17:47:08 -0500
7501              From: "Jason A. Smith" <smithj4@rpi.edu>
7502      Branch: perl
7503            ! lib/perl5db.pl
7504 ____________________________________________________________________________
7505 [   500] By: gsar                                  on 1998/02/12  03:20:55
7506         Log: merge another maint patch
7507              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
7508              Date:    Tue, 10 Feb 1998 18:49:00 EST
7509              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7510              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
7511      Branch: win32/perl
7512            ! pp_ctl.c
7513 ____________________________________________________________________________
7514 [   499] By: gsar                                  on 1998/02/12  03:14:39
7515         Log: make t/comp/require.t type xtext
7516      Branch: win32/perl
7517            ! t/comp/require.t
7518 ____________________________________________________________________________
7519 [   498] By: gsar                                  on 1998/02/12  03:09:58
7520         Log: fix extra LEAVE when require fails
7521              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
7522              Date:    Tue, 10 Feb 1998 18:21:37 EST
7523              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7524              Subject: Re: evals and requires make seg-fault with bad require file 
7525      Branch: win32/perl
7526            + t/comp/require.t
7527            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
7528 ____________________________________________________________________________
7529 [   497] By: gsar                                  on 1998/02/12  02:47:29
7530         Log: merge a maint patch
7531              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
7532              Date:    Wed, 11 Feb 1998 00:15:51 EST
7533              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7534              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
7535      Branch: win32/perl
7536            ! pp_ctl.c t/op/local.t
7537 ____________________________________________________________________________
7538 [   496] By: mbeattie                              on 1998/02/11  13:04:50
7539         Log: Integrate win32 into mainline.
7540      Branch: perl
7541           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
7542           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
7543           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
7544           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
7545           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
7546           !> win32/makedef.pl win32/win32.c win32/win32iop.h
7547 ____________________________________________________________________________
7548 [   495] By: mbeattie                              on 1998/02/11  13:03:59
7549         Log: Fix special constants in Xref.pm
7550      Branch: perlext
7551            ! Compiler/B/Xref.pm
7552 ____________________________________________________________________________
7553 [   494] By: gsar                                  on 1998/02/10  18:26:28
7554         Log: fix opendir() problem on share names
7555              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
7556              Date:    Tue, 10 Feb 1998 13:28:53 EST
7557              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7558              Subject: Re: BUG: opendir and UNC names on NT 
7559      Branch: win32/perl
7560            ! win32/win32.c
7561 ____________________________________________________________________________
7562 [   493] By: gsar                                  on 1998/02/09  23:09:40
7563         Log: integrate win32 branch contents
7564      Branch: asperl
7565           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7566           +> lib/Fatal.pm t/lib/ph.t
7567            ! hv.c
7568           !> (integrate 895 files)
7569 ____________________________________________________________________________
7570 [   492] By: gsar                                  on 1998/02/09  07:30:19
7571         Log: enhancements to previous patch for XSUB OUTPUT args
7572              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
7573              Date:    Mon, 09 Feb 1998 02:31:55 EST
7574              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7575              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
7576      Branch: win32/perl
7577            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
7578            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
7579            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
7580            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
7581            ! sv.h
7582 ____________________________________________________________________________
7583 [   491] By: gsar                                  on 1998/02/09  03:00:52
7584         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
7585              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
7586              Date:    Wed, 29 Oct 1997 19:36:25 EST
7587              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7588              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
7589      Branch: win32/perl
7590            ! op.c
7591 ____________________________________________________________________________
7592 [   490] By: gsar                                  on 1998/02/09  02:30:43
7593         Log: fix for bugs in handling DESTROY (adjusted test numbers)
7594              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
7595              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
7596              Date: Wed, 31 Dec 1997 19:30:46 -0500
7597              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7598      Branch: win32/perl
7599            ! pod/perlobj.pod sv.c t/op/ref.t
7600 ____________________________________________________________________________
7601 [   489] By: gsar                                  on 1998/02/09  00:30:35
7602         Log: ansify prototype for my_safemalloc(), avoid warnings
7603      Branch: win32/perl
7604            ! sv.c
7605 ____________________________________________________________________________
7606 [   488] By: gsar                                  on 1998/02/09  00:29:08
7607         Log: fix misapplied hunks in 5.004_58
7608              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
7609              Date:    Sun, 08 Feb 1998 02:18:12 EST
7610              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7611              Subject: [PATCH] fixes for test failures in 5.004_58
7612      Branch: win32/perl
7613            ! gv.c op.c
7614 ____________________________________________________________________________
7615 [   487] By: gsar                                  on 1998/02/09  00:27:16
7616         Log: win32_utime() tweaks to avoid warnings
7617      Branch: win32/perl
7618            ! win32/win32.c win32/win32iop.h
7619 ____________________________________________________________________________
7620 [   486] By: gsar                                  on 1998/02/07  23:45:22
7621         Log: integrate mainline, plus a few small win32 enhancements
7622              - remove Win32::GetCurrentDirectory()
7623              - add Win32::Sleep() for compat
7624              - add smarter utime() from Jan Dubois, and export it as win32_utime()
7625      Branch: win32/perl
7626           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7627           +> lib/Fatal.pm t/lib/ph.t
7628            ! win32/makedef.pl win32/win32.c win32/win32iop.h
7629           !> (integrate 61 files)
7630
7631 ----------------
7632 Version 5.004_58
7633 ----------------
7634
7635 ____________________________________________________________________________
7636 [   485] By: mbeattie                              on 1998/02/06  18:11:47
7637         Log: Bump patchlevel to 58.
7638      Branch: perl
7639            ! patchlevel.h
7640 ____________________________________________________________________________
7641 [   484] By: mbeattie                              on 1998/02/06  18:08:28
7642         Log: Fix up problem with gv.c from change 477.
7643              Fix up Config.pm use in t/lib/ph.t from change 478.
7644      Branch: perl
7645            ! gv.c t/lib/ph.t
7646 ____________________________________________________________________________
7647 [   483] By: mbeattie                              on 1998/02/06  17:34:34
7648         Log: Integrate win32 branch into mainline
7649      Branch: perl
7650           !> win32/win32sck.c
7651 ____________________________________________________________________________
7652 [   482] By: mbeattie                              on 1998/02/06  17:26:41
7653         Log: lib/Fatal.pm missing from repository
7654      Branch: perl
7655            + lib/Fatal.pm
7656 ____________________________________________________________________________
7657 [   481] By: mbeattie                              on 1998/02/06  17:24:57
7658         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
7659              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
7660              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
7661      Branch: perl
7662            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7663            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
7664 ____________________________________________________________________________
7665 [   480] By: mbeattie                              on 1998/02/06  17:19:52
7666         Log: x2p/str.c was missing from list of changed files in change 466
7667      Branch: perl
7668            ! x2p/str.c
7669 ____________________________________________________________________________
7670 [   479] By: mbeattie                              on 1998/02/06  17:16:54
7671         Log: Added t/lib/ph.t to MANIFEST
7672      Branch: perl
7673            ! MANIFEST
7674 ____________________________________________________________________________
7675 [   478] By: mbeattie                              on 1998/02/06  17:15:38
7676         Log: Subject: [PATCH] h2ph.PL
7677              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
7678              From: kstar@www.chapin.edu (Kurt D. Starsinic)
7679      Branch: perl
7680            + t/lib/ph.t
7681            ! utils/h2ph.PL
7682 ____________________________________________________________________________
7683 [   477] By: mbeattie                              on 1998/02/06  17:10:46
7684         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
7685              Date: 04 Feb 1998 14:49:46 +0100
7686              From: Gisle Aas <gisle@aas.no>
7687              as modified by
7688              From: chip@atlantic.net
7689              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
7690      Branch: perl
7691            ! gv.c
7692 ____________________________________________________________________________
7693 [   476] By: mbeattie                              on 1998/02/06  16:47:03
7694         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7695              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
7696              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
7697              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
7698              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
7699      Branch: perl
7700            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
7701 ____________________________________________________________________________
7702 [   475] By: mbeattie                              on 1998/02/06  16:44:57
7703         Log: Subject: [PATCH] nomemok
7704              Date: Mon, 2 Feb 1998 15:06:50 +0100
7705              From: Gisle Aas <gisle@aas.no>
7706      Branch: perl
7707            ! hv.c
7708 ____________________________________________________________________________
7709 [   474] By: mbeattie                              on 1998/02/06  16:43:46
7710         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
7711              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
7712              From: abigail@fnx.com
7713      Branch: perl
7714            ! lib/Benchmark.pm
7715 ____________________________________________________________________________
7716 [   473] By: mbeattie                              on 1998/02/06  16:42:53
7717         Log: Subject: [PATCH] adding the newSVpvn API function
7718              Date: Sat, 31 Jan 1998 06:32:42 +0100
7719              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
7720      Branch: perl
7721            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
7722            ! proto.h sv.c
7723 ____________________________________________________________________________
7724 [   472] By: mbeattie                              on 1998/02/06  16:35:41
7725         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
7726              Date: 28 Jan 1998 17:40:37 -0800
7727              From: Stephen Zander <srz@mckesson.com>
7728      Branch: perl
7729            ! hints/solaris_2.sh
7730 ____________________________________________________________________________
7731 [   471] By: mbeattie                              on 1998/02/06  16:02:57
7732         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
7733              Date: Thu, 15 Jan 1998 11:53:06 +0000
7734              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7735      Branch: perl
7736            ! pod/perlguts.pod pp.c t/op/vec.t
7737 ____________________________________________________________________________
7738 [   470] By: mbeattie                              on 1998/02/06  16:01:36
7739         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7740              Subject: 5.004_56: Patch to Tie::Hash and docs
7741              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
7742              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
7743              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
7744      Branch: perl
7745            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
7746            ! t/op/misc.t t/op/pat.t toke.c
7747 ____________________________________________________________________________
7748 [   469] By: mbeattie                              on 1998/02/06  15:58:31
7749         Log: Subject: Another Array.pm patch
7750              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
7751              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7752      Branch: perl
7753            ! lib/Tie/Array.pm
7754 ____________________________________________________________________________
7755 [   468] By: mbeattie                              on 1998/02/06  15:56:28
7756         Log: Subject: documentation patch for 5.004_57
7757              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
7758              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7759      Branch: perl
7760            ! lib/Tie/Array.pm
7761 ____________________________________________________________________________
7762 [   467] By: mbeattie                              on 1998/02/06  15:55:34
7763         Log: Subject: 5.004_56: patch for `use Fatal' again
7764              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
7765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7766      Branch: perl
7767            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
7768            ! pp.c t/comp/proto.t toke.c
7769 ____________________________________________________________________________
7770 [   466] By: mbeattie                              on 1998/02/06  15:53:53
7771         Log: Subject: Newer -DLEAKTEST patch
7772              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
7773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7774      Branch: perl
7775            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
7776            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
7777            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
7778            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
7779            ! toke.c util.c vms/perly_c.vms x2p/hash.c
7780 ____________________________________________________________________________
7781 [   465] By: mbeattie                              on 1998/02/06  15:46:35
7782         Log: More Chip patches (tweaked for _5x). The final one mentioned here
7783              (@ARGV with -i) actually went in at change 462 but I failed to
7784              add it to the change description:
7785              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
7786              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
7787              Subject: [PATCH] Fix for C<@x = my @y>
7788              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
7789              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
7790              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
7791              Subject: [PATCH] Allow last() to mean last
7792              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
7793              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
7794              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
7795      Branch: perl
7796            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
7797            ! vms/perly_h.vms
7798 ____________________________________________________________________________
7799 [   464] By: mbeattie                              on 1998/02/06  15:06:18
7800         Log: More Chip patches:
7801              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
7802              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
7803              Subject: [PATCH] Fix line numbers after here documents in eval STRING
7804              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
7805              Subject: [PATCH] Make recursive lexical analysis more robust
7806              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
7807      Branch: perl
7808            ! pp_ctl.c sv.c toke.c
7809 ____________________________________________________________________________
7810 [   463] By: mbeattie                              on 1998/02/06  15:04:17
7811         Log: Some more Chip patches (tweaked to match _5x):
7812              Subject: [PATCH] Fix empty BLOCK
7813              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
7814              Subject: [PATCH] fix (\@@) proto
7815              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
7816              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
7817              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
7818              Subject: [PATCH] Don't fold string comparison under  C<use locale>
7819              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
7820      Branch: perl
7821            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
7822 ____________________________________________________________________________
7823 [   462] By: mbeattie                              on 1998/02/06  14:56:30
7824         Log: Some Chip patches (some tweaked to match _5x source):
7825              From: Chip Salzenberg <salzench@nielsenmedia.com>
7826              Subject: [PATCH] local leakage
7827              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
7828              Subject: [PATCH] NULs in patterns
7829              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
7830              Subject: [PATCH] Configure on PerlIO
7831              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
7832              Subject: [PATCH] Avoid core dump on package alias
7833              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
7834              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
7835              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
7836      Branch: perl
7837            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
7838            ! t/op/local.t
7839 ____________________________________________________________________________
7840 [   461] By: gsar                                  on 1998/02/04  03:34:36
7841         Log: support win32_select(0,0,0,msec) (winsock doesn't)
7842      Branch: win32/perl
7843            ! win32/win32sck.c
7844 ____________________________________________________________________________
7845 [   460] By: gsar                                  on 1998/02/04  00:44:47
7846         Log: bug: win32_select() must StartSockets()
7847      Branch: win32/perl
7848            ! win32/win32sck.c
7849
7850 ----------------
7851 Version 5.004_57
7852 ----------------
7853
7854 ____________________________________________________________________________
7855 [   459] By: mbeattie                              on 1998/02/03  16:00:07
7856         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
7857              of execution causes core dump if threadsvp is moved). Replaced
7858              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
7859      Branch: perl
7860            ! av.c perl.c
7861 ____________________________________________________________________________
7862 [   458] By: mbeattie                              on 1998/02/03  14:40:02
7863         Log: Fix up MANIFEST.
7864      Branch: perl
7865            ! MANIFEST
7866 ____________________________________________________________________________
7867 [   457] By: mbeattie                              on 1998/02/03  13:50:23
7868         Log: Integrate win32 into mainline. My last integration from ansiperl
7869              to the mainline was a dismal failure: I did -ay but meant -at.
7870              This should fix things now since win32 has already integrated
7871              all the necessary changes from ansiperl.
7872      Branch: perl
7873           !> (integrate 111 files)
7874 ____________________________________________________________________________
7875 [   456] By: gsar                                  on 1998/02/03  04:48:08
7876         Log: Fix minor problems with non USE_THREADS build. win32 branch
7877              now looks 5.004_57-ready.
7878      Branch: win32/perl
7879            ! thread.h win32/makedef.pl
7880 ____________________________________________________________________________
7881 [   455] By: gsar                                  on 1998/02/03  03:45:09
7882         Log: integrate mainline
7883      Branch: win32/perl
7884           !> (integrate 887 files)
7885 ____________________________________________________________________________
7886 [   454] By: mbeattie                              on 1998/02/02  16:44:24
7887         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
7888              defaults have been commented out for now. 
7889      Branch: perl
7890            ! hints/dec_osf.sh
7891 ____________________________________________________________________________
7892 [   453] By: mbeattie                              on 1998/02/02  15:51:39
7893         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
7894              variables. Moved threadnum to a per-interpreter variable and
7895              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
7896              more than one thread may be running. Minor tweaks to Thread.xs.
7897      Branch: perl
7898            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
7899            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
7900            ! thread.h util.c
7901 ____________________________________________________________________________
7902 [   452] By: gsar                                  on 1998/02/02  04:56:50
7903         Log: remove totally egregious s/\\dir// in File::Find
7904      Branch: win32/perl
7905            ! lib/File/Find.pm
7906 ____________________________________________________________________________
7907 [   451] By: gsar                                  on 1998/02/01  22:20:20
7908         Log: added AS patch#3
7909              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
7910              Date:    Sun, 01 Feb 1998 09:18:13 PST
7911              From:    Douglas Lankshear <dougl@ActiveState.com>
7912              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
7913              
7914              Here's an additional diff against //depot/asperl
7915              
7916              The field name mg_length was changed back to mg_len
7917              The function name mg_len was change to mg_length
7918              
7919              The need for sort_mutex removed thanks to the code derived
7920              from Tom Horsley's work.
7921              
7922              -- Doug
7923      Branch: asperl
7924            + XSLock.h
7925            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
7926            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
7927            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
7928            ! scope.c scope.h sv.c toke.c universal.c util.c
7929            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
7930            ! win32/perlobj.def win32/runperl.c
7931 ____________________________________________________________________________
7932 [   450] By: gsar                                  on 1998/01/30  23:43:57
7933         Log: various tweaks
7934              - add new functions to proto.h
7935              - fix up makefile.mk for $(OBJECT)
7936      Branch: asperl
7937            ! pp_ctl.c proto.h win32/makefile.mk
7938 ____________________________________________________________________________
7939 [   449] By: gsar                                  on 1998/01/30  21:23:15
7940         Log: fix up missing patches from AS patch#2
7941      Branch: asperl
7942            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
7943            ! pp_ctl.c proto.h
7944 ____________________________________________________________________________
7945 [   448] By: gsar                                  on 1998/01/30  18:23:17
7946         Log: fix htonlx typo
7947      Branch: win32/perl
7948            ! perlsock.h
7949 ____________________________________________________________________________
7950 [   447] By: mbeattie                              on 1998/01/30  16:03:49
7951         Log: Fix up MANIFEST to add missing files
7952      Branch: perl
7953            ! MANIFEST
7954 ____________________________________________________________________________
7955 [   446] By: mbeattie                              on 1998/01/30  12:34:55
7956         Log: Bump patchlevel to 57.
7957      Branch: perl
7958            ! patchlevel.h
7959 ____________________________________________________________________________
7960 [   445] By: gsar                                  on 1998/01/30  10:44:38
7961         Log: initial merge of latest win32 branch into ASPerl
7962      Branch: asperl
7963           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
7964           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
7965           +> win32/bin/perlglob.pl
7966           !> (integrate 141 files)
7967 ____________________________________________________________________________
7968 [   444] By: gsar                                  on 1998/01/30  09:25:58
7969         Log: goofed branching, redo asperl branch
7970      Branch: asperl
7971            ! perl.h
7972 ____________________________________________________________________________
7973 [   443] By: gsar                                  on 1998/01/30  09:23:36
7974         Log: added AS patch#2
7975      Branch: asperl
7976            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
7977            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
7978            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
7979            + win32/ipstdiowin.h win32/perlobj.def
7980            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
7981            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
7982            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
7983            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
7984            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
7985            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
7986            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
7987            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
7988            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
7989 ____________________________________________________________________________
7990 [   441] By: gsar                                  on 1998/01/30  08:54:19
7991         Log: Created new branch from win32@396, added AS patch#1
7992      Branch: asperl
7993            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
7994            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
7995            + regcomp.c scope.h sv.c toke.c util.c
7996           +> (branch 915 files)
7997 ____________________________________________________________________________
7998 [   440] By: gsar                                  on 1998/01/30  04:43:23
7999         Log: integrate winansi
8000      Branch: win32/perl
8001           +> pod/perlhist.pod
8002           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
8003           !> util.c
8004 ____________________________________________________________________________
8005 [   439] By: mbeattie                              on 1998/01/27  15:31:53
8006         Log: Integrate ansi branch into mainline (resolve -ay).
8007      Branch: perl
8008           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
8009           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
8010           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
8011           +> win32/bin/perlglob.pl
8012            ! op.c
8013           !> (integrate 868 files)
8014 ____________________________________________________________________________
8015 [   438] By: nick                                  on 1998/01/24  12:02:34
8016         Log: Gisle's av_unshift tweak, two small patches from chip
8017              and check for NULL in hv_delete in case '~' and tie magic
8018              are present
8019      Branch: ansiperl
8020            ! av.c hv.c op.c pp_ctl.c scope.c
8021 ____________________________________________________________________________
8022 [   437] By: nick                                  on 1998/01/24  10:37:56
8023         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
8024              Ugh! ...
8025              Macros were unsuitable for declaring the functions, extra () round
8026              parameters removed - non-function forms of PerlXxx_yyyy() need to 
8027              add () themselves.
8028              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
8029      Branch: ansiperl
8030            ! perlsock.h pp_sys.c util.c
8031 ____________________________________________________________________________
8032 [   436] By: nick                                  on 1998/01/24  10:03:03
8033         Log: Integrate win32 into ansiperl
8034      Branch: ansiperl
8035           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8036           +> win32/bin/perlglob.pl
8037           !> (integrate 38 files)
8038 ____________________________________________________________________________
8039 [   435] By: nick                                  on 1998/01/24  09:47:49
8040         Log: Add perlhist.pod
8041      Branch: ansiperl
8042            + pod/perlhist.pod
8043            ! MANIFEST
8044 ____________________________________________________________________________
8045 [   434] By: gsar                                  on 1998/01/19  05:01:47
8046         Log: s/PerlENV/PerlEnv/ just to be consistent
8047      Branch: win32/perl
8048            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
8049 ____________________________________________________________________________
8050 [   433] By: gsar                                  on 1998/01/19  04:52:18
8051         Log: foo() -> PerlGroup_foo() patch from ActiveState
8052      Branch: win32/perl
8053            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8054            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
8055            ! scope.h sv.c toke.c util.c
8056 ____________________________________________________________________________
8057 [   432] By: gsar                                  on 1998/01/19  04:42:26
8058         Log: integrate mainline
8059      Branch: win32/perl
8060           !> pod/perlfunc.pod
8061 ____________________________________________________________________________
8062 [   431] By: gsar                                  on 1998/01/19  04:40:04
8063         Log: integrate changes in winansi
8064      Branch: win32/perl
8065           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
8066           +> t/lib/tie-stdpush.t t/op/tiearray.t
8067           !> (integrate 98 files)
8068 ____________________________________________________________________________
8069 [   430] By: gsar                                  on 1998/01/19  04:10:43
8070         Log: Fix autovivification problems with XSUB OUTPUT args
8071              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
8072              Date:    Sun, 18 Jan 1998 23:09:07 EST
8073              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8074              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
8075      Branch: win32/perl
8076            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
8077            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
8078            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
8079            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
8080 ____________________________________________________________________________
8081 [   429] By: nick                                  on 1998/01/17  21:01:50
8082         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
8083              Date: Thu, 25 Dec 1997 13:39:15 -0500
8084              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8085              To: perl5-porters@perl.org
8086              
8087              It turns out that the potential for the "CONFIG key 'exe_ext'
8088              does not exist in Config.pm" problem has been around for a while,
8089              in the definition of SvTRUE().  It's just that non-gcc compilers
8090              are more or less being built as CRIPPLED_CC when USE_THREADS is
8091              defined (even if they can inline things).  The inline macro for
8092              SvTRUE works with tied hashes and the EXISTS method, and the
8093              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
8094              does not, because it adds an excess mg_get() which replaces the
8095              EXISTS result with a FETCH result.
8096      Branch: ansiperl
8097            ! sv.c
8098 ____________________________________________________________________________
8099 [   428] By: nick                                  on 1998/01/17  20:59:11
8100         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8101              Date: Fri, 19 Dec 97 17:19:09 GMT
8102              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
8103      Branch: ansiperl
8104            ! doio.c sv.c toke.c util.c
8105 ____________________________________________________________________________
8106 [   427] By: nick                                  on 1998/01/17  12:01:53
8107         Log: Permit tie ?foo,$object 
8108              tidy up dead #ifdef ORIGINAL_TIE)
8109              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
8110      Branch: ansiperl
8111            ! pp_sys.c
8112 ____________________________________________________________________________
8113 [   426] By: nick                                  on 1998/01/15  18:06:36
8114         Log: First working TIEARRAY and other misc tie fixes
8115      Branch: ansiperl
8116            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
8117 ____________________________________________________________________________
8118 [   425] By: nick                                  on 1998/01/14  21:56:40
8119         Log: Not working yet - split problems ...
8120      Branch: ansiperl
8121            ! pp.c t/lib/thread.t t/op/tiearray.t
8122 ____________________________________________________________________________
8123 [   424] By: nick                                  on 1998/01/14  18:49:25
8124         Log: TIEARRAY updates - almost works ...
8125      Branch: ansiperl
8126            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
8127            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
8128            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
8129            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
8130 ____________________________________________________________________________
8131 [   423] By: gsar                                  on 1998/01/14  00:13:16
8132         Log: fix MakeMaker installbin problem
8133              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
8134              Subject: Re: can't modify message with HTML-Stream, v.1.42 
8135              Date: Tue, 06 Jan 1998 19:16:35 -0500
8136              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8137      Branch: win32/perl
8138            ! lib/ExtUtils/MM_Unix.pm
8139 ____________________________________________________________________________
8140 [   422] By: gsar                                  on 1998/01/13  23:53:02
8141         Log: add archname to *sitearch in config.{b,g,v}c
8142      Branch: win32/perl
8143            ! win32/config.bc win32/config.gc win32/config.vc
8144 ____________________________________________________________________________
8145 [   421] By: gsar                                  on 1998/01/13  23:15:14
8146         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
8147      Branch: win32/perl
8148            ! t/harness
8149 ____________________________________________________________________________
8150 [   420] By: nick                                  on 1998/01/13  22:55:02
8151         Log: tiearray tweaks
8152      Branch: ansiperl
8153            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
8154 ____________________________________________________________________________
8155 [   419] By: nick                                  on 1998/01/13  21:27:33
8156         Log: Skeleton Tie::Array
8157      Branch: ansiperl
8158            + lib/Tie/Array.pm
8159 ____________________________________________________________________________
8160 [   418] By: nick                                  on 1998/01/13  20:52:38
8161         Log: tie array changes to core and tests
8162      Branch: ansiperl
8163            + t/op/tiearray.t
8164            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
8165            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
8166            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
8167 ____________________________________________________________________________
8168 [   417] By: gsar                                  on 1998/01/13  20:49:52
8169         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
8170      Branch: win32/perl
8171            + win32/bin/perlglob.pl
8172            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
8173            ! win32/makefile.mk
8174 ____________________________________________________________________________
8175 [   416] By: gsar                                  on 1998/01/13  02:46:53
8176         Log: various tweaks to build support (NOTE: meant for 5.004_57)
8177              - build and install x2p
8178              - fix installperl warnings on win32
8179              - `make install` now does puts the archlibs in right places
8180              - makefiles don't default to USE_THREADS anymore
8181              - sync config.{b,g,v}c
8182              - sync makefile.mk -> Makefile
8183      Branch: win32/perl
8184            ! installperl win32/Makefile win32/config.bc win32/config.gc
8185            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
8186            ! x2p/a2py.c
8187 ____________________________________________________________________________
8188 [   415] By: nick                                  on 1998/01/11  16:54:26
8189         Log: Integrate win32 into ansiperl
8190      Branch: ansiperl
8191           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
8192           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
8193           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
8194           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
8195           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8196           !> vms/vmsish.h x2p/s2p.PL
8197 ____________________________________________________________________________
8198 [   414] By: nick                                  on 1998/01/11  15:13:49
8199         Log: Integratye mainline -> ansiperl
8200      Branch: ansiperl
8201           !> (integrate 64 files)
8202 ____________________________________________________________________________
8203 [   413] By: mbeattie                              on 1998/01/09  12:57:58
8204         Log: Add missing blank line in pod/perlfunc.pod.
8205      Branch: perl
8206            ! pod/perlfunc.pod
8207 ____________________________________________________________________________
8208 [   412] By: gsar                                  on 1998/01/08  20:54:31
8209         Log: change#398 breaks ENV_IS_CASELESS, fix it
8210      Branch: win32/perl
8211            ! hv.c
8212 ____________________________________________________________________________
8213 [   411] By: gsar                                  on 1998/01/08  18:33:58
8214         Log: Integrate mainline
8215      Branch: win32/perl
8216           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
8217           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
8218           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
8219           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
8220           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8221           !> vms/vmsish.h x2p/s2p.PL
8222 ____________________________________________________________________________
8223 [   410] By: mbeattie                              on 1998/01/08  16:06:22
8224         Log: Fix thinko in t/pragma/locale.t:
8225              Subject: [PATCH] _04 or _56: locale.t
8226              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
8227              From: Jarkko Hietaniemi <jhi@iki.fi>
8228      Branch: perl
8229            ! t/pragma/locale.t
8230 ____________________________________________________________________________
8231 [   409] By: mbeattie                              on 1998/01/08  16:05:09
8232         Log: Use Tom Horley's qsort for sorting:
8233              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
8234              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
8235              From: Hans Mulder <hansm@icgned.nl>
8236      Branch: perl
8237            ! pp_ctl.c
8238 ____________________________________________________________________________
8239 [   408] By: mbeattie                              on 1998/01/08  16:01:57
8240         Log: Make s2p not use cpp:
8241              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
8242              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
8243              From: Hans Mulder <hansm@icgned.nl>
8244      Branch: perl
8245            ! x2p/s2p.PL
8246 ____________________________________________________________________________
8247 [   407] By: mbeattie                              on 1998/01/08  15:57:31
8248         Log: DG/UX tweaks to perl.h:
8249              Subject: [PATCH] _56 on dgux without threads
8250              Date: Sat, 20 Dec 1997 23:01:40 -0500
8251              From: Roderick Schertler <roderick@argon.org>
8252      Branch: perl
8253            ! perl.h
8254 ____________________________________________________________________________
8255 [   406] By: mbeattie                              on 1998/01/08  15:56:02
8256         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
8257              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
8258              Date: Sat, 20 Dec 1997 02:30:01 -0500
8259              From: Spider Boardman <spider@web.zk3.dec.com>
8260      Branch: perl
8261            ! Configure hints/dec_osf.sh
8262 ____________________________________________________________________________
8263 [   405] By: mbeattie                              on 1998/01/08  15:53:40
8264         Log: Missing "" in Configure echo for gethbadd_addr_type.
8265      Branch: perl
8266            ! Configure
8267 ____________________________________________________________________________
8268 [   404] By: mbeattie                              on 1998/01/08  13:04:48
8269         Log: print/printf/... over-eager mg_find for glob magic:
8270              Subject: [PATCH] fix inefficient checks for TIEHANDLE
8271              Date: Wed, 07 Jan 1998 20:06:05 -0500
8272              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8273      Branch: perl
8274            ! pp_hot.c pp_sys.c
8275 ____________________________________________________________________________
8276 [   403] By: mbeattie                              on 1998/01/08  12:56:31
8277         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
8278              Subject: [PATCH] VMS update for 5.004_56
8279              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
8280              From: Charles Bailey <bailey@newman.upenn.edu>
8281      Branch: perl
8282            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
8283            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8284            ! vms/vmsish.h
8285 ____________________________________________________________________________
8286 [   402] By: mbeattie                              on 1998/01/08  12:46:15
8287         Log: Fix utils/perldoc.PL for dos-djgpp:
8288              Subject: 5.004_56: perldoc.PL dos-djgpp patches
8289              Date: Tue, 6 Jan 1998 18:14:59 +0100
8290              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
8291      Branch: perl
8292            ! utils/perldoc.PL
8293 ____________________________________________________________________________
8294 [   401] By: mbeattie                              on 1998/01/08  12:40:14
8295         Log: Version 2.13 of GetoptLong:
8296              Subject: Re: ANNOUNCE: perl 5.004_56 is available
8297              Date: 06 Jan 1998 16:21:45 +0100
8298              From: JVromans@Squirrel.nl (Johan Vromans)
8299      Branch: perl
8300            ! lib/Getopt/Long.pm lib/newgetopt.pl
8301 ____________________________________________________________________________
8302 [   400] By: mbeattie                              on 1998/01/08  12:28:08
8303         Log: Fix variable export and threading configuration for AIX:
8304              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
8305              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
8306              From: Jarkko Hietaniemi <jhi@iki.fi>
8307      Branch: perl
8308            ! Configure perl_exp.SH
8309 ____________________________________________________________________________
8310 [   399] By: mbeattie                              on 1998/01/08  12:25:38
8311         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
8312              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
8313              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
8314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8315      Branch: perl
8316            ! regexec.c t/op/re_tests
8317 ____________________________________________________________________________
8318 [   398] By: mbeattie                              on 1998/01/08  12:23:41
8319         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
8320              to cope with ENV_IS_CASELESS:
8321              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
8322              Date: Fri, 19 Dec 1997 11:31:36 -0500
8323              From: Owen Taylor <owt1@cornell.edu>
8324      Branch: perl
8325            ! hv.c
8326 ____________________________________________________________________________
8327 [   397] By: mbeattie                              on 1998/01/08  12:10:29
8328         Log: Integrate win32 branch into mainline.
8329      Branch: perl
8330           !> (integrate 41 files)
8331 ____________________________________________________________________________
8332 [   396] By: gsar                                  on 1998/01/07  19:12:27
8333         Log: tweak case-insensitive ENV implementation
8334      Branch: win32/perl
8335            ! hv.c
8336 ____________________________________________________________________________
8337 [   395] By: nick                                  on 1998/01/07  18:40:55
8338         Log: Integrate win32 branch
8339      Branch: ansiperl
8340           !> (integrate 31 files)
8341 ____________________________________________________________________________
8342 [   394] By: gsar                                  on 1998/01/05  19:17:40
8343         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
8344              the fact
8345      Branch: win32/perl
8346            ! pod/perlrun.pod win32/win32.c
8347 ____________________________________________________________________________
8348 [   393] By: gsar                                  on 1998/01/05  05:43:33
8349         Log: Support case-tolerant %ENV
8350              - underlying system calls see the case-as-supplied by user
8351              - added tests to verify addition/deletion/enumeration case-tolerance
8352              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
8353              which is default on win32 now
8354      Branch: win32/perl
8355            ! hv.c t/op/magic.t win32/win32.h
8356 ____________________________________________________________________________
8357 [   392] By: gsar                                  on 1998/01/04  17:55:19
8358         Log: Add a tweaked version of:
8359              Message-Id: <199801040630.AA29298@metronet.com>
8360              Date:    Sun, 04 Jan 1998 00:30:57 CST
8361              From:    Tye McQueen <tye@metronet.com>
8362              Subject: New patch for $^E==GetLastError() under Win32
8363      Branch: win32/perl
8364            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
8365            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
8366            ! win32/win32.c win32/win32.h
8367 ____________________________________________________________________________
8368 [   391] By: gsar                                  on 1998/01/04  07:59:44
8369         Log: Various win32 fixes
8370              - support spawn via system(&P_NOWAIT,...) like OS2
8371              - support wait() and waitpid()
8372              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
8373              - support -lfoo properly in ExtUtils::Liblist
8374              - fix outdated info about Win32 support in perlfaq2
8375              - fix win32 bug in perldoc that causes spurious warnings
8376              - regularize global function/variable names yet more
8377              - fix bug in do_aspawn() (it was always invoking shell, instead of
8378              almost never)
8379              - implement and export win32_wait()
8380              - stub version of USE_RTL_THREAD_API
8381      Branch: win32/perl
8382            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
8383            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
8384            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8385            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
8386            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
8387            ! win32/win32thread.h
8388 ____________________________________________________________________________
8389 [   390] By: gsar                                  on 1997/12/30  21:00:28
8390         Log: Fix $ENV{Path} in FindBin.pm
8391      Branch: win32/perl
8392            ! lib/FindBin.pm
8393 ____________________________________________________________________________
8394 [   389] By: nick                                  on 1997/12/29  10:33:23
8395         Log: Resolve ansiperl against win32
8396      Branch: ansiperl
8397           !> (integrate 105 files)
8398 ____________________________________________________________________________
8399 [   388] By: gsar                                  on 1997/12/24  04:59:28
8400         Log: make $? Unix (and ActiveWare) compatible
8401      Branch: win32/perl
8402            ! README.win32 win32/win32.c
8403 ____________________________________________________________________________
8404 [   387] By: gsar                                  on 1997/12/24  04:21:30
8405         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
8406              non-blocking IO on sockets possible
8407      Branch: win32/perl
8408            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
8409            ! win32/win32iop.h win32/win32sck.c
8410 ____________________________________________________________________________
8411 [   386] By: gsar                                  on 1997/12/24  03:10:55
8412         Log: support getlogin()
8413      Branch: win32/perl
8414            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
8415            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8416            ! win32/win32.c win32/win32.h
8417 ____________________________________________________________________________
8418 [   385] By: gsar                                  on 1997/12/24  02:24:59
8419         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
8420              Update README.win32.
8421      Branch: win32/perl
8422            ! README.win32 perl.h win32/Makefile win32/makedef.pl
8423            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
8424 ____________________________________________________________________________
8425 [   384] By: gsar                                  on 1997/12/24  02:22:42
8426         Log: tweak op.c to avoid warning
8427      Branch: win32/perl
8428            ! op.c
8429 ____________________________________________________________________________
8430 [   383] By: gsar                                  on 1997/12/23  21:12:42
8431         Log: Trivial bugfix#3 from local repository
8432              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
8433              Subject: Re: Assigning result of pop scrambles unrelated reference 
8434              Date: Sat, 06 Dec 1997 06:00:45 -0500
8435              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8436      Branch: win32/perl
8437            ! sv.c
8438 ____________________________________________________________________________
8439 [   382] By: gsar                                  on 1997/12/23  21:09:32
8440         Log: Trivial bugfix#2 from local repository
8441              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
8442              Subject: Re: eval of sub gives spurious "uninitialised" warning 
8443              Date: Sat, 06 Dec 1997 05:25:07 -0500
8444              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8445      Branch: win32/perl
8446            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
8447 ____________________________________________________________________________
8448 [   381] By: gsar                                  on 1997/12/23  21:01:04
8449         Log: Trivial bugfix#1 from local repository
8450              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
8451              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
8452              Date: Fri, 28 Nov 1997 18:26:52 -0500
8453              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8454      Branch: win32/perl
8455            ! scope.c
8456 ____________________________________________________________________________
8457 [   380] By: gsar                                  on 1997/12/18  15:10:23
8458         Log: Integrate mainline
8459      Branch: win32/perl
8460           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8461           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
8462           +> os2/os2.sym os2/os2thread.h
8463           !> (integrate 77 files)
8464
8465 ----------------
8466 Version 5.004_56
8467 ----------------
8468
8469 ____________________________________________________________________________
8470 [   379] By: mbeattie                              on 1997/12/18  13:28:35
8471         Log: Integrate ansi @364,@366 into mainline.
8472      Branch: perl
8473           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
8474 ____________________________________________________________________________
8475 [   378] By: mbeattie                              on 1997/12/18  13:20:15
8476         Log: Add a few missing files to MANIFEST
8477      Branch: perl
8478            ! MANIFEST
8479 ____________________________________________________________________________
8480 [   377] By: mbeattie                              on 1997/12/18  13:00:16
8481         Log: Bump patchlevel to 56.
8482      Branch: perl
8483            ! patchlevel.h
8484 ____________________________________________________________________________
8485 [   376] By: nick                                  on 1997/12/18  01:32:12
8486         Log: Resolve against mainline
8487      Branch: ansiperl
8488           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8489           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
8490           +> os2/os2.sym os2/os2thread.h
8491           !> (integrate 74 files)
8492 ____________________________________________________________________________
8493 [   375] By: nick                                  on 1997/12/18  01:06:15
8494         Log: Resolve against Win32
8495      Branch: ansiperl
8496           !> Configure README.threads config_h.SH doop.c embed.h
8497           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
8498           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
8499           !> sv.c sv.h thread.h util.c
8500 ____________________________________________________________________________
8501 [   374] By: mbeattie                              on 1997/12/17  14:44:26
8502         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
8503              needs rewriting now that we use perlvars.h and foovar.h:
8504              Subject: [PATCH] 5.004_54 under VMS (fwd)
8505              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
8506              From: Charles Bailey <BAILEY@newman.upenn.edu>
8507      Branch: perl
8508            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
8509            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
8510            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
8511            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
8512            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
8513            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
8514 ____________________________________________________________________________
8515 [   373] By: mbeattie                              on 1997/12/17  14:10:50
8516         Log: Major changes to the DOS/djgpp port (including threading):
8517              Subject: Re: dos-djgpp port not in perl 5.004_54
8518              Date: Fri, 21 Nov 1997 10:58:26 +0100
8519              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
8520      Branch: perl
8521            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8522            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
8523            ! Configure MANIFEST Makefile.SH doio.c dosish.h
8524            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
8525            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
8526            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
8527            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
8528            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
8529            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
8530            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
8531            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
8532            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
8533 ____________________________________________________________________________
8534 [   372] By: mbeattie                              on 1997/12/17  13:18:34
8535         Log: Upgrade DB_File to 1.56:
8536              Subject: DB_File-1.56 for _55
8537              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
8538              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8539      Branch: perl
8540            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
8541            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
8542 ____________________________________________________________________________
8543 [   371] By: mbeattie                              on 1997/12/17  12:02:03
8544         Log: Threading patches for OS/2 (missing files taken from previous patch):
8545              Subject: Re: 5.004_55: OS/2 patches again
8546              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
8547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8548      Branch: perl
8549            + os2/os2.sym os2/os2thread.h
8550            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
8551            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
8552            ! os2/os2ish.h perl.h
8553 ____________________________________________________________________________
8554 [   370] By: mbeattie                              on 1997/12/17  11:01:34
8555         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
8556              Subject: Re: 5.004_55: OS/2 patches again
8557              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
8558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8559      Branch: perl
8560            ! perl.h
8561 ____________________________________________________________________________
8562 [   369] By: mbeattie                              on 1997/12/17  10:59:40
8563         Log: Fix typo in compiler B/C.pm.
8564      Branch: perlext
8565            ! Compiler/B/C.pm
8566 ____________________________________________________________________________
8567 [   368] By: mbeattie                              on 1997/12/17  10:58:35
8568         Log: Allow "perldoc -F filename":
8569              Subject: 5.004_55: Patch to perldoc
8570              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
8571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8572      Branch: perl
8573            ! utils/perldoc.PL
8574 ____________________________________________________________________________
8575 [   367] By: mbeattie                              on 1997/12/17  10:54:47
8576         Log: Fix not-reached warning for pp_threadsv.
8577      Branch: perl
8578            ! pp.c
8579 ____________________________________________________________________________
8580 [   366] By: nick                                  on 1997/12/14  16:06:24
8581         Log: Fix typo in Ilya's patch :-(
8582      Branch: ansiperl
8583            ! lib/ExtUtils/MakeMaker.pm
8584 ____________________________________________________________________________
8585 [   365] By: nick                                  on 1997/12/14  15:30:25
8586         Log: #undef new PERLVARIC macro in appropriate places
8587      Branch: ansiperl
8588            ! miniperlmain.c perl.h
8589 ____________________________________________________________________________
8590 [   364] By: nick                                  on 1997/12/14  15:04:36
8591         Log: Ilya's MakeMaker (empty makefile) patch
8592      Branch: ansiperl
8593            ! lib/ExtUtils/MakeMaker.pm
8594 ____________________________________________________________________________
8595 [   363] By: gsar                                  on 1997/12/13  05:57:13
8596         Log: Integrate mainline.  Builds and passes (Borland).
8597      Branch: win32/perl
8598           !> Configure README.threads config_h.SH doop.c embed.h
8599           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
8600           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
8601           !> sv.c sv.h thread.h util.c
8602 ____________________________________________________________________________
8603 [   362] By: nick                                  on 1997/12/13  02:53:03
8604         Log: Resolve ansiperl against mainline
8605      Branch: ansiperl
8606           !> (integrate 92 files)
8607 ____________________________________________________________________________
8608 [   361] By: mbeattie                              on 1997/12/12  16:20:38
8609         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
8610              instead of MEXTEND leading to core dumps. This fix needs
8611              propagating back to the maintenance branch.
8612      Branch: perl
8613            ! pp_hot.c pp_sys.c
8614 ____________________________________________________________________________
8615 [   360] By: mbeattie                              on 1997/12/11  15:45:56
8616         Log: Add missing patch to op.c that didn't come across with win32 merge.
8617      Branch: perl
8618            ! op.c
8619 ____________________________________________________________________________
8620 [   359] By: mbeattie                              on 1997/12/11  11:54:41
8621         Log: Stop tr/// from writing to target when only counting.
8622      Branch: perl
8623            ! doop.c op.c op.h
8624 ____________________________________________________________________________
8625 [   358] By: mbeattie                              on 1997/12/10  18:36:26
8626         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
8627              a few extraneous trailing semicolons in perlvars.h.
8628      Branch: perl
8629            ! perlvars.h util.c
8630 ____________________________________________________________________________
8631 [   357] By: mbeattie                              on 1997/12/10  18:33:53
8632         Log: Start overhauling compiler. It was working at least minimally
8633              right up until the final tweak of B.xs to add threadsv_names
8634              at which point building it provokes a seg fault in perl while
8635              doing the xsubpp :-(.
8636      Branch: perl
8637            ! op.h util.c
8638      Branch: perlext
8639            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
8640            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
8641            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
8642            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
8643            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
8644            ! Compiler/test_harness_cc
8645 ____________________________________________________________________________
8646 [   356] By: mbeattie                              on 1997/12/10  13:43:32
8647         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
8648              sv_setfoo functions go back to not needing dTHR. Fix Configure
8649              to check for already-existing -thread on archname and to check
8650              better for d_pthread_created_joinable.
8651      Branch: perl
8652            ! Configure perl.h sv.c sv.h thread.h
8653 ____________________________________________________________________________
8654 [   355] By: mbeattie                              on 1997/12/10  10:53:58
8655         Log: Minor fix/speedup to util.c:fbm_instr:
8656              Subject: 5.004_55: Minor regexp patch
8657              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
8658              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
8659      Branch: perl
8660            ! util.c
8661 ____________________________________________________________________________
8662 [   354] By: mbeattie                              on 1997/12/10  10:41:25
8663         Log: Patches for IRIX, AIX and some generic stuff:
8664              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
8665              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
8666              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
8667              (checked/ignored a few rejects; tweaked wording).
8668      Branch: perl
8669            ! Configure README.threads config_h.SH embed.h
8670            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
8671            ! hints/irix_6.sh
8672 ____________________________________________________________________________
8673 [   353] By: mbeattie                              on 1997/12/10  10:10:19
8674         Log: Integrate win32 back into mainline (trivial).
8675      Branch: perl
8676           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
8677           +> win32/config_H.gc
8678           !> (integrate 36 files)
8679 ____________________________________________________________________________
8680 [   352] By: nick                                  on 1997/12/09  17:36:45
8681         Log: Resolve win32 - Sarathy's tweak.
8682      Branch: ansiperl
8683           !> win32/makedef.pl
8684 ____________________________________________________________________________
8685 [   351] By: gsar                                  on 1997/12/08  06:13:04
8686         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
8687      Branch: win32/perl
8688            ! win32/makedef.pl
8689 ____________________________________________________________________________
8690 [   350] By: nick                                  on 1997/12/05  00:56:03
8691         Log: Resolve ansiperl against win32
8692      Branch: ansiperl
8693            - win32/makegcc.mk
8694           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
8695           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
8696           !> win32/makefile.mk win32/perllib.c win32/win32.h
8697 ____________________________________________________________________________
8698 [   349] By: gsar                                  on 1997/12/02  07:28:23
8699         Log: Revert to keeping (some) constant strings as globals
8700      Branch: win32/perl
8701            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
8702            ! perlvars.h win32/makedef.pl win32/perllib.c
8703 ____________________________________________________________________________
8704 [   348] By: gsar                                  on 1997/12/02  05:38:06
8705         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
8706              Other minor fixes.  Now is a good time to get the changes in win32 branch.
8707      Branch: win32/perl
8708            - win32/makegcc.mk
8709            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
8710 ____________________________________________________________________________
8711 [   347] By: gsar                                  on 1997/12/02  03:32:55
8712         Log: Integrate winansi again.  Result builds and passes all tests on all
8713              three compilers.
8714      Branch: win32/perl
8715           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
8716           !> win32/makegcc.mk win32/win32.h
8717 ____________________________________________________________________________
8718 [   346] By: gsar                                  on 1997/12/02  03:28:23
8719         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
8720              makegcc.mk to be merged into makefile.mk soon.
8721      Branch: win32/perl
8722            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
8723            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
8724            ! win32/win32.h
8725 ____________________________________________________________________________
8726 [   345] By: nick                                  on 1997/12/02  01:57:17
8727         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
8728              Now runs again...
8729      Branch: ansiperl
8730            ! lib/ExtUtils/MM_Win32.pm
8731 ____________________________________________________________________________
8732 [   344] By: nick                                  on 1997/12/02  01:11:16
8733         Log: Sarathy's patch 
8734      Branch: ansiperl
8735            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
8736            ! win32/makegcc.mk win32/win32.h
8737 ____________________________________________________________________________
8738 [   343] By: gsar                                  on 1997/12/01  04:37:06
8739         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
8740              is identical to ansiperl/* now)
8741      Branch: win32/perl
8742           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
8743           !> (integrate 34 files)
8744 ____________________________________________________________________________
8745 [   342] By: nick                                  on 1997/12/01  04:01:57
8746         Log: Builds and passes all tests with gcc on Win32 - phew!
8747      Branch: ansiperl
8748            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
8749            ! proto.h util.c win32/makedef.pl
8750 ____________________________________________________________________________
8751 [   341] By: nick                                  on 1997/12/01  02:54:29
8752         Log: Create a struct for all perls globals (as an option)
8753              Mainly for Mingw32 which cannot import data.
8754              Now only Opcode tests fail (op_desc/op_name not 
8755              handled yet stuff)
8756      Branch: ansiperl
8757            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
8758            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
8759            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
8760            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
8761            ! win32/win32iop.h win32/win32thread.c
8762 ____________________________________________________________________________
8763 [   340] By: nick                                  on 1997/11/30  20:21:10
8764         Log: Fixup exports in non -DDEBUGGING case
8765      Branch: ansiperl
8766            ! win32/makedef.pl
8767 ____________________________________________________________________________
8768 [   339] By: nick                                  on 1997/11/30  20:10:04
8769         Log: Disable hard-coded -DDEBUGGING
8770      Branch: ansiperl
8771            ! win32/config_h.PL
8772 ____________________________________________________________________________
8773 [   338] By: nick                                  on 1997/11/30  20:00:19
8774         Log: embed.pl now reads *var*.h to do its stuff.
8775              Split generated embed.h into two - new embedvar.h
8776              is #included when 'op' etc. will not mess up proto.h etc.
8777              Removed #define foo (thr->Tfoo) from thread.h
8778              Added some 'missing' symbols to global.sym, removed
8779              those in the *var*.h files
8780              Has build all MULTIPLICITY/USE_THREADS options on win32
8781              with VC++ (and passed tests), but not with exactly this set
8782              of files.
8783      Branch: ansiperl
8784            + embedvar.h
8785            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
8786            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
8787            ! win32/makedef.pl
8788 ____________________________________________________________________________
8789 [   337] By: nick                                  on 1997/11/29  23:55:31
8790         Log: Globals and structs via macros - part 1 of N
8791              - introduce perlvars.h intrpvar.h and thrdvar.h
8792              - change perl.h and thread.h to include them with
8793              appropriate macros defined
8794              - result is status-quo but with macros
8795              - next step is to tweak embed.* to capitalize on 
8796              new easy-to-find info.
8797      Branch: ansiperl
8798            + intrpvar.h perlvars.h thrdvar.h
8799            ! perl.h thread.h win32/Makefile
8800 ____________________________________________________________________________
8801 [   336] By: nick                                  on 1997/11/29  19:13:55
8802         Log: VC++ default to threaded
8803      Branch: ansiperl
8804            ! win32/Makefile
8805 ____________________________________________________________________________
8806 [   335] By: nick                                  on 1997/11/29  18:38:26
8807         Log: Avoid __declspec(thread) by default, for both scratch
8808              return areas and THR stuff. Use struct thread intern instead.
8809      Branch: ansiperl
8810            ! win32/win32.c win32/win32.h win32/win32sck.c
8811            ! win32/win32thread.c win32/win32thread.h
8812 ____________________________________________________________________________
8813 [   334] By: nick                                  on 1997/11/29  17:49:04
8814         Log: Non-threaded build fix
8815      Branch: ansiperl
8816            ! win32/win32thread.c
8817 ____________________________________________________________________________
8818 [   333] By: nick                                  on 1997/11/29  17:29:07
8819         Log: Sort out malloc_mutex for perl's malloc
8820              Remove BINCOMPAT3 from embed.pl 
8821              Add dependancy to CORE_H for PERL95_OBJ
8822      Branch: ansiperl
8823            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
8824            ! win32/win32.c
8825 ____________________________________________________________________________
8826 [   332] By: nick                                  on 1997/11/29  16:21:01
8827         Log: Integrate win32 into ansiperl
8828      Branch: ansiperl
8829           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
8830           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
8831           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
8832           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8833           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
8834           !> win32/perllib.c
8835 ____________________________________________________________________________
8836 [   331] By: nick                                  on 1997/11/29  01:35:45
8837         Log: GCC + Threads on Win32 - best gcc results yet
8838      Branch: ansiperl
8839            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
8840            ! win32/win32.h win32/win32iop.h win32/win32thread.c
8841            ! win32/win32thread.h
8842 ____________________________________________________________________________
8843 [   330] By: nick                                  on 1997/11/28  23:05:08
8844         Log: Un-botch gcc workround
8845      Branch: ansiperl
8846            ! XSUB.h
8847 ____________________________________________________________________________
8848 [   329] By: nick                                  on 1997/11/28  22:39:39
8849         Log: Builds completely with Mingw32, dynamic loaded extensions
8850              don't work yet - suspect __declspec() non-implemented issues.
8851      Branch: ansiperl
8852            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
8853            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
8854            ! win32/runperl.c win32/win32.c win32/win32iop.h
8855 ____________________________________________________________________________
8856 [   328] By: gsar                                  on 1997/11/28  05:48:15
8857         Log: integrate winansi.
8858      Branch: win32/perl
8859           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
8860            ! perl.h
8861           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
8862           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
8863           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
8864 ____________________________________________________________________________
8865 [   327] By: gsar                                  on 1997/11/28  05:38:48
8866         Log: Integrate mainline.
8867      Branch: win32/perl
8868           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
8869           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
8870           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
8871           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8872           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
8873           !> win32/perllib.c
8874 ____________________________________________________________________________
8875 [   326] By: nick                                  on 1997/11/27  19:13:36
8876         Log: GCC builds perl.dll and perl.exe on Win32
8877      Branch: ansiperl
8878            ! win32/makedef.pl win32/makegcc.mk
8879 ____________________________________________________________________________
8880 [   325] By: nick                                  on 1997/11/27  17:46:30
8881         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
8882              far as building miniperl and perl.dll (but not import lib yet)
8883              Seems to lack popen()/pclose() and fcloseall() and fflushall().
8884              Also only CRTDLL not MCRTDLL so threading is probably not
8885              possible yet.
8886              Had to mess with win32iop.h's placement as we need __attribute__
8887              to get STDCALL, and #define of printf messes up proto.h 
8888      Branch: ansiperl
8889            + win32/config.gc win32/config_H.gc win32/makegcc.mk
8890            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
8891            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
8892            ! win32/win32iop.h win32/win32sck.c
8893 ____________________________________________________________________________
8894 [   324] By: mbeattie                              on 1997/11/27  17:08:06
8895         Log: Give dire warnings about the IRIX 6.2 kernel panic.
8896      Branch: perl
8897            ! README.threads hints/irix_6.sh
8898 ____________________________________________________________________________
8899 [   323] By: mbeattie                              on 1997/11/27  16:57:33
8900         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
8901              Subject: Re: ANNOUNCE: perl 5.004_55 is available
8902              Date: 27 Nov 1997 17:18:53 +0100
8903              From: koenig@kulturbox.de (Andreas J. Koenig)
8904      Branch: perl
8905            ! sv.c
8906 ____________________________________________________________________________
8907 [   322] By: mbeattie                              on 1997/11/27  16:12:15
8908         Log: Integrate win32 branch back into mainline.
8909      Branch: perl
8910           !> (integrate 42 files)
8911 ____________________________________________________________________________
8912 [   321] By: mbeattie                              on 1997/11/27  15:06:36
8913         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
8914              Subject: Re: ANNOUNCE: perl 5.004_55 is available
8915              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
8916              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8917      Branch: perl
8918            ! t/lib/safe2.t
8919 ____________________________________________________________________________
8920 [   320] By: mbeattie                              on 1997/11/27  15:02:59
8921         Log: Fix MYMALLOC (wrong #define in malloc.c):
8922              Subject: 5.004_55: MYMALLOC completely busted
8923              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
8924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8925      Branch: perl
8926            ! malloc.c
8927 ____________________________________________________________________________
8928 [   319] By: mbeattie                              on 1997/11/27  15:01:37
8929         Log: Fix newSVrv so sv_setref_foo work better:
8930              Subject: [PATCH] [5.004_55] newSVrv (again)
8931              Date: Thu, 27 Nov 1997 00:25:50 -0500
8932              From: Owen Taylor <owt1@cornell.edu>
8933      Branch: perl
8934            ! sv.c
8935 ____________________________________________________________________________
8936 [   318] By: mbeattie                              on 1997/11/27  14:59:03
8937         Log: Output skipped test information in test suite:
8938              Subject: 5.004_55: Making test harness platform_aware
8939              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
8940              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
8941      Branch: perl
8942            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
8943            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
8944            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
8945 ____________________________________________________________________________
8946 [   317] By: mbeattie                              on 1997/11/27  14:55:15
8947         Log: Add 'W'atch command to debugger and improve help:
8948              Subject: 5.004_55: Debugger patch again
8949              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
8950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8951      Branch: perl
8952            ! lib/perl5db.pl
8953 ____________________________________________________________________________
8954 [   316] By: mbeattie                              on 1997/11/27  14:52:44
8955         Log: Stop double initialisation of malloc_mutex:
8956              Subject: 5.004_55: Double initialiazation of malloc_mutex
8957              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
8958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8959      Branch: perl
8960            ! miniperlmain.c win32/perllib.c
8961 ____________________________________________________________________________
8962 [   315] By: mbeattie                              on 1997/11/27  14:48:58
8963         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
8964      Branch: perl
8965            ! sv.c t/op/pat.t
8966 ____________________________________________________________________________
8967 [   314] By: nick                                  on 1997/11/27  01:03:19
8968         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
8969      Branch: ansiperl
8970           !> (integrate 897 files)
8971 ____________________________________________________________________________
8972 [   313] By: gsar                                  on 1997/11/26  03:20:55
8973         Log: merge win32-aware installperl in ansiperl branch.
8974      Branch: win32/perl
8975           !> installperl
8976 ____________________________________________________________________________
8977 [   312] By: gsar                                  on 1997/11/26  01:50:37
8978         Log: Fix for C<sort 'foo'...> bug:
8979              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8980              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
8981              Subject: [PATCH] Re: Sort grammar bug 
8982              Date: Sat, 01 Nov 1997 14:46:35 -0500
8983              ------
8984              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8985              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
8986              Subject: Re: Sort grammar bug 
8987              Date: Sun, 02 Nov 1997 12:47:51 +0000
8988      Branch: win32/perl
8989            ! t/op/sort.t toke.c
8990 ____________________________________________________________________________
8991 [   311] By: nick                                  on 1997/11/26  01:42:50
8992         Log: Win32-ize installperl
8993      Branch: ansiperl
8994            ! installperl
8995 ____________________________________________________________________________
8996 [   310] By: gsar                                  on 1997/11/26  01:36:39
8997         Log: Another trivial patch:
8998              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8999              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
9000              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
9001              Date: Wed, 29 Oct 1997 21:45:26 -0500
9002      Branch: win32/perl
9003            ! XSUB.h
9004 ____________________________________________________________________________
9005 [   309] By: nick                                  on 1997/11/26  01:33:32
9006         Log: Fixup _55 for Win32:
9007              Missed thread :-> perl_thread changes
9008              Two #define THR (not the same)
9009              K&R style func in hv.c
9010      Branch: ansiperl
9011            ! hv.c win32/win32thread.c win32/win32thread.h
9012 ____________________________________________________________________________
9013 [   308] By: gsar                                  on 1997/11/26  01:30:21
9014         Log: Sync yet another patch (this one manually edited):
9015              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9016              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
9017              Subject: [PATCH] Re: local($@) gives core dump 
9018              Date: Tue, 28 Oct 1997 21:51:25 -0500
9019      Branch: win32/perl
9020            ! pp_ctl.c
9021 ____________________________________________________________________________
9022 [   307] By: gsar                                  on 1997/11/26  01:22:10
9023         Log: Sync another change from local repository.
9024              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9025              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
9026              Subject: Re: do_postponed breaks with multiple interpreters 
9027              Date: Tue, 28 Oct 1997 22:16:13 -0500
9028      Branch: win32/perl
9029            ! op.c
9030 ____________________________________________________________________________
9031 [   306] By: gsar                                  on 1997/11/26  01:17:46
9032         Log: Sync a change from local repository.
9033              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9034              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
9035              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
9036              Date: Tue, 28 Oct 1997 20:06:06 -0500
9037      Branch: win32/perl
9038            ! mg.c
9039 ____________________________________________________________________________
9040 [   305] By: nick                                  on 1997/11/26  00:50:10
9041         Log: Integrate mainline as of _55
9042      Branch: ansiperl
9043           +> emacs/ptags
9044           !> (integrate 36 files)
9045 ____________________________________________________________________________
9046 [   304] By: gsar                                  on 1997/11/26  00:27:57
9047         Log: Various changes to make it build cleanly and pass all tests:
9048              - needed to run `perl embed.pl`
9049              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
9050              - fix prototypes for a few declarations (Borland is finally quiet)
9051              - move declaration of Mymalloc etc to perl.h (since win32 and other
9052              ports may #define malloc themselves, to let extensions bind to
9053              the version that perl used)
9054              - move struct reg_data into a public header file, since it is
9055              referenced in a public datatype
9056              - win32 makefile fixes
9057              - fix remaining s/thread/perl_thread/
9058      Branch: win32/perl
9059            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
9060            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
9061            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
9062            ! win32/win32.h win32/win32iop.h win32/win32thread.c
9063 ____________________________________________________________________________
9064 [   303] By: gsar                                  on 1997/11/25  20:57:31
9065         Log: Fixup the places where the automatic merge got it wrong.
9066              Previous change (#302) was just a normal integration--ignore the
9067              "reverse" in there.
9068      Branch: win32/perl
9069            ! op.c perl.h
9070 ____________________________________________________________________________
9071 [   302] By: gsar                                  on 1997/11/25  20:32:12
9072         Log: reverse integrate mainline
9073      Branch: win32/perl
9074           +> emacs/ptags
9075           !> (integrate 896 files)
9076
9077 ----------------
9078 Version 5.004_55
9079 ----------------
9080
9081 ____________________________________________________________________________
9082 [   301] By: mbeattie                              on 1997/11/25  17:59:53
9083         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
9084      Branch: perl
9085            ! hv.c pp_ctl.c
9086 ____________________________________________________________________________
9087 [   300] By: mbeattie                              on 1997/11/25  16:29:36
9088         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
9089      Branch: perl
9090            ! MANIFEST patchlevel.h
9091 ____________________________________________________________________________
9092 [   299] By: mbeattie                              on 1997/11/25  15:59:16
9093         Log: Move malloc_mutex initialisation/destruction:
9094              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
9095              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
9096      Branch: perl
9097            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
9098            ! unixish.h vms/vmsish.h
9099 ____________________________________________________________________________
9100 [   298] By: mbeattie                              on 1997/11/25  15:49:22
9101         Log: Make hv_ functions cope better with 'm'-magic:
9102              Subject: [5.004_54] Another neglected patch
9103              Date: Fri, 21 Nov 1997 22:28:17 -0500
9104              From: Owen Taylor <owt1@cornell.edu>
9105      Branch: perl
9106            ! hv.c
9107 ____________________________________________________________________________
9108 [   297] By: mbeattie                              on 1997/11/25  15:47:36
9109         Log: Fix typo in Thread.xs.
9110      Branch: perl
9111            ! ext/Thread/Thread.xs
9112 ____________________________________________________________________________
9113 [   296] By: mbeattie                              on 1997/11/25  15:42:07
9114         Log: Integrate from ansi branch to mainline.
9115      Branch: perl
9116           !> (integrate 890 files)
9117 ____________________________________________________________________________
9118 [   295] By: mbeattie                              on 1997/11/25  14:29:31
9119         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
9120              Subject: Re: _54 on AIX
9121              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
9122              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9123      Branch: perl
9124            ! ext/DynaLoader/dl_aix.xs
9125 ____________________________________________________________________________
9126 [   294] By: mbeattie                              on 1997/11/25  14:29:10
9127         Log: AIX patch for hints/aix.sh:
9128              Subject: Re: _54 on AIX
9129              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
9130              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9131      Branch: perl
9132            ! hints/aix.sh
9133 ____________________________________________________________________________
9134 [   291] By: mbeattie                              on 1997/11/25  14:17:05
9135         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
9136      Branch: perl
9137            ! op.c op.h
9138 ____________________________________________________________________________
9139 [   290] By: mbeattie                              on 1997/11/25  14:16:29
9140         Log: AIX patch (including Configure support for {sched,pthread}_yield,
9141              pthread initial detach state, renaming perl_thread to perl_os_thread
9142              and struct thread to struct perl_thread):
9143              Subject: Re: _54 on AIX
9144              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
9145              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9146      Branch: perl
9147            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
9148            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
9149            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
9150            ! proto.h sv.h thread.h util.c win32/win32thread.c
9151            ! win32/win32thread.h
9152 ____________________________________________________________________________
9153 [   289] By: mbeattie                              on 1997/11/25  12:33:02
9154         Log: Rename perl_thread to perl_os_thread.
9155      Branch: perl
9156            ! fakethr.h thread.h util.c win32/win32thread.h
9157 ____________________________________________________________________________
9158 [   288] By: mbeattie                              on 1997/11/25  12:27:35
9159         Log: Remove bincompat3 support:
9160              Subject: Re: ANNOUNCE: perl5.004_54 is available
9161              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
9162              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9163      Branch: perl
9164            ! Configure INSTALL embed.h global.sym malloc.c
9165 ____________________________________________________________________________
9166 [   287] By: mbeattie                              on 1997/11/25  12:23:50
9167         Log: Emacs/tags update:
9168              Subject: Emacs/tags update for 5.004_54
9169              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
9170              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9171      Branch: perl
9172            + emacs/ptags
9173            ! MANIFEST Makefile.SH emacs/cperl-mode.el
9174 ____________________________________________________________________________
9175 [   286] By: nick                                  on 1997/11/23  23:03:56
9176         Log: Add $$_ test 
9177      Branch: ansiperl
9178            ! t/op/ref.t
9179 ____________________________________________________________________________
9180 [   285] By: gsar                                  on 1997/11/23  08:26:00
9181         Log: Initial reverse integration of winansi branch.
9182      Branch: win32/perl
9183           !> (integrate 50 files)
9184 ____________________________________________________________________________
9185 [   284] By: gsar                                  on 1997/11/23  07:32:24
9186         Log: Add to docs about the BEGIN { shift } feature.  Make the change
9187              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
9188      Branch: win32/perl
9189            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
9190 ____________________________________________________________________________
9191 [   283] By: nick                                  on 1997/11/22  21:29:30
9192         Log: Duplicate perl_threadsv
9193      Branch: ansiperl
9194            ! global.sym
9195 ____________________________________________________________________________
9196 [   282] By: nick                                  on 1997/11/22  21:18:11
9197         Log: Munge pseudo-Configure stuff to add -thread to archname as
9198              Malcolm seems to think that is way to test for threads.
9199              Update @INC stuffing hackery to have traditional @INC
9200              search order archlib, privlib, sitearch, site.
9201      Branch: ansiperl
9202            ! t/lib/english.t win32/config.bc win32/config_H.bc
9203            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9204            ! win32/makefile.mk win32/win32.c win32/win32.h
9205 ____________________________________________________________________________
9206 [   281] By: nick                                  on 1997/11/22  19:28:21
9207         Log: Builds and passes all but english.t on win32 VC++
9208      Branch: ansiperl
9209            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
9210            ! win32/config_H.vc win32/win32thread.h
9211 ____________________________________________________________________________
9212 [   280] By: nick                                  on 1997/11/22  18:10:50
9213         Log: ansiperl builds with Borland C++ again
9214      Branch: ansiperl
9215            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
9216            ! win32/config.bc win32/config_H.bc win32/perlglob.c
9217            ! win32/win32.c win32/win32.h
9218 ____________________________________________________________________________
9219 [   279] By: nick                                  on 1997/11/22  16:42:51
9220         Log: Resolve ansiperl against mainline
9221      Branch: ansiperl
9222           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
9223           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
9224           !> t/lib/english.t thread.h toke.c util.c
9225 ____________________________________________________________________________
9226 [   278] By: nick                                  on 1997/11/22  16:30:27
9227         Log: Resolve ansiperl against win32
9228      Branch: ansiperl
9229           !> (integrate 55 files)
9230 ____________________________________________________________________________
9231 [   277] By: gsar                                  on 1997/11/22  09:48:02
9232         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
9233              - added a test for the above
9234              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
9235              ansification hunks
9236      Branch: win32/perl
9237            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
9238 ____________________________________________________________________________
9239 [   276] By: gsar                                  on 1997/11/22  07:24:01
9240         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
9241              when USE_THREADS.  GCC for instance, can do without macros that use
9242              globals.  Instead, selectively re#define only those macros
9243              that use globals to their functional equivalents.  Tests 100% on
9244              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
9245      Branch: win32/perl
9246            ! perl.h sv.h
9247 ____________________________________________________________________________
9248 [   275] By: gsar                                  on 1997/11/22  05:27:04
9249         Log: Integrate mainline.
9250      Branch: win32/perl
9251           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
9252            - lib/Class/Fields.pm lib/ISA.pm
9253           !> (integrate 41 files)
9254 ____________________________________________________________________________
9255 [   274] By: mbeattie                              on 1997/11/21  18:28:22
9256         Log: $_ is now per-thread (rather a lot of changes). Only tested under
9257              *-linux-thread at the moment.
9258      Branch: perl
9259            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
9260            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
9261            ! t/lib/english.t thread.h toke.c util.c
9262 ____________________________________________________________________________
9263 [   273] By: mbeattie                              on 1997/11/21  10:31:29
9264         Log: Filter patch to toke.c:
9265              Subject: Tiny core patch for source filters
9266              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
9267              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9268      Branch: perl
9269            ! toke.c
9270 ____________________________________________________________________________
9271 [   272] By: nick                                  on 1997/11/21  00:54:43
9272         Log: Basic integrate of lastest perl into ansiperl
9273      Branch: ansiperl
9274           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
9275            - lib/Class/Fields.pm lib/ISA.pm
9276            ! win32/win32.c win32/win32.h
9277           !> (integrate 57 files)
9278 ____________________________________________________________________________
9279 [   271] By: mbeattie                              on 1997/11/20  12:12:00
9280         Log: Initial stab at IRIX configuration support for threading. Manually
9281              applied parts of following patches:
9282              Subject: Perl 5.004_54 on IRIX
9283              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
9284              From: Jarkko Hietaniemi <jhi@iki.fi>
9285              Subject: Re: Perl 5.004_54 on IRIX
9286              Date: 19 Nov 1997 17:10:17 -0800
9287              From: Scott Henry <scotth@sgi.com>
9288      Branch: perl
9289            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
9290            ! hints/irix_6_1.sh perl.h
9291 ____________________________________________________________________________
9292 [   270] By: mbeattie                              on 1997/11/19  17:45:37
9293         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
9294              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
9295              also fixed two instances of referring to SVs after destruction.
9296      Branch: perl
9297            ! regcomp.c regexec.c
9298 ____________________________________________________________________________
9299 [   269] By: mbeattie                              on 1997/11/19  15:33:23
9300         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
9301              changed by mg_get(*keysp) (!). Introducing a new local variable
9302              fixed it but I don't know if it's a compiler problem or some
9303              other corruption happening elsewhere.
9304      Branch: perl
9305            ! av.c
9306 ____________________________________________________________________________
9307 [   268] By: mbeattie                              on 1997/11/19  11:39:49
9308         Log: Let Configure sort out get{host,net}byaddr* prototypes:
9309              Subject: [PATCH] 5.004_54: little something for
9310              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
9311              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
9312              From: Jarkko Hietaniemi <jhi@iki.fi>
9313      Branch: perl
9314            ! Configure config_h.SH pp_sys.c
9315 ____________________________________________________________________________
9316 [   267] By: mbeattie                              on 1997/11/19  11:04:15
9317         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
9318              Subject: Version 7 of Jumbo RE patch available
9319              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
9320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9321      Branch: perl
9322            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
9323            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9324            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
9325            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
9326            ! util.c
9327 ____________________________________________________________________________
9328 [   266] By: mbeattie                              on 1997/11/18  17:26:09
9329         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
9330              version of patch:
9331              Subject: tie fake hash patch for 5.004_54
9332              Date: Sat, 15 Nov 1997 19:18:30 -0500
9333              From: Joshua Pritikin <pritikin@mindspring.com>
9334      Branch: perl
9335            + t/op/avhv.t
9336            ! av.c embed.h global.sym proto.h
9337 ____________________________________________________________________________
9338 [   265] By: mbeattie                              on 1997/11/18  16:51:04
9339         Log: Bring MANIFEST up to date. Add new thread tests.
9340      Branch: perl
9341            + ext/Thread/die.t ext/Thread/die2.t
9342            ! MANIFEST
9343 ____________________________________________________________________________
9344 [   264] By: mbeattie                              on 1997/11/18  16:41:27
9345         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
9346              is assigned to. Added tests to t/op/array.t. magic_setisa now
9347              warns about including non-existent packages in @ISA when -w is on.
9348      Branch: perl
9349            - lib/Class/Fields.pm lib/ISA.pm
9350            ! mg.c t/op/array.t
9351 ____________________________________________________________________________
9352 [   263] By: mbeattie                              on 1997/11/18  16:38:57
9353         Log: Fix typo in win32 -> mainline integration.
9354      Branch: perl
9355            ! perl.h
9356 ____________________________________________________________________________
9357 [   262] By: mbeattie                              on 1997/11/18  11:56:09
9358         Log: Integrate win32 branch back into mainline.
9359      Branch: perl
9360            - win32/win32io.c win32/win32io.h
9361            ! op.c
9362           !> (integrate 30 files)
9363 ____________________________________________________________________________
9364 [   261] By: gsar                                  on 1997/11/18  00:14:02
9365         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
9366      Branch: win32/perl
9367            ! win32/config.bc win32/config.vc win32/config_H.bc
9368            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
9369 ____________________________________________________________________________
9370 [   260] By: nick                                  on 1997/11/16  23:16:16
9371         Log: Generic file changes for MYMALLOC
9372      Branch: ansiperl
9373            ! miniperlmain.c perl.c
9374 ____________________________________________________________________________
9375 [   259] By: nick                                  on 1997/11/16  23:14:36
9376         Log: MYMALLOC for Win32:
9377              1. Initialize malloc_mutex before it is used (all platforms!)
9378              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
9379              3. Tweak win32/config*.* to define MYMALLOC
9380              4. Provide sbrk() in terms of VirtualAlloc().
9381              
9382              Also fixup -MT (perl95) build to handle Perl_current_thread
9383              via call to DLL (as though an extension).
9384      Branch: ansiperl
9385            ! win32/Makefile win32/config.bc win32/config.vc
9386            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
9387            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
9388            ! win32/win32iop.h win32/win32thread.h
9389 ____________________________________________________________________________
9390 [   258] By: nick                                  on 1997/11/15  20:42:28
9391         Log: Implement dTHR via __declspec(thread) - part 2
9392      Branch: ansiperl
9393            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9394 ____________________________________________________________________________
9395 [   257] By: nick                                  on 1997/11/15  19:52:53
9396         Log: Use __declspec(thread) var rather tha TslAlloc & co.
9397      Branch: ansiperl
9398            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9399 ____________________________________________________________________________
9400 [   256] By: gsar                                  on 1997/11/15  02:58:09
9401         Log: Add #include guard in Thread.xs so it will build even under
9402              no USE_THREADS (for win32).  This was missed because of edit
9403              w/o checkout perforce kludge.
9404      Branch: win32/perl
9405            ! ext/Thread/Thread.xs
9406 ____________________________________________________________________________
9407 [   255] By: nick                                  on 1997/11/15  00:33:46
9408         Log: Integrate mainline (5.004_54?) into ansiperl
9409      Branch: ansiperl
9410           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9411           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
9412           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
9413           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
9414           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
9415 ____________________________________________________________________________
9416 [   254] By: nick                                  on 1997/11/15  00:25:26
9417         Log: Interate win32 into ansiperl
9418      Branch: ansiperl
9419           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9420           +> lib/fields.pm
9421           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9422           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
9423           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
9424           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
9425           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
9426 ____________________________________________________________________________
9427 [   253] By: gsar                                  on 1997/11/14  22:04:58
9428         Log: Integrate mainline changes into win32 branch.  Now would be a good time
9429              to reverse integrate the win32 branch into mainline.
9430      Branch: win32/perl
9431           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9432           +> lib/fields.pm
9433           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9434           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
9435           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
9436           !> t/op/magic.t thread.h
9437
9438 ----------------
9439 Version 5.004_54
9440 ----------------
9441
9442 ____________________________________________________________________________
9443 [   252] By: mbeattie                              on 1997/11/14  15:07:19
9444         Log: Two more delays added to test suite to help *-solaris-thread.
9445      Branch: perl
9446            ! t/io/pipe.t t/lib/io_pipe.t
9447 ____________________________________________________________________________
9448 [   251] By: mbeattie                              on 1997/11/14  15:05:57
9449         Log: Remove stale code from Thread.xs.
9450      Branch: perl
9451            ! ext/Thread/Thread.xs
9452 ____________________________________________________________________________
9453 [   250] By: mbeattie                              on 1997/11/14  10:12:40
9454         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
9455              doesn't run handlers for self-sent signals until kill has returned.)
9456      Branch: perl
9457            ! t/op/magic.t
9458 ____________________________________________________________________________
9459 [   249] By: gsar                                  on 1997/11/14  05:14:44
9460         Log: Fix various details in win32 makefiles and Config.pm setup.
9461              - ldflags is set for both compilers now
9462              - extensions list is now correct
9463              - delete perl95.exe on distclean
9464              - cf_time now gets updated (once)
9465              - ccdlflags is set for Borland
9466              - fix startperl so dprofpp works
9467      Branch: win32/perl
9468            ! win32/Makefile win32/config.bc win32/config.vc
9469            ! win32/config_sh.PL win32/makefile.mk
9470 ____________________________________________________________________________
9471 [   248] By: mbeattie                              on 1997/11/13  18:01:27
9472         Log: Rewrite thread return code to distinguish between ordinary return
9473              and die() and make join propagate the die. Add tiny method eval
9474              which just does "return eval { shift->join; }". Add Thread::Specific
9475              class for access to thread specific user data along with specific.t.
9476              Rename Class to classname throughout Thread.xs for consistency.
9477              Fix pp_specific to pp_threadsv in global.sym. Add support to
9478              pp_entersub in pp_hot.c to lock stash for static locked methods.
9479      Branch: perl
9480            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9481            + lib/fields.pm
9482            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9483            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
9484 ____________________________________________________________________________
9485 [   247] By: mbeattie                              on 1997/11/13  14:13:30
9486         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
9487              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
9488              in pp_sys.c for whether getnet* function get protoyped (since the
9489              default had a broken prototype for getnetbyaddr).
9490      Branch: perl
9491            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9492            ! scope.c thread.h
9493 ____________________________________________________________________________
9494 [   246] By: nick                                  on 1997/11/13  02:44:40
9495         Log: Integrate Win32 branch
9496      Branch: ansiperl
9497            - configure ext/util/extliblist win32/bin/pl2bat.bat
9498            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
9499            - win32/config.H win32/config.w32 win32/win32io.c
9500            - win32/win32io.h
9501           !> (integrate 905 files)
9502 ____________________________________________________________________________
9503 [   245] By: nick                                  on 1997/11/13  00:47:54
9504         Log: Integrate (-ay) win32 branch at its creation to 
9505              establish and ancestor as per perkforce technote #9
9506      Branch: ansiperl
9507           +> configure ext/util/extliblist win32/bin/pl2bat.bat
9508           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
9509           +> win32/config.H win32/config.w32
9510           !> (integrate 859 files)
9511 ____________________________________________________________________________
9512 [   244] By: gsar                                  on 1997/11/12  22:26:39
9513         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
9514              contains the all the declarations and macros for the win32io layer.
9515              New std-ish functions are exported now.  All win32-specific exported
9516              functions begin with "win32_" consistently.  win32 version of
9517              init_os_extras() is now exported, so embedders can get the in-core
9518              xsubs.
9519      Branch: win32/perl
9520            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
9521            ! win32/win32iop.h win32/win32sck.c
9522 ____________________________________________________________________________
9523 [   243] By: gsar                                  on 1997/11/12  07:41:52
9524         Log: Really delete deleted files.
9525      Branch: win32/perl
9526            - win32/win32io.c win32/win32io.h
9527 ____________________________________________________________________________
9528 [   242] By: gsar                                  on 1997/11/12  07:40:54
9529         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
9530              files (win32/win32io.[ch]) completely removed, as are all traces
9531              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
9532              for later. Various myfoo() things regularized to my_foo().  CPP not
9533              required anymore to create a perl binary :)
9534      Branch: win32/perl
9535            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
9536            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9537            ! win32/win32io.c win32/win32io.h win32/win32iop.h
9538            ! win32/win32sck.c
9539 ____________________________________________________________________________
9540 [   241] By: gsar                                  on 1997/11/12  05:31:28
9541         Log: Fix various win32 code blemishes:
9542              - s/stolen/win32/g
9543              - s/(CROAK|WARN)/lc($1)/eg
9544              - remove deadcode from most places
9545      Branch: win32/perl
9546            ! win32/makedef.pl win32/win32.c win32/win32io.c
9547            ! win32/win32iop.h
9548 ____________________________________________________________________________
9549 [   240] By: gsar                                  on 1997/11/12  04:36:29
9550         Log: Carry over changes in ansiperl branch.  Win32 branch is now
9551              the leading edge.
9552      Branch: win32/perl
9553            ! embed.h global.sym perl.c win32/win32thread.c
9554            ! win32/win32thread.h
9555 ____________________________________________________________________________
9556 [   239] By: gsar                                  on 1997/11/12  03:39:57
9557         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
9558      Branch: win32/perl
9559            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
9560 ____________________________________________________________________________
9561 [   238] By: gsar                                  on 1997/11/12  03:25:17
9562         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
9563              done cleaner, if really needed (perhaps only for efficiency reasons?)).
9564              Redundant EXTERN_C definitions and related warnings fixed.
9565      Branch: win32/perl
9566            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
9567            ! win32/win32iop.h win32/win32sck.c
9568 ____________________________________________________________________________
9569 [   237] By: nick                                  on 1997/11/12  02:45:15
9570         Log: Fixup Win32
9571              - #undef start_env before re-#defining it
9572              - change pp_specific pp_threadsv in global.sym
9573              - re-build embed.h
9574              - avoid HAVE_THREAD_INTERN - we don't and empty struct
9575              is a pain. If we did have it it would contain cached
9576              values of things we can only get at _IN_ the thread
9577              so new_struct_thread is wrong place to call it.
9578              - add new macro SET_THREAD_SELF - we must (in main thread)
9579              define in win32thread.h, support in win32thread.c,
9580              test and call in perl.c
9581      Branch: ansiperl
9582            ! embed.h global.sym perl.c thread.h win32/win32thread.c
9583            ! win32/win32thread.h
9584 ____________________________________________________________________________
9585 [   236] By: nick                                  on 1997/11/12  01:54:23
9586         Log: Integrate mainline after it integrated us.
9587              Accepted 'theirs' everywhere - so two branches should
9588              now point to same files again.
9589              Almost all of these were what was suggested, others were
9590              whitespace diffs. A few dubious spots which we will now 
9591              go fix.
9592      Branch: ansiperl
9593           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
9594           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
9595           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
9596           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
9597           !> util.c
9598 ____________________________________________________________________________
9599 [   235] By: gsar                                  on 1997/11/12  01:22:26
9600         Log: Minor tweaks to add a thread_intern struct that should ultimately
9601              contain all the win32-specific statics.
9602              Win32 branch now passes all tests with or w/o USE_THREADS.
9603      Branch: win32/perl
9604            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
9605 ____________________________________________________________________________
9606 [   234] By: gsar                                  on 1997/11/11  23:08:54
9607         Log: Initial (untested) integration of mainline changes.
9608      Branch: win32/perl
9609            - configure
9610           !> (integrate 89 files)
9611 ____________________________________________________________________________
9612 [   233] By: mbeattie                              on 1997/11/11  18:07:30
9613         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
9614      Branch: perl
9615            ! thread.h
9616 ____________________________________________________________________________
9617 [   232] By: mbeattie                              on 1997/11/11  17:49:12
9618         Log: t/TEST (reverted to @229 version) should have been included in the
9619              previous change (231) but my way of recovering it didn't work
9620              properly. The change 231 comments about successful tests applies
9621              to this t/TEST (i.e. as of this change).
9622      Branch: perl
9623            ! t/TEST
9624 ____________________________________________________________________________
9625 [   231] By: mbeattie                              on 1997/11/11  17:46:59
9626         Log: Fix up ansiperl integration. Back to passing all expected tests
9627              with usethreads. Untested with non-threaded perl.
9628      Branch: perl
9629            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
9630            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
9631 ____________________________________________________________________________
9632 [   230] By: mbeattie                              on 1997/11/11  16:36:22
9633         Log: Initial integration of ansi branch into mainline (untested).
9634      Branch: perl
9635           +> t/lib/thread.t t/op/nothread.t thread.sym
9636            - configure
9637           !> (integrate 84 files)
9638 ____________________________________________________________________________
9639 [   229] By: mbeattie                              on 1997/11/11  15:20:43
9640         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
9641              getting per-thread magicals. Fixed thr->errsv initialisation.
9642      Branch: perl
9643            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
9644            ! t/lib/safe2.t toke.c
9645 ____________________________________________________________________________
9646 [   228] By: mbeattie                              on 1997/11/11  12:48:26
9647         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
9648              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
9649              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
9650              again for non-threaded perl. Enhanced perl_get_sv to return
9651              per-thread magicals where necessary for threaded perl.
9652      Branch: perl
9653            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
9654            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
9655 ____________________________________________________________________________
9656 [   227] By: mbeattie                              on 1997/11/11  11:00:02
9657         Log: hashlock bug.
9658              
9659              Jobs fixed ...
9660              
9661              hashlock fixed on 1997/11/11 by mbeattie@localhost
9662              
9663              Subject: [perl5.004_53; patch] Another hash-locking fix
9664              Date: 23 Oct 1997 14:13:55 -0400
9665              From: Owen Taylor <owt1@cornell.edu>
9666      Branch: bugs
9667            + hashlock
9668 ____________________________________________________________________________
9669 [   226] By: gsar                                  on 1997/11/11  02:11:23
9670         Log: Slightly more refined lock() keyword recognition (using %INC).
9671      Branch: win32/perl
9672            ! toke.c
9673 ____________________________________________________________________________
9674 [   225] By: gsar                                  on 1997/11/11  00:26:09
9675         Log: "weak" lock keyword (hardcoded initial implementation) now works.
9676              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
9677              is recognized as a sub, a regular keyword otherwise.  Could be
9678              generalized by storing a flag for every op in OP struct, and turning
9679              the flag off when Thread.xs loads.
9680      Branch: win32/perl
9681            ! toke.c
9682 ____________________________________________________________________________
9683 [   224] By: gsar                                  on 1997/11/10  22:59:55
9684         Log: Merge a patch in preparation for "weak keywords":
9685              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9686              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
9687              Subject: [PATCH] global overrides for keywords
9688              Date: Wed, 08 Oct 1997 02:18:23 -0400
9689      Branch: win32/perl
9690            ! embed.h interp.sym perl.c perl.h toke.c
9691 ____________________________________________________________________________
9692 [   223] By: gsar                                  on 1997/11/10  22:41:31
9693         Log: Remove runlevel.  It was used to count how many runops() calls
9694              we were in the process of executing, and longjmp() to the topmost
9695              one (if not already there).  We use a null top_env->je_prev
9696              to distinguish that now.
9697      Branch: win32/perl
9698            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
9699 ____________________________________________________________________________
9700 [   222] By: gsar                                  on 1997/11/10  04:47:48
9701         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
9702              USE_THREADS case builds and passes all tests using both compilers.
9703              Additional tweaks:
9704              - fixup win32/makedef.pl to skip more symbols for non-thread build.
9705              - sync win32/Makefile with win32/makefile.mk
9706              >>>Non-thread build fails a lot of tests.<<<
9707      Branch: win32/perl
9708            + thread.sym
9709            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
9710            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
9711            ! win32/makedef.pl win32/makefile.mk
9712 ____________________________________________________________________________
9713 [   221] By: gsar                                  on 1997/11/10  00:57:53
9714         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
9715              into win32 branch.
9716      Branch: win32/perl
9717            + t/lib/thread.t t/op/nothread.t
9718            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
9719            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
9720            ! util.c win32/Makefile win32/config.bc win32/config.vc
9721            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
9722            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
9723            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
9724            ! win32/win32thread.c win32/win32thread.h
9725 ____________________________________________________________________________
9726 [   220] By: gsar                                  on 1997/11/09  22:44:41
9727         Log: Integrate latest mainline into win32 branch.
9728      Branch: win32/perl
9729           +> win32/win32thread.c win32/win32thread.h
9730           !> (integrate 39 files)
9731 ____________________________________________________________________________
9732 [   219] By: nick                                  on 1997/11/09  21:46:06
9733         Log: Conditionalize english.t,
9734              Enhance times() for NT,
9735              (Failed) attempt to implement alarm(),
9736              Fixed config.h dependancy in makefile.mk
9737      Branch: ansiperl
9738            ! t/lib/english.t win32/config.bc win32/config_H.bc
9739            ! win32/makefile.mk win32/win32.c
9740 ____________________________________________________________________________
9741 [   218] By: nick                                  on 1997/11/09  15:38:00
9742         Log: Dick Hardt's patch for build on Alpha
9743      Branch: ansiperl
9744            ! win32/Makefile
9745 ____________________________________________________________________________
9746 [   217] By: nick                                  on 1997/11/09  03:31:20
9747         Log: MakeMaker not in vofig noise fix for dmake
9748      Branch: ansiperl
9749            ! win32/config.bc win32/makefile.mk
9750 ____________________________________________________________________________
9751 [   216] By: nick                                  on 1997/11/09  03:15:06
9752         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
9753              TIEHASH works, but 2nd call (after db is closed, attempt
9754              to reopen) tries to AUTOLOAD TIEHASH rather than using
9755              cached value.
9756      Branch: ansiperl
9757            ! pp_sys.c
9758 ____________________________________________________________________________
9759 [   215] By: nick                                  on 1997/11/08  16:41:24
9760         Log: Cleanup MakeMaker 'not in config' noise
9761      Branch: ansiperl
9762            ! win32/Makefile win32/config.vc
9763 ____________________________________________________________________________
9764 [   214] By: nick                                  on 1997/11/08  15:07:24
9765         Log: Remove 'configure' leaving configure.gnu and Configure
9766              Win32 ignores case and keeps trying to update
9767              repository copy of 'configure' or 'Configure' with
9768              the other.
9769      Branch: ansiperl
9770            - configure
9771            ! MANIFEST
9772 ____________________________________________________________________________
9773 [   213] By: nick                                  on 1997/11/08  15:03:39
9774         Log: Get threads working again on Win32
9775              Root cause of fail was init_thread_intern() in
9776              new_struct_thread() (which is called in parent thread)
9777              clobbering dTHR of parent thread. 
9778              It is doubtfull if setting 'self' in new_struct_thread()
9779              is 'right' but left in for now.
9780      Branch: ansiperl
9781            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
9782            ! win32/win32thread.c win32/win32thread.h
9783 ____________________________________________________________________________
9784 [   212] By: nick                                  on 1997/11/08  00:34:03
9785         Log: Add :base_thread to :default in Opcode.pm
9786              This allows lib/safe.t to pass when threaded.
9787              It is unclear if 'lock' should be safe as it allows
9788              denial of service attack, but could not figure out
9789              how to add just 'specific' (sic) to :default
9790              without triggering 'already tagged' warning noise.
9791      Branch: ansiperl
9792            ! ext/Opcode/Opcode.pm win32/makefile.mk
9793 ____________________________________________________________________________
9794 [   211] By: nick                                  on 1997/11/07  23:59:31
9795         Log: Merge changes as of 18:00 CST 
9796      Branch: ansiperl
9797           !> op.c pp.c pp_sys.c thread.h util.c
9798 ____________________________________________________________________________
9799 [   210] By: nick                                  on 1997/11/07  23:52:35
9800         Log: Reverse integrate Malcolm's chanes into local
9801              repository, then import result back into my view
9802              of Malcolm's repository.
9803              Builds and passes (most) tests with GNU C++/Solaris
9804              and Borland C++, Win32.
9805      Branch: ansiperl
9806            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
9807            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
9808            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
9809            ! thread.h toke.c util.c win32/makefile.mk
9810 ____________________________________________________________________________
9811 [   209] By: mbeattie                              on 1997/11/07  18:12:36
9812         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
9813              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
9814              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
9815              missing #ifdef USE_THREADS around some DEBU_L statements in die().
9816              Building without USE_THREADS fails quite a lot of tests. It looks
9817              as though the move to per-thread magicals must be missing some
9818              #ifdef USE_THREADS.
9819      Branch: perl
9820            ! op.c pp.c pp_sys.c thread.h util.c
9821 ____________________________________________________________________________
9822 [   208] By: nick                                  on 1997/11/07  01:37:28
9823         Log: Raw integrate of latest perl
9824      Branch: ansiperl
9825            ! t/TEST
9826           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
9827           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
9828           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
9829           !> thread.h toke.c util.c
9830 ____________________________________________________________________________
9831 [   207] By: mbeattie                              on 1997/11/06  14:58:00
9832         Log: Update README.threads and Todo.5.005.
9833      Branch: perl
9834            ! README.threads Todo.5.005
9835 ____________________________________________________________________________
9836 [   206] By: mbeattie                              on 1997/11/06  14:37:37
9837         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
9838      Branch: perl
9839            ! op.c pp_ctl.c proto.h scope.h
9840 ____________________________________________________________________________
9841 [   205] By: mbeattie                              on 1997/11/06  14:31:38
9842         Log: Per-thread magicals now stored in their own thr->magicals and keyed
9843              more directly. cvcache and oursv become ordinary struct thread
9844              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
9845              for 0 again. Main thread initialisation done by new function
9846              init_main_thread instead of (now fixed) new_struct_thread.
9847              
9848              Jobs fixed ...
9849              
9850              jmpenv fixed on 1997/11/06 by mbeattie@localhost
9851              
9852              Subject: [perl5.004_53; patch] eval's and threads
9853              Date: 23 Oct 1997 23:59:19 -0400
9854              From: Owen Taylor <owt1@cornell.edu>
9855      Branch: bugs
9856            + jmpenv
9857      Branch: perl
9858            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
9859            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
9860 ____________________________________________________________________________
9861 [   204] By: mbeattie                              on 1997/11/05  17:18:18
9862         Log: Per-thread magicals mostly working (and localisable). Now getting
9863              intermittent occasional "Use of uninitialized value" warnings
9864              which may be due to some op flag black magic I've broken.
9865      Branch: perl
9866            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
9867            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
9868 ____________________________________________________________________________
9869 [   203] By: nick                                  on 1997/11/05  01:04:10
9870         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
9871      Branch: ansiperl
9872            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
9873            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
9874            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
9875            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9876            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
9877            ! win32/config.vc win32/config_H.vc win32/makedef.pl
9878            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
9879            ! win32/win32io.c win32/win32io.h win32/win32iop.h
9880            ! win32/win32sck.c win32/win32thread.h
9881 ____________________________________________________________________________
9882 [   202] By: nick                                  on 1997/11/05  00:50:27
9883         Log: Compile(d) at least once with threads on win32 
9884              but did not work
9885      Branch: ansiperl
9886            ! embed.h perl.c thread.h
9887 ____________________________________________________________________________
9888 [   201] By: nick                                  on 1997/11/05  00:32:13
9889         Log: Trivial integrate
9890      Branch: ansiperl
9891           !> patchlevel.h
9892 ____________________________________________________________________________
9893 [   200] By: mbeattie                              on 1997/11/04  12:06:09
9894         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
9895      Branch: perl
9896            ! patchlevel.h
9897 ____________________________________________________________________________
9898 [   199] By: nick                                  on 1997/11/01  00:18:52
9899         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
9900      Branch: ansiperl
9901           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
9902           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
9903           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
9904           !> util.c
9905 ____________________________________________________________________________
9906 [   198] By: nick                                  on 1997/11/01  00:08:33
9907         Log: win32thread.* not in MANIFEST which has muddled moving
9908              back and forth between depots.
9909      Branch: ansiperl
9910            ! MANIFEST win32/win32thread.c win32/win32thread.h
9911 ____________________________________________________________________________
9912 [   197] By: nick                                  on 1997/11/01  00:02:49
9913         Log: Test changes
9914      Branch: ansiperl
9915            + t/lib/thread.t t/op/nothread.t thread.sym
9916            ! MANIFEST
9917 ____________________________________________________________________________
9918 [   196] By: nick                                  on 1997/10/31  23:54:01
9919         Log: Further ANSI changes now builds and passes (most) tests
9920              with gcc -x c++. 
9921      Branch: ansiperl
9922            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
9923            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
9924            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9925            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
9926            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
9927            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
9928            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
9929            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
9930            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
9931            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
9932            ! x2p/walk.c
9933 ____________________________________________________________________________
9934 [   195] By: mbeattie                              on 1997/10/31  18:05:31
9935         Log: Half way through moving per-thread magicals into per-thread fields
9936              and the associated new OP_SPECIFIC and find_thread_magical stuff.
9937              perl will compile but plenty of the magicals are still broken.
9938      Branch: perl
9939            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
9940            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
9941            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
9942            ! util.c
9943 ____________________________________________________________________________
9944 [   194] By: nick                                  on 1997/10/31  01:43:49
9945         Log: Convert miniperl sources to ANSI C. Several passes of
9946              GNU C's 'protoize' plus a few hand edits.
9947              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
9948              Does not link seems gcc's C++ does not define a symbol for
9949              const char foo[] = "....";
9950              i.e. with empty [].
9951      Branch: ansiperl
9952            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
9953            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
9954            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
9955            ! sv.c taint.c toke.c universal.c util.c
9956 ____________________________________________________________________________
9957 [   193] By: nick                                  on 1997/10/30  03:00:01
9958         Log: Make the ansi branch
9959      Branch: ansiperl
9960           +> (branch 907 files)
9961 ____________________________________________________________________________
9962 [   192] By: nick                                  on 1997/10/30  02:48:17
9963         Log: Oneperl builds with THREADS/THISPTR Borland
9964              Manualy inserted Sarathy's new COND_XXXXX from his mail.
9965              Manual change if Tself -> self as was easier than resolve :-(
9966              Two aTHIS's in op.c
9967      Branch: oneperl
9968            ! embed.h op.c thread.h thread.sym win32/makefile.mk
9969            ! win32/win32thread.h
9970 ____________________________________________________________________________
9971 [   191] By: nick                                  on 1997/10/30  01:54:50
9972         Log: Raw resolve of latest sources with oneperl
9973      Branch: oneperl
9974           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
9975           !> opcode.pl perl.c thread.h win32/win32thread.c
9976           !> win32/win32thread.h
9977 ____________________________________________________________________________
9978 [   190] By: mbeattie                              on 1997/10/29  14:39:54
9979         Log: Remove global macro "self". Change thr->Tself to thr->self.
9980      Branch: perl
9981            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
9982            ! win32/win32thread.c win32/win32thread.h
9983 ____________________________________________________________________________
9984 [   189] By: mbeattie                              on 1997/10/29  12:49:01
9985         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
9986      Branch: perl
9987            ! Todo.5.005
9988 ____________________________________________________________________________
9989 [   188] By: mbeattie                              on 1997/10/29  12:45:32
9990         Log: Add pp_lock knowledge to compiler
9991      Branch: perlext
9992            ! Compiler/ccop.c Compiler/ccop.h
9993 ____________________________________________________________________________
9994 [   187] By: mbeattie                              on 1997/10/29  12:45:02
9995         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
9996      Branch: perl
9997            ! op.c
9998 ____________________________________________________________________________
9999 [   186] By: mbeattie                              on 1997/10/29  12:43:36
10000         Log: Move compiler OP class information into opcode.pl.
10001      Branch: perl
10002            ! op.h opcode.h opcode.pl
10003 ____________________________________________________________________________
10004 [   185] By: nick                                  on 1997/10/26  22:52:05
10005         Log: Split failing test in op/misc.t into op/nothread.t
10006              so all tests can be passed where they apply.
10007              Cleanup other two cases of THREADS/THISPTR.
10008              Conditional compile option for CriticalSection's on Win32
10009      Branch: oneperl
10010            + t/op/nothread.t
10011            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
10012            ! win32/win32thread.h
10013 ____________________________________________________________________________
10014 [   184] By: nick                                  on 1997/10/26  19:42:00
10015         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
10016      Branch: oneperl
10017            ! embed.h global.sym proto.h sv.c sv.h toke.c
10018 ____________________________________________________________________________
10019 [   183] By: nick                                  on 1997/10/26  18:31:58
10020         Log: Make USE_THREADS imply CRIPPLED_CC.
10021              This avoids most of the uses of 'Sv' and hence many needs of 
10022              dTHR in extension code. 
10023              With this change Data::Dumper builds as-is
10024              and Tk only needs four tweaks:
10025              1. Obscure dump-stack case which really needs dTHR
10026              2. A curcop in error-message code
10027              3. Two cases of SAVETMPS
10028              4. A curcop == &compiling which is probably not required.
10029              IMHO the SAVETMPS case is only one which merits further automation.
10030      Branch: oneperl
10031            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
10032 ____________________________________________________________________________
10033 [   182] By: nick                                  on 1997/10/26  16:31:58
10034         Log: Change dSP to imply dTHR for extension source compatibility
10035              introduce djSP (Declare Just SP) for use in perl sources
10036              and thread-aware extensions. Use latter.
10037      Branch: oneperl
10038            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
10039            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
10040 ____________________________________________________________________________
10041 [   181] By: nick                                  on 1997/10/26  00:39:57
10042         Log: More tests
10043      Branch: oneperl
10044            ! t/lib/thread.t
10045 ____________________________________________________________________________
10046 [   180] By: nick                                  on 1997/10/25  22:18:27
10047         Log: Use return of THREAD_CREATE() - add basic thread test
10048      Branch: oneperl
10049            + t/lib/thread.t
10050            ! ext/Thread/Thread.xs
10051 ____________________________________________________________________________
10052 [   179] By: nick                                  on 1997/10/25  21:25:23
10053         Log: Builds with no thread/this
10054      Branch: oneperl
10055            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
10056            ! win32/win32thread.c
10057 ____________________________________________________________________________
10058 [   178] By: nick                                  on 1997/10/25  18:28:03
10059         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
10060      Branch: oneperl
10061            ! perl.c
10062 ____________________________________________________________________________
10063 [   177] By: nick                                  on 1997/10/25  18:11:33
10064         Log: Basic integrate of oneperl with threads, passes 
10065              tests THISPTR+THREADs - win32/win32thread.* needed
10066              changes (where did they come from)?
10067      Branch: oneperl
10068            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
10069            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
10070 ____________________________________________________________________________
10071 [   176] By: nick                                  on 1997/10/25  17:05:52
10072         Log: Onepel builds THISPTR no threads
10073      Branch: oneperl
10074            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
10075 ____________________________________________________________________________
10076 [   175] By: nick                                  on 1997/10/25  16:40:10
10077         Log: Integrate oneperl with new style JOIN etc. macros
10078      Branch: oneperl
10079           +> win32/win32thread.c win32/win32thread.h
10080           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
10081           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
10082           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
10083           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
10084           !> win32/makefile.mk
10085 ____________________________________________________________________________
10086 [   174] By: mbeattie                              on 1997/10/24  17:14:00
10087         Log: Remove xcv_condp CV field which is no longer used.
10088      Branch: perl
10089            ! sv.h
10090 ____________________________________________________________________________
10091 [   173] By: mbeattie                              on 1997/10/24  14:36:09
10092         Log: Patches for VMS [Dan Sugalski]
10093      Branch: bugs
10094            + vms2
10095      Branch: perl
10096            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
10097            ! vms/vmsish.h
10098 ____________________________________________________________________________
10099 [   172] By: mbeattie                              on 1997/10/24  13:50:59
10100         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
10101              to use new API and patch win32 makefile stuff a little.
10102      Branch: perl
10103            + win32/win32thread.c win32/win32thread.h
10104            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
10105            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
10106 ____________________________________________________________________________
10107 [   171] By: mbeattie                              on 1997/10/23  14:00:27
10108         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
10109              
10110              Jobs fixed ...
10111              
10112              get_db_sub fixed on 1997/10/23 by mbeattie@squash
10113              
10114              Subject: [perl5.004_53] Debugger crash (patch)
10115              Date: Thu, 16 Oct 1997 22:03:09 -0400
10116              From: Owen Taylor <owt1@cornell.edu>
10117      Branch: bugs
10118            + get_db_sub
10119      Branch: perl
10120            ! pp_hot.c
10121 ____________________________________________________________________________
10122 [   170] By: mbeattie                              on 1997/10/23  09:22:40
10123         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
10124              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
10125              a ref to its argument for AV, HV, CV. 
10126      Branch: perl
10127            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
10128 ____________________________________________________________________________
10129 [   169] By: gsar                                  on 1997/10/21  03:49:25
10130         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
10131              - Fixup static functions that were missing aTHIS.
10132              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
10133              - Removed static functions from global.sym.
10134              - Typo in perl.h.
10135              - Additions to makefile.mk.
10136      Branch: oneperl
10137            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
10138            ! win32/makefile.mk
10139 ____________________________________________________________________________
10140 [   168] By: nick                                  on 1997/10/20  02:47:18
10141         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
10142      Branch: oneperl
10143            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
10144            ! scope.h thread.h
10145 ____________________________________________________________________________
10146 [   167] By: nick                                  on 1997/10/20  01:03:00
10147         Log: Add missing aTHIS in cast
10148      Branch: oneperl
10149            ! win32/dl_win32.xs
10150 ____________________________________________________________________________
10151 [   166] By: nick                                  on 1997/10/20  00:44:42
10152         Log: Builds and passes test with -DUSE_THISPTR
10153      Branch: oneperl
10154            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
10155            ! win32/perllib.c
10156 ____________________________________________________________________________
10157 [   165] By: nick                                  on 1997/10/19  21:45:36
10158         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
10159      Branch: oneperl
10160            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
10161            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
10162            ! win32/makefile.mk win32/perllib.c
10163 ____________________________________________________________________________
10164 [   164] By: nick                                  on 1997/10/19  20:09:13
10165         Log: oneperl compiles (but fails) with -DUSE_THISPTR
10166      Branch: oneperl
10167            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
10168            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
10169            ! win32/win32.c win32/win32.h
10170 ____________________________________________________________________________
10171 [   163] By: nick                                  on 1997/10/19  16:46:09
10172         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
10173      Branch: oneperl
10174            ! embed.h perl.h thread.h vars.h
10175 ____________________________________________________________________________
10176 [   162] By: nick                                  on 1997/10/19  14:42:16
10177         Log: Dubious merge of oneperl's variable and struct thread
10178      Branch: oneperl
10179           !> perl.h thread.h
10180 ____________________________________________________________________________
10181 [   161] By: nick                                  on 1997/10/18  18:05:13
10182         Log: integrate all but perl.h/thread.h
10183      Branch: oneperl
10184           +> Todo.5.005 perlio.sym
10185           !> (integrate 98 files)
10186 ____________________________________________________________________________
10187 [   160] By: nick                                  on 1997/10/18  03:49:27
10188         Log: Integrate rest of sub-dirs into oneperl
10189      Branch: oneperl
10190           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10191           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10192           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10193           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10194           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10195           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10196           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10197           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
10198           +> hints/os390.sh
10199            - ext/util/extliblist
10200           !> (integrate 425 files)
10201 ____________________________________________________________________________
10202 [   159] By: nick                                  on 1997/10/18  03:20:11
10203         Log: Integrate (accept) t and win32 into oneperl
10204      Branch: oneperl
10205           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
10206           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
10207           +> win32/config.vc win32/config_H.bc win32/config_H.vc
10208           +> win32/makefile.mk
10209           !> (integrate 188 files)
10210 ____________________________________________________________________________
10211 [   158] By: nick                                  on 1997/10/18  03:12:59
10212         Log: Integrate lib/... into oneperl
10213      Branch: oneperl
10214           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
10215           !> (integrate 138 files)
10216 ____________________________________________________________________________
10217 [   157] By: nick                                  on 1997/10/18  02:55:53
10218         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
10219      Branch: oneperl
10220            ! lib/Bundle/CPAN.pm
10221 ____________________________________________________________________________
10222 [   156] By: nick                                  on 1997/10/18  02:52:44
10223         Log: Make lib/Bundle/CPAN.pm a text file
10224      Branch: perl
10225            ! lib/Bundle/CPAN.pm
10226 ____________________________________________________________________________
10227 [   155] By: nick                                  on 1997/10/18  02:33:02
10228         Log: Some weirdness in the intgrate process
10229      Branch: oneperl
10230            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
10231            - win32/bin/webget.bat win32/config.H win32/config.w32
10232 ____________________________________________________________________________
10233 [   153] By: nick                                  on 1997/10/18  02:29:16
10234         Log: Let us try all the pure integrate stuff
10235      Branch: oneperl
10236           !> (integrate 647 files)
10237 ____________________________________________________________________________
10238 [   152] By: nick                                  on 1997/10/18  02:13:35
10239         Log: Get more sub directories out of the way.
10240      Branch: oneperl
10241           !> (integrate 92 files)
10242 ____________________________________________________________________________
10243 [   151] By: nick                                  on 1997/10/18  02:05:41
10244         Log: Integrate hints 
10245      Branch: oneperl
10246           !> (integrate 68 files)
10247 ____________________________________________________________________________
10248 [   150] By: nick                                  on 1997/10/18  01:57:20
10249         Log: Try reopening some non-contravertial files
10250      Branch: oneperl
10251           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
10252           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
10253           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
10254           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
10255 ____________________________________________________________________________
10256 [   144] By: gsar                                  on 1997/10/16  22:26:07
10257         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
10258              build.  Once again, builds and runs all    Thread tests using either
10259              compiler.
10260      Branch: win32/perl
10261            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
10262            ! win32/makefile.mk
10263 ____________________________________________________________________________
10264 [   143] By: gsar                                  on 1997/10/16  20:45:58
10265         Log: A quick merge of latest mainline.
10266      Branch: win32/perl
10267           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10268           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10269           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10270           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10271           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10272           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10273           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10274           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
10275           +> lib/base.pm t/lib/dosglob.t
10276            - ext/util/extliblist
10277           !> (integrate 134 files)
10278
10279 ----------------
10280 Version 5.004_53
10281 ----------------
10282
10283 ____________________________________________________________________________
10284 [   142] By: mbeattie                              on 1997/10/16  16:52:55
10285         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
10286      Branch: perl
10287            ! MANIFEST
10288 ____________________________________________________________________________
10289 [   141] By: mbeattie                              on 1997/10/16  16:42:13
10290         Log: Move perlext/Thread into perl/ext/Thread.
10291      Branch: perl
10292           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10293           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10294           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10295           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10296           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10297           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10298           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10299           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
10300            ! Configure
10301      Branch: perlext
10302            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
10303            - Thread/Thread.xs Thread/Thread/Queue.pm
10304            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
10305            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
10306            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
10307            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
10308            - Thread/unsync4.t
10309 ____________________________________________________________________________
10310 [   140] By: mbeattie                              on 1997/10/16  16:26:53
10311         Log: Correct threads_mutex locking in main thread destruction.
10312              Add per-interp thrsv to hold SV struct thread for main thread.
10313              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
10314              Add Thread/list.t test of Thread->list method.
10315              Let Thread::Semaphore methods up and down take an extra argument.
10316      Branch: perl
10317            ! embed.h interp.sym perl.c perl.h thread.h
10318      Branch: perlext
10319            + Thread/list.t
10320            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
10321 ____________________________________________________________________________
10322 [   139] By: mbeattie                              on 1997/10/16  14:01:11
10323         Log: Fix up merge with 5.004_04.
10324      Branch: perl
10325            ! op.c perl.c t/lib/dosglob.t
10326 ____________________________________________________________________________
10327 [   138] By: TimBunce                              on 1997/10/16  12:58:22
10328         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
10329      Branch: maint-5.004/perl
10330            ! t/lib/dosglob.t
10331 ____________________________________________________________________________
10332 [   137] By: mbeattie                              on 1997/10/16  11:09:25
10333         Log: Merge maint-5.004 branch (5.004_04) with mainline.
10334      Branch: perl
10335           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
10336            - ext/util/extliblist
10337           !> (integrate 132 files)
10338 ____________________________________________________________________________
10339 [   135] By: gsar                                  on 1997/10/15  21:46:05
10340         Log: Win32 changes over 5.004_52:
10341              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
10342              on an already locked mutex.
10343              - other minor tweaks.
10344              Now builds and runs win32-version of Thread_52, passing all tests.
10345      Branch: win32/perl
10346            ! perl.c proto.h thread.h
10347 ____________________________________________________________________________
10348 [   134] By: gsar                                  on 1997/10/15  18:19:31
10349         Log: fixup makefile.mk conflict.
10350      Branch: win32/perl
10351            ! win32/makefile.mk
10352 ____________________________________________________________________________
10353 [   133] By: gsar                                  on 1997/10/15  18:02:46
10354         Log: Integrated latest changes from mainline into win32.
10355      Branch: win32/perl
10356           +> fakethr.h
10357           !> MANIFEST Porting/makerel Porting/patchls README.threads
10358           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
10359           !> win32/config.vc win32/config_H.bc win32/config_H.vc
10360           !> win32/makefile.mk
10361
10362 ----------------
10363 Version 5.004_52
10364 ----------------
10365
10366 ____________________________________________________________________________
10367 [   132] By: mbeattie                              on 1997/10/15  17:02:38
10368         Log: Remove out-of-date test Thread/cond.t.
10369      Branch: perlext
10370            - Thread/cond.t
10371 ____________________________________________________________________________
10372 [   131] By: mbeattie                              on 1997/10/15  16:57:45
10373         Log: Finish thread state machine: fixes global destruction of threads,
10374              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
10375              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
10376              Thread.xs.
10377      Branch: perl
10378            ! MANIFEST README.threads Todo.5.005 perl.c util.c
10379      Branch: perlext
10380            ! Thread/Thread.xs Thread/queue.t
10381 ____________________________________________________________________________
10382 [   130] By: mbeattie                              on 1997/10/15  16:55:10
10383         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
10384              Fix ThrSETSTATE not to lock t->mutex itself.
10385      Branch: perl
10386            ! fakethr.h thread.h
10387 ____________________________________________________________________________
10388 [   129] By: mbeattie                              on 1997/10/15  16:53:35
10389         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
10390      Branch: perl
10391            ! pp_hot.c
10392 ____________________________________________________________________________
10393 [   128] By: TimBunce                              on 1997/10/15  15:55:26
10394         Log: Maintenance 5.004_04 changes
10395      Branch: maint-5.004/perl
10396            + hints/os390.sh lib/base.pm t/lib/dosglob.t
10397            - ext/util/extliblist
10398            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
10399            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
10400            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
10401            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
10402            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
10403            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
10404            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
10405            ! installperl lib/AutoLoader.pm lib/CPAN.pm
10406            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
10407            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
10408            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
10409            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
10410            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
10411            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
10412            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
10413            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
10414            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
10415            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
10416            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
10417            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
10418            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10419            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
10420            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
10421            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
10422            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
10423            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
10424            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
10425            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
10426            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
10427            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
10428            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
10429            ! win32/Makefile win32/config_H.bc win32/config_H.vc
10430            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
10431            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
10432 ____________________________________________________________________________
10433 [   127] By: mbeattie                              on 1997/10/15  10:00:18
10434         Log: Added fakethr.h.
10435      Branch: perl
10436            + fakethr.h
10437 ____________________________________________________________________________
10438 [   126] By: mbeattie                              on 1997/10/15  09:50:57
10439         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
10440      Branch: perl
10441            ! thread.h
10442 ____________________________________________________________________________
10443 [   125] By: mbeattie                              on 1997/10/15  09:09:24
10444         Log: Started rewriting thread state machine.
10445      Branch: perl
10446            ! perl.c thread.h
10447      Branch: perlext
10448            ! Thread/Thread.xs
10449 ____________________________________________________________________________
10450 [   124] By: gsar                                  on 1997/10/14  00:23:15
10451         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
10452              tests in win32 version of latest perlext/Thread.
10453      Branch: win32/perl
10454            ! pp_hot.c
10455 ____________________________________________________________________________
10456 [   123] By: gsar                                  on 1997/10/13  23:18:38
10457         Log: Initial merge of win32 threads patch.
10458      Branch: win32/perl
10459            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
10460            ! win32/Makefile win32/makedef.pl win32/makefile.mk
10461            ! win32/perllib.c win32/pod.mak win32/win32.h
10462 ____________________________________________________________________________
10463 [   122] By: gsar                                  on 1997/10/10  20:58:40
10464         Log: Integrated changes on mainline into the win32 branch.  Had to set
10465              P4USER=mbeattie for the resolve step (due to the presence of newly
10466              branched files that had not been submitted?)
10467      Branch: win32/perl
10468           +> Porting/makerel Porting/patchls README.threads Todo.5.005
10469           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
10470           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
10471           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
10472           +> win32/bin/webget.pl win32/config.bc win32/config.vc
10473           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
10474            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
10475            - win32/bin/webget.bat win32/config.H win32/config.w32
10476            ! thread.h
10477           !> (integrate 858 files)
10478 ____________________________________________________________________________
10479 [   121] By: mbeattie                              on 1997/10/10  17:23:41
10480         Log: Tweak a few Thread tests.
10481      Branch: perlext
10482            + Thread/join2.t
10483            ! Thread/io.t Thread/sync2.t
10484 ____________________________________________________________________________
10485 [   120] By: mbeattie                              on 1997/10/10  17:22:46
10486         Log: Rewrite thread destruction system using linked list of threads.
10487              Still not completely done. Add methods self, equal, flags, list
10488              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
10489      Branch: perl
10490            ! perl.c perl.h thread.h
10491      Branch: perlext
10492            ! Thread/Thread.xs Thread/typemap
10493 ____________________________________________________________________________
10494 [   119] By: mbeattie                              on 1997/10/10  17:19:55
10495         Log: Fix up locking/synchronisation for pp_entersub.
10496      Branch: perl
10497            ! pp_hot.c
10498 ____________________________________________________________________________
10499 [   118] By: mbeattie                              on 1997/10/10  09:55:32
10500         Log: Put back entries in MANIFEST for the four now-returned win32/* files
10501      Branch: perl
10502            ! MANIFEST
10503 ____________________________________________________________________________
10504 [   117] By: mbeattie                              on 1997/10/10  08:12:23
10505         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
10506      Branch: perl
10507            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
10508 ____________________________________________________________________________
10509 [   116] By: mbeattie                              on 1997/10/08  15:41:08
10510         Log: Add missing sig_pipe definition to Thread.xs.
10511      Branch: perlext
10512            ! Thread/Thread.xs
10513 ____________________________________________________________________________
10514 [   115] By: mbeattie                              on 1997/10/08  15:40:46
10515         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
10516              add missing dTHR; to new function unwind_handler_stack() in mg.c
10517              and bump patchlevel.h to 5.004_52.
10518      Branch: perl
10519            ! MANIFEST mg.c patchlevel.h
10520 ____________________________________________________________________________
10521 [   114] By: mbeattie                              on 1997/10/08  10:19:27
10522         Log: Merge maint-5.004 branch (5.004_03) with mainline.
10523              MANIFEST is out of sync.
10524      Branch: perl
10525           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
10526           +> win32/bin/webget.pl
10527            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
10528            - win32/bin/webget.bat
10529           !> (integrate 168 files)
10530 ____________________________________________________________________________
10531 [   113] By: mbeattie                              on 1997/10/05  17:52:49
10532         Log: Move init of global mutexes/cond vars earlier.
10533      Branch: perl
10534            ! perl.c
10535 ____________________________________________________________________________
10536 [   112] By: nick                                  on 1997/10/04  15:25:28
10537         Log: Add perl.sym to MANIFEST
10538      Branch: oneperl
10539            ! MANIFEST
10540 ____________________________________________________________________________
10541 [   111] By: nick                                  on 1997/10/04  15:23:37
10542         Log: Missing file
10543      Branch: oneperl
10544            + perl.sym
10545 ____________________________________________________________________________
10546 [   110] By: nick                                  on 1997/10/04  13:04:26
10547         Log: Now builds the extensions as well
10548              Passes all tests
10549      Branch: oneperl
10550            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10551            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
10552            ! toke.c util.c writemain.SH
10553 ____________________________________________________________________________
10554 [   109] By: nick                                  on 1997/10/04  12:02:14
10555         Log: Odd checkin issue
10556      Branch: oneperl
10557            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
10558            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
10559            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
10560            ! vms/perly_h.vms writemain.SH
10561 ____________________________________________________________________________
10562 [   108] By: nick                                  on 1997/10/04  11:12:52
10563         Log: Added lots of (missing) prototypes (ckprotos is util to check)
10564              Fixed missing aTHIS flagged by above.
10565              -DUSE_THISPTR passes minitest!
10566      Branch: oneperl
10567            + ckprotos
10568            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
10569            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
10570            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
10571            ! vms/perly_h.vms
10572 ____________________________________________________________________________
10573 [   107] By: nick                                  on 1997/10/03  22:36:52
10574         Log: .y muddle fixup - will get this sorted oneday ...
10575      Branch: oneperl
10576            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
10577            ! vms/perly_h.vms
10578 ____________________________________________________________________________
10579 [   106] By: mbeattie                              on 1997/10/03  17:12:33
10580         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
10581              from struct thread. Added missing thr->Tfoo defines for statbuf
10582              and timesbuf and removed unused Tbuf field.
10583      Branch: perl
10584            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
10585 ____________________________________________________________________________
10586 [   105] By: nick                                  on 1997/10/03  15:56:50
10587         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
10588      Branch: oneperl
10589            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
10590            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
10591            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
10592            ! sv.c taint.c thread.h toke.c universal.c util.c
10593 ____________________________________________________________________________
10594 [   104] By: mbeattie                              on 1997/10/03  15:23:25
10595         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
10596      Branch: perl
10597            ! global.sym pp.c proto.h sv.c
10598 ____________________________________________________________________________
10599 [   103] By: mbeattie                              on 1997/10/03  15:17:39
10600         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
10601      Branch: perl
10602            ! av.c hv.c perl.h sv.c
10603 ____________________________________________________________________________
10604 [   102] By: mbeattie                              on 1997/10/03  11:53:51
10605         Log: Reliable thread signal handling.
10606      Branch: perl
10607            ! global.sym mg.c perl.c perl.h
10608      Branch: perlext
10609            ! Thread/Thread.xs
10610 ____________________________________________________________________________
10611 [   101] By: nick                                  on 1997/10/02  20:43:17
10612         Log: Cleanup perly.y stuff
10613      Branch: oneperl
10614            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
10615 ____________________________________________________________________________
10616 [   100] By: nick                                  on 1997/10/02  18:54:08
10617         Log: Compiles with less invasive aTHIS adding
10618      Branch: oneperl
10619            + nothis.sym
10620            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
10621            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
10622            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
10623            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10624            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10625            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
10626            ! util.c vars.h
10627
10628 ----------------
10629 Version 5.004_51
10630 ----------------
10631
10632 ____________________________________________________________________________
10633 [    99] By: mbeattie                              on 1997/10/02  17:23:48
10634         Log: Added Thread/queue.t.
10635      Branch: perlext
10636            + Thread/queue.t
10637 ____________________________________________________________________________
10638 [    98] By: mbeattie                              on 1997/10/02  17:19:44
10639         Log: Bumped patchlevel to 51. Updated Todo.5.005.
10640      Branch: perl
10641            ! Todo.5.005 patchlevel.h
10642 ____________________________________________________________________________
10643 [    97] By: mbeattie                              on 1997/10/02  17:07:47
10644         Log: Update README.threads amd Thread/README
10645      Branch: perl
10646            ! README.threads
10647      Branch: perlext
10648            ! Thread/README
10649 ____________________________________________________________________________
10650 [    96] By: mbeattie                              on 1997/10/02  16:58:47
10651         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
10652              fix sv_bless3 prototype.
10653      Branch: perl
10654            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
10655 ____________________________________________________________________________
10656 [    95] By: mbeattie                              on 1997/10/02  16:50:21
10657         Log: Fixed broken typemap for Thread.
10658      Branch: perlext
10659            ! Thread/typemap
10660 ____________________________________________________________________________
10661 [    94] By: mbeattie                              on 1997/10/02  16:34:03
10662         Log: Fix pod text in Lint.pm for private-names option.
10663      Branch: perlext
10664            ! Compiler/B/Lint.pm
10665 ____________________________________________________________________________
10666 [    93] By: mbeattie                              on 1997/10/02  13:44:46
10667         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
10668      Branch: perl
10669            ! MANIFEST embed.h
10670 ____________________________________________________________________________
10671 [    92] By: mbeattie                              on 1997/10/02  13:27:10
10672         Log: Add Todo.5.005
10673      Branch: perl
10674            + Todo.5.005
10675 ____________________________________________________________________________
10676 [    91] By: nick                                  on 1997/10/01  20:23:38
10677         Log: Raw _T# trial
10678      Branch: oneperl
10679            ! embed.h embed.pl proto.h sv.c
10680 ____________________________________________________________________________
10681 [    90] By: nick                                  on 1997/10/01  18:22:03
10682         Log: THIS + new sort stuff
10683      Branch: oneperl
10684            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
10685 ____________________________________________________________________________
10686 [    89] By: nick                                  on 1997/10/01  18:03:05
10687         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
10688      Branch: oneperl
10689            ! pp_ctl.c proto.h util.c
10690 ____________________________________________________________________________
10691 [    88] By: mbeattie                              on 1997/10/01  17:04:12
10692         Log: Start of Configure support for -Dusethreads plus associated
10693              Linux hints.
10694      Branch: perl
10695            ! Configure hints/linux.sh
10696 ____________________________________________________________________________
10697 [    87] By: mbeattie                              on 1997/10/01  17:03:34
10698         Log: Move runops_foo prototypes from proto.h to early in perl.h.
10699      Branch: perl
10700            ! perl.h proto.h
10701 ____________________________________________________________________________
10702 [    86] By: nick                                  on 1997/09/30  19:15:21
10703         Log: Debug hackery to thread.h - temporary
10704              Quick-fix qsort() replacement - more to come.
10705      Branch: oneperl
10706            ! thread.h util.c
10707 ____________________________________________________________________________
10708 [    85] By: mbeattie                              on 1997/09/30  15:50:27
10709         Log: Added Lint option regexp-variables.
10710      Branch: perlext
10711            ! Compiler/B/Lint.pm
10712 ____________________________________________________________________________
10713 [    84] By: mbeattie                              on 1997/09/30  15:11:07
10714         Log: Merge maint-5.004 branch (5.004_01) with mainline.
10715      Branch: perl
10716           +> Porting/makerel Porting/patchls hints/newsos4.sh
10717           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
10718           +> win32/config.vc win32/config_H.bc win32/config_H.vc
10719           +> win32/makefile.mk
10720            - win32/config.H win32/config.w32
10721           !> (integrate 109 files)
10722 ____________________________________________________________________________
10723 [    83] By: TimBunce                              on 1997/09/30  14:27:09
10724         Log: Maintenance 5.004_03 changes (addendum)
10725      Branch: maint-5.004/perl
10726            - win32/bin/search.bat
10727 ____________________________________________________________________________
10728 [    82] By: TimBunce                              on 1997/09/30  14:11:29
10729         Log: Maintenance 5.004_03 changes
10730      Branch: maint-5.004/perl
10731            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
10732            + win32/bin/webget.pl
10733            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
10734            - win32/bin/webget.bat
10735            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
10736            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
10737            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
10738            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
10739            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
10740            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10741            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
10742            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
10743            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
10744            ! win32/win32.c
10745 ____________________________________________________________________________
10746 [    81] By: TimBunce                              on 1997/09/30  13:17:27
10747         Log: Maintenance 5.004_02 changes
10748      Branch: maint-5.004/perl
10749            + win32/bin/runperl.bat
10750            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
10751            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
10752            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
10753            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
10754            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10755            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
10756            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
10757            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
10758            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
10759            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
10760            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
10761            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
10762            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
10763            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10764            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
10765            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
10766            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
10767            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
10768            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
10769            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
10770            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
10771            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
10772            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
10773            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
10774            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
10775            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
10776            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
10777            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
10778            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
10779            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
10780            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
10781            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
10782            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
10783            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
10784            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
10785            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
10786            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
10787            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
10788            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
10789            ! win32/config.bc win32/config.vc win32/config_H.bc
10790            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
10791            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
10792            ! win32/win32io.c win32/win32io.h win32/win32iop.h
10793            ! win32/win32sck.c
10794 ____________________________________________________________________________
10795 [    80] By: nick                                  on 1997/09/29  20:31:43
10796         Log: Add some prototypes in attempt to flush out errors
10797              Tidy up vars.h usage.
10798      Branch: oneperl
10799            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
10800            ! proto.h util.c vars.h
10801 ____________________________________________________________________________
10802 [    79] By: nick                                  on 1997/09/29  17:12:07
10803         Log: Builds and passes tests without THISPTR
10804      Branch: oneperl
10805            ! MANIFEST global.sym perl.c perl.h vars.h
10806 ____________________________________________________________________________
10807 [    78] By: mbeattie                              on 1997/09/29  16:57:23
10808         Log: Re-introduce the changes from change 68 (runops becomes a
10809              function pointer and sv_bless3 for '~'-magic) which got lost
10810              during the preparation for the maint-merge.
10811      Branch: perl
10812            ! global.sym perl.h pp.c proto.h run.c sv.c
10813 ____________________________________________________________________________
10814 [    77] By: mbeattie                              on 1997/09/29  16:44:16
10815         Log: Start merge with maint-5.004 branch by creating an ancestral
10816              branch point via a fake resolution with the maint-merge branch.
10817              See Perforce Tech Note 9 for details.
10818      Branch: perl
10819           !> (integrate 864 files)
10820 ____________________________________________________________________________
10821 [    76] By: nick                                  on 1997/09/28  19:04:42
10822         Log: Code with this pointer compiles (but core dumps)
10823      Branch: oneperl
10824            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
10825            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
10826            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
10827            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
10828            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
10829            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
10830            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
10831            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
10832            ! vars.h
10833 ____________________________________________________________________________
10834 [    75] By: nick                                  on 1997/09/28  15:45:35
10835         Log: Quasi sensible starting point for aTHIS addition.
10836      Branch: oneperl
10837            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
10838 ____________________________________________________________________________
10839 [    74] By: nick                                  on 1997/09/28  11:23:32
10840         Log: Ooops - unwind perly.* stuff for now
10841      Branch: oneperl
10842            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
10843 ____________________________________________________________________________
10844 [    73] By: nick                                  on 1997/09/28  11:17:23
10845         Log: Builds and passes all tests again
10846      Branch: oneperl
10847            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
10848            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
10849 ____________________________________________________________________________
10850 [    72] By: nick                                  on 1997/09/28  10:47:01
10851         Log: Save "important things" before re-try
10852      Branch: oneperl
10853            + vars.h
10854            ! embed.pl thread.h thread.sym
10855 ____________________________________________________________________________
10856 [    71] By: nick                                  on 1997/09/26  17:47:31
10857         Log: Basic hacks to build with USE_THISPTR, not yet useful
10858              but builds miniperl and passes minitest with all thread 
10859              variables via a _GLOBAL_ thr variable rather than globals.
10860              Now for the local thr variable ...
10861      Branch: oneperl
10862            + thread.sym
10863            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
10864            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
10865            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
10866            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
10867            ! util.c vms/vms.c
10868 ____________________________________________________________________________
10869 [    70] By: mbeattie                              on 1997/09/23  14:29:23
10870         Log: Branch oneperl from mainline.
10871      Branch: oneperl
10872           +> (branch 871 files)
10873 ____________________________________________________________________________
10874 [    69] By: mbeattie                              on 1997/09/22  16:02:37
10875         Log: struct thread now stored in an SV and uses '~'-magic for access.
10876      Branch: perl
10877            ! thread.h
10878      Branch: perlext
10879            ! Thread/Thread.xs Thread/typemap
10880 ____________________________________________________________________________
10881 [    68] By: mbeattie                              on 1997/09/22  16:01:48
10882         Log: runops becomes a funtion pointer and sv_bless3 created
10883              to avoid pointer forgery with '~'-magic.
10884      Branch: perl
10885            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
10886 ____________________________________________________________________________
10887 [    67] By: mbeattie                              on 1997/09/22  15:45:56
10888         Log: More fprintf -> PerlIO_printf changes.
10889      Branch: perl
10890            ! perl.c pp_hot.c util.c
10891 ____________________________________________________________________________
10892 [    66] By: mbeattie                              on 1997/09/22  15:10:40
10893         Log: Minor multi-threading patches for VMS.
10894      Branch: perl
10895            ! mg.c thread.h vms/vms.c
10896 ____________________________________________________________________________
10897 [    65] By: mbeattie                              on 1997/09/15  14:09:11
10898         Log: Add undefined-subs option to Lint.pm.
10899      Branch: perlext
10900            ! Compiler/B/Lint.pm
10901 ____________________________________________________________________________
10902 [    64] By: mbeattie                              on 1997/09/10  16:39:41
10903         Log: Debugging output for lock handling.
10904      Branch: perl
10905            ! mg.c pp.c pp_hot.c util.c
10906 ____________________________________________________________________________
10907 [    63] By: mbeattie                              on 1997/09/10  14:49:00
10908         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
10909      Branch: perlext
10910           +> Thread/Thread/Semaphore.pm
10911            - Thread/Semaphore.pm
10912 ____________________________________________________________________________
10913 [    62] By: mbeattie                              on 1997/09/10  14:47:31
10914         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
10915      Branch: perlext
10916           +> Thread/Thread/Queue.pm
10917            - Thread/Queue.pm
10918 ____________________________________________________________________________
10919 [    61] By: mbeattie                              on 1997/09/10  13:56:50
10920         Log: Solaris fixes: delete pad and padname from thread.h and remove
10921              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
10922      Branch: perl
10923            ! thread.h x2p/Makefile.SH
10924
10925 ----------------
10926 Version 5.004_50        First developer release towards 5.005
10927 ----------------
10928
10929 Maintenance of the 5.004 version of perl continues with the 5.004_xx
10930 series, where 'xx' is <= 49.  Development of the next version, 5.005,
10931 starts with 5.004_50.
10932
10933 ____________________________________________________________________________
10934 [    60] By: mbeattie                              on 1997/09/09  16:57:41
10935         Log: Update README.threads to mention -DL.
10936      Branch: perl
10937            ! README.threads
10938 ____________________________________________________________________________
10939 [    59] By: mbeattie                              on 1997/09/09  16:49:08
10940         Log: Add Thread modules Queue.pm and Semaphore.pm
10941      Branch: perlext
10942            + Thread/Queue.pm Thread/Semaphore.pm
10943 ____________________________________________________________________________
10944 [    58] By: mbeattie                              on 1997/09/09  16:33:45
10945         Log: Update README.threads
10946      Branch: perl
10947            ! README.threads
10948 ____________________________________________________________________________
10949 [    57] By: mbeattie                              on 1997/09/09  16:26:47
10950         Log: Add debug info to Thread typemap.
10951      Branch: perlext
10952            ! Thread/typemap
10953 ____________________________________________________________________________
10954 [    56] By: mbeattie                              on 1997/09/09  15:04:26
10955         Log: Rewrite synchronisation of subs/methods and add attrs
10956              extension for specifying 'locked' and 'method' attributes.
10957      Branch: perl
10958            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
10959            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
10960            ! pp_hot.c proto.h sv.c sv.h toke.c
10961      Branch: perlext
10962            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
10963 ____________________________________________________________________________
10964 [    55] By: mbeattie                              on 1997/09/03  16:34:47
10965         Log: Add new keyword "lock" to Opcode.pm
10966      Branch: perl
10967            ! ext/Opcode/Opcode.pm
10968 ____________________________________________________________________________
10969 [    54] By: mbeattie                              on 1997/09/03  14:44:44
10970         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
10971      Branch: perl
10972            ! embed.h keywords.h
10973 ____________________________________________________________________________
10974 [    53] By: mbeattie                              on 1997/09/03  13:52:24
10975         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
10976      Branch: perl
10977            ! MANIFEST
10978 ____________________________________________________________________________
10979 [    52] By: mbeattie                              on 1997/09/03  13:41:20
10980         Log: Let Lint private_names catch out-of-package _foo methods.
10981      Branch: perlext
10982            ! Compiler/B/Lint.pm
10983 ____________________________________________________________________________
10984 [    51] By: mbeattie                              on 1997/09/03  13:20:12
10985         Log: Bump patchlevel.h to 5.004_50
10986      Branch: perl
10987            ! patchlevel.h
10988 ____________________________________________________________________________
10989 [    50] By: mbeattie                              on 1997/09/03  12:31:48
10990         Log: Make compiler build/work with devel 5.005
10991      Branch: perlext
10992            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
10993            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
10994 ____________________________________________________________________________
10995 [    49] By: mbeattie                              on 1997/09/03  12:28:05
10996         Log: Rename RESTART to INIT and associated changes
10997      Branch: perl
10998            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
10999            ! toke.c vms/perly_c.vms
11000 ____________________________________________________________________________
11001 [    48] By: mbeattie                              on 1997/09/02  15:54:27
11002         Log: Added private-names option.
11003      Branch: perlext
11004            ! Compiler/B/Lint.pm
11005 ____________________________________________________________________________
11006 [    47] By: mbeattie                              on 1997/09/02  11:54:55
11007         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
11008      Branch: perlext
11009            ! Compiler/cc_runtime.h
11010 ____________________________________________________________________________
11011 [    46] By: mbeattie                              on 1997/08/28  19:40:08
11012         Log: Missing sprintf in try_autoload.
11013      Branch: perlext
11014            ! Compiler/B/C.pm
11015 ____________________________________________________________________________
11016 [    45] By: mbeattie                              on 1997/08/13  16:15:25
11017         Log: Threading fixups for Digital UNIX.
11018      Branch: perl
11019            ! README.threads malloc.c perl.h toke.c
11020 ____________________________________________________________________________
11021 [    44] By: mbeattie                              on 1997/08/11  15:46:29
11022         Log: Assorted changes for multi-threading (now works rather more).
11023      Branch: perl
11024            + README.threads
11025            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
11026            ! toke.c util.c
11027      Branch: perlext
11028            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
11029            ! Thread/unsync.t
11030 ____________________________________________________________________________
11031 [    43] By: mbeattie                              on 1997/08/08  14:11:00
11032         Log: Made Lint check subs (and -u packages).
11033              Added support for dollar_underscore and implicit $_ in foreach.
11034      Branch: perlext
11035            ! Compiler/B/Lint.pm
11036 ____________________________________________________________________________
11037 [    42] By: TimBunce                              on 1997/07/25  17:15:57
11038         Log: Maintenance 5.004_01 changes
11039      Branch: maint-5.004/perl
11040            + Porting/makerel Porting/patchls hints/newsos4.sh
11041            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
11042            + win32/config.vc win32/config_H.bc win32/config_H.vc
11043            + win32/makefile.mk
11044            - win32/config.H win32/config.w32
11045            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
11046            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
11047            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11048            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
11049            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
11050            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
11051            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
11052            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11053            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11054            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
11055            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
11056            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
11057            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
11058            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
11059            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11060            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
11061            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
11062            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
11063            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
11064            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
11065            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
11066            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
11067            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
11068            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
11069            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
11070            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
11071            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
11072            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
11073            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
11074            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
11075 ____________________________________________________________________________
11076 [    41] By: mbeattie                              on 1997/07/24  14:57:53
11077         Log: Start support for fake threads.
11078              pp_lock now returns its argument.
11079      Branch: perl
11080            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
11081            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
11082            ! util.c
11083      Branch: perlext
11084            ! Thread/Thread.xs
11085 ____________________________________________________________________________
11086 [    40] By: mbeattie                              on 1997/07/24  14:55:07
11087         Log: Add missing reset of eval_owner if doeval() fails to parse.
11088      Branch: perl
11089            ! pp_ctl.c
11090 ____________________________________________________________________________
11091 [    39] By: mbeattie                              on 1997/07/17  13:35:51
11092         Log: Fix multiple problems with lexical @_.
11093      Branch: perl
11094            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
11095            ! toke.c
11096 ____________________________________________________________________________
11097 [    38] By: mbeattie                              on 1997/07/16  17:02:09
11098         Log: Change %lx to %x in B::CV::save to prevent some CV
11099              fields becoming 0 in the init section. Add missing
11100              write_back in B::Stackobj::Padsv::load_double to fix
11101              test 22 of op/my.t.
11102      Branch: perlext
11103            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
11104 ____________________________________________________________________________
11105 [    37] By: mbeattie                              on 1997/07/10  11:28:16
11106         Log: Branch win32 developments from main perl branch.
11107      Branch: win32/perl
11108           +> (branch 867 files)
11109 ____________________________________________________________________________
11110 [    36] By: mbeattie                              on 1997/07/05  11:58:05
11111         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
11112              as well as provide_ref (5.003).
11113      Branch: perlext
11114            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
11115 ____________________________________________________________________________
11116 [    35] By: mbeattie                              on 1997/07/05  11:55:18
11117         Log: Introduce pp_lock.
11118      Branch: perl
11119            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
11120            ! pp.c pp_ctl.c toke.c
11121 ____________________________________________________________________________
11122 [    34] By: mbeattie                              on 1997/07/01  12:24:28
11123         Log: Support for op in global register (still buggy)
11124      Branch: perl
11125            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
11126            ! proto.h scope.c scope.h thread.h
11127 ____________________________________________________________________________
11128 [    33] By: mbeattie                              on 1997/06/24  16:34:24
11129         Log: Branch lexical warnings from perl branch.
11130      Branch: lexwarn/perl
11131           +> (branch 867 files)
11132 ____________________________________________________________________________
11133 [    32] By: mbeattie                              on 1997/06/24  14:33:57
11134         Log: Branch integration of maint-5.004 from relperl.
11135      Branch: mainline/perl
11136           +> (branch 600 files)
11137      Branch: maint-5.004/perl
11138           +> (branch 864 files)
11139 ____________________________________________________________________________
11140 [    31] By: mbeattie                              on 1997/06/20  11:46:50
11141         Log: corrected bad_type() prototype. 
11142      Branch: perl
11143            ! op.c
11144 ____________________________________________________________________________
11145 [    30] By: mbeattie                              on 1997/06/12  12:38:05
11146         Log: Tweak README.
11147      Branch: perlext
11148            ! Thread/README
11149 ____________________________________________________________________________
11150 [    29] By: mbeattie                              on 1997/06/12  12:34:59
11151         Log: Document -m option of CC backend.
11152      Branch: perlext
11153            ! Compiler/NOTES
11154 ____________________________________________________________________________
11155 [    28] By: mbeattie                              on 1997/06/12  12:25:05
11156         Log: Support sysseek introduced in 5.004.
11157      Branch: perlext
11158            ! Compiler/ccop.c Compiler/ccop.h
11159 ____________________________________________________________________________
11160 [    27] By: mbeattie                              on 1997/06/05  14:20:51
11161         Log: More fixups for thrperl integration.
11162      Branch: perl
11163            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11164            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
11165            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
11166            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
11167            ! util.c
11168 ____________________________________________________________________________
11169 [    25] By: mbeattie                              on 1997/05/28  15:11:24
11170         Log: Fixups for thrperl integration.
11171      Branch: perl
11172            ! embed.h keywords.h op.c opcode.h perl.c util.c
11173 ____________________________________________________________________________
11174 [    24] By: mbeattie                              on 1997/05/26  20:10:42
11175         Log: Integrate thrperl 5.003->5.004.
11176      Branch: perl
11177           +> thread.h
11178           !> (integrate 33 files)
11179 ____________________________________________________________________________
11180 [    23] By: mbeattie                              on 1997/05/26  11:45:39
11181         Log: Fix ppname when saving subs.
11182      Branch: perlext
11183            ! Compiler/B/C.pm
11184 ____________________________________________________________________________
11185 [    22] By: mbeattie                              on 1997/05/26  11:45:03
11186         Log: -mFoo option now forces -uFoo.
11187      Branch: perlext
11188            ! Compiler/B/CC.pm
11189 ____________________________________________________________________________
11190 [    21] By: mbeattie                              on 1997/05/26  11:43:37
11191         Log: Put back objsym/savesym (used by walkoptree_exec).
11192      Branch: perlext
11193            ! Compiler/B.pm
11194 ____________________________________________________________________________
11195 [    20] By: mbeattie                              on 1997/05/26  11:38:45
11196         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
11197      Branch: perl
11198            ! av.c global.sym
11199 ____________________________________________________________________________
11200 [    19] By: mbeattie                              on 1997/05/25  21:19:38
11201         Log: Fix up integration 5.003->5.004.
11202      Branch: perl
11203            + lib/Class/Fields.pm lib/ISA.pm
11204            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
11205            ! toke.c
11206 ____________________________________________________________________________
11207 [    18] By: mbeattie                              on 1997/05/25  10:31:21
11208         Log: First stab at 5.003 -> 5.004 integration.
11209      Branch: perl
11210           +> (branch 291 files)
11211            - Changes.Conf ext/DynaLoader/dl_os2.xs
11212            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
11213            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
11214            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
11215            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
11216            - lib/chat2.pl lib/splain os2/README os2/README.old
11217            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
11218            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
11219            - x2p/handy.h x2p/s2p.man
11220           !> (integrate 392 files)
11221 ____________________________________________________________________________
11222 [    17] By: mbeattie                              on 1997/05/24  18:46:49
11223         Log: Wholesale update to 5.004.
11224      Branch: relperl
11225            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
11226            + Porting/Glossary Porting/pumpkin.pod README.amiga
11227            + README.cygwin32 README.os2 README.plan9 README.qnx
11228            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
11229            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
11230            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
11231            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
11232            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
11233            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
11234            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
11235            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
11236            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
11237            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
11238            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
11239            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
11240            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
11241            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
11242            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
11243            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
11244            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
11245            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
11246            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
11247            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
11248            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
11249            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
11250            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
11251            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
11252            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
11253            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11254            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
11255            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
11256            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
11257            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
11258            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
11259            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
11260            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
11261            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
11262            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
11263            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
11264            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
11265            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
11266            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
11267            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
11268            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
11269            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
11270            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
11271            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
11272            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
11273            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
11274            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
11275            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
11276            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
11277            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
11278            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
11279            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
11280            + plan9/config.plan9 plan9/exclude plan9/fndvers
11281            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
11282            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
11283            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
11284            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
11285            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11286            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11287            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
11288            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
11289            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
11290            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
11291            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
11292            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
11293            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
11294            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
11295            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
11296            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
11297            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
11298            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
11299            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
11300            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
11301            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
11302            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
11303            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
11304            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
11305            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
11306            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
11307            + t/pragma/warn-1global t/pragma/warning.t universal.c
11308            + utils/splain.PL vms/ext/DCLsym/0README.txt
11309            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
11310            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
11311            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
11312            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
11313            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
11314            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
11315            + win32/config.H win32/config.w32 win32/config_h.PL
11316            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
11317            + win32/include/arpa/inet.h win32/include/dirent.h
11318            + win32/include/netdb.h win32/include/sys/socket.h
11319            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
11320            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
11321            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
11322            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
11323            + x2p/proto.h
11324            - Changes.Conf ext/DynaLoader/dl_os2.xs
11325            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
11326            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
11327            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
11328            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
11329            - lib/chat2.pl lib/splain os2/README os2/README.old
11330            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
11331            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
11332            - x2p/handy.h x2p/s2p.man
11333            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
11334            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
11335            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
11336            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
11337            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
11338            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
11339            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11340            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
11341            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
11342            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
11343            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
11344            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
11345            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11346            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
11347            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11348            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
11349            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11350            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
11351            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
11352            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
11353            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
11354            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
11355            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
11356            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
11357            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
11358            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
11359            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
11360            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
11361            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
11362            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
11363            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
11364            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
11365            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
11366            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
11367            ! installman installperl interp.sym keywords.h keywords.pl
11368            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
11369            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
11370            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
11371            ! lib/Exporter.pm lib/ExtUtils/Install.pm
11372            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
11373            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11374            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
11375            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11376            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
11377            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
11378            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
11379            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
11380            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
11381            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
11382            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
11383            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
11384            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
11385            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
11386            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11387            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
11388            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
11389            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
11390            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
11391            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
11392            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
11393            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
11394            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
11395            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
11396            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
11397            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
11398            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
11399            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
11400            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
11401            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
11402            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
11403            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
11404            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11405            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
11406            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11407            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
11408            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
11409            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
11410            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
11411            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
11412            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
11413            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
11414            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
11415            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
11416            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
11417            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
11418            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
11419            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
11420            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
11421            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
11422            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
11423            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
11424            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
11425            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
11426            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
11427            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
11428            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
11429            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
11430            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
11431            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
11432            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
11433            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
11434            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
11435            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11436            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
11437            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
11438            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
11439            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
11440            ! x2p/util.h x2p/walk.c
11441 ____________________________________________________________________________
11442 [    16] By: mbeattie                              on 1997/05/23  22:42:08
11443         Log: Initial integration of relperl from 5.003.
11444      Branch: relperl
11445           +> (branch 600 files)
11446 ____________________________________________________________________________
11447 [    14] By: mbeattie                              on 1997/05/12  20:22:56
11448         Log: Finish code generation rewrite. Clean up B::Section class and
11449              handle symbol table translation internally. Simple .pm modules
11450              now compile OK.
11451      Branch: perlext
11452            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
11453            ! Compiler/B/CC.pm
11454 ____________________________________________________________________________
11455 [    13] By: mbeattie                              on 1997/05/05  19:41:18
11456         Log: Don't make pp_enter and pp_return trigger basic blocks.
11457      Branch: perlext
11458            ! Compiler/B/Bblock.pm
11459 ____________________________________________________________________________
11460 [    12] By: mbeattie                              on 1997/05/05  19:40:16
11461         Log: Rewrite code generation. Sections (de)multiplexed into a
11462              temporary file instead of stored in arrays.
11463      Branch: perlext
11464            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
11465 ____________________________________________________________________________
11466 [    11] By: mbeattie                              on 1997/05/03  20:20:59
11467         Log: Development to pre-alpha4
11468      Branch: perlext
11469            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
11470            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
11471            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
11472            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
11473            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
11474            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
11475            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
11476            ! Compiler/test_harness Compiler/test_harness_cc
11477 ____________________________________________________________________________
11478 [    10] By: mbeattie                              on 1997/05/03  14:47:06
11479         Log: Initial check-in of perl compiler.
11480      Branch: perlext
11481            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
11482            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
11483            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
11484            + Compiler/B/CC.pm Compiler/B/Debug.pm
11485            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
11486            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
11487            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
11488            + Compiler/O.pm Compiler/README Compiler/TESTS
11489            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
11490            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
11491            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
11492            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
11493            + Compiler/disassemble Compiler/old/README.feb11
11494            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
11495            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
11496            + Compiler/op.patch Compiler/ramblings/cc.notes
11497            + Compiler/ramblings/curcop.runtime
11498            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
11499            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
11500            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
11501            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
11502            + Compiler/ramblings/runtime.porting
11503            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
11504            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
11505            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
11506            + Compiler/test_harness_bytecode Compiler/test_harness_cc
11507            + Compiler/typemap
11508 ____________________________________________________________________________
11509 [     9] By: mbeattie                              on 1997/05/02  19:03:49
11510         Log: Don't require CvDEPTH == 0 when bombing out of subs.
11511      Branch: thrperl
11512            ! pp_hot.c
11513 ____________________________________________________________________________
11514 [     8] By: mbeattie                              on 1997/04/23  19:06:45
11515         Log: Added programmer-level condition variables via "condpair" magic.
11516              Added support for detached threads and tweaked a few things.
11517      Branch: thrperl
11518            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
11519            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
11520            ! util.c
11521 ____________________________________________________________________________
11522 [     7] By: mbeattie                              on 1997/04/23  19:04:18
11523         Log: Rewrote programmer-level condition variables from scratch. Added
11524              support for detaching threads. Fixed handling for arguments
11525              passed in to threads and return values for joined threads.
11526      Branch: perlext
11527            + Thread/lock.t
11528            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
11529            ! Thread/typemap
11530 ____________________________________________________________________________
11531 [     6] By: mbeattie                              on 1997/04/10  20:17:26
11532         Log: Initial check-in of Thread module.
11533      Branch: perlext
11534            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
11535            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
11536            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
11537            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
11538            + Thread/unsync4.t
11539 ____________________________________________________________________________
11540 [     5] By: mbeattie                              on 1997/04/10  20:05:52
11541         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
11542              missing parens (pad allocation) in the tokener.
11543      Branch: thrperl
11544            ! op.c pp_ctl.c toke.c
11545 ____________________________________________________________________________
11546 [     4] By: mbeattie                              on 1997/03/28  18:40:44
11547         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
11548      Branch: thrperl
11549            + thread.h
11550            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
11551            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
11552            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
11553            ! run.c scope.c sv.c sv.h toke.c util.c
11554 ____________________________________________________________________________
11555 [     3] By: mbeattie                              on 1997/03/28  13:36:23
11556         Log: Branch 5.003 -> thrperl
11557      Branch: thrperl
11558           +> (branch 600 files)
11559 ____________________________________________________________________________
11560 [     2] By: mbeattie                              on 1997/03/28  13:32:21
11561         Log: Initial devel changes.
11562              Pseudo-hashes. Optional strong typing. RESTART {}.
11563      Branch: perl
11564            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
11565            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
11566            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
11567 ____________________________________________________________________________
11568 [     1] By: mbeattie                              on 1997/03/28  13:17:33
11569         Log: Perl 5.003 check-in
11570      Branch: perl
11571            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
11572            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
11573            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
11574            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
11575            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
11576            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
11577            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
11578            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
11579            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
11580            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
11581            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
11582            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
11583            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
11584            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
11585            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11586            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
11587            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
11588            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
11589            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
11590            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
11591            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
11592            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
11593            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11594            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
11595            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
11596            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11597            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
11598            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
11599            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
11600            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
11601            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
11602            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
11603            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
11604            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
11605            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
11606            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
11607            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
11608            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
11609            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
11610            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
11611            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11612            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
11613            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
11614            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
11615            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
11616            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
11617            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
11618            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
11619            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
11620            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
11621            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
11622            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
11623            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
11624            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
11625            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
11626            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
11627            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
11628            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
11629            + hints/README.hints hints/aix.sh hints/altos486.sh
11630            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
11631            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
11632            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
11633            + hints/fps.sh hints/freebsd.sh hints/genix.sh
11634            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
11635            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
11636            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
11637            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
11638            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
11639            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
11640            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
11641            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
11642            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
11643            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
11644            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
11645            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
11646            + hints/uts.sh hv.c hv.h installman installperl interp.sym
11647            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
11648            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
11649            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
11650            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
11651            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
11652            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11653            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
11654            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11655            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
11656            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
11657            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
11658            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
11659            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
11660            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
11661            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
11662            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
11663            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
11664            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
11665            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
11666            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11667            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
11668            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
11669            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
11670            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
11671            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
11672            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
11673            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
11674            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
11675            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
11676            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
11677            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
11678            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
11679            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
11680            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
11681            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
11682            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
11683            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
11684            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
11685            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
11686            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
11687            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
11688            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
11689            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
11690            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11691            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
11692            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
11693            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
11694            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
11695            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
11696            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
11697            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
11698            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11699            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
11700            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
11701            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
11702            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
11703            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
11704            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
11705            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
11706            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
11707            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
11708            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
11709            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
11710            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
11711            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
11712            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
11713            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
11714            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
11715            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
11716            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
11717            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
11718            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
11719            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
11720            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
11721            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
11722            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
11723            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
11724            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
11725            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
11726            + vms/Makefile vms/config.vms vms/descrip.mms
11727            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
11728            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
11729            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
11730            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
11731            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
11732            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
11733            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11734            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
11735            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
11736            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
11737            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
11738            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
11739            + x2p/walk.c