Inheritance of B:: classes
[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_68        Developer release working toward 5.005
69 ----------------
70
71 ____________________________________________________________________________
72 [  1191] By: gsar                                  on 1998/06/22  15:56:27
73         Log: tweak win32 makefiles for PERL_OBJECT build
74      Branch: perl
75            ! win32/Makefile win32/makefile.mk
76 ____________________________________________________________________________
77 [  1190] By: gsar                                  on 1998/06/22  04:06:02
78         Log: backout change#1178 as it was dependent on an unapplied patch,
79              fix filespec.t to know its @INC
80      Branch: perl
81            ! sv.c t/lib/filespec.t
82 ____________________________________________________________________________
83 [  1189] By: gsar                                  on 1998/06/22  03:47:43
84         Log: eliminate use of tokenbuf in util.c
85      Branch: perl
86            ! util.c
87 ____________________________________________________________________________
88 [  1188] By: gsar                                  on 1998/06/22  01:53:59
89         Log: add patch that generates regnodes.h via regcomp.pl
90              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
91              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
92              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
93              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
94      Branch: perl
95            + regcomp.pl regcomp.sym regnodes.h
96            ! MANIFEST Makefile.SH regcomp.h
97 ____________________________________________________________________________
98 [  1187] By: gsar                                  on 1998/06/22  01:42:21
99         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
100              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
101              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
102              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
103      Branch: perl
104            ! pp_ctl.c pp_hot.c
105 ____________________________________________________________________________
106 [  1186] By: gsar                                  on 1998/06/22  01:14:14
107         Log: merge relevant portions from maintbranch change#1155
108      Branch: perl
109            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
110            ! pod/perlrun.pod pp_hot.c
111 ____________________________________________________________________________
112 [  1185] By: gsar                                  on 1998/06/22  00:59:28
113         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
114              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
115              Subject: [PATCH 5.004_67] Zero-length matching bug
116              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
117      Branch: perl
118            ! regexec.c t/op/pat.t
119 ____________________________________________________________________________
120 [  1184] By: gsar                                  on 1998/06/22  00:57:27
121         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
123              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
124              Subject: Re: _67 not okay
125              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
126      Branch: perl
127            ! malloc.c
128 ____________________________________________________________________________
129 [  1183] By: gsar                                  on 1998/06/22  00:53:37
130         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
131              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
132              Subject: [PATCH 5.004_67] Test study/re/
133              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
134      Branch: perl
135            ! t/op/pat.t
136 ____________________________________________________________________________
137 [  1182] By: gsar                                  on 1998/06/21  21:25:07
138         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
139              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
140              Subject: [PATCH 5.004_67] $^R documented
141              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
142      Branch: perl
143            ! pod/perlre.pod pod/perlvar.pod
144 ____________________________________________________________________________
145 [  1181] By: gsar                                  on 1998/06/21  21:23:41
146         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
147              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
148              Subject: [PATCH 5.004_67] Re docs
149              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
150      Branch: perl
151            ! pod/perlop.pod pod/perlre.pod
152 ____________________________________________________________________________
153 [  1180] By: gsar                                  on 1998/06/21  21:22:16
154         Log: adapted contents of message into comments in malloc.c and INSTALL
155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
156              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
157              Subject: [5.004_67] malloc.c -Defines
158              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
159      Branch: perl
160            ! INSTALL malloc.c
161 ____________________________________________________________________________
162 [  1179] By: gsar                                  on 1998/06/21  07:26:35
163         Log: applied patch, with edits to the prose
164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
165              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
166              Subject: [PATCH 5.004_67] Error variables compared
167              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
168      Branch: perl
169            ! pod/perlvar.pod
170 ____________________________________________________________________________
171 [  1178] By: gsar                                  on 1998/06/21  07:07:16
172         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
173              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
174              Subject: [PATCH 5.004_67] print study /re/ broken
175              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
176      Branch: perl
177            ! sv.c
178 ____________________________________________________________________________
179 [  1177] By: gsar                                  on 1998/06/21  07:06:10
180         Log: applied patch, tweaked wording
181              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
182              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
183              Subject: [PATCH 5.004_67] Documentation patch for malloc
184              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
185      Branch: perl
186            ! malloc.c pod/perldiag.pod
187 ____________________________________________________________________________
188 [  1176] By: gsar                                  on 1998/06/21  07:00:30
189         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
190              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
191              Subject: [PATCH 5.004_67] Cosmetic malloc patch
192              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
193      Branch: perl
194            ! malloc.c
195 ____________________________________________________________________________
196 [  1175] By: gsar                                  on 1998/06/21  06:58:37
197         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
198              Date: Fri, 19 Jun 1998 16:00:57 -0700
199              From: Dan Sugalski <sugalskd@osshe.edu>
200              Subject: [PATCH 5.004_67] fixup patches for VMS
201      Branch: perl
202            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
203            ! t/op/taint.t vms/test.com vms/vms.c
204 ____________________________________________________________________________
205 [  1174] By: gsar                                  on 1998/06/21  06:55:18
206         Log: applied VMS patch from Dan Sugalski
207              Date: Fri, 19 Jun 1998 15:36:34 -0700
208              From: SYSTEM@cedar.osshe.edu
209              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
210              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
211      Branch: perl
212            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
213            ! vms/descrip_mms.template vms/gen_shrfls.pl
214            ! vms/subconfigure.com
215 ____________________________________________________________________________
216 [  1173] By: gsar                                  on 1998/06/21  06:51:38
217         Log: applied patch, modified logic to avoid reentering lexer at compile-time
218              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
219              Date: Fri, 19 Jun 1998 11:31:04 -0500
220              From: Graham Barr <gbarr@ti.com>
221              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
222      Branch: perl
223            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
224            ! lib/English.pm
225 ____________________________________________________________________________
226 [  1172] By: gsar                                  on 1998/06/21  06:27:57
227         Log: applied patch, along with many changes:
228              - ipfoo.h headers have been coalesced along with perlfoo.h into
229              iperlsys.h
230              - win32/cp*.h have been combined in perlhost.h
231              - CPerlObj::PerlParse() takes an extra xsinit arg
232              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
233              From: "Douglas Lankshear" <dougl@ActiveState.com>
234              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
235              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
236              Date: Fri, 19 Jun 1998 10:59:50 -0700
237      Branch: perl
238            + iperlsys.h win32/perlhost.h
239            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
240            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
241            - perlsock.h
242            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
243            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
244            ! win32/runperl.c win32/win32.h
245 ____________________________________________________________________________
246 [  1171] By: gsar                                  on 1998/06/21  00:44:42
247         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
248              From: Daniel Grisinger <dgris@perrin.dimensional.com>
249              Subject: Re: PATCH _67 (Doc) perlop.pod 
250              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
251      Branch: perl
252            ! pod/perlop.pod
253 ____________________________________________________________________________
254 [  1170] By: gsar                                  on 1998/06/21  00:43:06
255         Log: a tweaked version of:
256              From: "Douglas Lankshear" <dougl@ActiveState.com>
257              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
258              Date: Wed, 17 Jun 1998 20:25:51 -0700
259              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
260      Branch: perl
261            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
262 ____________________________________________________________________________
263 [  1169] By: gsar                                  on 1998/06/21  00:10:18
264         Log: added patch, regen headers
265              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
266              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
267              Subject: Re: Ilya's patches
268              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
269      Branch: perl
270            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
271 ____________________________________________________________________________
272 [  1168] By: gsar                                  on 1998/06/21  00:05:01
273         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
274              From: Tom Phoenix <rootbeer@teleport.com>
275              Subject: [PATCH] docs creating files via open
276              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
277      Branch: perl
278            ! pod/perlfunc.pod
279 ____________________________________________________________________________
280 [  1167] By: gsar                                  on 1998/06/21  00:03:34
281         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
282              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
283              Subject: [PATCH 5.004_67] Better version of malloc improver
284              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
285      Branch: perl
286            ! malloc.c
287 ____________________________________________________________________________
288 [  1166] By: gsar                                  on 1998/06/20  23:59:23
289         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
290      Branch: perl
291            ! pod/perlre.pod
292 ____________________________________________________________________________
293 [  1165] By: gsar                                  on 1998/06/20  23:47:09
294         Log: added patch, tweaked missed files, excised comment that doesn't really
295              belong in the sources
296              From: joshua.pritikin@db.com
297              Date: Mon, 15 Jun 1998 10:03:37 -0400
298              Message-Id: <H00000e500072c63@MHS>
299              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
300      Branch: perl
301            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
302            ! t/op/avhv.t
303 ____________________________________________________________________________
304 [  1164] By: gsar                                  on 1998/06/20  23:29:09
305         Log: add File-Spec-0.6 from CPAN
306      Branch: perl
307            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
308            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
309            + lib/File/Spec/Win32.pm t/lib/filespec.t
310            ! MANIFEST
311 ____________________________________________________________________________
312 [  1163] By: gsar                                  on 1998/06/20  23:15:41
313         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
314      Branch: perl
315            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
316 ____________________________________________________________________________
317 [  1162] By: gsar                                  on 1998/06/20  21:48:32
318         Log: manual integration of all outstanding ansi branch stuff into mainline
319      Branch: perl
320            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
321            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
322            ! win32/win32.h
323 ____________________________________________________________________________
324 [  1161] By: gsar                                  on 1998/06/20  21:12:01
325         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
326      Branch: perl
327            ! utils/perldoc.PL
328 ____________________________________________________________________________
329 [  1160] By: nick                                  on 1998/06/20  21:05:51
330         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
331      Branch: ansiperl
332            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
333            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
334 ____________________________________________________________________________
335 [  1159] By: gsar                                  on 1998/06/20  02:51:35
336         Log: cleanup installation of utilities on win32
337      Branch: perl
338            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
339            ! win32/pod.mak
340 ____________________________________________________________________________
341 [  1158] By: gsar                                  on 1998/06/20  02:50:35
342         Log: intuit @INC pathnames from exe location only if dll location
343              is unknown (ensures that multiple executables will coexist)
344      Branch: perl
345            ! win32/win32.c
346 ____________________________________________________________________________
347 [  1157] By: gsar                                  on 1998/06/20  02:48:34
348         Log: make perldoc ignore null files (it tried to open() them)
349      Branch: perl
350            ! utils/perldoc.PL
351 ____________________________________________________________________________
352 [  1156] By: gsar                                  on 1998/06/19  21:18:47
353         Log: fix perldoc to ignore unfound null filenames
354      Branch: perl
355            ! utils/perldoc.PL
356 ____________________________________________________________________________
357 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
358         Log: Assorted patches:
359              
360              ------  BUILD PROCESS  ------
361              
362              Title:  "Clarify varargs issues in INSTALL docs"
363              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
364              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
365              Files:  INSTALL
366              
367              ------  CORE LANGUAGE  ------
368              
369              Title:  "Further fixes for updated SysV IPC support"
370              From:  Jarkko Hietaniemi <jhi@iki.fi>
371              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
372              Files:  Configure perl.h doio.c
373              
374              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
375              From:  Andrew Bettison <andrewb@zip.com.au>
376              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
377              Files:  pp_hot.c
378              
379              Title:  "Invalidate method cache on C<local *subname>"
380              From:  Chip Salzenberg <chip@perl.org>
381              Msg-ID:  <19980604134731.D24343@perlsupport.com>
382              Files:  scope.c t/op/method.t
383              
384              Title:  "fix uninitialized cv variable in op.c"
385              From:  joshua.pritikin@db.com
386              Msg-ID:  <H00000e50005af05@MHS>
387              Files:  op.c
388              
389              Title:  "fix for undef as last arg to setsockopt"
390              From:  Graham Barr <gbarr@ti.com>
391              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
392              Files:  pp_sys.c
393              
394              Title:  "Fix -i when @ARGV is empty"
395              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
396              <gsar@engin.umich.edu>, Ilya Zakharevich
397              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
398              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
399              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
400              <199806071817.OAA28141@aatma.engin.umich.edu>,
401              <199806191549.QAA16376@toad.ig.co.uk>
402              Files:  pp_hot.c
403              
404              ------  DOCUMENTATION  ------
405              
406              Title:  "Discrepancy between perlop.pod and m// operator docs"
407              From:  Tom Phoenix <rootbeer@teleport.com>
408              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
409              Files:  pod/perlop.pod
410              
411              Title:  "Doc addition for perlfunc entry for system()"
412              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
413              <fletch@phydeaux.org>
414              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
415              <199806012057.QAA26830@monk.mps.ohio-state.edu>
416              Files:  pod/perlfunc.pod
417              
418              Title:  "Clarify effects of using quotes with m operator"
419              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
420              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
421              Files:  pod/perlop.pod
422              
423              Title:  "Document -i with STDIN"
424              From:  joshua.pritikin@db.com
425              Msg-ID:  <H00000e50006a84a@MHS>
426              Files:  pod/perlrun.pod
427              
428              ------  EXTENSIONS  ------
429              
430              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
431              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
432              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
433              Files:  lib/ExtUtils/Liblist.pm
434              
435              ------  LIBRARY  ------
436              
437              Title:  "Typo fix for Math::BogFloat"
438              From:  Mike Stok <mike@stok.co.uk>
439              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
440              Files:  lib/Math/BigFloat.pm
441              
442              ------  PORTABILITY - GENERAL  ------
443              
444              Title:  "Add docs about types of diff to Porting/patching.pod"
445              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
446              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
447              Files:  Porting/patching.pod
448              
449              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
450              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
451              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
452              Files:  hints/powerux.sh
453              
454              Title:  "Assorted improvements to hints/solaris_2.sh"
455              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
456              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
457              Files:  hints/solaris_2.sh
458      Branch: maint-5.004/perl
459            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
460            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
461            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
462            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
463            ! t/op/method.t
464 ____________________________________________________________________________
465 [  1154] By: gsar                                  on 1998/06/19  17:22:23
466         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
467      Branch: perl
468            ! ext/B/B/Asmdata.pm regcomp.c
469 ____________________________________________________________________________
470 [  1153] By: nick                                  on 1998/06/19  17:21:21
471         Log: Use libxxx.a for -lxxx with GCC
472      Branch: ansiperl
473            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
474            ! win32/makefile.mk
475 ____________________________________________________________________________
476 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
477         Log: Title:  Tom's jumbo doc patch
478              From:   Tom Christiansen <tchrist@chthon.perl.com>
479              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
480              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
481              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
482              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
483              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
484              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
485              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
486              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
487              pod/perlop.pod pod/perlre.pod pod/perlref.pod
488              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
489              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
490              pod/perlvar.pod
491      Branch: maint-5.004/perl
492            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
493            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
494            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
495            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
496            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
497            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
498            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
499            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
500            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
501            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
502 ____________________________________________________________________________
503 [  1151] By: nick                                  on 1998/06/19  15:38:28
504         Log: Resolve latest
505      Branch: ansiperl
506           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
507           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
508           !> sv.c t/TEST
509 ____________________________________________________________________________
510 [  1150] By: gsar                                  on 1998/06/18  20:43:07
511         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
512              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
513              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
514              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
515      Branch: perl
516            ! hints/powerux.sh
517 ____________________________________________________________________________
518 [  1149] By: gsar                                  on 1998/06/18  20:41:30
519         Log: hand apply whitespace-mutiliated patch
520              From: joshua.pritikin@db.com
521              Date: Mon, 15 Jun 1998 09:21:36 -0400
522              Message-Id: <H00000e50007289b@MHS>
523              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
524      Branch: perl
525            ! av.c
526 ____________________________________________________________________________
527 [  1148] By: gsar                                  on 1998/06/18  20:33:59
528         Log: hand apply whitespace-mutiliated and reversed patch
529              Date: Tue, 16 Jun 1998 16:31:40 -0400
530              From: Les Peters <lpeters@aol.net>
531              Message-Id: <199806162031.QAA08202@ds9>
532              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
533      Branch: perl
534            ! ext/Socket/Socket.xs
535 ____________________________________________________________________________
536 [  1147] By: gsar                                  on 1998/06/18  20:26:59
537         Log: close child pipe in t/TEST, other cosmetic tweaks
538      Branch: perl
539            ! t/TEST
540 ____________________________________________________________________________
541 [  1146] By: gsar                                  on 1998/06/18  19:37:41
542         Log: back out problematic change#1105, tweak perlsub.pod
543      Branch: perl
544            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
545            ! pp_ctl.c proto.h sv.c
546 ____________________________________________________________________________
547 [  1145] By: nick                                  on 1998/06/18  19:31:07
548         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
549      Branch: ansiperl
550           +> configure.com ext/DB_File/dbinfo
551           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
552           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
553           +> vms/subconfigure.com
554            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
555            - vms/fndvers.com
556           !> (integrate 499 files)
557 ____________________________________________________________________________
558 [  1144] By: gsar                                  on 1998/06/18  16:35:11
559         Log: fix spurious cxstack_max init that trampled memory
560      Branch: perl
561            ! perl.c
562 ____________________________________________________________________________
563 [  1143] By: gsar                                  on 1998/06/18  16:33:01
564         Log: fix memory leaks and uninitialized memory accesses found by Purify
565      Branch: perl
566            ! doio.c perl.c regexec.c sv.c
567 ____________________________________________________________________________
568 [  1142] By: gsar                                  on 1998/06/18  16:28:48
569         Log: fix off-by-one that trampled memory in re_croak2()
570      Branch: perl
571            ! regcomp.c
572 ____________________________________________________________________________
573 [  1141] By: gsar                                  on 1998/06/18  16:26:59
574         Log: fix AutoLoader to do the right thing when there are relative paths
575              in @INC
576      Branch: perl
577            ! lib/AutoLoader.pm
578 ____________________________________________________________________________
579 [  1140] By: gsar                                  on 1998/06/18  16:22:47
580         Log: fix Makefile.SH typo
581      Branch: perl
582            ! Makefile.SH
583 ____________________________________________________________________________
584 [  1139] By: gsar                                  on 1998/06/17  18:06:16
585         Log: 5.004_67 niggles
586      Branch: perl
587            ! Makefile.SH op.c
588
589 ----------------
590 Version 5.004_67
591 ----------------
592
593 ____________________________________________________________________________
594 [  1138] By: gsar                                  on 1998/06/15  10:09:27
595         Log: up patchlevel.h to 67, other small tweaks
596      Branch: perl
597            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
598            ! win32/Makefile win32/config_H.bc win32/config_H.gc
599            ! win32/config_H.vc win32/makefile.mk
600 ____________________________________________________________________________
601 [  1137] By: gsar                                  on 1998/06/15  09:08:57
602         Log: tweaks to get PERL_OBJECT building again; passes tests
603      Branch: perl
604            ! ObjXSub.h objpp.h proto.h
605 ____________________________________________________________________________
606 [  1136] By: gsar                                  on 1998/06/15  08:51:54
607         Log: back out previous change (it breaks PERL_OBJECT)
608      Branch: perl
609            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
610            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
611            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
612 ____________________________________________________________________________
613 [  1135] By: gsar                                  on 1998/06/15  05:32:01
614         Log: added patch, fixed typo, reworked documentation
615              Message-Id: <H00000e500071aa3@MHS>
616              Date:    Sun, 14 Jun 1998 14:03:15 EDT
617              From:    joshua.pritikin@db.com
618              Subject: [PATCH 5.004_66] JMPENV!
619      Branch: perl
620            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
621            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
622            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
623 ____________________________________________________________________________
624 [  1134] By: gsar                                  on 1998/06/15  04:07:18
625         Log: various win32 odds and ends
626              - added support for waitpid(), open2/open3, and a bugfix for kill()
627              from Ronald Schmidt <RonaldWS@aol.com>
628              - tweak testsuite mods of above
629              - regenerate win32/config_H.?c
630              - change kill() to win32_kill() and export it
631              - coalesce common code in win32.c
632              - add PerlProc_waitpid() and export win32_waitpid()
633              result builds and passes on the three win32 compilers
634      Branch: perl
635            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
636            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
637            ! win32/config.vc win32/config_H.bc win32/config_H.gc
638            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
639            ! win32/win32.c win32/win32iop.h
640 ____________________________________________________________________________
641 [  1133] By: gsar                                  on 1998/06/15  01:39:13
642         Log: newer Getopt/Long.pm from public distribution cited in:
643              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
644              Date:    14 Jun 1998 15:15:28 +0200
645              From:    Johan Vromans <jvromans@squirrel.nl>
646              Subject: Getopt::Long version 2.17 released
647      Branch: perl
648            ! lib/Getopt/Long.pm
649 ____________________________________________________________________________
650 [  1132] By: gsar                                  on 1998/06/15  01:37:12
651         Log: documentation update from tchrist
652              Message-Id: <199806140419.WAA20549@chthon.perl.com>
653              Date:    Sat, 13 Jun 1998 22:19:32 MDT
654              From:    Tom Christiansen <tchrist@chthon.perl.com>
655              Subject: doc patches
656      Branch: perl
657            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
658            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
659            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
660            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
661            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
662            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
663            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
664            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
665            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
666            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
667 ____________________________________________________________________________
668 [  1131] By: gsar                                  on 1998/06/14  19:33:36
669         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
670              From: Roderick Schertler <roderick@argon.org>
671              Subject: [PATCH] Re: Exceptions in IPC::Open2
672              Date: 12 Jun 1998 13:24:15 -0400
673      Branch: perl
674            ! lib/IPC/Open3.pm
675 ____________________________________________________________________________
676 [  1130] By: gsar                                  on 1998/06/14  19:32:25
677         Log: fixup MANIFEST
678      Branch: perl
679            ! MANIFEST
680 ____________________________________________________________________________
681 [  1129] By: gsar                                  on 1998/06/14  18:51:53
682         Log: various win32 fixes
683              - fixes that silence VC noises about dup exports, non-default libs, and
684              unsupported *.def file directives
685              - s/inplace/inplace_label/ malloc.c
686              - update Config{usemymalloc} based on d_mymalloc
687              - export Perl_*Vars
688              - fix makefiles to not build miniperl.exe twice, and to make it properly
689              when defaults are changed
690      Branch: perl
691            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
692            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
693            ! win32/makefile.mk win32/perllib.c win32/win32.h
694 ____________________________________________________________________________
695 [  1128] By: gsar                                  on 1998/06/14  01:38:39
696         Log: remove unused global `scrgv'
697      Branch: perl
698            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
699 ____________________________________________________________________________
700 [  1127] By: nick                                  on 1998/06/13  08:39:07
701         Log: Move specialsv_list to embed.sym, regen embed*.h
702      Branch: win32/perl
703            ! embed.h embedvar.h global.sym interp.sym
704 ____________________________________________________________________________
705 [  1126] By: gsar                                  on 1998/06/12  07:23:06
706         Log: From: jan.dubois@ibm.net (Jan Dubois)
707              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
708              Date: Thu, 11 Jun 1998 21:13:31 +0200
709              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
710      Branch: perl
711            ! win32/makedef.pl win32/win32.c win32/win32iop.h
712 ____________________________________________________________________________
713 [  1125] By: gsar                                  on 1998/06/12  07:21:29
714         Log: added patch, undo earlier workaround
715              From: jan.dubois@ibm.net (Jan Dubois)
716              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
717              Date: Thu, 11 Jun 1998 20:28:36 +0200
718              Message-ID: <35831f69.4975644@smtp1.ibm.net>
719      Branch: perl
720            ! perl.c util.c
721 ____________________________________________________________________________
722 [  1124] By: gsar                                  on 1998/06/12  07:16:12
723         Log: hand-applied patch with wrapped lines
724              From: "Douglas Lankshear" <dougl@ActiveState.com>
725              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
726              Date: Thu, 11 Jun 1998 11:06:33 -0700
727              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
728      Branch: perl
729            ! win32/win32.c
730 ____________________________________________________________________________
731 [  1123] By: gsar                                  on 1998/06/12  07:07:25
732         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
733              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
734              Subject: [PATCH 5.004_66] Config_66-01-02.diff
735              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
736      Branch: perl
737            ! Configure
738 ____________________________________________________________________________
739 [  1122] By: gsar                                  on 1998/06/12  07:06:02
740         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
741              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
742              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
743              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
744      Branch: perl
745            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
746            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
747            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
748            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
749 ____________________________________________________________________________
750 [  1121] By: gsar                                  on 1998/06/12  07:01:20
751         Log: a tweaked version of:
752              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
753              Date: Fri, 12 Jun 1998 01:26:53 +0200
754              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
755              Subject: Re: Misparsing s///x
756      Branch: perl
757            ! pod/perlre.pod
758 ____________________________________________________________________________
759 [  1120] By: gsar                                  on 1998/06/12  06:51:08
760         Log: applied patch, with indentation tweaks
761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
762              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
763              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
764              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
765      Branch: perl
766            ! regcomp.c regcomp.h regexec.c
767 ____________________________________________________________________________
768 [  1119] By: gsar                                  on 1998/06/11  17:42:07
769         Log: make REG_INFTY default to something saner when sizeof(short) > 2
770              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
771              Date:    Thu, 11 Jun 1998 11:50:07 EDT
772              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
773              Subject: Re: [PATCH for tests] Regexp fails on long string 
774      Branch: perl
775            ! regcomp.h
776 ____________________________________________________________________________
777 [  1118] By: gsar                                  on 1998/06/11  07:09:06
778         Log: regen embedvar.h
779      Branch: perl
780            ! embedvar.h
781 ____________________________________________________________________________
782 [  1117] By: gsar                                  on 1998/06/11  06:45:52
783         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
784              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
785              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
786              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
787      Branch: perl
788            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
789            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
790 ____________________________________________________________________________
791 [  1116] By: gsar                                  on 1998/06/11  06:35:54
792         Log: misc win32 fixes
793              From: "Douglas Lankshear" <dougl@ActiveState.com>
794              Subject: [PATCH 5.004_66]
795              Date: Wed, 10 Jun 1998 11:28:27 -0700
796              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
797      Branch: perl
798            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
799 ____________________________________________________________________________
800 [  1115] By: gsar                                  on 1998/06/11  06:33:21
801         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
802              Date: Wed, 10 Jun 1998 00:53:25 +0200
803              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
804              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
805      Branch: perl
806            ! Makefile.SH
807 ____________________________________________________________________________
808 [  1114] By: gsar                                  on 1998/06/11  06:31:34
809         Log: back out change#1111 and add alternative patch:
810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
811              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
812              Subject: Re: PATCH for study/foo/
813              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
814      Branch: perl
815            ! pp.c sv.c
816 ____________________________________________________________________________
817 [  1113] By: gsar                                  on 1998/06/11  02:59:23
818         Log: fix outdated bytecode.pl
819      Branch: perl
820            ! bytecode.h bytecode.pl byterun.c byterun.h
821 ____________________________________________________________________________
822 [  1112] By: gsar                                  on 1998/06/10  07:56:06
823         Log: Added patch, regenerated perly.c and perly.c.diff
824              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
825              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
826              From: Stephen McCamant <alias@mcs.com>
827              Subject: [PATCH] too many RV2GVs in *foo{THING}
828      Branch: perl
829            ! perly.c perly.c.diff perly.y t/op/gv.t
830 ____________________________________________________________________________
831 [  1111] By: gsar                                  on 1998/06/10  07:40:30
832         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
833              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
834              Subject: Re: PATCH for study/foo/
835              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
836      Branch: perl
837            ! pp.c
838 ____________________________________________________________________________
839 [  1110] By: gsar                                  on 1998/06/10  07:37:04
840         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
841              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
842              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
843              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
844      Branch: perl
845            ! pod/perldebug.pod
846 ____________________________________________________________________________
847 [  1109] By: gsar                                  on 1998/06/10  07:35:29
848         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
849              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
850              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
851              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
852      Branch: perl
853            ! regcomp.h
854 ____________________________________________________________________________
855 [  1108] By: gsar                                  on 1998/06/10  07:31:25
856         Log: Added patch, tweaked other places affected by name change
857              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
858              Date: Wed, 10 Jun 1998 00:54:17 +0200
859              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
860              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
861      Branch: perl
862           +> ext/DynaLoader/DynaLoader_pm.PL
863            - ext/DynaLoader/DynaLoader.pm.PL
864            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
865            ! win32/makefile.mk
866 ____________________________________________________________________________
867 [  1107] By: gsar                                  on 1998/06/10  07:24:20
868         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
869              Date: Wed, 10 Jun 1998 00:53:42 +0200
870              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
871              Subject: [PATCH for _66] new version of README.dos
872      Branch: perl
873            ! README.dos
874 ____________________________________________________________________________
875 [  1106] By: gsar                                  on 1998/06/10  07:22:31
876         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
877              Date: Wed, 10 Jun 1998 00:54:04 +0200
878              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
879              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
880      Branch: perl
881            ! t/op/taint.t
882 ____________________________________________________________________________
883 [  1105] By: gsar                                  on 1998/06/10  07:21:21
884         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
886              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
887              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
888              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
889      Branch: perl
890            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
891            ! perlvars.h pp_ctl.c proto.h sv.c
892 ____________________________________________________________________________
893 [  1104] By: gsar                                  on 1998/06/10  07:06:01
894         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
895              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
896              Subject: Lost chunk of RE jumbo patch
897              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
898      Branch: perl
899            + t/op/regexp_noamp.t
900 ____________________________________________________________________________
901 [  1103] By: gsar                                  on 1998/06/10  07:04:20
902         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
903              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
904              Subject: [PATCH 5.004_66] Combined OS/2 support
905              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
906      Branch: perl
907            ! os2/Changes os2/diff.configure os2/os2.c
908 ____________________________________________________________________________
909 [  1102] By: gsar                                  on 1998/06/10  07:00:08
910         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
911              Date:    Fri, 13 Mar 1998 20:03:52 EST
912              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
913              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
914      Branch: perl
915            ! lib/Pod/Html.pm
916 ____________________________________________________________________________
917 [  1101] By: gsar                                  on 1998/06/10  06:55:20
918         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
919              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
920              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
921      Branch: perl
922            ! regexec.c
923 ____________________________________________________________________________
924 [  1100] By: gsar                                  on 1998/06/10  06:52:50
925         Log: updated MANIFEST for previous change
926      Branch: perl
927            ! MANIFEST
928 ____________________________________________________________________________
929 [  1099] By: gsar                                  on 1998/06/10  06:51:08
930         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
931              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
932              Date: Fri, 05 Jun 1998 11:08:40 -0700
933              From: Dan Sugalski <sugalskd@osshe.edu>
934              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
935      Branch: perl
936            + t/base/rs.t
937            ! perl.h pod/perlvar.pod sv.c
938 ____________________________________________________________________________
939 [  1098] By: gsar                                  on 1998/06/10  06:36:59
940         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
941              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
942              Subject: [PATCH fror 5.004_66] DB_File-1.60
943              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
944      Branch: perl
945            + ext/DB_File/dbinfo
946            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
947            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
948            ! t/lib/db-hash.t t/lib/db-recno.t
949 ____________________________________________________________________________
950 [  1097] By: gsar                                  on 1998/06/10  06:33:16
951         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
952              Date: Thu, 4 Jun 1998 13:47:31 -0400
953              From: Chip Salzenberg <chip@perl.org>
954              Subject: [PATCH] Invalidate method cache on C<local *subname>
955      Branch: perl
956            ! scope.c t/op/method.t
957 ____________________________________________________________________________
958 [  1096] By: gsar                                  on 1998/06/10  06:30:51
959         Log: From: Norton Allen <allen@huarp.harvard.edu>
960              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
961              Subject: [PATCH] _66 MM_Unix.pm for QNX
962              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
963      Branch: perl
964            ! lib/ExtUtils/MM_Unix.pm
965 ____________________________________________________________________________
966 [  1095] By: gsar                                  on 1998/06/10  06:29:21
967         Log: From: Norton Allen <allen@huarp.harvard.edu>
968              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
969              Subject: [PATCH] _66 proto.h
970              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
971      Branch: perl
972            ! proto.h
973 ____________________________________________________________________________
974 [  1094] By: gsar                                  on 1998/06/10  06:26:39
975         Log: Applied relevant parts of:
976              From: Paul Johnson <pjcj@transeda.com>
977              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
978              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
979              Subject: [PATCH] Enhancing xsubpp's support for C++
980      Branch: perl
981            ! lib/ExtUtils/xsubpp
982 ____________________________________________________________________________
983 [  1093] By: gsar                                  on 1998/06/10  06:22:54
984         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
985              Date: Wed, 3 Jun 1998 11:22:19 -0500
986              From: Graham Barr <gbarr@ti.com>
987              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
988      Branch: perl
989            ! pp_sys.c
990 ____________________________________________________________________________
991 [  1092] By: gsar                                  on 1998/06/10  06:20:44
992         Log: Message-Id: <199806030919.KAA03527@sale-wts>
993              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
994              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
995              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
996      Branch: perl
997            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
998 ____________________________________________________________________________
999 [  1091] By: gsar                                  on 1998/06/10  06:18:42
1000         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
1001              Date: Mon, 01 Jun 1998 12:22:29 -0700
1002              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
1003              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
1004      Branch: perl
1005            ! proto.h
1006 ____________________________________________________________________________
1007 [  1090] By: gsar                                  on 1998/06/10  06:14:24
1008         Log: A tweaked version of:
1009              Date: Mon, 1 Jun 1998 12:05:47 -0700
1010              From: SYSTEM@cedar.osshe.edu
1011              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
1012              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
1013      Branch: perl
1014            ! ext/SDBM_File/sdbm/Makefile.PL
1015 ____________________________________________________________________________
1016 [  1089] By: gsar                                  on 1998/06/10  05:58:00
1017         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
1018              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
1019              From: Stephen McCamant <alias@mcs.com>
1020              Subject: [PATCH] Re: Uninitialised error from -M()
1021      Branch: perl
1022            ! op.c t/op/stat.t
1023 ____________________________________________________________________________
1024 [  1088] By: gsar                                  on 1998/06/10  05:55:24
1025         Log: Date: Sat, 30 May 1998 08:07:01 -0400
1026              From: lvirden@cas.org (Larry Virden)
1027              Message-Id: <199805301207.IAA08856@cas.org>
1028              Subject: PATCH for pod and warning notice
1029      Branch: perl
1030            ! pod/perlguts.pod
1031 ____________________________________________________________________________
1032 [  1087] By: gsar                                  on 1998/06/10  05:52:05
1033         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1034              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
1035              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
1036              Subject: [PATCH 5.004_66] Config_66-01
1037      Branch: perl
1038            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1039            ! Porting/config_H config_h.SH
1040 ____________________________________________________________________________
1041 [  1086] By: gsar                                  on 1998/06/10  05:46:38
1042         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
1043              Date: Mon, 08 Jun 1998 16:13:14 -0700
1044              From: Dan Sugalski <sugalskd@osshe.edu>
1045              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
1046      Branch: perl
1047            ! ext/Thread/Thread/Semaphore.pm
1048 ____________________________________________________________________________
1049 [  1085] By: gsar                                  on 1998/06/10  05:44:44
1050         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
1051              Date: Mon, 08 Jun 1998 16:10:02 -0700
1052              From: Dan Sugalski <sugalskd@osshe.edu>
1053              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
1054      Branch: perl
1055            - vms/descrip.mms
1056            ! ext/Thread/Thread/Queue.pm
1057 ____________________________________________________________________________
1058 [  1084] By: gsar                                  on 1998/06/10  05:38:11
1059         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
1060              Date: Mon, 08 Jun 1998 15:38:28 -0700
1061              From: Dan Sugalski <sugalskd@osshe.edu>
1062              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
1063      Branch: perl
1064            + configure.com vms/descrip_mms.template vms/munchconfig.c
1065            + vms/subconfigure.com
1066            - vms/config.vms vms/fndvers.com
1067            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
1068 ____________________________________________________________________________
1069 [  1083] By: gsar                                  on 1998/06/10  05:07:04
1070         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
1071              variant of:
1072              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
1073              Date:    Sat, 13 Dec 1997 07:31:02 EST
1074              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1075              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
1076      Branch: perl
1077            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
1078 ____________________________________________________________________________
1079 [  1082] By: gsar                                  on 1998/06/10  04:52:26
1080         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
1081              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
1082      Branch: perl
1083            ! malloc.c
1084 ____________________________________________________________________________
1085 [  1081] By: gsar                                  on 1998/06/10  03:45:10
1086         Log: reverse integrate contents of win32 branch into mainline
1087      Branch: perl
1088           !> (integrate 44 files)
1089 ____________________________________________________________________________
1090 [  1080] By: gsar                                  on 1998/06/09  17:37:55
1091         Log: `p4 integrate -b ASPerl && p4 resolve -at`
1092      Branch: asperl
1093           !> (integrate 43 files)
1094 ____________________________________________________________________________
1095 [  1079] By: gsar                                  on 1998/06/09  00:59:06
1096         Log: add examples of diff(1) usage
1097      Branch: win32/perl
1098            ! Porting/patching.pod
1099 ____________________________________________________________________________
1100 [  1078] By: gsar                                  on 1998/06/09  00:52:23
1101         Log: undo change#1077
1102      Branch: win32/perl
1103            ! sv.c
1104 ____________________________________________________________________________
1105 [  1077] By: gsar                                  on 1998/06/06  16:47:32
1106         Log: make sv_setsv() treat freed SVs like SVt_NULL
1107      Branch: win32/perl
1108            ! sv.c
1109 ____________________________________________________________________________
1110 [  1076] By: gsar                                  on 1998/06/05  19:03:14
1111         Log: delete undiscussed AS changes for PPD (broke .packlist
1112              mechanism)
1113      Branch: win32/perl
1114            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1115 ____________________________________________________________________________
1116 [  1075] By: gsar                                  on 1998/06/05  18:18:44
1117         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
1118              with the xsubpp-generated symbol)
1119      Branch: win32/perl
1120            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
1121            ! win32/dl_win32.xs
1122 ____________________________________________________________________________
1123 [  1074] By: gsar                                  on 1998/06/04  22:45:18
1124         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
1125      Branch: win32/perl
1126            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
1127            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
1128 ____________________________________________________________________________
1129 [  1073] By: nick                                  on 1998/06/04  17:18:14
1130         Log: resolve -at win32 branch into ansiperl
1131      Branch: ansiperl
1132           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
1133           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
1134           +> t/lib/h2ph.t win32/GenCAPI.pl
1135           !> (integrate 127 files)
1136 ____________________________________________________________________________
1137 [  1072] By: gsar                                  on 1998/06/04  01:49:24
1138         Log: document CORE::GLOBAL:: and global overriding, fix up
1139              File::DosGlob, testsuited and all
1140      Branch: win32/perl
1141            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
1142 ____________________________________________________________________________
1143 [  1071] By: gsar                                  on 1998/06/03  22:12:55
1144         Log: add AS patch#24, remove one other instance of error_no
1145              that was missed (patch#23 was intentionally skipped)
1146      Branch: win32/perl
1147            ! embedvar.h globals.c perlvars.h win32/makedef.pl
1148            ! win32/runperl.c
1149 ____________________________________________________________________________
1150 [  1070] By: gsar                                  on 1998/06/01  19:42:06
1151         Log: fix Liblist.pm to tolerate backslashen in paths
1152      Branch: win32/perl
1153            ! lib/ExtUtils/Liblist.pm
1154 ____________________________________________________________________________
1155 [  1069] By: gsar                                  on 1998/06/01  07:43:02
1156         Log: @INC construction on win32 cleaned up
1157              - perl.dll location based paths should be much more reliable now
1158              - registry stuff unchanged
1159              - Config.pm now has all the installfoolib entries for MakeMaker et al
1160      Branch: win32/perl
1161            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
1162            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1163            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1164            ! win32/runperl.c win32/win32.c win32/win32.h
1165 ____________________________________________________________________________
1166 [  1068] By: gsar                                  on 1998/05/31  21:52:18
1167         Log: semctl tweak
1168              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
1169              Date:    Sun, 31 May 1998 16:27:33 CDT
1170              From:    Graham Barr <gbarr@pobox.com>
1171              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
1172      Branch: win32/perl
1173            ! doio.c
1174 ____________________________________________________________________________
1175 [  1067] By: gsar                                  on 1998/05/31  21:07:44
1176         Log: minimal fix to enable compiling with -DMULTIPLICITY
1177              (non-threadsafe regcomp.c globals need revisiting)
1178      Branch: win32/perl
1179            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
1180            ! win32/GenCAPI.pl win32/makedef.pl
1181 ____________________________________________________________________________
1182 [  1066] By: gsar                                  on 1998/05/30  21:35:37
1183         Log: integrate mainline changes (ASPerl branch is identical to
1184              win32 branch as of this change)
1185      Branch: asperl
1186           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
1187           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
1188           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
1189           !> win32/config.gc win32/config.vc win32/config_H.bc
1190           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
1191 ____________________________________________________________________________
1192 [  1065] By: gsar                                  on 1998/05/30  21:13:06
1193         Log: change#1060 was inexplicably missing some of the "ensure
1194              AS stuff does no harm" fixes
1195      Branch: win32/perl
1196            ! embed.h global.sym win32/Makefile win32/makefile.mk
1197 ____________________________________________________________________________
1198 [  1064] By: gsar                                  on 1998/05/30  21:10:27
1199         Log: integrate mainline to pick up trivial changes
1200      Branch: win32/perl
1201           !> MANIFEST pp_sys.c
1202
1203 ----------------
1204 Version 5.004_66
1205 ----------------
1206
1207 ____________________________________________________________________________
1208 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
1209         Log: Remove duplicate win32/TEST line from MANIFEST.
1210      Branch: perl
1211            ! MANIFEST
1212 ____________________________________________________________________________
1213 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
1214         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
1215      Branch: perl
1216            ! pp_sys.c
1217 ____________________________________________________________________________
1218 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
1219         Log: Integrate from win32 branch into mainline (this now pulls in the
1220              asperl stuff).
1221      Branch: perl
1222           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
1223           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
1224           +> t/lib/h2ph.t win32/GenCAPI.pl
1225           !> (integrate 104 files)
1226 ____________________________________________________________________________
1227 [  1060] By: gsar                                  on 1998/05/29  11:05:50
1228         Log: reverse integrate asperl branch contents (phew!)
1229              - various fixups to ensure AS stuff does no harm
1230              - adjust win32/makefiles for the new directory layout (new layout
1231              looks rather a muddle--needs rework)
1232              - verified build & test on NT and Solaris/gcc
1233      Branch: win32/perl
1234           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
1235           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
1236            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
1237            ! win32/config.bc win32/config.gc win32/config.vc
1238            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1239            ! win32/makefile.mk
1240           !> (integrate 77 files)
1241 ____________________________________________________________________________
1242 [  1059] By: gsar                                  on 1998/05/29  08:33:56
1243         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
1244      Branch: asperl
1245            ! util.c
1246 ____________________________________________________________________________
1247 [  1058] By: gsar                                  on 1998/05/29  08:31:09
1248         Log: type xtext for *.t that were missing it
1249      Branch: asperl
1250            ! t/lib/thread.t t/op/nothread.t
1251 ____________________________________________________________________________
1252 [  1057] By: gsar                                  on 1998/05/29  08:28:46
1253         Log: stray t/op/ipc*.t fixups
1254      Branch: win32/perl
1255            ! t/op/ipcmsg.t t/op/ipcsem.t
1256 ____________________________________________________________________________
1257 [  1056] By: gsar                                  on 1998/05/29  07:41:49
1258         Log: fixups to make it build and pass tests under both compilers
1259      Branch: asperl
1260            ! ObjXSub.h objpp.h proto.h
1261 ____________________________________________________________________________
1262 [  1055] By: gsar                                  on 1998/05/29  07:22:51
1263         Log: integrate mainline changes
1264      Branch: asperl
1265           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
1266           !> (integrate 69 files)
1267      Branch: win32/perl
1268            ! Todo.5.005 pod/perldelta.pod
1269 ____________________________________________________________________________
1270 [  1054] By: gsar                                  on 1998/05/29  05:04:03
1271         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
1272      Branch: win32/perl
1273            ! t/lib/h2ph.t
1274 ____________________________________________________________________________
1275 [  1053] By: gsar                                  on 1998/05/29  05:01:54
1276         Log: misc changes
1277              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
1278              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
1279      Branch: win32/perl
1280            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
1281            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
1282            ! x2p/util.c x2p/util.h
1283 ____________________________________________________________________________
1284 [  1052] By: gsar                                  on 1998/05/29  02:31:44
1285         Log: merge changes#1014,1038 from maintbranch
1286      Branch: win32/perl
1287            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
1288            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
1289            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
1290            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
1291            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
1292            ! t/io/pipe.t utils/h2ph.PL
1293 ____________________________________________________________________________
1294 [  1051] By: gsar                                  on 1998/05/29  01:38:51
1295         Log: regenerate win32/config_H.?c
1296      Branch: win32/perl
1297            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1298 ____________________________________________________________________________
1299 [  1050] By: gsar                                  on 1998/05/29  01:32:41
1300         Log: integrate mainline
1301      Branch: win32/perl
1302            ! win32/Makefile win32/makefile.mk
1303           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
1304           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
1305           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
1306           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
1307           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
1308           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
1309 ____________________________________________________________________________
1310 [  1049] By: gsar                                  on 1998/05/29  00:57:05
1311         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
1312              all tests
1313      Branch: asperl
1314            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
1315            ! win32/win32.h win32/win32iop.h
1316 ____________________________________________________________________________
1317 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
1318         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
1319              in change 1043 clashed badly with changes made in the win32
1320              branch. I did an accept on the win32 branch version for now.
1321      Branch: perl
1322           +> t/op/die.t
1323           !> (integrate 52 files)
1324 ____________________________________________________________________________
1325 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
1326         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1327              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
1328              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
1329              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
1330              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
1331      Branch: perl
1332            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1333            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
1334            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
1335            ! win32/config.bc win32/config.gc win32/config.vc
1336 ____________________________________________________________________________
1337 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
1338         Log: Back out change 1043 since Andy's forthcoming Config patch
1339              includes a modified version.
1340      Branch: perl
1341            ! Configure config_h.SH doio.c perl.h
1342 ____________________________________________________________________________
1343 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
1344         Log: Bump patchlevel.h to 66.
1345      Branch: perl
1346            ! patchlevel.h
1347 ____________________________________________________________________________
1348 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
1349         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
1350              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
1351              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
1352              (above minus the t/system.t test pending checking)
1353              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
1354              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
1355              Subject: [PATCH] _65 and _04 <DOC> patching.pod
1356              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
1357      Branch: perl
1358            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
1359 ____________________________________________________________________________
1360 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
1361         Log: This change really is:
1362              Subject: [PATCH] 5.004_65: the infamous semctl()
1363              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
1364              From: Jarkko Hietaniemi <jhi@iki.fi>
1365              
1366              Change 1041 claimed to be this patch but was really:
1367              Subject: [PATCH] 5.004_65: t/op/ipc*.t
1368              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
1369              From: Jarkko Hietaniemi <jhi@iki.fi>
1370      Branch: perl
1371            ! Configure config_h.SH doio.c perl.h
1372 ____________________________________________________________________________
1373 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
1374         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1375              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
1376              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
1377              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
1378              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
1379      Branch: perl
1380            ! Configure INSTALL Porting/Glossary Porting/config.sh
1381            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
1382            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
1383            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
1384 ____________________________________________________________________________
1385 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
1386         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
1387              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
1388              From: Jarkko Hietaniemi <jhi@iki.fi>
1389      Branch: perl
1390            ! t/op/ipcmsg.t t/op/ipcsem.t
1391 ____________________________________________________________________________
1392 [  1040] By: gsar                                  on 1998/05/28  02:06:47
1393         Log: tweaks to enable Borland build
1394      Branch: asperl
1395            ! win32/makefile.mk win32/win32.c
1396 ____________________________________________________________________________
1397 [  1039] By: gsar                                  on 1998/05/27  23:29:22
1398         Log: remove C<#define index strchr> from win32.h (unused, and the
1399              pollution causes spurious variable name changes in extensions)
1400      Branch: win32/perl
1401            ! win32/win32.h
1402 ____________________________________________________________________________
1403 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
1404         Log: Assorted patches:
1405              
1406              ------  BUILD PROCESS  ------
1407              
1408              Title:  "add utilities to make test dependencies"
1409              From:  Robin Barker <rmb1@cise.npl.co.uk>
1410              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
1411              Files:  Makefile.SH
1412              
1413              Title:  "Add 'make nok' complement to 'make ok'"
1414              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1415              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
1416              Files:  Makefile.SH
1417              
1418              Title:  "further h2ph patches (add enum support)"
1419              From:  Billy <wdconsta@cs.adelaide.edu.au>
1420              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
1421              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
1422              
1423              ------  CORE LANGUAGE  ------
1424              
1425              Title:  "Fix %! error spelling and add perldiag.pod entry"
1426              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
1427              Msg-ID:  <19980524193101.A573@pobox.com>
1428              Files:  pod/perldiag.pod gv.c
1429              
1430              Title:  "Remove obsolete Win32 uppercasing ENV code"
1431              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1432              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
1433              Files:  perl.c
1434              
1435              Title:  "Don't mung $! on implicit close"
1436              From:  Chip Salzenberg <chip@perl.org>
1437              Msg-ID:  <19980525113309.A15845@perlsupport.com>
1438              Files:  doio.c
1439              
1440              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
1441              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1442              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
1443              Files:  doio.c
1444              
1445              ------  DOCUMENTATION  ------
1446              
1447              Title:  "doc patch: you canna return an array ( list context: || vs or)"
1448              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
1449              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
1450              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
1451              
1452              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
1453              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1454              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
1455              Files:  pod/perlop.pod pod/perlre.pod
1456              
1457              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
1458              with /g does list context get matches without parens"
1459              From:  Greg Chapman <glc@well.com>, Tom Christiansen
1460              <tchrist@jhereg.perl.com>, Tom Phoenix
1461              <rootbeer@teleport.com>
1462              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
1463              <199805231559.JAA21316@jhereg.perl.com>,
1464              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
1465              Files:  pod/perlop.pod
1466              
1467              Title:  "Documenting last/next/redo even further"
1468              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
1469              <rootbeer@teleport.com>
1470              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
1471              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
1472              Files:  pod/perlfunc.pod
1473              
1474              Title:  "Documenting last/next/redo within continue block"
1475              From:  Tom Phoenix <rootbeer@teleport.com>
1476              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
1477              Files:  pod/perlfunc.pod
1478              
1479              Title:  "Document stat return in scalar context"
1480              From:  Mark-Jason Dominus <mjd@plover.com>
1481              Files:  pod/perlfunc.pod
1482              
1483              ------  EXTENSIONS  ------
1484              
1485              Title:  "Better LD_RUN_PATH handling on IRIX"
1486              From:  "W. Phillip Moore" <wpm@ms.com>
1487              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
1488              Files:  lib/ExtUtils/MM_Unix.pm
1489              
1490              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
1491              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1492              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
1493              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
1494              
1495              ------  LIBRARY  ------
1496              
1497              Title:  "Fix FileHandle.pm example bug"
1498              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
1499              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
1500              Files:  lib/FileHandle.pm
1501              
1502              Title:  "Add zero/negative $count docs for Benchmark.pm"
1503              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1504              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
1505              Files:  lib/Benchmark.pm
1506              
1507              ------  PORTABILITY - GENERAL  ------
1508              
1509              Title:  "Add test suite recommendations to Porting/patching.pod"
1510              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
1511              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
1512              Files:  Porting/patching.pod
1513              
1514              ------  TESTS  ------
1515              
1516              Title:  "Fix looping bug in t/io/pipe.t"
1517              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1518              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
1519              Files:  t/io/pipe.t
1520      Branch: maint-5.004/perl
1521            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
1522            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
1523            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
1524            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
1525            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
1526            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
1527            ! utils/h2ph.PL
1528 ____________________________________________________________________________
1529 [  1037] By: gsar                                  on 1998/05/27  16:18:30
1530         Log: add AS patch#22 (fix to make die_exit.t pass)
1531      Branch: asperl
1532            ! win32/runperl.c
1533 ____________________________________________________________________________
1534 [  1036] By: gsar                                  on 1998/05/27  12:50:34
1535         Log: add AS patch#21 (misc. fixes)
1536      Branch: asperl
1537            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
1538            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
1539            ! win32/win32.c win32/win32sck.c
1540 ____________________________________________________________________________
1541 [  1035] By: gsar                                  on 1998/05/26  17:26:17
1542         Log: more changes to satisfy non-debug VC build (C-API doesn't
1543              build, and the testsuite still won't run)
1544      Branch: asperl
1545            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
1546            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
1547 ____________________________________________________________________________
1548 [  1034] By: gsar                                  on 1998/05/26  17:20:22
1549         Log: remove doubled hunk (perforce auto-integrate oddity)
1550      Branch: win32/perl
1551            ! pod/perldiag.pod
1552 ____________________________________________________________________________
1553 [  1033] By: gsar                                  on 1998/05/26  13:39:14
1554         Log: tweaks to make it build with the Borland compiler.  Won't run
1555              testsuite because @INC intuition from location of perlcore.dll seems
1556              to be broken.  Also, system() and qx// seem broken as well.
1557      Branch: asperl
1558            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
1559            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
1560            ! regexec.c toke.c
1561 ____________________________________________________________________________
1562 [  1032] By: gsar                                  on 1998/05/24  23:13:05
1563         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
1564      Branch: win32/perl
1565            ! lib/Benchmark.pm
1566 ____________________________________________________________________________
1567 [  1031] By: gsar                                  on 1998/05/24  05:36:44
1568         Log: tweak makefiles
1569      Branch: asperl
1570            ! win32/Makefile win32/makefile.mk
1571 ____________________________________________________________________________
1572 [  1030] By: gsar                                  on 1998/05/23  18:58:23
1573         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
1574      Branch: win32/perl
1575            ! pp_sys.c t/op/die.t
1576 ____________________________________________________________________________
1577 [  1029] By: gsar                                  on 1998/05/23  18:55:13
1578         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
1579              incomplete)
1580      Branch: win32/perl
1581            ! embed.h global.sym op.c pp.c proto.h sv.c
1582 ____________________________________________________________________________
1583 [  1028] By: gsar                                  on 1998/05/23  18:25:14
1584         Log: merge change#1013 from maintbranch (1012 is n/a)
1585      Branch: win32/perl
1586            ! toke.c
1587 ____________________________________________________________________________
1588 [  1027] By: gsar                                  on 1998/05/23  18:02:21
1589         Log: merge change#1011 from maintbranch
1590      Branch: win32/perl
1591            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
1592            ! utils/perlbug.PL
1593 ____________________________________________________________________________
1594 [  1026] By: nick                                  on 1998/05/23  08:45:04
1595         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
1596      Branch: win32/perl
1597            ! t/op/ipcmsg.t t/op/ipcsem.t
1598 ____________________________________________________________________________
1599 [  1025] By: nick                                  on 1998/05/23  08:36:36
1600         Log: Resolve win32 into ansiperl
1601      Branch: ansiperl
1602           +> t/op/die.t
1603           !> (integrate 42 files)
1604 ____________________________________________________________________________
1605 [  1024] By: gsar                                  on 1998/05/21  21:11:12
1606         Log: more mingw32 tweaks
1607      Branch: win32/perl
1608            ! ext/POSIX/POSIX.xs t/pragma/locale.t
1609 ____________________________________________________________________________
1610 [  1023] By: gsar                                  on 1998/05/21  19:15:02
1611         Log: fix problematic change#965 from maintbranch
1612              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
1613              Date:    Sat, 16 May 1998 17:45:22 EDT
1614              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1615              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
1616      Branch: win32/perl
1617            ! gv.c op.c t/comp/proto.t
1618 ____________________________________________________________________________
1619 [  1022] By: gsar                                  on 1998/05/21  01:37:04
1620         Log: fix POSIX for mingw32
1621      Branch: win32/perl
1622            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
1623 ____________________________________________________________________________
1624 [  1021] By: gsar                                  on 1998/05/20  15:02:21
1625         Log: remove strupr() from perl.c
1626      Branch: win32/perl
1627            ! perl.c
1628 ____________________________________________________________________________
1629 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
1630         Log: Title:  "fix up descrepancy in h2ph test"
1631              From:  Tim Bunce
1632              Files:  t/lib/h2ph.pht
1633      Branch: maint-5.004/perl
1634            ! t/lib/h2ph.pht
1635 ____________________________________________________________________________
1636 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
1637         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
1638              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1639              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
1640              Files:  t/op/subst.t
1641              
1642              Title:  "fix up descrepancy in h2ph test"
1643              From:  Tim Bunce
1644              Files:  t/lib/h2ph.t
1645      Branch: maint-5.004/perl
1646            ! t/lib/h2ph.t t/op/subst.t
1647 ____________________________________________________________________________
1648 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
1649         Log: Title:  "fix mem leak and core dump from change 1016"
1650              From:  Tim Bunce
1651              Files:  pp_sys.c
1652      Branch: maint-5.004/perl
1653            ! pp_sys.c
1654 ____________________________________________________________________________
1655 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
1656         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
1657              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1658              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
1659              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
1660              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
1661              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
1662              doio.c doop.c ext/ODBM_File/ODBM_File.xs
1663              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
1664              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
1665              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
1666              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
1667              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
1668              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
1669              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
1670              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
1671              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
1672              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
1673              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
1674              universal.c util.c win32/Makefile win32/config_H.bc
1675              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
1676              win32/makefile.mk win32/perlglob.c win32/runperl.c
1677              win32/win32.c win32/win32sck.c x2p/s2p.PL
1678      Branch: maint-5.004/perl
1679            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
1680            ! cygwin32/perlld deb.c doio.c doop.c embed.h
1681            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
1682            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
1683            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
1684            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
1685            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
1686            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
1687            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
1688            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
1689            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
1690            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
1691            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
1692            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
1693            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
1694            ! universal.c util.c utils/perldoc.PL win32/Makefile
1695            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
1696            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
1697            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
1698            ! x2p/s2p.PL
1699 ____________________________________________________________________________
1700 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
1701         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
1702              From:  Graham Barr <gbarr@ti.com>
1703              Msg-ID:  <3561D147.7F3E0C88@ti.com>
1704              Files:  pp_sys.c t/op/die.t
1705      Branch: maint-5.004/perl
1706            ! pp_sys.c t/op/die.t
1707 ____________________________________________________________________________
1708 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
1709         Log: Title:  "loosen const sub re-defined warnings"
1710              From:  Doug MacEachern <dougm@pobox.com>
1711              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
1712              Files:  proto.h global.sym op.c pp.c sv.c
1713      Branch: maint-5.004/perl
1714            ! global.sym op.c pp.c proto.h sv.c
1715 ____________________________________________________________________________
1716 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
1717         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
1718              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
1719              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
1720              Files:  sv.c
1721              
1722              Title:  "Further h2ph patches (including a test suite)"
1723              From:  Billy <wdconsta@cs.adelaide.edu.au>
1724              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
1725              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
1726      Branch: maint-5.004/perl
1727            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
1728            ! MANIFEST sv.c utils/h2ph.PL
1729 ____________________________________________________________________________
1730 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
1731         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
1732              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
1733              <ilya@math.ohio-state.edu>
1734              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
1735              <199805151931.PAA23086@aatma.engin.umich.edu>,
1736              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
1737              Files:  toke.c
1738      Branch: maint-5.004/perl
1739            ! toke.c
1740 ____________________________________________________________________________
1741 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
1742         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
1743              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
1744              <jhi@iki.fi>
1745              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
1746              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
1747              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
1748              t/op/ipcsem.t
1749      Branch: maint-5.004/perl
1750            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
1751            ! t/op/ipcsem.t
1752 ____________________________________________________________________________
1753 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
1754         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
1755              From:  jan.dubois@ibm.net (Jan Dubois)
1756              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
1757              Files:  embed.h interp.sym
1758              
1759              Title:  "Undo changed error message which breaks Tk"
1760              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1761              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
1762              Files:  pp_ctl.c
1763              
1764              Title:  "Minor fixups to new -e script code"
1765              From:  Tim Bunce
1766              Files:  perl.c
1767              
1768              Title:  "Remove old diags not relevant after -e fix"
1769              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
1770              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
1771              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
1772              <199805181335.OAA07008@toad.ig.co.uk>,
1773              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
1774              Files:  pod/perldiag.pod
1775              
1776              Title:  "more examples for vec()"
1777              From:  Tom Phoenix <rootbeer@teleport.com>
1778              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
1779              Files:  pod/perlfunc.pod
1780              
1781              Title:  ""make ok" (perlbug -ok) should not be interactive"
1782              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
1783              <jhi@iki.fi>
1784              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
1785              <l03130300b1834f9732a0@[194.222.64.89]>
1786              Files:  utils/perlbug.PL
1787      Branch: maint-5.004/perl
1788            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
1789            ! pp_ctl.c utils/perlbug.PL
1790 ____________________________________________________________________________
1791 [  1010] By: gsar                                  on 1998/05/18  09:40:58
1792         Log: integrate mainline changes (untested)
1793      Branch: asperl
1794           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
1795           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
1796           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
1797           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
1798           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
1799           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
1800            - ext/DynaLoader/DynaLoader.pm
1801            ! win32/win32.c
1802           !> (integrate 234 files)
1803 ____________________________________________________________________________
1804 [  1009] By: gsar                                  on 1998/05/18  07:51:19
1805         Log: more whitespace tweaks from maintbranch
1806      Branch: win32/perl
1807            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
1808 ____________________________________________________________________________
1809 [  1008] By: gsar                                  on 1998/05/17  22:37:20
1810         Log: sundry whitespace cleanups from maintbranch
1811      Branch: win32/perl
1812            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
1813 ____________________________________________________________________________
1814 [  1007] By: gsar                                  on 1998/05/16  21:59:46
1815         Log: integrate mainline
1816      Branch: win32/perl
1817           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
1818           !> t/op/ipcmsg.t t/op/ipcsem.t
1819 ____________________________________________________________________________
1820 [  1006] By: gsar                                  on 1998/05/16  21:54:23
1821         Log: merge changes#996,998,999 from maintbranch
1822      Branch: win32/perl
1823            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
1824 ____________________________________________________________________________
1825 [  1005] By: gsar                                  on 1998/05/16  21:49:47
1826         Log: merge change#995 from maintbranch, tweak interp.sym and
1827              run embed.pl
1828      Branch: win32/perl
1829            ! embedvar.h interp.sym intrpvar.h perl.c
1830 ____________________________________________________________________________
1831 [  1004] By: gsar                                  on 1998/05/16  21:27:18
1832         Log: merge changes#989,990,992 from maintbranch
1833      Branch: win32/perl
1834            + t/op/die.t
1835            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
1836 ____________________________________________________________________________
1837 [  1003] By: gsar                                  on 1998/05/16  21:16:47
1838         Log: sync config*.gc with others, and verify that nothing from
1839              change#986 needs to be merged
1840      Branch: win32/perl
1841            ! win32/config.gc win32/config_H.gc
1842 ____________________________________________________________________________
1843 [  1002] By: gsar                                  on 1998/05/16  21:04:04
1844         Log: merge change#985 from maintbranch
1845      Branch: win32/perl
1846            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
1847            ! util.c
1848 ____________________________________________________________________________
1849 [  1001] By: gsar                                  on 1998/05/16  17:53:16
1850         Log: add a test to check return value from successful s/// (there was none!)
1851      Branch: win32/perl
1852            ! t/op/subst.t
1853 ____________________________________________________________________________
1854 [  1000] By: gsar                                  on 1998/05/16  17:42:34
1855         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
1856              return a value on the stack
1857      Branch: win32/perl
1858            ! pp_hot.c
1859 ____________________________________________________________________________
1860 [   999] By: TimBunce                              on 1998/05/15  23:04:30
1861         Log: Title:  "Update Porting/makerel script for perforce dir structure"
1862              From:  Tim Bunce
1863              Files:  Porting/makerel
1864      Branch: maint-5.004/perl
1865            ! Porting/makerel
1866 ____________________________________________________________________________
1867 [   998] By: TimBunce                              on 1998/05/15  22:49:55
1868         Log: Title:  "Updated Changes file for trial 3"
1869              From:  Tim Bunce
1870              Files:  Changes
1871      Branch: maint-5.004/perl
1872            ! Changes
1873 ____________________________________________________________________________
1874 [   997] By: gsar                                  on 1998/05/15  22:21:41
1875         Log: merge changes#982,984 from maintbranch
1876      Branch: win32/perl
1877            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
1878            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
1879 ____________________________________________________________________________
1880 [   996] By: TimBunce                              on 1998/05/15  22:19:32
1881         Log: Title:  "Negative array subscript unrecognized in regex"
1882              From:  Mark-Jason Dominus <mjd@plover.com>,
1883              h.sanden@elsevier.nl (Hugo van der Sanden)
1884              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
1885              <199805151514.RAA04121@dorlas.elsevier.nl>
1886              Files:  t/base/lex.t toke.c
1887              
1888              Title:  "Remove e_fp from toke.c after change 955"
1889              From:  Tim Bunce
1890              Files:  toke.c
1891      Branch: maint-5.004/perl
1892            ! t/base/lex.t toke.c
1893 ____________________________________________________________________________
1894 [   995] By: TimBunce                              on 1998/05/15  22:08:32
1895         Log: Title:  "Fix -e security hole (no longer uses temp file)"
1896              From:  Tim Bunce
1897              Files:  embed.h perl.h perl.c
1898      Branch: maint-5.004/perl
1899            ! embed.h perl.c perl.h
1900 ____________________________________________________________________________
1901 [   994] By: gsar                                  on 1998/05/15  22:08:17
1902         Log: merge change#981 from maintbranch, add XXX comment about
1903              supporting %! for usethreads case
1904      Branch: win32/perl
1905            ! gv.c op.c
1906 ____________________________________________________________________________
1907 [   992] By: TimBunce                              on 1998/05/15  22:01:32
1908         Log: Title:  "install non-backwards compatible .pm files into archlib"
1909              From:  Tim Bunce
1910              Files:  installperl
1911              
1912              Title:  "revert "Can't locate" message to original for maintenance"
1913              From:  Tim Bunce
1914              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
1915              Files:  pod/perldiag.pod pp_ctl.c
1916      Branch: maint-5.004/perl
1917            ! installperl pod/perldiag.pod pp_ctl.c
1918 ____________________________________________________________________________
1919 [   991] By: gsar                                  on 1998/05/15  21:35:00
1920         Log: reverse integrate ansiperl (all except the
1921              C<attrs qw(package locked)> stuff, and the duplicate hunks)
1922              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
1923      Branch: win32/perl
1924           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
1925           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
1926           !> utils/perldoc.PL
1927 ____________________________________________________________________________
1928 [   990] By: TimBunce                              on 1998/05/15  16:54:18
1929         Log: Title:  "Add tests for die $ref"
1930              From:  Graham Barr <gbarr@ti.com>
1931              Msg-ID:  <355C6297.121B576B@ti.com>
1932              Files:  MANIFEST t/op/die.t
1933      Branch: maint-5.004/perl
1934            + t/op/die.t
1935            ! MANIFEST
1936 ____________________________________________________________________________
1937 [   989] By: TimBunce                              on 1998/05/15  16:38:19
1938         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
1939              From:  Jarkko Hietaniemi <jhi@iki.fi>
1940              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
1941              Files:  t/op/ipcmsg.t
1942      Branch: maint-5.004/perl
1943            ! t/op/ipcmsg.t
1944 ____________________________________________________________________________
1945 [   988] By: mbeattie                              on 1998/05/15  16:28:08
1946         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
1947              (manually applied and tweaked) to fix up SysV IPC semaphores for
1948              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
1949              t/op/ipcsem.t for platforms which wanted to skip test. Completely
1950              disable ipcsem.t since it doesn't seem to work properly even when
1951              not skipped. This is _65.
1952      Branch: perl
1953            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
1954            ! t/op/ipcmsg.t t/op/ipcsem.t
1955 ____________________________________________________________________________
1956 [   987] By: nick                                  on 1998/05/15  16:03:35
1957         Log: Integrate win32
1958      Branch: ansiperl
1959           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
1960           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
1961           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
1962           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
1963           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
1964           +> t/op/pos.t utils/perlcc.PL
1965            - ext/DynaLoader/DynaLoader.pm
1966           !> (integrate 208 files)
1967 ____________________________________________________________________________
1968 [   986] By: TimBunce                              on 1998/05/15  15:28:45
1969         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
1970              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
1971              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
1972              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
1973              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
1974              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
1975              win32/config.bc win32/config.vc win32/config_H.bc
1976              win32/config_H.vc
1977      Branch: maint-5.004/perl
1978            + README.beos beos/nm.c hints/beos.sh
1979            ! Configure MANIFEST Porting/Glossary config_h.SH
1980            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
1981            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
1982            ! win32/config.vc win32/config_H.bc win32/config_H.vc
1983 ____________________________________________________________________________
1984 [   985] By: TimBunce                              on 1998/05/15  15:02:43
1985         Log: Title:  "allow die $ref"
1986              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
1987              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
1988              Files:  pp_ctl.c pp_sys.c util.c
1989              
1990              Title:  "ExtUtils::Manifest could truncate files during "make dist""
1991              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
1992              koenig@kulturbox.de (Andreas J. Koenig)
1993              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
1994              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
1995              Files:  lib/ExtUtils/Manifest.pm
1996              
1997              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
1998              From:  Dan Sugalski <sugalskd@osshe.edu>
1999              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
2000              Files:  lib/AutoSplit.pm
2001              
2002              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
2003              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
2004              J. Koenig), larry@wall.org (Larry Wall)
2005              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
2006              <sfc202c9jsb.fsf@anna.in-berlin.de>,
2007              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
2008              Files:  lib/AutoSplit.pm
2009      Branch: maint-5.004/perl
2010            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
2011            ! util.c
2012 ____________________________________________________________________________
2013 [   984] By: TimBunce                              on 1998/05/15  14:18:52
2014         Log: ------  CORE LANGUAGE  ------
2015              
2016              Title:  "Fix close pipe returning status from wrong child"
2017              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
2018              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
2019              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
2020              Files:  t/io/pipe.t util.c
2021              
2022              Title:  "Avoid English.pm triggering load of Errno.pm"
2023              From:  Tim Bunce
2024              Files:  gv.c lib/English.pm
2025              
2026              ------  DOCUMENTATION  ------
2027              
2028              Title:  "Document child exit cause a parent sleep to end early"
2029              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2030              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
2031              Files:  pod/perlfunc.pod
2032              
2033              ------  EXTENSIONS  ------
2034              
2035              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
2036              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2037              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
2038              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
2039              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
2040              
2041              Title:  "MM_VMS.pm fixes for building external library"
2042              From:  Dan Sugalski <sugalskd@ous.edu>
2043              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
2044              Files:  lib/ExtUtils/MM_VMS.pm
2045              
2046              Title:  "Appease picky DEC compiler in POSIX.xs"
2047              From:  Dan Sugalski <sugalskd@ous.edu>
2048              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
2049              Files:  ext/POSIX/POSIX.xs
2050              
2051              ------  TESTS  ------
2052              
2053              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
2054              From:  Jarkko Hietaniemi <jhi@iki.fi>
2055              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
2056              Files:  t/op/ipcsem.t
2057              
2058              Title:  "Fix doc bug for system() return value"
2059              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2060              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
2061              Files:  pod/perlfunc.pod t/op/exec.t
2062              
2063              ------  UTILITIES  ------
2064              
2065              Title:  "Avoid possible constant autoload loop"
2066              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
2067              Zakharevich <ilya@math.ohio-state.edu>
2068              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
2069              <355B475A.C5AD4B90@ti.com>,
2070              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
2071              Files:  utils/h2xs.PL
2072              
2073              Title:  "Further improvements to h2ph.PL"
2074              From:  kstar@chapin.edu
2075              Msg-ID:  <199805130241.WAA25459@chapin.edu>
2076              Files:  utils/h2ph.PL
2077      Branch: maint-5.004/perl
2078            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
2079            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
2080            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
2081            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
2082            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
2083
2084 ----------------
2085 Version 5.004_64
2086 ----------------
2087
2088 ____________________________________________________________________________
2089 [   983] By: mbeattie                              on 1998/05/15  14:04:17
2090         Log: Integrate win32 branch into mainline.
2091      Branch: perl
2092           +> Porting/patching.pod t/op/defins.t
2093           !> (integrate 107 files)
2094 ____________________________________________________________________________
2095 [   982] By: TimBunce                              on 1998/05/15  12:33:26
2096         Log: Title:  "comment init_postdump_symbols issues"
2097              From:  Tim Bunce
2098              Files:  perl.c
2099              
2100              Title:  "Improve sort docs re SUBNAME"
2101              From:  circle@azstarnet.com
2102              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
2103              Files:  pod/perlfunc.pod
2104      Branch: maint-5.004/perl
2105            ! perl.c pod/perlfunc.pod
2106 ____________________________________________________________________________
2107 [   981] By: TimBunce                              on 1998/05/15  11:47:28
2108         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
2109              From:  Graham Barr <gbarr@ti.com>
2110              Msg-ID:  <355080CD.1111BC81@ti.com>
2111              Files:  gv.c
2112      Branch: maint-5.004/perl
2113            ! gv.c
2114 ____________________________________________________________________________
2115 [   980] By: gsar                                  on 1998/05/15  06:16:13
2116         Log: add doc for C<+{}> vs. C<{;}> disambiguation
2117      Branch: win32/perl
2118            ! pod/perlref.pod
2119 ____________________________________________________________________________
2120 [   979] By: gsar                                  on 1998/05/15  04:59:47
2121         Log: tweaks to win32 makefiles.  This version builds and passes all
2122              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
2123      Branch: win32/perl
2124            ! win32/Makefile win32/makefile.mk
2125 ____________________________________________________________________________
2126 [   978] By: gsar                                  on 1998/05/15  02:41:58
2127         Log: merge changes#922,944,949,965,970 from maintbranch
2128      Branch: win32/perl
2129            + Porting/patching.pod t/op/defins.t
2130            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
2131            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
2132            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
2133            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
2134            ! utils/perlbug.PL
2135 ____________________________________________________________________________
2136 [   977] By: gsar                                  on 1998/05/15  02:15:25
2137         Log: merge changes#906,907,909,910 from maintbranch
2138      Branch: win32/perl
2139            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
2140            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
2141            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
2142            ! util.c
2143 ____________________________________________________________________________
2144 [   976] By: gsar                                  on 1998/05/15  01:34:53
2145         Log: merge change#905 from maintbranch, minor fixes to get
2146              clean build+test on Solaris
2147      Branch: win32/perl
2148            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
2149            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
2150            ! regcomp.c sv.c t/op/taint.t toke.c
2151 ____________________________________________________________________________
2152 [   975] By: gsar                                  on 1998/05/14  23:34:26
2153         Log: merge change#904 from maintbranch
2154      Branch: win32/perl
2155            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
2156            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
2157            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
2158            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
2159            ! vms/descrip.mms
2160 ____________________________________________________________________________
2161 [   974] By: gsar                                  on 1998/05/14  23:11:05
2162         Log: merge change#897 from maintbranch
2163      Branch: win32/perl
2164            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
2165            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
2166            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
2167            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
2168            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
2169            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
2170            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2171            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
2172            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
2173            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
2174            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2175            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
2176            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
2177            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
2178            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
2179            ! win32/config_H.bc win32/config_H.vc win32/win32.c
2180            ! x2p/find2perl.PL
2181 ____________________________________________________________________________
2182 [   973] By: gsar                                  on 1998/05/14  22:24:26
2183         Log: integrate mainline
2184      Branch: win32/perl
2185            + Porting/Contract
2186           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
2187           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
2188           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
2189           +> utils/perlcc.PL
2190            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
2191            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
2192            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
2193            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
2194            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
2195            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
2196            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
2197            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
2198            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
2199            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
2200            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
2201            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
2202            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2203            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
2204            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
2205            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
2206            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
2207            ! win32/config.vc win32/config_H.bc win32/config_H.vc
2208            ! win32/win32.c x2p/find2perl.PL
2209           !> (integrate 59 files)
2210 ____________________________________________________________________________
2211 [   972] By: nick                                  on 1998/05/14  18:09:01
2212         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
2213              Remove K&R style functions, avoid struct/typedef clash. 
2214      Branch: ansiperl
2215            ! bytecode.h byterun.c sv.c toke.c
2216 ____________________________________________________________________________
2217 [   971] By: TimBunce                              on 1998/05/14  16:52:19
2218         Log: 
2219              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
2220              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2221              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
2222              Files:  pp.c
2223      Branch: maint-5.004/perl
2224            ! pp.c
2225 ____________________________________________________________________________
2226 [   970] By: TimBunce                              on 1998/05/14  16:18:06
2227         Log: 
2228              Title:  "perlbug reformatted"
2229              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
2230              <hv@crypt0.demon.co.uk>
2231              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
2232              <l03130300b17cebcb6d33@[194.222.64.89]>,
2233              <v03110702b17ccbab6824@[195.95.102.67]>
2234              Files:  utils/perlbug.PL
2235      Branch: maint-5.004/perl
2236            ! utils/perlbug.PL
2237 ____________________________________________________________________________
2238 [   969] By: mbeattie                              on 1998/05/14  16:15:09
2239         Log: Integrate win32 branch into mainline
2240      Branch: perl
2241           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
2242           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
2243            - ext/DynaLoader/DynaLoader.pm
2244           !> (integrate 118 files)
2245 ____________________________________________________________________________
2246 [   968] By: mbeattie                              on 1998/05/14  16:05:57
2247         Log: Bump patchlevel to 65
2248      Branch: perl
2249            ! patchlevel.h
2250 ____________________________________________________________________________
2251 [   967] By: mbeattie                              on 1998/05/14  16:05:19
2252         Log: Another fixup of MANIFEST
2253      Branch: perl
2254            ! MANIFEST
2255 ____________________________________________________________________________
2256 [   966] By: mbeattie                              on 1998/05/14  16:02:20
2257         Log: Add missing files to MANIFEST
2258      Branch: perl
2259            ! MANIFEST
2260 ____________________________________________________________________________
2261 [   965] By: TimBunce                              on 1998/05/14  16:00:11
2262         Log: 
2263              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
2264              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
2265              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
2266              Files:  gv.h gv.c op.c
2267      Branch: maint-5.004/perl
2268            ! gv.c gv.h op.c
2269 ____________________________________________________________________________
2270 [   964] By: mbeattie                              on 1998/05/14  15:58:01
2271         Log: Subject: [PATCH] Using Getopts::* with strict vars
2272              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
2273              From: Tom Phoenix <rootbeer@teleport.com>
2274      Branch: perl
2275            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
2276 ____________________________________________________________________________
2277 [   963] By: mbeattie                              on 1998/05/14  15:56:53
2278         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
2279              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
2280              From: epeschko@den-mdev1 (Ed Peschko)
2281      Branch: perl
2282            + utils/perlcc.PL
2283            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
2284            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
2285 ____________________________________________________________________________
2286 [   962] By: mbeattie                              on 1998/05/14  15:45:28
2287         Log: From: Dan Sugalski <sugalskd@ous.edu>
2288              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
2289              Date: Wed, 08 Apr 1998 17:08:48 -0700
2290              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
2291              Date: Fri, 08 May 1998 10:49:16 -0700
2292      Branch: perl
2293            ! ext/Thread/Thread.pm
2294 ____________________________________________________________________________
2295 [   961] By: mbeattie                              on 1998/05/14  15:43:39
2296         Log: Subject: Consolidated patch to 5.004_64
2297              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
2298              From: Charles Bailey <BAILEY@newman.upenn.edu>
2299      Branch: perl
2300            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
2301            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
2302            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
2303            ! vms/perlvms.pod
2304 ____________________________________________________________________________
2305 [   960] By: mbeattie                              on 1998/05/14  15:41:41
2306         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
2307              Date: 07 Apr 1998 18:31:21 +0200
2308              From: JVromans@Squirrel.nl (Johan Vromans)
2309      Branch: perl
2310            ! lib/Getopt/Long.pm
2311 ____________________________________________________________________________
2312 [   959] By: mbeattie                              on 1998/05/14  15:39:29
2313         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2314              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
2315              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
2316              Subject: [PATCH] perl 5.004_64+Config_04
2317              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
2318      Branch: perl
2319            ! lib/Benchmark.pm pod/perlfunc.pod
2320 ____________________________________________________________________________
2321 [   958] By: mbeattie                              on 1998/05/14  15:36:30
2322         Log: From: kstar@chapin.edu
2323              Subject: [PATCH] hints for Irix 6
2324              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
2325              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
2326              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
2327      Branch: perl
2328            ! INSTALL hints/irix_6.sh installperl
2329 ____________________________________________________________________________
2330 [   957] By: mbeattie                              on 1998/05/14  15:33:48
2331         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
2332              Date: Mon, 06 Apr 1998 21:09:24 +0200
2333              From: Achim Bohnet <ach@mpe.mpg.de>
2334      Branch: perl
2335            ! lib/ExtUtils/Install.pm
2336 ____________________________________________________________________________
2337 [   956] By: mbeattie                              on 1998/05/14  15:32:39
2338         Log: Subject: [PATCH] Config: Irix 5 hints
2339              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
2340              From: kstar@O2.chapin.edu
2341      Branch: perl
2342            ! hints/irix_5.sh
2343 ____________________________________________________________________________
2344 [   955] By: mbeattie                              on 1998/05/14  15:31:12
2345         Log: Subject: PATCH: h2ph produces incorrect code
2346              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
2347              From: Billy <wdconsta@cs.adelaide.edu.au>
2348      Branch: perl
2349            ! utils/h2ph.PL
2350 ____________________________________________________________________________
2351 [   954] By: mbeattie                              on 1998/05/14  15:29:27
2352         Log: Subject: [PATCH] perldebug.pod
2353              Date: Mon, 6 Apr 1998 00:36:57 -0600
2354              From: jason stewart <jasons@sandy-home.arc.unm.edu>
2355      Branch: perl
2356            ! pod/perldebug.pod
2357 ____________________________________________________________________________
2358 [   953] By: mbeattie                              on 1998/05/14  15:28:00
2359         Log: From: Dominic Dunlop <domo@vo.lu>
2360              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
2361              Date: Wed, 6 May 1998 14:39:32 +0000
2362              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
2363              Date: Sat, 4 Apr 1998 19:44:34 +0000
2364      Branch: perl
2365            ! hints/machten.sh t/op/hashwarn.t
2366 ____________________________________________________________________________
2367 [   952] By: mbeattie                              on 1998/05/14  15:23:19
2368         Log: New pod/perldelta.pod (previous one branched in last change):
2369              Subject: [PATCH 5.004_64] Start new perldelta
2370              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
2371              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2372      Branch: perl
2373            + pod/perldelta.pod
2374 ____________________________________________________________________________
2375 [   951] By: mbeattie                              on 1998/05/14  15:20:43
2376         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2377              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
2378              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
2379              Subject: [PATCH 5.004_64] Start new perldelta
2380              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
2381              (above branched perldelta -> perldelta4, new perldelta will be
2382              created/added next change)
2383              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
2384              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
2385      Branch: perl
2386            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
2387            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
2388           +> pod/perldelta4.pod
2389            - pod/perldelta.pod
2390            ! MANIFEST hints/svr4.sh
2391 ____________________________________________________________________________
2392 [   949] By: TimBunce                              on 1998/05/14  15:11:30
2393         Log: 
2394              Title:  "while($x=<>) no longer warns (implicit defined added)"
2395              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
2396              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
2397              Files:  MANIFEST op.c t/op/defins.t
2398      Branch: maint-5.004/perl
2399            + t/op/defins.t
2400            ! MANIFEST op.c
2401 ____________________________________________________________________________
2402 [   948] By: mbeattie                              on 1998/05/14  15:09:51
2403         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2404              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
2405              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
2406              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
2407              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
2408              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
2409              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
2410              Subject: [PATCH 5.004_64] Config_64-03-04.diff
2411              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
2412      Branch: perl
2413            + README.beos beos/nm.c hints/beos.sh
2414            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
2415            ! Porting/Glossary Porting/config.sh Porting/config_H
2416            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
2417            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
2418            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
2419            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
2420            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
2421            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
2422            ! win32/config.vc win32/config_H.bc win32/config_H.vc
2423 ____________________________________________________________________________
2424 [   946] By: TimBunce                              on 1998/05/14  15:07:06
2425         Log: 
2426              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
2427              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2428              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
2429              Files:  perl.c sv.c t/op/misc.t
2430      Branch: maint-5.004/perl
2431            ! perl.c sv.c t/op/misc.t
2432 ____________________________________________________________________________
2433 [   945] By: mbeattie                              on 1998/05/14  15:00:31
2434         Log: Subject: Perl Social Contract
2435              Date: 13 Apr 1998 06:16:59 -0700
2436              From: Russ Allbery <rra@stanford.edu>
2437      Branch: perl
2438            + Porting/Contract
2439 ____________________________________________________________________________
2440 [   944] By: TimBunce                              on 1998/05/14  14:59:37
2441         Log: 
2442              Title:  "5.004_04-m2 Cleanup of test failures"
2443              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2444              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
2445              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
2446              win32/config.bc win32/config.vc
2447      Branch: maint-5.004/perl
2448            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
2449            ! win32/config.bc win32/config.vc
2450 ____________________________________________________________________________
2451 [   943] By: mbeattie                              on 1998/05/14  14:58:13
2452         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
2453              Subject: [PATCH 5.004_64] Test.pm update
2454              Date: Sat, 4 Apr 1998 08:33:50 -0500
2455              Subject: [PATCH 5.004_64] modcount + comments
2456              Date: Fri, 17 Apr 1998 16:07:35 -0400
2457      Branch: perl
2458            ! lib/Test.pm op.c thrdvar.h
2459 ____________________________________________________________________________
2460 [   942] By: mbeattie                              on 1998/05/14  14:49:43
2461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2462              Subject: [PATCH 5.004_64] newSV
2463              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
2464              Subject: [PATCH 5.004_64] Cryptic error from B::CC
2465              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
2466      Branch: perl
2467            ! ext/B/B/CC.pm handy.h proto.h sv.c
2468 ____________________________________________________________________________
2469 [   941] By: mbeattie                              on 1998/05/14  14:47:29
2470         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2471              Subject: [PATCH 5.004_64] anydbm.t
2472              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
2473              Subject: [PATCH 5.004_64] threads on OS/2
2474              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
2475              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
2476              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
2477              Subject: [PATCH 5.004_64] Immediate stop in debugger
2478              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
2479              Subject: [PATCH 5.005_64] ptags broken
2480              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
2481              Subject: [PATCH 5.004_64] Document switch syntax via RE
2482              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
2483      Branch: perl
2484            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
2485            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
2486            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
2487 ____________________________________________________________________________
2488 [   940] By: mbeattie                              on 1998/05/14  14:38:44
2489         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
2490              Date: Fri, 03 Apr 1998 16:01:57 -0800
2491              From: Dan Sugalski <sugalskd@osshe.edu>
2492      Branch: perl
2493            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
2494            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
2495 ____________________________________________________________________________
2496 [   939] By: mbeattie                              on 1998/05/14  14:35:42
2497         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
2498              Date: Fri, 03 Apr 1998 13:58:15 -0800
2499              From: Dan Sugalski <sugalskd@osshe.edu>
2500      Branch: perl
2501            ! perl.c
2502 ____________________________________________________________________________
2503 [   938] By: gsar                                  on 1998/05/14  10:53:55
2504         Log: merge change#896 from maintbranch
2505      Branch: win32/perl
2506            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
2507            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
2508            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
2509            ! t/op/gv.t t/op/misc.t t/op/pack.t
2510 ____________________________________________________________________________
2511 [   937] By: gsar                                  on 1998/05/14  09:31:34
2512         Log: merge change#887 from maintbranch
2513      Branch: win32/perl
2514            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
2515            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
2516            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
2517            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
2518            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
2519            ! t/op/stat.t toke.c utils/h2xs.PL
2520 ____________________________________________________________________________
2521 [   936] By: gsar                                  on 1998/05/14  09:06:18
2522         Log: merge change#886 from maintbranch
2523      Branch: win32/perl
2524            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
2525            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
2526            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
2527            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
2528            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2529            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
2530            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
2531            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
2532            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
2533            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
2534            ! vms/test.com
2535 ____________________________________________________________________________
2536 [   935] By: gsar                                  on 1998/05/14  07:00:02
2537         Log: merge changes#872,873 from maintbranch
2538      Branch: win32/perl
2539            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
2540            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
2541            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
2542            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
2543            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
2544            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
2545            ! utils/perldoc.PL
2546 ____________________________________________________________________________
2547 [   934] By: gsar                                  on 1998/05/14  06:24:38
2548         Log: merge changes#755..759,763,764 from maintbranch
2549      Branch: win32/perl
2550            + hints/openbsd.sh
2551            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
2552            ! t/op/pos.t utils/perldoc.PL
2553 ____________________________________________________________________________
2554 [   933] By: gsar                                  on 1998/05/14  06:07:31
2555         Log: merge change#754 from maintbranch
2556      Branch: win32/perl
2557            ! perl.c
2558 ____________________________________________________________________________
2559 [   932] By: gsar                                  on 1998/05/14  06:03:50
2560         Log: merge changes#752,753 from maintbranch
2561      Branch: win32/perl
2562            + t/op/pos.t
2563            ! README ext/GDBM_File/GDBM_File.pm
2564            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
2565 ____________________________________________________________________________
2566 [   931] By: gsar                                  on 1998/05/14  05:51:19
2567         Log: merge change#745 from maintbranch
2568      Branch: win32/perl
2569            + ext/DynaLoader/DynaLoader.pm.PL
2570            - ext/DynaLoader/DynaLoader.pm
2571            ! MANIFEST ext/DynaLoader/Makefile.PL
2572 ____________________________________________________________________________
2573 [   930] By: nick                                  on 1998/05/13  20:39:59
2574         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
2575      Branch: ansiperl
2576            ! utils/perldoc.PL
2577           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
2578           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
2579           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
2580           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
2581           !> win32/makedef.pl win32/makefile.mk
2582 ____________________________________________________________________________
2583 [   929] By: gsar                                  on 1998/05/13  10:13:36
2584         Log: merge change#687 from maintbranch
2585      Branch: win32/perl
2586            ! pod/perlfunc.pod
2587 ____________________________________________________________________________
2588 [   928] By: gsar                                  on 1998/05/13  10:08:13
2589         Log: merge change#683 from maintbranch
2590      Branch: win32/perl
2591            ! pod/perlguts.pod
2592 ____________________________________________________________________________
2593 [   927] By: gsar                                  on 1998/05/13  09:51:43
2594         Log: merge change#681 from maintbranch
2595      Branch: win32/perl
2596            ! ext/Fcntl/Fcntl.pm
2597 ____________________________________________________________________________
2598 [   926] By: gsar                                  on 1998/05/13  09:47:11
2599         Log: merge change#664 from maint branch
2600      Branch: win32/perl
2601            ! regcomp.c regcomp.h regexec.c
2602 ____________________________________________________________________________
2603 [   925] By: gsar                                  on 1998/05/13  08:55:28
2604         Log: merge missing part of change#663 from maint branch
2605      Branch: win32/perl
2606            ! op.c
2607 ____________________________________________________________________________
2608 [   924] By: gsar                                  on 1998/05/12  18:50:04
2609         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
2610              and seems to generate problematic code for PII.
2611      Branch: win32/perl
2612            ! win32/makefile.mk
2613 ____________________________________________________________________________
2614 [   923] By: gsar                                  on 1998/05/12  16:24:02
2615         Log: fix test failure
2616              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
2617              Date:    Tue, 12 May 1998 10:40:57 BST
2618              From:    Nick.Ing-Simmons@tiuk.ti.com
2619              Subject: test buglet
2620      Branch: win32/perl
2621            ! t/op/hashwarn.t
2622 ____________________________________________________________________________
2623 [   922] By: TimBunce                              on 1998/05/11  20:58:58
2624         Log: Assorted patches:
2625              
2626              ------  CORE LANGUAGE  ------
2627              
2628              Title:  "incorrect return value for hv_iterinit"
2629              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2630              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
2631              Files:  pod/perlguts.pod hv.c
2632              
2633              ------  DOCUMENTATION  ------
2634              
2635              Title:  "perlvar.pod buglet E<EVMSERR>"
2636              From:  Achim Bohnet <ach@mpe.mpg.de>
2637              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
2638              Files:  pod/perlvar.pod
2639              
2640              Title:  "Improve docs for warning about code after an exec()"
2641              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
2642              <chaimf@concentric.net>
2643              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
2644              <m3ra22qn1z.fsf@chany-p100.emwp.com>
2645              Files:  pod/perlfunc.pod
2646              
2647              Title:  "Remove dead code from pod2man"
2648              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2649              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
2650              Files:  pod/pod2man.PL
2651              
2652              Title:  "tweak doc for C<do FILENAME>"
2653              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2654              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
2655              Files:  pod/perlfunc.pod
2656              
2657              Title:  "Document integer pragma effect on % operator"
2658              From:  Gisle Aas <gisle@aas.no>
2659              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
2660              Files:  pod/perlop.pod
2661              
2662              Title:  "Reduce rm command line length in pod/Makefile"
2663              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
2664              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
2665              Files:  pod/Makefile
2666              
2667              ------  EXTENSIONS  ------
2668              
2669              Title:  "Clarify Termios usage in POSIX.pod"
2670              From:  Rocco Caputo <troc@netrus.net>
2671              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
2672              Files:  ext/POSIX/POSIX.pod
2673              
2674              ------  LIBRARY  ------
2675              
2676              Title:  "Fix File::Find::finddepth typo in trial 2 release"
2677              From:  koenig@kulturbox.de (Andreas J. Koenig)
2678              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
2679              Files:  lib/File/Find.pm t/lib/filefind.t
2680              
2681              ------  PORTABILITY - GENERAL  ------
2682              
2683              Title:  "Add Porting/patching.pod document"
2684              From:  Daniel Grisinger <dgris@tdrenterprises.com>
2685              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
2686              Files:  MANIFEST Porting/patching.pod
2687              
2688              Title:  "hints/machten.sh: disable semctl(), align with devel version"
2689              From:  Dominic Dunlop <domo@vo.lu>
2690              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
2691              Files:  hints/machten.sh
2692              
2693              Title:  "Add VMS specifics to Porting/makerel"
2694              From:  Charles Bailey <BAILEY@newman.upenn.edu>
2695              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
2696              <199804271732.SAA13762@toad.ig.co.uk>,
2697              <9804250212.AA27695@forte.com>
2698              Files:  Porting/makerel
2699      Branch: maint-5.004/perl
2700            + Porting/patching.pod
2701            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
2702            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
2703            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
2704            ! t/lib/filefind.t
2705 ____________________________________________________________________________
2706 [   921] By: gsar                                  on 1998/05/10  02:28:03
2707         Log: various tweaks to makefiles
2708      Branch: win32/perl
2709            ! win32/Makefile win32/makedef.pl win32/makefile.mk
2710 ____________________________________________________________________________
2711 [   920] By: gsar                                  on 1998/05/10  02:27:19
2712         Log: fix ExtUtils::Liblist mishandling paths with spaces
2713      Branch: win32/perl
2714            ! lib/ExtUtils/Liblist.pm
2715 ____________________________________________________________________________
2716 [   919] By: gsar                                  on 1998/05/09  17:10:15
2717         Log: minor cleanup
2718      Branch: win32/perl
2719            ! MANIFEST perl.c
2720 ____________________________________________________________________________
2721 [   918] By: gsar                                  on 1998/05/09  17:09:09
2722         Log: protect sortcop from C<sort { sort { ... } ... } ...>
2723              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
2724              Date:    Fri, 08 May 1998 19:33:44 EDT
2725              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
2726              Subject: [PATCH] Re: double recursion in sort 
2727      Branch: win32/perl
2728            ! pp_ctl.c t/op/runlevel.t
2729 ____________________________________________________________________________
2730 [   917] By: gsar                                  on 1998/05/09  17:05:55
2731         Log: c
2732      Branch: win32/perl
2733            ! win32/config.bc win32/config.gc win32/config.vc
2734 ____________________________________________________________________________
2735 [   916] By: gsar                                  on 1998/05/07  03:40:15
2736         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
2737      Branch: win32/perl
2738            ! pp.c
2739 ____________________________________________________________________________
2740 [   915] By: mbeattie                              on 1998/05/06  13:08:29
2741         Log: Speed up pp_entersub for usethreads with only 1 thread running.
2742      Branch: perl
2743            ! pp_hot.c
2744 ____________________________________________________________________________
2745 [   914] By: gsar                                  on 1998/05/03  18:44:38
2746         Log: make hv_iterinit() return HvKEYS()
2747              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
2748              Date:    Sat, 02 May 1998 16:29:22 EDT
2749              From:    "SynaptiCAD, Inc." <sales@syncad.com>
2750              Subject: incorrect return value for hv_iterinit
2751      Branch: win32/perl
2752            ! hv.c pod/perlguts.pod
2753 ____________________________________________________________________________
2754 [   913] By: TimBunce                              on 1998/05/01  22:38:38
2755         Log: Update MANIFEST for trial 2.
2756              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
2757      Branch: maint-5.004/perl
2758            ! MANIFEST
2759 ____________________________________________________________________________
2760 [   912] By: TimBunce                              on 1998/05/01  22:30:29
2761         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
2762      Branch: maint-5.004/perl
2763            + t/op/tiehandle.t
2764 ____________________________________________________________________________
2765 [   911] By: TimBunce                              on 1998/05/01  21:35:03
2766         Log: 
2767              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
2768              From:  timbo@ig.co.uk (Tim Bunce)
2769              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
2770              Files:  perl.h
2771              
2772              Title:  "Add WRITE & CLOSE to TIEHANDLE"
2773              From:  Graham Barr <gbarr@pobox.com>
2774              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
2775              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
2776      Branch: maint-5.004/perl
2777            + lib/Tie/Handle.pm
2778            ! perl.h pod/perltie.pod pp_sys.c
2779 ____________________________________________________________________________
2780 [   910] By: TimBunce                              on 1998/05/01  20:47:47
2781         Log: 
2782              Title:  "Add warning for Illegal hex digit"
2783              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
2784              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
2785              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
2786              <199804271409.PAA12819@toad.ig.co.uk>,
2787              <199804280307.WAA12332@psasolar.psa.pencom.com>
2788              Files:  pod/perldiag.pod util.c
2789              
2790              Title:  "perl_call_method() bug fix (corrupt op pointer)"
2791              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
2792              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
2793              Files:  perl.c
2794              
2795              Title:  "Fix printf segmentation fault"
2796              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
2797              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
2798              Files:  pp_hot.c
2799              
2800              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
2801              From:  Charles Bailey <BAILEY@newman.upenn.edu>
2802              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
2803              Files:  pod/perlsub.pod
2804      Branch: maint-5.004/perl
2805            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
2806 ____________________________________________________________________________
2807 [   909] By: TimBunce                              on 1998/05/01  19:44:47
2808         Log: 
2809              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
2810              Files:  doio.c util.c
2811      Branch: maint-5.004/perl
2812            ! doio.c util.c
2813 ____________________________________________________________________________
2814 [   908] By: gsar                                  on 1998/05/01  19:21:02
2815         Log: add AS patch#20 (exposes more global constants)
2816      Branch: asperl
2817            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
2818            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
2819            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
2820 ____________________________________________________________________________
2821 [   907] By: TimBunce                              on 1998/05/01  17:50:46
2822         Log: 
2823              Title:  "Runtime Carp verbosity without aliasing"
2824              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
2825              Msg-ID:  <H00000e50003936c@MHS>
2826              Files:  lib/Carp.pm
2827              
2828              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
2829              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
2830              <rootbeer@teleport.com>
2831              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
2832              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
2833              Files:  lib/File/Basename.pm
2834      Branch: maint-5.004/perl
2835            ! lib/Carp.pm lib/File/Basename.pm
2836 ____________________________________________________________________________
2837 [   906] By: TimBunce                              on 1998/04/28  11:04:49
2838         Log: 
2839              ------  CORE LANGUAGE  ------
2840              
2841              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
2842              references in LVs"
2843              From:  Spider Boardman <spider@orb.nashua.nh.us>
2844              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
2845              <19980422164037.D29222@perl.org>
2846              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
2847              pp.c sv.c
2848              
2849              Title:  "Fix SvGMAGIC typo in change 904"
2850              Files:  doop.c
2851      Branch: maint-5.004/perl
2852            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
2853            ! proto.h sv.c
2854 ____________________________________________________________________________
2855 [   905] By: TimBunce                              on 1998/04/28  10:32:20
2856         Log: Regexp patches
2857              
2858              Title:  "New regex flag //t to leave $1 etc. tainted"
2859              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
2860              Msg-ID:  <19980310192640.37826@cyprus>
2861              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
2862              t/op/taint.t toke.c
2863              
2864              Title:  "Don't accidentally untaint target of s///"
2865              From:  Chip Salzenberg <chip@pobox.com>
2866              Msg-ID:  <19980310151756.24767@cyprus>
2867              Files:  pp_ctl.c pp_hot.c t/op/taint.t
2868              
2869              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
2870              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
2871              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
2872              Files:  regcomp.c
2873      Branch: maint-5.004/perl
2874            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
2875            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
2876 ____________________________________________________________________________
2877 [   904] By: TimBunce                              on 1998/04/27  20:20:21
2878         Log: Assorted patches:
2879              
2880              ------  CORE LANGUAGE  ------
2881              
2882              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
2883              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
2884              <Tim.Bunce@ig.co.uk>
2885              Msg-ID:  <19980424080630.D13985@perl.org>
2886              Files:  doop.c
2887              
2888              Title:  "Better error message for require failure"
2889              From:  epeschko@den-mdev1 (Ed Peschko)
2890              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
2891              Files:  pod/perldiag.pod pp_ctl.c
2892              
2893              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
2894              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2895              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
2896              Files:  perl.c
2897              
2898              Title:  "Fix nice_chunk memory leak"
2899              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2900              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
2901              Files:  sv.c
2902              
2903              Title:  "-2.0 vs. -2 (was Number representations)"
2904              From:  Chip Salzenberg <chip@pobox.com>
2905              Msg-ID:  <19980309185652.11231@cyprus>
2906              Files:  op.c
2907              
2908              Title:  "perl.c fixes for -DUNEXEC"
2909              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
2910              <mwette@mr-ed.jpl.nasa.gov>
2911              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
2912              Files:  perl.c
2913              
2914              ------  DOCUMENTATION  ------
2915              
2916              Title:  "perlcall is Perl from C, not C from Perl"
2917              From:  Steve A Fink <sfink@cs.berkeley.edu>
2918              Files:  pod/perlembed.pod
2919              
2920              Title:  "Clarify require "Foo::Bar" non-bareword issue"
2921              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
2922              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
2923              Files:  pod/perlfunc.pod
2924              
2925              Title:  "(repost) new text for perlsec", "new text for perlsec"
2926              From:  Tom Phoenix <rootbeer@teleport.com>
2927              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
2928              Files:  pod/perlsec.pod
2929              
2930              ------  EXTENSIONS  ------
2931              
2932              Title:  "IO::Socket->socketpair broken (typo)"
2933              From:  Olaf Titz <olaf@bigred.inka.de>
2934              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
2935              Files:  ext/IO/lib/IO/Socket.pm
2936              
2937              Title:  "NDBM_File man page needs Fcntl"
2938              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
2939              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
2940              Files:  ext/NDBM_File/NDBM_File.pm
2941              
2942              ------  LIBRARY  ------
2943              
2944              Title:  "Documentation discrepancy: pragmatic modules"
2945              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
2946              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
2947              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
2948              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
2949              
2950              ------  PORTABILITY - GENERAL  ------
2951              
2952              Title:  "Updated hints file for svr4"
2953              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2954              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
2955              Files:  hints/svr4.sh
2956              
2957              Title:  "Pumpkin update -- shared libperl.so location"
2958              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2959              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
2960              Files:  Porting/pumpkin.pod
2961              
2962              Title:  "perl compile fix for AIX 4.3"
2963              From:  Jens-Uwe Mager <jum@helios.de>
2964              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
2965              Files:  ext/DynaLoader/dl_aix.xs
2966              
2967              Title:  "Dynaloader build on VMS",
2968              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
2969              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
2970              Files:  vms/descrip.mms
2971              
2972              ------  UTILITIES  ------
2973              
2974              Title:  "Major update to h2ph.PL"
2975              From:  Billy <wdconsta@cs.adelaide.edu.au>
2976              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
2977              Files:  utils/h2ph.PL
2978      Branch: maint-5.004/perl
2979            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
2980            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
2981            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
2982            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2983            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
2984 ____________________________________________________________________________
2985 [   903] By: gsar                                  on 1998/04/25  22:27:19
2986         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
2987      Branch: asperl
2988            ! win32/GenCAPI.pl
2989 ____________________________________________________________________________
2990 [   902] By: nick                                  on 1998/04/25  16:35:08
2991         Log: Case sensitive tweak to perldoc.PL
2992      Branch: ansiperl
2993            ! utils/perldoc.PL
2994 ____________________________________________________________________________
2995 [   901] By: nick                                  on 1998/04/25  15:16:54
2996         Log: Implement use attrs qw(locked package);
2997              Passes all tests except posix (hangs/dies) in sigaction test after 
2998              printing "ok 9".
2999      Branch: ansiperl
3000            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
3001 ____________________________________________________________________________
3002 [   900] By: nick                                  on 1998/04/25  13:58:17
3003         Log: Auto-insert defined() test in while when test expression is 
3004              readline (i.e. <>), glob, readdir, or each.
3005      Branch: ansiperl
3006            + t/op/defins.t
3007            ! op.c pod/perlop.pod
3008 ____________________________________________________________________________
3009 [   899] By: nick                                  on 1998/04/25  13:14:52
3010         Log: Resolve ansiperl against win32 branch
3011      Branch: ansiperl
3012           +> (branch 53 files)
3013            - config_H
3014           !> (integrate 227 files)
3015 ____________________________________________________________________________
3016 [   898] By: gsar                                  on 1998/04/24  17:01:05
3017         Log: add AS patch#18
3018      Branch: asperl
3019            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
3020 ____________________________________________________________________________
3021 [   897] By: TimBunce                              on 1998/04/23  19:49:22
3022         Log: Assorted patches:
3023              
3024              ------  CORE LANGUAGE  ------
3025              
3026              Title:  "fix for "Unbalanced string table refcount""
3027              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3028              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
3029              Files:  sv.c
3030              
3031              Title:  "Allow more lenient switch processing"
3032              From:  "John L. Allen" <allen@grumman.com>
3033              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
3034              Files:  perl.c
3035              
3036              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
3037              From:  Gisle Aas <gisle@aas.no>
3038              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
3039              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
3040              
3041              Title:  "Odd number of elements in hash list."
3042              From:  Tom Phoenix <rootbeer@teleport.com>
3043              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
3044              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
3045              
3046              Title:  "another destruct_level fix"
3047              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3048              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
3049              Files:  hv.c
3050              
3051              Title:  "bidirectional pipe warning blues"
3052              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
3053              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
3054              Files:  doio.c
3055              
3056              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
3057              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
3058              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
3059              Files:  pp_hot.c pp_sys.c
3060              
3061              Title:  "unimplemented umask() should return undef not die"
3062              From:  kstar@chapin.edu (Kurt D. Starsinic)
3063              Msg-ID:  <199803120515.VAA08660@chapin.edu>
3064              Files:  pod/perlfunc.pod pp_sys.c
3065              
3066              Title:  "warning for: bless $foo, """
3067              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
3068              Msg-ID:  <H00000e5000378a0@MHS>
3069              Files:  pod/perldiag.pod pp.c
3070              
3071              ------  DOCUMENTATION  ------
3072              
3073              Title:  "Mention SWIG in perlxs.pod"
3074              From:  Steve A Fink <sfink@cs.berkeley.edu>
3075              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
3076              Files:  pod/perlxs.pod
3077              
3078              Title:  "fix-up of previous perlre.pod patch"
3079              From:  Ted Ashton <ashted@southern.edu>
3080              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
3081              Files:  pod/perlre.pod
3082              
3083              Title:  "long list of man page nitpicks"
3084              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
3085              <tchrist@jhereg.perl.com>
3086              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
3087              <199804222204.QAA20805@jhereg.perl.com>
3088              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
3089              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
3090              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3091              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
3092              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
3093              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
3094              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3095              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3096              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
3097              pod/pod2man.PL
3098              
3099              Title:  "document that system() does not set $! when it fails"
3100              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
3101              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
3102              Files:  pod/perlfunc.pod
3103              
3104              Title:  "Fix pod/roffitall execute permission"
3105              From:  lvirden@cas.org
3106              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
3107              Files:  pod/roffitall
3108              
3109              Title:  "document when split ignores trailing empty fields"
3110              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
3111              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
3112              Files:  pod/perlfunc.pod
3113              
3114              ------  EXTENSIONS  ------
3115              
3116              Title:  "Buglet in Opcode.pm documentation"
3117              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
3118              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
3119              Files:  ext/Opcode/Opcode.pm
3120              
3121              Title:  "Failure to append to perllocal.pod should not be fatal"
3122              From:  koenig@kulturbox.de (Andreas J. Koenig)
3123              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
3124              Files:  lib/ExtUtils/MM_Unix.pm
3125              
3126              Title:  "Document that IO.pm does not load IO::Select etc"
3127              From:  Graham Barr <gbarr@ti.com>
3128              Msg-ID:  <353B48F1.64E35A63@ti.com>
3129              Files:  ext/IO/IO.pm
3130              
3131              Title:  "Install extensions with bootstrap (again) in $archlib"
3132              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
3133              Koenig)
3134              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
3135              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
3136              Files:  lib/ExtUtils/Install.pm
3137              
3138              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
3139              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3140              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
3141              Files:  ext/Socket/Socket.xs
3142              
3143              ------  LIBRARY  ------
3144              
3145              Title:  "Benchmark.pm: add run-for-some-time mode"
3146              From:  Jarkko Hietaniemi <jhi@iki.fi>
3147              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
3148              Files:  lib/Benchmark.pm
3149              
3150              Title:  "Comments added to Carp.pm"
3151              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
3152              <chip@perlsupport.com>, Tom Christiansen
3153              <tchrist@jhereg.perl.com>
3154              Msg-ID:  <19980422164242.E29222@perl.org>,
3155              <199804222033.OAA17959@jhereg.perl.com>,
3156              <980409182357.ZM21638@bandanna>
3157              Files:  lib/Carp.pm
3158              
3159              Title:  "chat2.pl fix"
3160              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3161              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
3162              Files:  lib/chat2.pl
3163              
3164              Title:  "lib/Pod/Html.pm"
3165              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
3166              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
3167              <199710180417.AAA19778@staff2.cso.uiuc.edu>
3168              Files:  lib/Pod/Html.pm
3169              
3170              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
3171              arg."
3172              From:  hiroo.hayashi@computer.org
3173              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
3174              Files:  lib/Term/ReadLine.pm
3175              
3176              ------  OTHER CHANGES  ------
3177              
3178              Title:  "ptags broken"
3179              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3180              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
3181              Files:  emacs/ptags
3182              
3183              ------  PORTABILITY - WIN32  ------
3184              
3185              Title:  "win32 tweaks (signals and crypt support)"
3186              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3187              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
3188              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
3189              win32/config_H.vc win32/win32.c
3190              
3191              ------  PORTABILITY - GENERAL  ------
3192              
3193              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
3194              From:  Russ Allbery <rra@stanford.edu>
3195              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
3196              Files:  Porting/Contract
3197              
3198              Title:  "Config: Irix 5 hints"
3199              From:  kstar@O2.chapin.edu
3200              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
3201              Files:  hints/irix_5.sh
3202              
3203              Title:  "VMS patches to 5.004_03"
3204              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3205              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
3206              Files:  vms/vms.c
3207              
3208              Title:  "hints/netbsd.sh - enable vfork"
3209              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3210              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
3211              Files:  hints/netbsd.sh
3212              
3213              ------  UTILITIES  ------
3214              
3215              Title:  "support find2perl -follow"
3216              From:  Billy <wdconsta@cs.adelaide.edu.au>
3217              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
3218              Files:  x2p/find2perl.PL
3219      Branch: maint-5.004/perl
3220            + Porting/Contract t/op/hashwarn.t
3221            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3222            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
3223            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
3224            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3225            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3226            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
3227            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
3228            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
3229            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
3230            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
3231            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
3232            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
3233            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3234            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3235            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3236            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
3237            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
3238            ! win32/config_H.bc win32/config_H.vc win32/win32.c
3239            ! x2p/find2perl.PL
3240 ____________________________________________________________________________
3241 [   896] By: TimBunce                              on 1998/04/22  11:49:24
3242         Log: Assorted patches:
3243              
3244              ------  CORE LANGUAGE  ------
3245              
3246              Title:  "Additional regex-cache patch"
3247              From:  Chip Salzenberg <chip@atlantic.net>
3248              Msg-ID:  <19980305104831.38100@cyprus>
3249              Files:  pp_ctl.c
3250              
3251              Title:  "Conservative C<*x = undef> patch"
3252              From:  Chip Salzenberg <chip@atlantic.net>
3253              Msg-ID:  <19980310163310.48509@cyprus>
3254              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
3255              
3256              Title:  "Consider @ARGV to be plain files if inplace (-i)"
3257              From:  Chip Salzenberg <salzench@nielsenmedia.com>
3258              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
3259              Files:  doio.c
3260              
3261              Title:  "Fix semctl for Linux, Sun and SVR4"
3262              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
3263              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
3264              Files:  doio.c
3265              
3266              Title:  "C<dSP> entails using C<SP>, not C<sp>"
3267              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3268              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
3269              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
3270              doio.c doop.c ext/DB_File/DB_File.xs
3271              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
3272              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
3273              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
3274              win32/win32.c
3275              
3276              Title:  "Make autouse -w-safe"
3277              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3278              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
3279              Files:  lib/autouse.pm op.c sv.c
3280              
3281              Title:  "Misleading error on close of unopened handle"
3282              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3283              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
3284              Files:  doio.c
3285              
3286              Title:  "Confusing error from perl -e "x'""
3287              From:  Hans Mulder <hansmu@xs4all.nl>
3288              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
3289              Files:  toke.c
3290              
3291              Title:  "Add HAS_GNULIBC define"
3292              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3293              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
3294              Files:  config_H config_h.SH
3295              
3296              Title:  "h_errno might not be an int"
3297              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3298              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
3299              Files:  pp_sys.c
3300              
3301              Title:  "Revised taint hole closer", "Revised taint hole closer"
3302              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
3303              <ilya@math.ohio-state.edu>
3304              Msg-ID:  <19980310222127.09350@cyprus>,
3305              <199803110554.AAA29157@monk.mps.ohio-state.edu>
3306              Files:  doio.c
3307              
3308              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
3309              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
3310              van der Sanden)
3311              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
3312              <199803171727.MAA05234@aatma.engin.umich.edu>
3313              Files:  op.c t/op/misc.t
3314              
3315              Title:  "Stale SP in pp_substr"
3316              From:  Stephen McCamant <alias@mcs.com>
3317              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
3318              Files:  pp.c
3319              
3320              Title:  "Statement unlikely to be reached warning"
3321              From:  Hans Mulder <hansm@icgned.nl>
3322              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
3323              Files:  op.c
3324              
3325              Title:  "Tainting propagates from nowhere"
3326              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3327              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
3328              Files:  pp.c
3329              
3330              Title:  "two trivial tweaks to 5.004m5t1"
3331              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3332              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
3333              Files:  proto.h win32/Makefile
3334              
3335              Title:  "unpacking negatives on Alpha"
3336              From:  Achim Bohnet <ach@mpe.mpg.de>
3337              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
3338              Files:  pp.c t/op/pack.t
3339              
3340              ------  LIBRARY AND EXTENSIONS  ------
3341              
3342              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
3343              From:  Graham Barr <gbarr@ti.com>
3344              Msg-ID:  <3482F365.4A0486BA@ti.com>
3345              Files:  lib/Cwd.pm
3346              
3347              Title:  "Math/BigInt.pm, fixed use of undefined value."
3348              From:  abigail@fnx.com
3349              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
3350              Files:  lib/Math/BigInt.pm
3351              
3352              Title:  "File::Find rewrite"
3353              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3354              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
3355              Files:  lib/File/Find.pm
3356              
3357              Title:  "efficient version of strict.pm"
3358              From:  koenig@anna.mind.de (Andreas J. Koenig)
3359              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
3360              Files:  lib/strict.pm
3361              
3362              Title:  "Socket occasional SEGV in pack_sockaddr_un"
3363              From:  Trevor Blackwell <tlb@viaweb.com>
3364              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
3365              Files:  ext/Socket/Socket.xs
3366              
3367              Title:  "Warning on mis-use of 'use lib'"
3368              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
3369              <rootbeer@teleport.com>, chip@atlantic.net
3370              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
3371              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
3372              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
3373              Files:  lib/lib.pm
3374              
3375              Title:  "bug in Class::Struct"
3376              From:  Tom Christiansen <tchrist@toy.perl.com>
3377              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
3378              Files:  lib/Class/Struct.pm
3379              
3380              Title:  "Allow POSIX to export nice()"
3381              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
3382              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
3383              Files:  ext/POSIX/POSIX.pm
3384              
3385              Title:  "'use Env' on WinNT/95 fails"
3386              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3387              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
3388              Files:  lib/Env.pm
3389              
3390              ------  OTHER CHANGES  ------
3391              
3392              Title:  "mv-if-diff"
3393              From:  Robin Barker <rmb1@cise.npl.co.uk>
3394              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
3395              Files:  mv-if-diff
3396              
3397              ------  PORTABILITY - WIN32  ------
3398              
3399              Title:  "fix various problems with backticks on win32"
3400              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3401              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
3402              Files:  win32/config_h.PL win32/win32.c
3403              
3404              ------  TESTS  ------
3405              
3406              Title:  "Fix bug in locale.t"
3407              From:  Jarkko Hietaniemi <jhi@iki.fi>
3408              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
3409              Files:  t/pragma/locale.t
3410      Branch: maint-5.004/perl
3411            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
3412            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
3413            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
3414            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
3415            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
3416            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
3417            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
3418            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
3419            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
3420            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
3421            ! win32/Makefile win32/config_h.PL win32/win32.c
3422 ____________________________________________________________________________
3423 [   895] By: gsar                                  on 1998/04/22  03:13:19
3424         Log: intern -> sys_intern
3425      Branch: win32/perl
3426            ! embedvar.h interp.sym intrpvar.h win32/win32.h
3427 ____________________________________________________________________________
3428 [   894] By: gsar                                  on 1998/04/22  02:42:20
3429         Log: hand-applied patch along with small tweaks
3430              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
3431              Date:    Tue, 21 Apr 1998 23:31:06 +0200
3432              From:    jan.dubois@ibm.net (Jan Dubois)
3433              Subject: Re: Per-Interpreter variables for win32.c 
3434      Branch: win32/perl
3435            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
3436            ! win32/makedef.pl win32/win32.c win32/win32.h
3437 ____________________________________________________________________________
3438 [   893] By: gsar                                  on 1998/04/21  03:42:21
3439         Log: add AS patch#17
3440      Branch: asperl
3441            + win32/GenCAPI.pl
3442            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
3443            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3444            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
3445            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
3446            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
3447            ! win32/win32.c
3448 ____________________________________________________________________________
3449 [   892] By: gsar                                  on 1998/04/20  20:51:50
3450         Log: add AS patch#16
3451      Branch: asperl
3452            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
3453            ! win32/makefile.mk
3454 ____________________________________________________________________________
3455 [   891] By: gsar                                  on 1998/04/19  23:50:34
3456         Log: tweak doc for C<do FILENAME>
3457      Branch: win32/perl
3458            ! pod/perlfunc.pod
3459 ____________________________________________________________________________
3460 [   890] By: gsar                                  on 1998/04/19  01:08:11
3461         Log: use a pidtable that grows dynamically for popen()
3462              Message-Id: <3539f434.44835409@smtp1.ibm.net>
3463              Date:    Sat, 18 Apr 1998 21:01:27 +0200
3464              From:    jan.dubois@ibm.net (Jan Dubois)
3465              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
3466      Branch: win32/perl
3467            ! win32/win32.c
3468 ____________________________________________________________________________
3469 [   889] By: gsar                                  on 1998/04/17  02:13:58
3470         Log: support POSIX, enable more locale tests
3471      Branch: win32/perl
3472            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3473            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
3474            ! win32/makedef.pl win32/makefile.mk
3475 ____________________________________________________________________________
3476 [   888] By: mbeattie                              on 1998/04/14  16:22:51
3477         Log: CC did "<<" instead of ">>" for right-shift on ints.
3478      Branch: perl
3479            ! ext/B/B/CC.pm
3480 ____________________________________________________________________________
3481 [   887] By: TimBunce                              on 1998/04/10  17:44:55
3482         Log: Assorted patches:
3483              
3484              ------  CORE LANGUAGE  ------
3485              
3486              Title:  "Re: die exits with 0"
3487              From:  Robin Barker <rmb1@cise.npl.co.uk>
3488              Files:  perl.c t/op/die_exit.t
3489              
3490              Title:  "More toke.c commentary; fix oddity"
3491              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
3492              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
3493              Files:  toke.c
3494              
3495              Title:  "for semctl on solaris"
3496              From:  Graham Barr <gbarr@ti.com>
3497              Msg-ID:  <34624B80.C014E841@ti.com>
3498              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
3499              
3500              ------  DOCUMENTATION  ------
3501              
3502              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
3503              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
3504              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
3505              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
3506              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
3507              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
3508              Files:  pod/perlre.pod
3509              
3510              ------  LIBRARY AND EXTENSIONS  ------
3511              
3512              Title:  "BigFloat - small neagtive numbers cause panic"
3513              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
3514              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
3515              Files:  lib/Math/BigFloat.pm
3516              
3517              Title:  "Update Getopt::Long to 2.16"
3518              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
3519              <jvromans@squirrel.nl>
3520              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
3521              <13572.6847.863219.973795@phoenix.squirrel.nl>
3522              Files:  lib/Getopt/Long.pm
3523              
3524              Title:  "New Text::ParseWords"
3525              From:  pomeranz@netcom.com (Hal Pomeranz)
3526              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
3527              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
3528              
3529              Title:  "Fixed Text/Wrap.pm bugs (2)"
3530              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
3531              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
3532              Files:  lib/Text/Wrap.pm
3533              
3534              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
3535              print/exit)"
3536              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
3537              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
3538              Files:  lib/File/CheckTree.pm
3539              
3540              ------  OTHER CHANGES  ------
3541              
3542              Title:  "Add ./emacs/ptags"
3543              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3544              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
3545              Files:  emacs/ptags
3546              
3547              ------  TESTS  ------
3548              
3549              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
3550              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
3551              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
3552              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
3553              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
3554              <v02130515b06be80f1486@[205.228.240.16]>
3555              Files:  t/op/stat.t
3556              
3557              Title:  "for failure with lib/timelocal"
3558              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
3559              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
3560              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
3561              Files:  t/lib/timelocal.t
3562              
3563              Title:  "Make "localhost" related failures more clear"
3564              From:  Paul Hoffman <phoffman@proper.com>
3565              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
3566              Files:  t/lib/io_sock.t t/lib/io_udp.t
3567              
3568              ------  UTILITIES  ------
3569              
3570              Title:  "Let h2xs read multiple header files"
3571              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
3572              <bsugars@canoe.ca>
3573              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
3574              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
3575              Files:  utils/h2xs.PL
3576      Branch: maint-5.004/perl
3577            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3578            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
3579            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
3580            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
3581            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
3582            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
3583 ____________________________________________________________________________
3584 [   886] By: TimBunce                              on 1998/04/10  14:35:34
3585         Log: Changes relating primarily to portability.
3586              
3587              ------  CORE LANGUAGE  ------
3588              
3589              Title:  "5.004_55: Another round of OS/2 patches"
3590              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3591              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
3592              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
3593              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
3594              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
3595              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
3596              t/lib/filecopy.t util.c utils/perldoc.PL
3597              
3598              Title:  "VMS: chdir() with empty arg list"
3599              From:  lane@duphy4.drexel.edu (Charles Lane)
3600              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
3601              Files:  pp_sys.c
3602              
3603              ------  LIBRARY AND EXTENSIONS  ------
3604              
3605              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
3606              From:  "W. Phillip Moore" <wpm@ms.com>
3607              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
3608              Files:  lib/ExtUtils/MM_Unix.pm
3609              
3610              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
3611              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
3612              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
3613              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
3614              
3615              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
3616              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3617              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
3618              Files:  ext/POSIX/POSIX.xs
3619              
3620              Title:  ""ODBM_File.c", line 275: NULL undefined"
3621              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
3622              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
3623              Files:  ext/ODBM_File/ODBM_File.xs
3624              
3625              ------  OTHER CHANGES  ------
3626              Files:  
3627              
3628              ------  PORTABILITY - GENERAL  ------
3629              
3630              Title:  "5.004_04 QNX getcwd"
3631              From:  Norton Allen <allen@huarp.harvard.edu>
3632              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
3633              <199803061511.KAA22346@bottesini.harvard.edu>
3634              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
3635              
3636              Title:  "hints/netbsd.sh d_setrgid d_setruid"
3637              From:  Jarkko Hietaniemi <jhi@iki.fi>
3638              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
3639              Files:  hints/netbsd.sh
3640              
3641              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
3642              d_casti32=undef"
3643              From:  Tom Hughes <tom@compton.demon.co.uk>
3644              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
3645              Files:  hints/svr4.sh
3646              
3647              Title:  "hints/bsdos.sh patch for BSDI 3.1"
3648              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
3649              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
3650              Files:  hints/bsdos.sh
3651              
3652              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
3653              From:  Keong Lim <Keong.Lim@sr.com.au>
3654              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
3655              Files:  ext/DynaLoader/dl_hpux.xs
3656              
3657              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
3658              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
3659              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
3660              Files:  hints/aix.sh
3661              
3662              Title:  "alpha-dec_osf 5.0"
3663              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
3664              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
3665              Files:  hints/dec_osf.sh
3666              
3667              Title:  "Off-by-one error with OS2::PrfDB"
3668              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3669              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
3670              Files:  os2/OS2/PrfDB/PrfDB.xs
3671              
3672              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
3673              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3674              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
3675              Files:  hints/openbsd.sh
3676              
3677              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
3678              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3679              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
3680              Files:  hints/linux.sh
3681              
3682              Title:  "5.004_(04|63)] Close VMS security hole"
3683              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3684              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
3685              Files:  vms/vms.c
3686              
3687              Title:  "Re: Perl online documentation on OpenVMS"
3688              From:  pvhp@forte.com (Peter Prymmer)
3689              Msg-ID:  <9803192143.AA28120@forte.com>
3690              Files:  README.vms
3691              
3692              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
3693              vms/perly_c.vms and vms/perly_h.vms"
3694              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
3695              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
3696              Msg-ID:  <199710151650.JAA29185@wall.org>,
3697              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
3698              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
3699              Files:  vms/perly_c.vms
3700              
3701              Title:  "Updated, non-wordwrapped, patch to README.VMS"
3702              From:  Dan Sugalski <sugalskd@osshe.edu>
3703              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
3704              Files:  README.vms
3705              
3706              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
3707              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3708              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
3709              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
3710              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
3711              vms/ext/filespec.t
3712              
3713              Title:  "Re: VMSperl crashes on -Mblib argument"
3714              From:  bailey@newman.upenn.edu (Charles Bailey)
3715              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
3716              Files:  lib/blib.pm vms/vms.c
3717              
3718              Title:  "hints/linux.sh (MkLinux / PPC)"
3719              From:  pudge@pobox.com (Chris Nandor)
3720              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
3721              Files:  hints/linux.sh
3722              
3723              Title:  "hpux.sh hints file clarification suggestion"
3724              From:  root@qad.com
3725              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
3726              Files:  hints/hpux.sh
3727              
3728              Title:  "new hints/solaris_2.sh"
3729              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3730              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
3731              Files:  hints/solaris_2.sh
3732      Branch: maint-5.004/perl
3733            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
3734            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
3735            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
3736            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
3737            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
3738            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
3739            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3740            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
3741            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
3742            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
3743            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
3744            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
3745            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
3746            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
3747            ! vms/vms.c
3748 ____________________________________________________________________________
3749 [   885] By: gsar                                  on 1998/04/08  01:14:29
3750         Log: small tweaks to make it compile (doesn't run)
3751      Branch: asperl
3752            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
3753            ! win32/config.vc win32/makefile.mk
3754 ____________________________________________________________________________
3755 [   884] By: gsar                                  on 1998/04/08  00:14:13
3756         Log: integrate mainline changes
3757      Branch: asperl
3758           +> Changes5.004 ext/Thread/Thread/Signal.pm
3759           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
3760           +> lib/ExtUtils/inst t/op/hashwarn.t
3761            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
3762           !> (integrate 127 files)
3763 ____________________________________________________________________________
3764 [   883] By: gsar                                  on 1998/04/06  20:21:20
3765         Log: make old DomainName() implementation the default (so Win95
3766              is happy)
3767      Branch: win32/perl
3768            ! win32/win32.c
3769 ____________________________________________________________________________
3770 [   882] By: gsar                                  on 1998/04/05  23:32:33
3771         Log: fix memory leaks in offer_nice_chunk()
3772      Branch: win32/perl
3773            ! perl.h sv.c
3774 ____________________________________________________________________________
3775 [   881] By: gsar                                  on 1998/04/04  23:11:52
3776         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
3777      Branch: win32/perl
3778            ! cop.h util.c
3779 ____________________________________________________________________________
3780 [   880] By: gsar                                  on 1998/04/04  22:35:54
3781         Log: fix refcounting of GvSTASH() when glob becomes nought
3782              (this takes care of the "unbalanced strtab refcount" problem)
3783      Branch: win32/perl
3784            ! sv.c
3785 ____________________________________________________________________________
3786 [   879] By: gsar                                  on 1998/04/04  21:16:17
3787         Log: change 866 was incomplete
3788      Branch: win32/perl
3789            ! hv.c
3790 ____________________________________________________________________________
3791 [   878] By: gsar                                  on 1998/04/04  20:31:56
3792         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
3793      Branch: win32/perl
3794            ! cop.h perl.c pp_ctl.c
3795 ____________________________________________________________________________
3796 [   877] By: gsar                                  on 1998/04/04  17:55:30
3797         Log: integrate mainline
3798      Branch: win32/perl
3799           +> Changes5.004
3800           !> Changes MANIFEST sv.c t/op/misc.t
3801 ____________________________________________________________________________
3802 [   876] By: gsar                                  on 1998/04/04  17:26:32
3803         Log: remove __declspec kludge in sdbm.h in favor of setting a
3804              flag for static symbols
3805      Branch: win32/perl
3806            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
3807            ! ext/SDBM_File/sdbm/sdbm.h
3808 ____________________________________________________________________________
3809 [   875] By: gsar                                  on 1998/04/04  01:11:57
3810         Log: fix order of init
3811              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
3812              Date:    Fri, 03 Apr 1998 13:58:15 PST
3813              From:    Dan Sugalski <sugalskd@osshe.edu>
3814              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
3815              with MULTIPLICITY
3816      Branch: win32/perl
3817            ! perl.c
3818 ____________________________________________________________________________
3819 [   874] By: gsar                                  on 1998/04/04  00:34:59
3820         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
3821              the declared symbol is not in a DLL (so kludge it)
3822      Branch: win32/perl
3823            ! ext/SDBM_File/sdbm/sdbm.h
3824 ____________________________________________________________________________
3825 [   873] By: TimBunce                              on 1998/04/03  22:17:40
3826         Log: Title:  "FileHandle Documentation patch"
3827              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
3828              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
3829              Files:  lib/FileHandle.pm
3830      Branch: maint-5.004/perl
3831            ! lib/FileHandle.pm
3832 ____________________________________________________________________________
3833 [   872] By: TimBunce                              on 1998/04/03  22:01:03
3834         Log: Documentation and documentation related patches:
3835              
3836              ------  BUILD PROCESS  ------
3837              
3838              Title:  "Docs re /usr/bin/perl quasi-standard location"
3839              From:  Tom Phoenix <rootbeer@teleport.com>
3840              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
3841              Files:  INSTALL pod/perlrun.pod
3842              
3843              ------  DOCUMENTATION  ------
3844              
3845              Title:  "/RFC|RFC-1305/ non-greedy"
3846              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
3847              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
3848              Files:  pod/perlre.pod
3849              
3850              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
3851              From:  Jarkko Hietaniemi <jhi@iki.fi>
3852              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
3853              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
3854              
3855              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
3856              From:  Jarkko Hietaniemi <jhi@iki.fi>
3857              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
3858              Files:  pod/perlfunc.pod
3859              
3860              Title:  "typo-fix and suggestion for perlguts.pod"
3861              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
3862              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
3863              Files:  pod/perlguts.pod
3864              
3865              Title:  "perlfunc/syscall curiosity"
3866              From:  Roderick Schertler <roderick@argon.org>, Tkil
3867              <tkil@reptile.scrye.com>
3868              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
3869              <pziut8snva.fsf@eeyore.ibcinc.com>
3870              Files:  pod/perlfunc.pod
3871              
3872              Title:  "Document sprintf %#x behaviour for zero value"
3873              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
3874              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
3875              Files:  pod/perlfunc.pod
3876              
3877              Title:  "NUL termination (was Re: STOP THE PRESSES)"
3878              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3879              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
3880              Files:  pod/perlguts.pod
3881              
3882              Title:  "Typo fix."
3883              From:  abigail@fnx.com
3884              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
3885              Files:  pod/perlop.pod pod/perlvar.pod
3886              
3887              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
3888              From:  Achim Bohnet <ach@mpe.mpg.de>
3889              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
3890              Files:  pod/perlrun.pod
3891              
3892              Title:  "Re: Conservative C<*x = undef> patch"
3893              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3894              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
3895              Files:  pod/perltrap.pod
3896              
3897              Title:  "perlfunc.pod for flock()"
3898              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
3899              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
3900              Files:  pod/perlfunc.pod
3901              
3902              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
3903              From:  Tkil <tkil@scrye.com>
3904              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
3905              Files:  pod/perl.pod
3906              
3907              Title:  "for() and map() peculiarity"
3908              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3909              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
3910              Files:  pod/perlsyn.pod
3911              
3912              Title:  "Re: new text for perlsec"
3913              From:  Tom Phoenix <rootbeer@teleport.com>
3914              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
3915              Files:  pod/perlsec.pod
3916              
3917              Title:  "perldsc's debugger x command"
3918              From:  Roderick Schertler <roderick@argon.org>
3919              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
3920              Files:  pod/perldsc.pod
3921              
3922              Title:  "perlre.pod"
3923              From:  Ted Ashton <ashted@southern.edu>
3924              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
3925              Files:  pod/perlre.pod
3926              
3927              Title:  "Re: printf and $\", "printf and $\"
3928              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
3929              <rootbeer@teleport.com>, nag <nick@flirble.org>
3930              Msg-ID:  <199711141918.TAA08096@flirble.org>,
3931              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
3932              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
3933              Files:  pod/perlfunc.pod
3934              
3935              Title:  "recv() typo"
3936              From:  Roderick Schertler <roderick@argon.org>
3937              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
3938              Files:  pod/perlfunc.pod
3939              
3940              Title:  "truncate return value"
3941              From:  Roderick Schertler <roderick@argon.org>
3942              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
3943              Files:  pod/perlfunc.pod
3944              
3945              Title:  "update to perlbook.pod"
3946              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
3947              <merlyn@stonehenge.com>, Stephen Potter
3948              <spp@psasolar.colltech.com>, Tom Phoenix
3949              <rootbeer@teleport.com>
3950              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
3951              <199803241441.OAA01261@mediaone.net>,
3952              <8clnu0i05k.fsf@gadget.cscaper.com>,
3953              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
3954              Files:  pod/perlbook.pod
3955              
3956              Title:  "utime documentation"
3957              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
3958              <mjtg@cus.cam.ac.uk>
3959              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
3960              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
3961              Files:  pod/perlfunc.pod
3962              
3963              Title:  "(well, doc patch) use of // requires successful match"
3964              From:  Roderick Schertler <roderick@argon.org>
3965              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
3966              Files:  pod/perlop.pod
3967              
3968              ------  LIBRARY AND EXTENSIONS  ------
3969              
3970              Title:  "MakeMaker PM doc patch and a DIR buglet"
3971              From:  Achim Bohnet <ach@mpe.mpg.de>
3972              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
3973              Files:  lib/ExtUtils/MakeMaker.pm
3974              
3975              Title:  "bareword clarification for constant.pm"
3976              From:  Roderick Schertler <roderick@argon.org>
3977              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
3978              Files:  lib/constant.pm
3979              
3980              Title:  "integer rand - bug or feature?"
3981              From:  Roderick Schertler <roderick@argon.org>
3982              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
3983              Files:  lib/integer.pm
3984              
3985              ------  OTHER CHANGES  ------
3986              
3987              Title:  "FileHandle Documentation patch"
3988              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
3989              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
3990              
3991              Title:  "perl5.004_61 myconfig updates"
3992              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3993              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
3994              Files:  myconfig
3995              
3996              Title:  "small fixups in pod2latex.PL"
3997              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
3998              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
3999              
4000              ------  PORTABILITY - GENERAL  ------
4001              
4002              Title:  "Misc doc fixes for README.VMS"
4003              From:  Dan Sugalski <sugalskd@osshe.edu>
4004              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
4005              Files:  README.vms
4006              
4007              Title:  "moved DynaLib"
4008              From:  John Tobey <jtobey@channel1.com>
4009              Msg-ID:  <199710182332.XAA21630@remote212>
4010              Files:  ext/DynaLoader/DynaLoader.pm.PL
4011              
4012              ------  UTILITIES  ------
4013              
4014              Title:  "Searching for FAQs (patch to perldoc)"
4015              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
4016              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
4017              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
4018              Files:  utils/perldoc.PL
4019              
4020              Title:  "perldoc"
4021              From:  Ted Ashton <ashted@southern.edu>
4022              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
4023              Files:  utils/perldoc.PL
4024              
4025              Title:  "perldoc -f not using pod2man"
4026              From:  Russ Allbery <rra@stanford.edu>
4027              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
4028              Files:  utils/perldoc.PL
4029              
4030              Title:  "perldoc -m should not require pod"
4031              From:  Robin Houston <robin@nml.guardian.co.uk>
4032              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
4033              Files:  utils/perldoc.PL
4034              
4035              Title:  "small fix for perldoc in perl 5.004_04"
4036              From:  Julian Yip <julian@imoney.com>
4037              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
4038              Files:  utils/perldoc.PL
4039      Branch: maint-5.004/perl
4040            - ext/DynaLoader/DynaLoader.pm
4041            ! Changes Configure INSTALL README.vms
4042            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
4043            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
4044            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
4045            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
4046            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
4047            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
4048            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
4049            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
4050            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
4051            ! pod/pod2latex.PL toke.c utils/perldoc.PL
4052
4053 ----------------
4054 Version 5.004_64
4055 ----------------
4056
4057 ____________________________________________________________________________
4058 [   871] By: mbeattie                              on 1998/04/03  13:38:59
4059         Log: Update Changes5.004 and Changes, fix MANIFEST
4060      Branch: perl
4061            + Changes
4062            ! Changes5.004 MANIFEST
4063 ____________________________________________________________________________
4064 [   870] By: mbeattie                              on 1998/04/03  13:36:29
4065         Log: Rename Changes to Changes5.004 (via an integrate)
4066      Branch: perl
4067           +> Changes5.004
4068            - Changes
4069 ____________________________________________________________________________
4070 [   869] By: mbeattie                              on 1998/04/03  11:53:00
4071         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
4072              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
4073              From: Jan-Pieter Cornet <johnpc@xs4all.net>
4074      Branch: perl
4075            ! sv.c t/op/misc.t
4076 ____________________________________________________________________________
4077 [   868] By: mbeattie                              on 1998/04/03  11:16:26
4078         Log: Integrate win32 branch into mainline
4079      Branch: perl
4080           !> (integrate 31 files)
4081 ____________________________________________________________________________
4082 [   867] By: gsar                                  on 1998/04/03  08:47:55
4083         Log: config.* fixes
4084      Branch: win32/perl
4085            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4086            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4087            ! win32/makefile.mk
4088 ____________________________________________________________________________
4089 [   866] By: gsar                                  on 1998/04/03  07:22:50
4090         Log: fixup hv_free_ent() to not fail on null HeVAL()
4091      Branch: win32/perl
4092            ! hv.c perl.c
4093 ____________________________________________________________________________
4094 [   865] By: gsar                                  on 1998/04/03  07:06:12
4095         Log: integrate mainline
4096      Branch: win32/perl
4097           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
4098           !> (integrate 71 files)
4099 ____________________________________________________________________________
4100 [   864] By: gsar                                  on 1998/04/03  06:59:37
4101         Log: implement stack-of-stacks so that magic invocations don't
4102              invalidate local stack pointer
4103      Branch: win32/perl
4104            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
4105            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
4106            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
4107 ____________________________________________________________________________
4108 [   863] By: gsar                                  on 1998/04/03  01:26:09
4109         Log: add AS patch#15
4110      Branch: asperl
4111            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
4112            ! win32/config.bc win32/config.gc win32/config.vc
4113            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4114            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
4115            ! win32/win32.c win32/win32.h
4116 ____________________________________________________________________________
4117 [   862] By: mbeattie                              on 1998/04/02  17:08:43
4118         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
4119              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
4120              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4121      Branch: perl
4122            ! Configure ext/Socket/Socket.xs myconfig
4123 ____________________________________________________________________________
4124 [   861] By: mbeattie                              on 1998/04/02  16:32:53
4125         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
4126              since appropriate headers aren't included.
4127      Branch: perl
4128            ! ext/SDBM_File/sdbm/sdbm.h
4129 ____________________________________________________________________________
4130 [   860] By: mbeattie                              on 1998/04/02  16:17:11
4131         Log: Bumped patchlevel.h to 64
4132      Branch: perl
4133            ! patchlevel.h
4134 ____________________________________________________________________________
4135 [   859] By: mbeattie                              on 1998/04/02  16:16:26
4136         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
4137              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
4138              From: Jarkko Hietaniemi <jhi@iki.fi>
4139      Branch: perl
4140            ! hints/unicos.sh regcomp.h
4141 ____________________________________________________________________________
4142 [   858] By: mbeattie                              on 1998/04/02  16:13:24
4143         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
4144              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
4145              From: Tom Phoenix <rootbeer@teleport.com>
4146      Branch: perl
4147            + t/op/hashwarn.t
4148            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
4149 ____________________________________________________________________________
4150 [   857] By: mbeattie                              on 1998/04/02  16:08:43
4151         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
4152              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
4153              From: Charles Bailey <BAILEY@newman.upenn.edu>
4154      Branch: perl
4155            ! vms/vms.c
4156 ____________________________________________________________________________
4157 [   856] By: mbeattie                              on 1998/04/02  16:07:44
4158         Log: Subject: [PATCH] mv-if-diff
4159              Date: Fri, 27 Mar 98 18:06:11 GMT
4160              From: Robin Barker <rmb1@cise.npl.co.uk>
4161      Branch: perl
4162            ! mv-if-diff
4163 ____________________________________________________________________________
4164 [   855] By: mbeattie                              on 1998/04/02  16:06:54
4165         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
4166              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
4167              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
4168              Subject: [PATCH] another destruct_level fix
4169              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
4170      Branch: perl
4171            ! perl.c sv.c
4172 ____________________________________________________________________________
4173 [   854] By: mbeattie                              on 1998/04/02  16:03:37
4174         Log: Subject: Next wave of _63 VMS patches
4175              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
4176              From: Charles Bailey <BAILEY@newman.upenn.edu>
4177      Branch: perl
4178            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
4179            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
4180            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
4181            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
4182            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
4183            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
4184            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
4185            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
4186            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
4187            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
4188            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
4189            ! vms/vmsish.h
4190 ____________________________________________________________________________
4191 [   853] By: mbeattie                              on 1998/04/02  15:55:46
4192         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
4193              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
4194              From: Hans Mulder <hansmu@xs4all.nl>
4195      Branch: perl
4196            ! toke.c
4197 ____________________________________________________________________________
4198 [   852] By: mbeattie                              on 1998/04/02  15:54:24
4199         Log: Subject: [PATCH] small fixups in pod2latex.PL
4200              Date: 25 Mar 1998 13:30:25 -0800
4201              From: "Darren/Torin/Who Ever..." <torin@daft.com>
4202      Branch: perl
4203            ! pod/pod2latex.PL
4204 ____________________________________________________________________________
4205 [   851] By: mbeattie                              on 1998/04/02  15:50:58
4206         Log: Subject: [PATCH] hints/irix_6.sh with GCC
4207              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
4208              From: kstar@chapin.edu (Kurt D. Starsinic)
4209      Branch: perl
4210            ! hints/irix_6.sh
4211 ____________________________________________________________________________
4212 [   850] By: mbeattie                              on 1998/04/02  15:45:33
4213         Log: Subject: [PATCH] perldoc -m
4214              Date: Tue, 24 Mar 1998 13:19:38 GMT
4215              From: Robin Houston <robin@nml.guardian.co.uk>
4216      Branch: perl
4217            ! utils/perldoc.PL
4218 ____________________________________________________________________________
4219 [   849] By: mbeattie                              on 1998/04/02  15:42:52
4220         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
4221              Date: Mon, 23 Mar 1998 14:13:46 +0100
4222              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4223      Branch: perl
4224            ! djgpp/config.over hints/dos_djgpp.sh
4225 ____________________________________________________________________________
4226 [   848] By: mbeattie                              on 1998/04/02  15:38:19
4227         Log: Subject: [PATCH] Stale SP in pp_substr
4228              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
4229              From: Stephen McCamant <alias@mcs.com>
4230      Branch: perl
4231            ! pp.c
4232 ____________________________________________________________________________
4233 [   847] By: mbeattie                              on 1998/04/02  15:36:33
4234         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
4235      Branch: perl
4236            ! ext/POSIX/POSIX.pm
4237 ____________________________________________________________________________
4238 [   846] By: mbeattie                              on 1998/04/02  15:34:36
4239         Log: Subject: [PATCH] 5.004_63: further -e patching
4240              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
4241              From: Jarkko Hietaniemi <jhi@iki.fi>
4242      Branch: perl
4243            ! perl.c pod/perldiag.pod
4244 ____________________________________________________________________________
4245 [   845] By: mbeattie                              on 1998/04/02  15:25:18
4246         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
4247      Branch: perl
4248            ! Configure INSTALL Policy_sh.SH Porting/Glossary
4249            ! Porting/config.sh Porting/config_H config_h.SH
4250            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
4251            ! pp.c pp_sys.c regexec.c
4252 ____________________________________________________________________________
4253 [   844] By: mbeattie                              on 1998/04/02  14:28:17
4254         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
4255              Date: Wed, 18 Mar 1998 20:40:19 +0100
4256              From: Achim Bohnet <ach@mpe.mpg.de>
4257      Branch: perl
4258            ! pod/perlrun.pod
4259 ____________________________________________________________________________
4260 [   843] By: mbeattie                              on 1998/04/02  14:26:52
4261         Log: From: Dan Sugalski <sugalskd@osshe.edu>
4262              Subject: 5.004_63 picky compiler fixes [PATCH]
4263              Date: Wed, 18 Mar 1998 09:36:32 -0800
4264              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
4265              Date: Wed, 18 Mar 1998 14:48:19 -0800
4266      Branch: perl
4267            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
4268 ____________________________________________________________________________
4269 [   842] By: mbeattie                              on 1998/04/02  14:22:41
4270         Log: From: Stephen Potter <spp@psasolar.colltech.com>
4271              Subject: Re: doc: perlrun typo 
4272              Date: Wed, 18 Mar 1998 10:06:55 -0600
4273              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
4274              Date: Tue, 24 Mar 1998 21:20:51 -0600
4275      Branch: perl
4276            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
4277 ____________________________________________________________________________
4278 [   841] By: mbeattie                              on 1998/04/02  14:17:31
4279         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
4280              Date: Wed, 18 Mar 1998 12:44:58 +0100
4281              From: Dominic Dunlop <domo@vo.lu>
4282      Branch: perl
4283            ! Porting/pumpkin.pod Todo
4284 ____________________________________________________________________________
4285 [   840] By: mbeattie                              on 1998/04/02  14:14:22
4286         Log: Subject: [PATCH] Configure hints/ patches
4287              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
4288              From: Jan-Pieter Cornet <johnpc@xs4all.net>
4289      Branch: perl
4290            ! hints/linux.sh hints/qnx.sh
4291 ____________________________________________________________________________
4292 [   839] By: mbeattie                              on 1998/04/02  14:13:13
4293         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
4294      Branch: perl
4295            ! cygwin32/perlgcc
4296 ____________________________________________________________________________
4297 [   838] By: gsar                                  on 1998/03/28  05:01:57
4298         Log: fix Env.pm to weed out illegal names
4299      Branch: win32/perl
4300            ! lib/Env.pm
4301 ____________________________________________________________________________
4302 [   837] By: gsar                                  on 1998/03/28  04:39:43
4303         Log: fix typo in makefile.mk
4304      Branch: win32/perl
4305            ! win32/makefile.mk
4306 ____________________________________________________________________________
4307 [   836] By: gsar                                  on 1998/03/23  17:40:15
4308         Log: add file: to installhtml URLs
4309      Branch: win32/perl
4310            ! win32/Makefile win32/makefile.mk
4311 ____________________________________________________________________________
4312 [   835] By: mbeattie                              on 1998/03/18  11:03:11
4313         Log: Add Thread::Signal to run signal handlers reliably in a new thread
4314      Branch: perl
4315            + ext/Thread/Thread/Signal.pm
4316            ! MANIFEST ext/Thread/Thread.xs
4317
4318 ----------------
4319 Version 5.004_63
4320 ----------------
4321
4322 ____________________________________________________________________________
4323 [   834] By: mbeattie                              on 1998/03/17  16:19:10
4324         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
4325      Branch: perl
4326            ! Policy_sh.SH
4327 ____________________________________________________________________________
4328 [   833] By: mbeattie                              on 1998/03/17  16:11:02
4329         Log: Integrate win32 branch into mainline.
4330      Branch: perl
4331           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
4332           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4333           !> win32/win32.c
4334 ____________________________________________________________________________
4335 [   832] By: gsar                                  on 1998/03/17  14:32:39
4336         Log: propagate bugfix @ change831 from asperl
4337      Branch: win32/perl
4338            ! regcomp.c
4339 ____________________________________________________________________________
4340 [   831] By: gsar                                  on 1998/03/17  14:02:51
4341         Log: fix buggy order of free() in regcomp.c (from AS)
4342      Branch: asperl
4343            ! regcomp.c
4344 ____________________________________________________________________________
4345 [   830] By: gsar                                  on 1998/03/17  01:10:54
4346         Log: add a part of AS patch#14, backout incomplete variable
4347              name changes for gcc. Builds and tests under VC/BC once again.
4348      Branch: asperl
4349            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
4350 ____________________________________________________________________________
4351 [   829] By: gsar                                  on 1998/03/16  23:49:18
4352         Log: stray tweak to win32.c
4353      Branch: win32/perl
4354            ! win32/win32.c
4355 ____________________________________________________________________________
4356 [   828] By: gsar                                  on 1998/03/16  22:06:03
4357         Log: update win32/config* files
4358      Branch: win32/perl
4359            ! win32/config.bc win32/config.gc win32/config.vc
4360            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4361 ____________________________________________________________________________
4362 [   827] By: gsar                                  on 1998/03/16  19:09:30
4363         Log: trivial integrate of mainline
4364      Branch: win32/perl
4365           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4366           +> lib/ExtUtils/inst
4367           !> (integrate 61 files)
4368 ____________________________________________________________________________
4369 [   826] By: mbeattie                              on 1998/03/16  16:39:23
4370         Log: newCONSTSUB had private MY_start_subparse.
4371      Branch: perl
4372            ! op.c
4373 ____________________________________________________________________________
4374 [   825] By: mbeattie                              on 1998/03/16  16:36:55
4375         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
4376      Branch: perl
4377            ! hv.c
4378 ____________________________________________________________________________
4379 [   824] By: mbeattie                              on 1998/03/16  16:27:43
4380         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
4381      Branch: perl
4382            ! MANIFEST
4383 ____________________________________________________________________________
4384 [   823] By: mbeattie                              on 1998/03/16  16:26:02
4385         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
4386      Branch: perl
4387            + lib/ExtUtils/Packlist.pm
4388 ____________________________________________________________________________
4389 [   822] By: mbeattie                              on 1998/03/16  16:22:58
4390         Log: Bump patchlevel.h to 63.
4391      Branch: perl
4392            ! ext/IO/IO.xs patchlevel.h
4393           !> (integrate 41 files)
4394 ____________________________________________________________________________
4395 [   821] By: mbeattie                              on 1998/03/16  16:18:35
4396         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
4397              Subject: Bundling builtin.pm and newCONSTSUB with the core?
4398              From: jan.dubois@ibm.net (Jan Dubois)
4399              Date: Sun, 15 Mar 1998 19:09:05 +0100
4400      Branch: perl
4401            ! embed.h global.sym op.c pod/perlguts.pod proto.h
4402 ____________________________________________________________________________
4403 [   820] By: mbeattie                              on 1998/03/16  16:02:50
4404         Log: Subject: [PATCH] STRESS_REALLOC
4405              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
4406              From: Stephen McCamant <alias@mcs.com>
4407      Branch: perl
4408            ! malloc.c perl.c scope.c
4409 ____________________________________________________________________________
4410 [   819] By: mbeattie                              on 1998/03/16  16:01:06
4411         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
4412              Date: Fri, 13 Mar 1998 23:21:25 +0100
4413              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
4414      Branch: perl
4415            ! perly.c
4416 ____________________________________________________________________________
4417 [   818] By: mbeattie                              on 1998/03/16  15:59:16
4418         Log: Subject: [Configure PATCH] for OS/2
4419              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
4420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4421              [Two hunks to Configure failed to apply due to clashes]
4422      Branch: perl
4423            ! Configure hints/os2.sh
4424 ____________________________________________________________________________
4425 [   817] By: mbeattie                              on 1998/03/16  15:55:28
4426         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
4427              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
4428              From: Charles Bailey <BAILEY@newman.upenn.edu>
4429              [Needed manual tweaks on vms/config.vms since it clashed with other
4430              patches. I may have got it wrong.]
4431      Branch: perl
4432            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
4433            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
4434            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
4435            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
4436            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
4437            ! vms/test.com vms/vms.c vms/vmsish.h
4438 ____________________________________________________________________________
4439 [   816] By: mbeattie                              on 1998/03/16  15:26:04
4440         Log: Subject: [PATCH] Let h2xs read multiple header files
4441              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
4442              From: Benjamin Sugars <bsugars@canoe.ca>
4443      Branch: perl
4444            ! utils/h2xs.PL
4445 ____________________________________________________________________________
4446 [   815] By: mbeattie                              on 1998/03/16  15:24:12
4447         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
4448              Date: Mon, 09 Mar 1998 09:18:56 -0800
4449              From: Dan Sugalski <sugalskd@osshe.edu>
4450      Branch: perl
4451            ! vms/config.vms
4452 ____________________________________________________________________________
4453 [   814] By: mbeattie                              on 1998/03/16  13:17:14
4454         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
4455              Date: Sun, 08 Mar 1998 12:50:23 +0000
4456              From: Alan Burlison <alan.burlison@UK.Sun.COM>
4457              plus manual update of MANIFEST
4458      Branch: perl
4459            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
4460            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
4461            ! lib/ExtUtils/MM_Unix.pm
4462 ____________________________________________________________________________
4463 [   813] By: mbeattie                              on 1998/03/16  13:08:55
4464         Log: From: Blair Zajac <blair@gps.caltech.edu>
4465              Subject: PATCH: util.c and util.h function declarations do not match
4466              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
4467              Subject: PATCH: cgywin32 patch for perlgcc
4468              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
4469              Subject: PATCH: perl5.004_62 on cygwin32
4470              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
4471      Branch: perl
4472            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
4473 ____________________________________________________________________________
4474 [   812] By: mbeattie                              on 1998/03/16  12:55:39
4475         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4476              Subject: [PATCH 5.004_62} Config_62-01 patch available.
4477              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
4478              Subject: [PATCH 5.004_62] Tiny hint file updates
4479              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
4480      Branch: perl
4481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4482            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
4483            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
4484            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
4485            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
4486            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
4487 ____________________________________________________________________________
4488 [   811] By: mbeattie                              on 1998/03/16  12:13:55
4489         Log: DOS djgpp updates:
4490              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
4491              Subject: [PATCH for 5.004_61] dos-djgpp update
4492              Date: Fri, 6 Mar 1998 10:41:01 +0100
4493              Subject: [PATCH 5.004_62] dos-djgpp update
4494              Date: Thu, 12 Mar 1998 13:34:51 +0100
4495      Branch: perl
4496            ! djgpp/config.over hints/dos_djgpp.sh
4497 ____________________________________________________________________________
4498 [   810] By: gsar                                  on 1998/03/16  08:48:17
4499         Log: integrate mainline
4500      Branch: win32/perl
4501           !> pp_sys.c
4502 ____________________________________________________________________________
4503 [   809] By: gsar                                  on 1998/03/16  08:44:37
4504         Log: various changes to get asperl working under Borland
4505              (passes all tests when built under PERL_OBJECT)
4506      Branch: asperl
4507            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
4508            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
4509            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
4510            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
4511            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
4512            ! win32/win32sck.c
4513 ____________________________________________________________________________
4514 [   808] By: gsar                                  on 1998/03/12  19:50:20
4515         Log: set sockets to nonoverlapped mode for every thread
4516              Message-Id: <35081FE4.965A484D@enteract.com>
4517              Date:    Thu, 12 Mar 1998 11:48:20 CST
4518              From:    Steve Nielsen <spn@enteract.com>
4519              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
4520      Branch: win32/perl
4521            ! win32/win32.h win32/win32sck.c
4522 ____________________________________________________________________________
4523 [   807] By: gsar                                  on 1998/03/12  19:26:54
4524         Log: add AS patch#13
4525      Branch: asperl
4526            ! win32/Makefile
4527 ____________________________________________________________________________
4528 [   806] By: gsar                                  on 1998/03/12  00:51:08
4529         Log: added AS patch#12 with minor changes
4530      Branch: asperl
4531            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
4532            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4533            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
4534            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
4535            ! win32/runperl.c
4536 ____________________________________________________________________________
4537 [   805] By: gsar                                  on 1998/03/10  20:35:10
4538         Log: reinstate some standard sig_names to avoid noise from
4539              modules (and in hopes of making them _do_ something in future)
4540      Branch: win32/perl
4541            ! win32/config.bc win32/config.gc win32/config.vc
4542            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4543 ____________________________________________________________________________
4544 [   804] By: gsar                                  on 1998/03/10  20:33:05
4545         Log: mingw32 tweaks
4546      Branch: win32/perl
4547            ! win32/makefile.mk win32/win32.c win32/win32.h
4548 ____________________________________________________________________________
4549 [   803] By: gsar                                  on 1998/03/09  20:56:07
4550         Log: tweak Win32::DomainName() implementation
4551      Branch: win32/perl
4552            ! win32/Makefile win32/win32.c
4553 ____________________________________________________________________________
4554 [   802] By: gsar                                  on 1998/03/09  03:51:01
4555         Log: merge C<local $tied{foo}> patch, also moved statics in
4556              [ah]v.c to thrdvar.h
4557      Branch: win32/perl
4558            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
4559 ____________________________________________________________________________
4560 [   801] By: gsar                                  on 1998/03/09  02:38:35
4561         Log: minor win32 support fixes
4562              - add a better implementation of Win32::DomainName() (as
4563              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
4564              - fix opendir() emulation was unsafe what given long paths
4565      Branch: win32/perl
4566            ! win32/win32.c
4567 ____________________________________________________________________________
4568 [   800] By: nick                                  on 1998/03/07  09:36:41
4569         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
4570              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
4571              exist. (Breaks libnet).
4572      Branch: perl
4573            ! pp_sys.c
4574 ____________________________________________________________________________
4575 [   799] By: gsar                                  on 1998/03/07  07:51:28
4576         Log: integrate mainline changes
4577      Branch: asperl
4578           !> (integrate 111 files)
4579 ____________________________________________________________________________
4580 [   798] By: gsar                                  on 1998/03/07  07:01:55
4581         Log: integrate mainline
4582      Branch: win32/perl
4583           !> myconfig patchlevel.h
4584 ____________________________________________________________________________
4585 [   797] By: gsar                                  on 1998/03/07  06:49:49
4586         Log: provide our own popen()/pclose() to fix problems with qx//:
4587              - qx// used to always invoke the shell, now does so only when needed
4588              - qx// didn't respect PERL5SHELL, now does
4589      Branch: win32/perl
4590            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
4591 ____________________________________________________________________________
4592 [   796] By: gsar                                  on 1998/03/07  01:37:10
4593         Log: a missed s/sp/SP/
4594      Branch: win32/perl
4595            ! lib/ExtUtils/typemap pod/perlcall.pod
4596 ____________________________________________________________________________
4597 [   795] By: gsar                                  on 1998/03/07  01:05:21
4598         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
4599              mention that local stack pointer should be called SP.  This makes the
4600              API safer from source incompatibilities down the line.
4601      Branch: win32/perl
4602            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
4603            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
4604            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
4605            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
4606            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
4607            ! pp_ctl.c pp_hot.c pp_sys.c util.c
4608
4609 ----------------
4610 Version 5.004_62
4611 ----------------
4612
4613 ____________________________________________________________________________
4614 [   794] By: mbeattie                              on 1998/03/06  09:38:08
4615         Log: Subject: [PATCH] perl5.004_61 myconfig updates
4616              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
4617              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4618      Branch: perl
4619            ! myconfig
4620 ____________________________________________________________________________
4621 [   793] By: mbeattie                              on 1998/03/06  09:36:37
4622         Log: Bump patchlevel.h to 62.
4623      Branch: perl
4624            ! patchlevel.h
4625 ____________________________________________________________________________
4626 [   792] By: mbeattie                              on 1998/03/06  09:35:57
4627         Log: Integrate win32 branch into mainline.
4628      Branch: perl
4629           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
4630           !> win32/config.gc win32/config.vc win32/config_H.bc
4631           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4632 ____________________________________________________________________________
4633 [   791] By: gsar                                  on 1998/03/06  06:00:08
4634         Log: various
4635              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
4636              - add missing prototypes
4637              - regenerate win32/config*.?c
4638      Branch: win32/perl
4639            ! bytecode.h proto.h win32/config.bc win32/config.gc
4640            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4641            ! win32/config_H.vc win32/makefile.mk
4642 ____________________________________________________________________________
4643 [   790] By: gsar                                  on 1998/03/06  03:19:23
4644         Log: fix typo in Makefile
4645      Branch: win32/perl
4646            ! win32/Makefile
4647 ____________________________________________________________________________
4648 [   789] By: gsar                                  on 1998/03/05  22:55:53
4649         Log: integrate mainline
4650      Branch: win32/perl
4651           !> (integrate 47 files)
4652 ____________________________________________________________________________
4653 [   788] By: gsar                                  on 1998/03/05  20:02:09
4654         Log: added AS patch#11
4655              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
4656              Date:    Thu, 05 Mar 1998 10:23:04 PST
4657              From:    Douglas Lankshear <dougl@ActiveState.com>
4658              
4659              This patch fixes a bug I introduced removing duplicate code.
4660              -- Doug
4661      Branch: asperl
4662            ! ObjXSub.h objpp.h win32/runperl.c
4663 ____________________________________________________________________________
4664 [   787] By: gsar                                  on 1998/03/05  19:56:17
4665         Log: add Nick's dTHR fixes
4666      Branch: win32/perl
4667            ! op.c scope.c
4668 ____________________________________________________________________________
4669 [   786] By: gsar                                  on 1998/03/05  19:54:49
4670         Log: maintpatch
4671              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
4672              Date:    Thu, 05 Mar 1998 02:49:46 EST
4673              From:    Spider Boardman <spider@orb.nashua.nh.us>
4674              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
4675      Branch: win32/perl
4676            ! scope.c
4677 ____________________________________________________________________________
4678 [   785] By: mbeattie                              on 1998/03/05  19:12:14
4679         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
4680              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
4681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4682      Branch: perl
4683            ! op.c proto.h regcomp.c regexp.h util.c
4684 ____________________________________________________________________________
4685 [   784] By: mbeattie                              on 1998/03/05  19:11:09
4686         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
4687              Date: Wed, 4 Mar 1998 10:18:03 GMT
4688              From: Nick Ing-Simmons <nik@tiuk.ti.com>
4689      Branch: perl
4690            ! atomic.h
4691 ____________________________________________________________________________
4692 [   783] By: mbeattie                              on 1998/03/05  19:09:16
4693         Log: Subject: Configure patches -01 and -02 for 5.004_61.
4694              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
4695              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4696      Branch: perl
4697            ! Configure INSTALL Policy_sh.SH Porting/Glossary
4698            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
4699            ! config_h.SH handy.h hints/README.hints hints/aix.sh
4700            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
4701            ! makedepend.SH myconfig pp_sys.c
4702 ____________________________________________________________________________
4703 [   782] By: mbeattie                              on 1998/03/05  19:05:23
4704         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
4705              Date: 03 Mar 1998 18:05:07 +0100
4706              From: Gisle Aas <gisle@aas.no>
4707      Branch: perl
4708            ! perl.h pp_ctl.c
4709 ____________________________________________________________________________
4710 [   781] By: mbeattie                              on 1998/03/05  19:04:34
4711         Log: Subject: [PATCH] Make autouse -w-safe
4712              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
4713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4714      Branch: perl
4715            ! lib/autouse.pm op.c sv.c
4716 ____________________________________________________________________________
4717 [   780] By: mbeattie                              on 1998/03/05  19:02:50
4718         Log: Subject: [PATCH] External symbol re_croak2
4719              Date: 02 Mar 1998 13:00:45 +0100
4720              From: Gisle Aas <gisle@aas.no>
4721      Branch: perl
4722            ! regcomp.c regcomp.h
4723 ____________________________________________________________________________
4724 [   779] By: mbeattie                              on 1998/03/05  19:01:25
4725         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
4726              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
4727              From: bailey@newman.upenn.edu (Charles Bailey)
4728      Branch: perl
4729            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
4730            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
4731            ! sv.h
4732 ____________________________________________________________________________
4733 [   778] By: mbeattie                              on 1998/03/05  18:53:13
4734         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
4735              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
4736              From: bailey@newman.upenn.edu (Charles Bailey)
4737      Branch: perl
4738            ! perl.h
4739 ____________________________________________________________________________
4740 [   777] By: mbeattie                              on 1998/03/05  18:50:25
4741         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
4742              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
4743              From: bailey@newman.upenn.edu (Charles Bailey)
4744      Branch: perl
4745            ! lib/File/Basename.pm
4746 ____________________________________________________________________________
4747 [   776] By: mbeattie                              on 1998/03/05  18:49:15
4748         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
4749              Date: 01 Mar 1998 15:16:03 +0100
4750              From: Gisle Aas <gisle@aas.no>
4751      Branch: perl
4752            ! pod/perlguts.pod
4753 ____________________________________________________________________________
4754 [   775] By: mbeattie                              on 1998/03/05  18:48:05
4755         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
4756              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
4757              From: Jarkko Hietaniemi <jhi@iki.fi>
4758      Branch: perl
4759            ! Makefile.SH perl_exp.SH
4760 ____________________________________________________________________________
4761 [   774] By: mbeattie                              on 1998/03/05  18:46:32
4762         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
4763              Date: Sun, 1 Mar 1998 02:02:47 -0500
4764              From: Spider Boardman <spider@orb.nashua.nh.us>
4765      Branch: perl
4766            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
4767 ____________________________________________________________________________
4768 [   773] By: mbeattie                              on 1998/03/05  18:43:57
4769         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
4770              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
4771              From: Hans Mulder <hansmu@xs4all.nl>
4772      Branch: perl
4773            ! pp_ctl.c
4774 ____________________________________________________________________________
4775 [   772] By: mbeattie                              on 1998/03/05  18:39:25
4776         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
4777              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
4778              From: Jarkko Hietaniemi <jhi@iki.fi>
4779      Branch: perl
4780            ! Makefile.SH
4781 ____________________________________________________________________________
4782 [   771] By: mbeattie                              on 1998/03/05  18:38:32
4783         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
4784              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
4785              From: Jarkko Hietaniemi <jhi@iki.fi>
4786      Branch: perl
4787            ! hints/netbsd.sh
4788 ____________________________________________________________________________
4789 [   770] By: mbeattie                              on 1998/03/05  18:36:50
4790         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
4791      Branch: perl
4792            ! cflags.SH
4793 ____________________________________________________________________________
4794 [   769] By: mbeattie                              on 1998/03/05  18:34:35
4795         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
4796              Subject: [PATCH 5.004_61] bunch of small patches
4797              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
4798              From: Andrew Cohen <cohen@andy.bu.edu>
4799      Branch: perl
4800            ! bytecode.h
4801 ____________________________________________________________________________
4802 [   768] By: mbeattie                              on 1998/03/05  18:13:06
4803         Log: Integrate win32 branch into mainline.
4804      Branch: perl
4805           !> (integrate 53 files)
4806 ____________________________________________________________________________
4807 [   767] By: TimBunce                              on 1998/03/05  11:48:09
4808         Log: Update to change 744.
4809      Branch: maint-5.004/perl
4810            ! lib/ExtUtils/Install.pm
4811 ____________________________________________________________________________
4812 [   765] By: TimBunce                              on 1998/03/05  11:24:24
4813         Log: Update embed.h after make regen_headers.
4814      Branch: maint-5.004/perl
4815            ! embed.h
4816 ____________________________________________________________________________
4817 [   764] By: TimBunce                              on 1998/03/05  11:05:13
4818         Log: APPLLIB_EXP now has arch and version dirs added to @INC
4819      Branch: maint-5.004/perl
4820            ! perl.c
4821 ____________________________________________________________________________
4822 [   763] By: TimBunce                              on 1998/03/05  11:01:38
4823         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
4824              Added MAINT_TRIAL_1 local patch label to patchlevel.h
4825              Removed win32/win32io.c and win32/win32io.h from repository
4826      Branch: maint-5.004/perl
4827            - win32/win32io.c win32/win32io.h
4828            ! MANIFEST patchlevel.h
4829 ____________________________________________________________________________
4830 [   762] By: TimBunce                              on 1998/03/05  10:05:34
4831         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
4832              From:  Spider Boardman <spider@orb.nashua.nh.us>
4833              Files:  scope.c
4834      Branch: maint-5.004/perl
4835            ! scope.c
4836 ____________________________________________________________________________
4837 [   761] By: TimBunce                              on 1998/03/05  10:03:10
4838         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
4839              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4840              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
4841              Files:  av.c hv.c scope.c t/op/local.t
4842      Branch: maint-5.004/perl
4843            ! av.c hv.c scope.c t/op/local.t
4844 ____________________________________________________________________________
4845 [   760] By: gsar                                  on 1998/03/04  20:58:21
4846         Log: added AS patch#10
4847              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
4848              Date:    Tue, 03 Mar 1998 10:46:13 PST
4849              From:    Douglas Lankshear <dougl@ActiveState.com>
4850              Subject: [PATCH]
4851              
4852              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
4853              linked modules.
4854              
4855              -- Doug
4856      Branch: asperl
4857            ! win32/dl_win32.xs
4858 ____________________________________________________________________________
4859 [   759] By: TimBunce                              on 1998/03/04  18:46:41
4860         Log: Update patchls utility
4861      Branch: maint-5.004/perl
4862            ! Porting/patchls
4863 ____________________________________________________________________________
4864 [   758] By: TimBunce                              on 1998/03/04  17:07:06
4865         Log: perldoc -f now uses pager if text is too long for screen
4866      Branch: maint-5.004/perl
4867            ! utils/perldoc.PL
4868 ____________________________________________________________________________
4869 [   757] By: TimBunce                              on 1998/03/04  16:57:04
4870         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
4871              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
4872      Branch: maint-5.004/perl
4873            + hints/openbsd.sh
4874            ! pod/perlfunc.pod
4875 ____________________________________________________________________________
4876 [   756] By: TimBunce                              on 1998/03/04  16:48:40
4877         Log: Fix for new gnulibc stdio.h when using sfio+perlio
4878      Branch: maint-5.004/perl
4879            ! perlsdio.h
4880 ____________________________________________________________________________
4881 [   755] By: TimBunce                              on 1998/03/04  16:47:08
4882         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
4883              Added details of split in scalar context to perlfunc.pod
4884      Branch: maint-5.004/perl
4885            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
4886 ____________________________________________________________________________
4887 [   754] By: TimBunce                              on 1998/03/04  16:35:58
4888         Log: Updated perl -v info to include reference to docs and home page.
4889      Branch: maint-5.004/perl
4890            ! perl.c
4891 ____________________________________________________________________________
4892 [   753] By: TimBunce                              on 1998/03/04  16:31:29
4893         Log: Updated hints/bsdos.sh for BSD/OS 3.1
4894              Fixed typo in pod/perlsyn.pod
4895              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
4896              Fixed typo in ext/GDBM_File/GDBM_File.pm
4897      Branch: maint-5.004/perl
4898            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
4899            ! hints/bsdos.sh pod/perlsyn.pod
4900 ____________________________________________________________________________
4901 [   752] By: TimBunce                              on 1998/03/04  15:49:19
4902         Log: Changed bug address in README to perlbug@perl.com
4903              Changed Copyright in perl.c to 1998
4904              Added op/pos.t test from Robin Houston <robin@oneworld.org>
4905      Branch: maint-5.004/perl
4906            + t/op/pos.t
4907            ! README perl.c
4908 ____________________________________________________________________________
4909 [   751] By: TimBunce                              on 1998/03/04  14:47:15
4910         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
4911      Branch: maint-5.004/perl
4912            ! t/comp/require.t t/lib/ph.t
4913 ____________________________________________________________________________
4914 [   750] By: TimBunce                              on 1998/03/04  13:29:58
4915         Log: Added dTHR definition to ease backwards compatibility for XS
4916              source code from 5.005.
4917      Branch: maint-5.004/perl
4918            ! perl.h
4919 ____________________________________________________________________________
4920 [   749] By: TimBunce                              on 1998/03/04  12:19:19
4921         Log: Title:  "rename local 'op' variables to 'o'", #F114
4922              From:  Gurusamy Sarathy
4923              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
4924              toke.c
4925      Branch: maint-5.004/perl
4926            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
4927            ! scope.c toke.c
4928 ____________________________________________________________________________
4929 [   748] By: TimBunce                              on 1998/03/04  12:12:27
4930         Log: Title:  "consolidated win32 patch", #F112
4931              From:  Gurusamy Sarathy
4932              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
4933              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
4934              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
4935              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
4936              t/harness win32/win32.h win32/win32iop.h README.win32
4937              doio.c installhtml installperl pp_sys.c win32/Makefile
4938              win32/config.bc win32/config.vc win32/config_H.bc
4939              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
4940              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
4941              win32/perllib.c win32/runperl.c win32/win32.c
4942              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
4943              x2p/a2py.c
4944      Branch: maint-5.004/perl
4945            + win32/bin/perlglob.pl
4946            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
4947            ! installhtml installperl lib/ExtUtils/Command.pm
4948            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
4949            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
4950            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
4951            ! win32/Makefile win32/config.bc win32/config.vc
4952            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
4953            ! win32/config_sh.PL win32/dl_win32.xs
4954            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
4955            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
4956            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
4957            ! x2p/a2py.c
4958 ____________________________________________________________________________
4959 [   747] By: TimBunce                              on 1998/03/04  11:59:57
4960         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
4961              From:  Gurusamy Sarathy
4962              Files:  MANIFEST t/lib/ph.t
4963      Branch: maint-5.004/perl
4964            ! MANIFEST t/lib/ph.t
4965 ____________________________________________________________________________
4966 [   746] By: TimBunce                              on 1998/03/04  11:47:43
4967         Log: Title:  "properly save STDOUT during system() in debugger", #F110
4968              From:  Jason Smith <smithj4@rpi.edu>
4969              Files:  lib/perl5db.pl
4970      Branch: maint-5.004/perl
4971            ! lib/perl5db.pl
4972 ____________________________________________________________________________
4973 [   745] By: TimBunce                              on 1998/03/04  11:40:19
4974         Log: Title:  "generate DynaLoader.pm at build time", #F109
4975              From:  Achim Bohnet <ach@mpe.mpg.de>
4976              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
4977              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
4978      Branch: maint-5.004/perl
4979            + ext/DynaLoader/DynaLoader.pm.PL
4980            ! MANIFEST ext/DynaLoader/Makefile.PL
4981 ____________________________________________________________________________
4982 [   744] By: TimBunce                              on 1998/03/04  11:34:09
4983         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
4984              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
4985              J. Koenig)
4986              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
4987              Files:  lib/ExtUtils/Install.pm
4988      Branch: maint-5.004/perl
4989            ! lib/ExtUtils/Install.pm
4990 ____________________________________________________________________________
4991 [   743] By: TimBunce                              on 1998/03/04  10:45:05
4992         Log: Title:  "Pod::Html trips over "C<0>"", #F107
4993              From:  Chip Salzenberg
4994              Files:  lib/Pod/Html.pm
4995      Branch: maint-5.004/perl
4996            ! lib/Pod/Html.pm
4997 ____________________________________________________________________________
4998 [   742] By: TimBunce                              on 1998/03/04  10:12:54
4999         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
5000              From:  Achim Bohnet <ach@mpe.mpg.de>
5001              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
5002              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
5003      Branch: maint-5.004/perl
5004            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
5005 ____________________________________________________________________________
5006 [   741] By: TimBunce                              on 1998/03/04  10:08:31
5007         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
5008              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
5009              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
5010              Zakharevich)
5011              Msg-ID:  <199801040630.AA29298@metronet.com>,
5012              <199801041826.NAA11568@aatma.engin.umich.edu>,
5013              <1998Jan4.130412.2719461@cor.newman>
5014              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
5015              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
5016      Branch: maint-5.004/perl
5017            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
5018            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
5019            ! win32/win32.h
5020 ____________________________________________________________________________
5021 [   740] By: TimBunce                              on 1998/03/04  09:55:57
5022         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
5023              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5024              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
5025              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
5026      Branch: maint-5.004/perl
5027            ! lib/Tie/Hash.pm pod/perlfunc.pod
5028 ____________________________________________________________________________
5029 [   739] By: TimBunce                              on 1998/03/04  09:26:01
5030         Log: Title:  "more doc for perldoc", #F103
5031              From:  Gurusamy Sarathy
5032              Files:  utils/perldoc.PL
5033      Branch: maint-5.004/perl
5034            ! utils/perldoc.PL
5035 ____________________________________________________________________________
5036 [   738] By: TimBunce                              on 1998/03/04  09:23:16
5037         Log: Title:  "Make perldoc look for an index file ", #F102
5038              From:  Gisle Aas <gisle@aas.no>
5039              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
5040              Files:  utils/perldoc.PL
5041      Branch: maint-5.004/perl
5042            ! utils/perldoc.PL
5043 ____________________________________________________________________________
5044 [   737] By: TimBunce                              on 1998/03/04  09:21:15
5045         Log: Title:  "perldoc -F filename", #F101
5046              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5047              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
5048              Files:  utils/perldoc.PL
5049      Branch: maint-5.004/perl
5050            ! utils/perldoc.PL
5051 ____________________________________________________________________________
5052 [   736] By: TimBunce                              on 1998/03/04  09:16:20
5053         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
5054              From:  Gisle Aas <gisle@aas.no>
5055              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
5056              Files:  sv.c
5057      Branch: maint-5.004/perl
5058            ! sv.c
5059 ____________________________________________________________________________
5060 [   735] By: TimBunce                              on 1998/03/04  09:08:51
5061         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
5062              From:  abigail@fnx.com
5063              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
5064              Files:  lib/Benchmark.pm
5065      Branch: maint-5.004/perl
5066            ! lib/Benchmark.pm
5067 ____________________________________________________________________________
5068 [   734] By: TimBunce                              on 1998/03/04  08:59:58
5069         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
5070              From:  Gisle Aas <gisle@aas.no>
5071              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
5072              Files:  hv.c
5073      Branch: maint-5.004/perl
5074            ! hv.c
5075 ____________________________________________________________________________
5076 [   733] By: TimBunce                              on 1998/03/04  08:35:19
5077         Log: Title:  "support caseless %ENV", #F097
5078              From:  Gurusamy Sarathy
5079              Files:  hv.c t/op/magic.t win32/win32.h
5080      Branch: maint-5.004/perl
5081            ! hv.c t/op/magic.t win32/win32.h
5082 ____________________________________________________________________________
5083 [   732] By: TimBunce                              on 1998/03/04  08:33:58
5084         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
5085              From:  Ilya Zakharevich
5086              Files:  emacs/cperl-mode.el
5087      Branch: maint-5.004/perl
5088            ! emacs/cperl-mode.el
5089 ____________________________________________________________________________
5090 [   731] By: TimBunce                              on 1998/03/04  08:26:23
5091         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
5092              magic", #F095
5093              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5094              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
5095              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
5096              lib/ExtUtils/xsubpp sv.c
5097      Branch: maint-5.004/perl
5098            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
5099            ! pod/perlxs.pod proto.h sv.c sv.h
5100 ____________________________________________________________________________
5101 [   730] By: TimBunce                              on 1998/03/04  08:20:52
5102         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
5103              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5104              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
5105              Files:  mg.c
5106      Branch: maint-5.004/perl
5107            ! mg.c
5108 ____________________________________________________________________________
5109 [   729] By: TimBunce                              on 1998/03/04  08:18:02
5110         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
5111              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5112              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
5113              Files:  t/op/sort.t
5114      Branch: maint-5.004/perl
5115            ! t/op/sort.t
5116 ____________________________________________________________________________
5117 [   728] By: TimBunce                              on 1998/03/04  08:17:07
5118         Log: Title:  "Make search.pl work on win32", #F092
5119              From:  Gurusamy Sarathy
5120              Files:  win32/bin/search.pl
5121      Branch: maint-5.004/perl
5122            ! win32/bin/search.pl
5123 ____________________________________________________________________________
5124 [   727] By: gsar                                  on 1998/03/04  04:13:23
5125         Log: missing s/op/o/ from one of the mainpatches
5126      Branch: win32/perl
5127            ! op.c
5128 ____________________________________________________________________________
5129 [   726] By: gsar                                  on 1998/03/04  02:12:13
5130         Log: maintpatches #102 and #103 to perldoc.PL
5131      Branch: win32/perl
5132            ! utils/perldoc.PL
5133 ____________________________________________________________________________
5134 [   725] By: gsar                                  on 1998/03/04  02:00:15
5135         Log: renumber some tests to match maint branch
5136      Branch: win32/perl
5137            ! t/op/local.t
5138 ____________________________________________________________________________
5139 [   724] By: gsar                                  on 1998/03/04  01:25:50
5140         Log: maintpatch
5141              #70:  "Fix random whitespace errors in docs"
5142              From:  Roderick Schertler <roderick@argon.org>
5143              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
5144              Date:  Fri, 24 Oct 1997 11:20:44 -0400
5145              Files:  pod/checkpods.PL pod/perlfunc.pod
5146      Branch: win32/perl
5147            ! pod/checkpods.PL
5148 ____________________________________________________________________________
5149 [   723] By: gsar                                  on 1998/03/04  01:04:37
5150         Log: sync maintpatch
5151              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
5152              From:  Chip Salzenberg
5153              Files:  lib/File/Path.pm
5154      Branch: win32/perl
5155            ! lib/File/Path.pm
5156 ____________________________________________________________________________
5157 [   722] By: gsar                                  on 1998/03/04  00:46:46
5158         Log: remove redundancy in File::Find
5159      Branch: win32/perl
5160            ! lib/File/Find.pm
5161 ____________________________________________________________________________
5162 [   721] By: TimBunce                              on 1998/03/03  20:06:41
5163         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
5164              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
5165              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
5166              Files:  utils/perldoc.PL
5167      Branch: maint-5.004/perl
5168            ! utils/perldoc.PL
5169 ____________________________________________________________________________
5170 [   720] By: TimBunce                              on 1998/03/03  20:03:59
5171         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
5172              #F090
5173              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5174              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
5175              Files:  lib/ExtUtils/MM_Unix.pm
5176      Branch: maint-5.004/perl
5177            ! lib/ExtUtils/MM_Unix.pm
5178 ____________________________________________________________________________
5179 [   719] By: TimBunce                              on 1998/03/03  20:02:06
5180         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
5181              From:  Gurusamy Sarathy
5182              Files:  lib/FindBin.pm
5183      Branch: maint-5.004/perl
5184            ! lib/FindBin.pm
5185 ____________________________________________________________________________
5186 [   718] By: TimBunce                              on 1998/03/03  20:00:26
5187         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
5188              #F088
5189              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5190              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
5191              Files:  lib/File/Find.pm
5192      Branch: maint-5.004/perl
5193            ! lib/File/Find.pm
5194 ____________________________________________________________________________
5195 [   717] By: TimBunce                              on 1998/03/03  19:59:38
5196         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
5197              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5198              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
5199              Files:  op.c
5200      Branch: maint-5.004/perl
5201            ! op.c
5202 ____________________________________________________________________________
5203 [   716] By: TimBunce                              on 1998/03/03  19:57:17
5204         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
5205              #F086
5206              From:  Gurusamy Sarathy
5207              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
5208      Branch: maint-5.004/perl
5209            ! pod/perldelta.pod pod/perldiag.pod toke.c
5210 ____________________________________________________________________________
5211 [   715] By: TimBunce                              on 1998/03/03  19:51:33
5212         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
5213              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5214              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
5215              Files:  lib/Pod/Html.pm
5216      Branch: maint-5.004/perl
5217            ! lib/Pod/Html.pm
5218 ____________________________________________________________________________
5219 [   714] By: TimBunce                              on 1998/03/03  19:50:28
5220         Log: Title:  "New pod: perlhist", #F084
5221              From:  Jarkko Hietaniemi <jhi@iki.fi>
5222              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
5223              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
5224      Branch: maint-5.004/perl
5225            + pod/perlhist.pod
5226            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
5227 ____________________________________________________________________________
5228 [   713] By: TimBunce                              on 1998/03/03  19:47:13
5229         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
5230              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5231              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
5232              Files:  pp_ctl.c t/op/local.t
5233      Branch: maint-5.004/perl
5234            ! pp_ctl.c t/op/local.t
5235 ____________________________________________________________________________
5236 [   712] By: TimBunce                              on 1998/03/03  19:45:56
5237         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
5238              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5239              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
5240              Files:  pp_ctl.c
5241      Branch: maint-5.004/perl
5242            ! pp_ctl.c
5243 ____________________________________________________________________________
5244 [   711] By: TimBunce                              on 1998/03/03  19:44:41
5245         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
5246              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5247              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
5248              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
5249      Branch: maint-5.004/perl
5250            + t/comp/require.t
5251            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
5252 ____________________________________________________________________________
5253 [   710] By: TimBunce                              on 1998/03/03  19:36:34
5254         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
5255              From:  Jarkko Hietaniemi <jhi@iki.fi>
5256              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
5257              Files:  t/pragma/locale.t
5258      Branch: maint-5.004/perl
5259            ! t/pragma/locale.t
5260 ____________________________________________________________________________
5261 [   709] By: TimBunce                              on 1998/03/03  19:32:30
5262         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
5263              From:  Gisle Aas <gisle@aas.no>
5264              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
5265              Files:  sv.c
5266      Branch: maint-5.004/perl
5267            ! sv.c
5268 ____________________________________________________________________________
5269 [   708] By: TimBunce                              on 1998/03/03  19:28:06
5270         Log: Title:  "Eliminate double warnings under C<package;>", #F077
5271              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5272              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
5273              Files:  gv.c op.c toke.c
5274      Branch: maint-5.004/perl
5275            ! gv.c op.c toke.c
5276 ____________________________________________________________________________
5277 [   707] By: TimBunce                              on 1998/03/03  19:13:17
5278         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
5279              #F076
5280              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
5281              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
5282              Files:  lib/File/Path.pm
5283      Branch: maint-5.004/perl
5284            ! lib/File/Path.pm
5285 ____________________________________________________________________________
5286 [   706] By: TimBunce                              on 1998/03/03  19:08:45
5287         Log: Title:  "Update of h2ph", #F075
5288              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
5289              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
5290              Files:  t/lib/ph.t utils/h2ph.PL
5291      Branch: maint-5.004/perl
5292            + t/lib/ph.t
5293            ! utils/h2ph.PL
5294 ____________________________________________________________________________
5295 [   705] By: TimBunce                              on 1998/03/03  18:56:59
5296         Log: Title:  "Fix AutoLoader for deep packages", #F074
5297              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
5298              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
5299              Files:  lib/AutoLoader.pm
5300      Branch: maint-5.004/perl
5301            ! lib/AutoLoader.pm
5302 ____________________________________________________________________________
5303 [   704] By: TimBunce                              on 1998/03/03  18:35:36
5304         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
5305              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5306              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
5307              Files:  op.c
5308      Branch: maint-5.004/perl
5309            ! op.c
5310 ____________________________________________________________________________
5311 [   703] By: TimBunce                              on 1998/03/03  18:32:28
5312         Log: Title:  "Make recursive lexical analysis more robust", #F072
5313              From:  Ilya Zakharevich and Chip Salzenberg
5314              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
5315              Files:  toke.c
5316      Branch: maint-5.004/perl
5317            ! toke.c
5318 ____________________________________________________________________________
5319 [   702] By: TimBunce                              on 1998/03/03  18:18:10
5320         Log: Title:  "Fix random whitespace errors in docs", #F070
5321              From:  Roderick Schertler <roderick@argon.org>
5322              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
5323              Files:  pod/perlfunc.pod pod/checkpods.PL
5324      Branch: maint-5.004/perl
5325            ! pod/checkpods.PL pod/perlfunc.pod
5326 ____________________________________________________________________________
5327 [   701] By: TimBunce                              on 1998/03/03  18:13:54
5328         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
5329              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5330              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
5331              Files:  toke.c
5332      Branch: maint-5.004/perl
5333            ! toke.c
5334 ____________________________________________________________________________
5335 [   700] By: TimBunce                              on 1998/03/03  18:11:20
5336         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
5337              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
5338              <nick@flirble.org>
5339              Msg-ID:  <199710241248.NAA00163@flirble.org>,
5340              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
5341              net>
5342              Files:  pp_ctl.c sv.c
5343      Branch: maint-5.004/perl
5344            ! pp_ctl.c sv.c
5345 ____________________________________________________________________________
5346 [   699] By: TimBunce                              on 1998/03/03  18:06:59
5347         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
5348              From:  Jarkko Hietaniemi <jhi@iki.fi>
5349              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
5350              Files:  op.c
5351      Branch: maint-5.004/perl
5352            ! op.c
5353 ____________________________________________________________________________
5354 [   698] By: TimBunce                              on 1998/03/03  18:04:51
5355         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
5356              From:  Administration <fadmin@informatics.muni.cz>
5357              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
5358              Files:  op.c
5359      Branch: maint-5.004/perl
5360            ! op.c
5361 ____________________________________________________________________________
5362 [   697] By: TimBunce                              on 1998/03/03  18:02:54
5363         Log: Title:  "Allow C<last()> to mean C<last>", #F065
5364              From:  Chip Salzenberg
5365              Files:  op.c
5366      Branch: maint-5.004/perl
5367            ! op.c
5368 ____________________________________________________________________________
5369 [   696] By: TimBunce                              on 1998/03/03  17:58:12
5370         Log: Title:  "Fix extension version mismatch message", #F064
5371              From:  Chip Salzenberg
5372              Files:  XSUB.h
5373      Branch: maint-5.004/perl
5374            ! XSUB.h
5375 ____________________________________________________________________________
5376 [   695] By: TimBunce                              on 1998/03/03  17:53:04
5377         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
5378              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
5379              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
5380              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
5381              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
5382      Branch: maint-5.004/perl
5383            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
5384            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
5385 ____________________________________________________________________________
5386 [   694] By: TimBunce                              on 1998/03/03  17:40:47
5387         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
5388              From:  Tom Christiansen
5389              Files:  ext/Socket/Socket.pm
5390      Branch: maint-5.004/perl
5391            ! ext/Socket/Socket.pm
5392 ____________________________________________________________________________
5393 [   693] By: TimBunce                              on 1998/03/03  17:32:57
5394         Log: Title:  "Kill warning about parameter type", #F061
5395              From:  Chip Salzenberg
5396              Files:  op.c
5397      Branch: maint-5.004/perl
5398            ! op.c
5399 ____________________________________________________________________________
5400 [   692] By: TimBunce                              on 1998/03/03  17:11:07
5401         Log: Title:  "Socket occasional SEGV", #F060
5402              From:  Trevor Blackwell <tlb@viaweb.com>
5403              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
5404              Files:  ext/Socket/Socket.xs
5405      Branch: maint-5.004/perl
5406            ! ext/Socket/Socket.xs
5407 ____________________________________________________________________________
5408 [   691] By: TimBunce                              on 1998/03/03  17:09:51
5409         Log: Title:  "Avoid SEGV from local($@)", #F059
5410              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5411              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
5412              Files:  pp_ctl.c
5413      Branch: maint-5.004/perl
5414            ! pp_ctl.c
5415 ____________________________________________________________________________
5416 [   690] By: TimBunce                              on 1998/03/03  17:08:21
5417         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
5418              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5419              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
5420              Files:  op.c
5421      Branch: maint-5.004/perl
5422            ! op.c
5423 ____________________________________________________________________________
5424 [   689] By: TimBunce                              on 1998/03/03  17:05:57
5425         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
5426              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5427              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
5428              Files:  XSUB.h
5429      Branch: maint-5.004/perl
5430            ! XSUB.h
5431 ____________________________________________________________________________
5432 [   688] By: TimBunce                              on 1998/03/03  17:04:15
5433         Log: Title:  "Re: Sort grammar bug", #F056
5434              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5435              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
5436              Files:  toke.c
5437      Branch: maint-5.004/perl
5438            ! toke.c
5439 ____________________________________________________________________________
5440 [   687] By: TimBunce                              on 1998/03/03  17:01:32
5441         Log: Title:  "Document indirect object cases for exec(), system()", #F055
5442              From:  Dominic Dunlop <domo@slipper.ip.lu>
5443              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
5444              Files:  pod/perlfunc.pod
5445      Branch: maint-5.004/perl
5446            ! pod/perlfunc.pod
5447 ____________________________________________________________________________
5448 [   686] By: TimBunce                              on 1998/03/03  16:56:44
5449         Log: Title:  "Update docs on tr///", #F054
5450              From:  Tom Phoenix <rootbeer@teleport.com>
5451              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
5452              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5453              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
5454              pod/perlstyle.pod toke.c
5455      Branch: maint-5.004/perl
5456            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5457            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
5458            ! pod/perlstyle.pod toke.c
5459 ____________________________________________________________________________
5460 [   685] By: TimBunce                              on 1998/03/03  16:38:50
5461         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
5462              From:  Tom Phoenix <rootbeer@teleport.com>
5463              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
5464              Files:  pod/perlop.pod
5465      Branch: maint-5.004/perl
5466            ! pod/perlop.pod
5467 ____________________________________________________________________________
5468 [   684] By: TimBunce                              on 1998/03/03  16:37:00
5469         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
5470              From:  "Joseph N. Hall" <joseph@cscaper.com>
5471              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
5472              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
5473      Branch: maint-5.004/perl
5474            ! perly.c perly.c.diff perly.y vms/perly_c.vms
5475 ____________________________________________________________________________
5476 [   683] By: TimBunce                              on 1998/03/03  16:31:15
5477         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
5478              sv_vsetpfn", #F051
5479              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
5480              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
5481              Files:  pod/perlguts.pod
5482      Branch: maint-5.004/perl
5483            ! pod/perlguts.pod
5484 ____________________________________________________________________________
5485 [   682] By: TimBunce                              on 1998/03/03  16:28:30
5486         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
5487              From:  Jarkko Hietaniemi <jhi@iki.fi>
5488              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
5489              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
5490      Branch: maint-5.004/perl
5491            ! INSTALL pod/perldiag.pod pod/perllocale.pod
5492 ____________________________________________________________________________
5493 [   681] By: TimBunce                              on 1998/03/03  16:24:12
5494         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
5495              From:  Jerome Abela <abela@hsc.fr>
5496              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
5497              Files:  ext/Fcntl/Fcntl.pm
5498      Branch: maint-5.004/perl
5499            ! ext/Fcntl/Fcntl.pm
5500 ____________________________________________________________________________
5501 [   680] By: TimBunce                              on 1998/03/03  16:23:20
5502         Log: Title:  "Commenting toke.c", #F048
5503              From:  gnat@frii.com
5504              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
5505              Files:  toke.c
5506      Branch: maint-5.004/perl
5507            ! toke.c
5508 ____________________________________________________________________________
5509 [   679] By: TimBunce                              on 1998/03/03  16:18:32
5510         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
5511              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5512              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
5513              Files:  pod/perlguts.pod pp.c t/op/vec.t
5514      Branch: maint-5.004/perl
5515            ! pod/perlguts.pod pp.c t/op/vec.t
5516 ____________________________________________________________________________
5517 [   678] By: TimBunce                              on 1998/03/03  16:15:44
5518         Log: Title:  "A few perl5.004_03 bugs", #F046
5519              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5520              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
5521              Files:  mg.c t/op/magic.t
5522      Branch: maint-5.004/perl
5523            ! mg.c t/op/magic.t
5524 ____________________________________________________________________________
5525 [   677] By: TimBunce                              on 1998/03/03  16:13:11
5526         Log: Title:  "Faster, cleaner av_unshift() ", #F045
5527              From:  Gisle Aas <gisle@aas.no>
5528              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
5529              Files:  av.c
5530      Branch: maint-5.004/perl
5531            ! av.c
5532 ____________________________________________________________________________
5533 [   676] By: TimBunce                              on 1998/03/03  16:04:30
5534         Log: Title:  "New hints/solaris2.sh", #F044
5535              From:  Stephen Zander <srz@mckesson.com>
5536              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
5537              Files:  hints/solaris_2.sh
5538      Branch: maint-5.004/perl
5539            ! hints/solaris_2.sh
5540 ____________________________________________________________________________
5541 [   675] By: TimBunce                              on 1998/03/03  15:33:07
5542         Log: Title:  "Refresh Complex.pm and test", #F043
5543              From:  Jarkko Hietaniemi <jhi@iki.fi>
5544              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
5545              Files:  lib/Math/Complex.pm t/lib/complex.t
5546      Branch: maint-5.004/perl
5547            ! lib/Math/Complex.pm t/lib/complex.t
5548 ____________________________________________________________________________
5549 [   674] By: TimBunce                              on 1998/03/03  15:29:16
5550         Log: Title:  "Fix (\@@) proto", #F042
5551              From:  "Joseph N. Hall" <joseph@cscaper.com>
5552              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
5553              Files:  op.c t/comp/proto.t
5554      Branch: maint-5.004/perl
5555            ! op.c t/comp/proto.t
5556 ____________________________________________________________________________
5557 [   673] By: TimBunce                              on 1998/03/03  15:26:31
5558         Log: Title:  "Allow empty BLOCK in code", #F041
5559              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
5560              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
5561              Files:  toke.c
5562      Branch: maint-5.004/perl
5563            ! toke.c
5564 ____________________________________________________________________________
5565 [   672] By: TimBunce                              on 1998/03/03  15:23:55
5566         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
5567              From:  Chip Salzenberg
5568              Files:  gv.c t/op/gv.t
5569      Branch: maint-5.004/perl
5570            ! gv.c t/op/gv.t
5571 ____________________________________________________________________________
5572 [   671] By: TimBunce                              on 1998/03/03  10:02:32
5573         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
5574              From:  Gisle Aas <gisle@aas.no>
5575              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
5576              Files:  gv.c sv.c
5577      Branch: maint-5.004/perl
5578            ! gv.c sv.c
5579 ____________________________________________________________________________
5580 [   670] By: TimBunce                              on 1998/03/03  09:59:48
5581         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
5582              From:  Chip Salzenberg
5583              Files:  gv.c
5584      Branch: maint-5.004/perl
5585            ! gv.c
5586 ____________________________________________________________________________
5587 [   669] By: TimBunce                              on 1998/03/03  09:58:58
5588         Log: Title:  "Make Configure less negative about PerlIO", #F036
5589              From:  chip@atlantic.net
5590              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
5591              Files:  Configure
5592      Branch: maint-5.004/perl
5593            ! Configure
5594 ____________________________________________________________________________
5595 [   668] By: TimBunce                              on 1998/03/03  09:55:51
5596         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
5597              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
5598              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
5599              Files:  pp_ctl.c
5600      Branch: maint-5.004/perl
5601            ! pp_ctl.c
5602 ____________________________________________________________________________
5603 [   667] By: TimBunce                              on 1998/03/03  09:52:59
5604         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
5605              From:  Irving Reid <irving@tor.securecomputing.com>
5606              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
5607              Files:  lib/Getopt/Long.pm
5608      Branch: maint-5.004/perl
5609            ! lib/Getopt/Long.pm
5610 ____________________________________________________________________________
5611 [   666] By: TimBunce                              on 1998/03/03  09:51:27
5612         Log: Title:  "adding the newSVpvn API function", #F033
5613              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
5614              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
5615              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
5616      Branch: maint-5.004/perl
5617            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
5618 ____________________________________________________________________________
5619 [   665] By: TimBunce                              on 1998/03/03  09:43:30
5620         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
5621              From:  Chip Salzenberg
5622              Files:  toke.c
5623      Branch: maint-5.004/perl
5624            ! toke.c
5625 ____________________________________________________________________________
5626 [   664] By: TimBunce                              on 1998/03/03  09:41:40
5627         Log: Title:  "Re-optimize character classes", #F031
5628              From:  Chip Salzenberg
5629              Files:  regcomp.h regcomp.c regexec.c
5630      Branch: maint-5.004/perl
5631            ! regcomp.c regcomp.h regexec.c
5632 ____________________________________________________________________________
5633 [   663] By: TimBunce                              on 1998/03/03  09:39:55
5634         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
5635              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
5636              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
5637              Files:  op.c t/op/local.t
5638      Branch: maint-5.004/perl
5639            ! op.c t/op/local.t
5640 ____________________________________________________________________________
5641 [   662] By: TimBunce                              on 1998/03/03  09:37:51
5642         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
5643              From:  Chip Salzenberg
5644              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
5645              pp_hot.c regexec.c scope.c
5646      Branch: maint-5.004/perl
5647            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
5648            ! proto.h regexec.c regexp.h scope.c
5649 ____________________________________________________________________________
5650 [   661] By: TimBunce                              on 1998/03/03  09:27:04
5651         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
5652              From:  Chip Salzenberg
5653              Files:  toke.c
5654      Branch: maint-5.004/perl
5655            ! toke.c
5656 ____________________________________________________________________________
5657 [   660] By: TimBunce                              on 1998/03/03  09:24:41
5658         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
5659              From:  Chip Salzenberg
5660              Files:  scope.c
5661      Branch: maint-5.004/perl
5662            ! scope.c
5663 ____________________________________________________________________________
5664 [   659] By: TimBunce                              on 1998/03/03  09:24:00
5665         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
5666              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5667              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
5668              Files:  sv.c t/op/sprintf.t
5669      Branch: maint-5.004/perl
5670            ! sv.c t/op/sprintf.t
5671 ____________________________________________________________________________
5672 [   658] By: TimBunce                              on 1998/03/03  09:22:13
5673         Log: Title:  "Tiny core patch for source filters", #F025
5674              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
5675              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
5676              Files:  toke.c
5677      Branch: maint-5.004/perl
5678            ! toke.c
5679 ____________________________________________________________________________
5680 [   657] By: TimBunce                              on 1998/03/03  09:20:00
5681         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
5682              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5683              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
5684              Files:  t/base/lex.t toke.c
5685      Branch: maint-5.004/perl
5686            ! t/base/lex.t toke.c
5687 ____________________________________________________________________________
5688 [   656] By: TimBunce                              on 1998/03/03  09:17:56
5689         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
5690              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5691              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
5692              Files:  doio.c t/pragma/warn-1global
5693      Branch: maint-5.004/perl
5694            ! doio.c t/pragma/warn-1global
5695 ____________________________________________________________________________
5696 [   655] By: TimBunce                              on 1998/03/03  09:16:56
5697         Log: Title:  "Fix '*' prototype", #F022
5698              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5699              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
5700              Files:  toke.c
5701      Branch: maint-5.004/perl
5702            ! toke.c
5703 ____________________________________________________________________________
5704 [   654] By: TimBunce                              on 1998/03/03  09:15:04
5705         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
5706              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
5707              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
5708              Files:  lib/File/Find.pm
5709      Branch: maint-5.004/perl
5710            ! lib/File/Find.pm
5711 ____________________________________________________________________________
5712 [   653] By: TimBunce                              on 1998/03/03  09:11:55
5713         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
5714              From:  Chip Salzenberg
5715              Files:  sv.c
5716      Branch: maint-5.004/perl
5717            ! sv.c
5718 ____________________________________________________________________________
5719 [   652] By: TimBunce                              on 1998/03/03  09:07:50
5720         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
5721              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5722              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
5723              Files:  scope.c
5724      Branch: maint-5.004/perl
5725            ! scope.c
5726 ____________________________________________________________________________
5727 [   651] By: TimBunce                              on 1998/03/03  09:07:10
5728         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
5729              From:  Stephane Payrard <stef@francenet.fr>
5730              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
5731              Files:  op.c t/op/my.t
5732      Branch: maint-5.004/perl
5733            ! op.c t/op/my.t
5734 ____________________________________________________________________________
5735 [   650] By: TimBunce                              on 1998/03/03  09:04:04
5736         Log: Title:  "enhanced "use strict" warning", #F017
5737              From:  Tkil <tkil@reptile.scrye.com>
5738              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
5739              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
5740      Branch: maint-5.004/perl
5741            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
5742 ____________________________________________________________________________
5743 [   649] By: TimBunce                              on 1998/03/03  09:02:55
5744         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
5745              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5746              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
5747              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
5748      Branch: maint-5.004/perl
5749            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
5750 ____________________________________________________________________________
5751 [   648] By: TimBunce                              on 1998/03/03  08:58:00
5752         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
5753              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5754              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
5755              Files:  sv.c
5756      Branch: maint-5.004/perl
5757            ! sv.c
5758 ____________________________________________________________________________
5759 [   647] By: TimBunce                              on 1998/03/03  08:53:35
5760         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
5761              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5762              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
5763              Files:  os2/os2.c util.c
5764      Branch: maint-5.004/perl
5765            ! os2/os2.c util.c
5766 ____________________________________________________________________________
5767 [   646] By: TimBunce                              on 1998/03/03  08:51:04
5768         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
5769              From:  Roderick Schertler <roderick@argon.org>
5770              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
5771              Files:  doio.c t/op/misc.t
5772      Branch: maint-5.004/perl
5773            ! doio.c t/op/misc.t
5774 ____________________________________________________________________________
5775 [   645] By: TimBunce                              on 1998/03/03  08:49:34
5776         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
5777              From:  Stephen McCamant <alias@mcs.com>
5778              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
5779              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
5780      Branch: maint-5.004/perl
5781            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
5782 ____________________________________________________________________________
5783 [   644] By: TimBunce                              on 1998/03/03  08:43:06
5784         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
5785              From:  Spider Boardman <spider@orb.nashua.nh.us>
5786              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
5787              Files:  sv.c
5788      Branch: maint-5.004/perl
5789            ! sv.c
5790 ____________________________________________________________________________
5791 [   643] By: TimBunce                              on 1998/03/03  08:41:07
5792         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
5793              From:  Chip Salzenberg
5794              Files:  op.c t/op/my.t
5795      Branch: maint-5.004/perl
5796            ! op.c t/op/my.t
5797 ____________________________________________________________________________
5798 [   642] By: TimBunce                              on 1998/03/03  08:39:11
5799         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
5800              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5801              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
5802              Files:  pod/perlobj.pod sv.c t/op/ref.t
5803      Branch: maint-5.004/perl
5804            ! pod/perlobj.pod sv.c t/op/ref.t
5805 ____________________________________________________________________________
5806 [   641] By: gsar                                  on 1998/03/03  04:39:49
5807         Log: merge problematic maintpatch to op.c
5808              #77:  "Eliminate double warnings under C<package;>"
5809              From:  Chip Salzenberg
5810              Files:  gv.c op.c toke.c
5811      Branch: win32/perl
5812            ! gv.c op.c toke.c
5813 ____________________________________________________________________________
5814 [   640] By: gsar                                  on 1998/03/03  04:30:22
5815         Log: merge another conflicting maintpatch to op.c
5816              #17:  "Enhanced "use strict" warning"
5817              From:  Tkil <tkil@reptile.scrye.com>
5818              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
5819              Date:  Thu, 4 Dec 1997 02:38:26 -0700
5820              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
5821      Branch: win32/perl
5822            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
5823 ____________________________________________________________________________
5824 [   639] By: gsar                                  on 1998/03/03  04:09:11
5825         Log: maintpatch
5826              #73:  "Fix order of warnings for misplaced subscripts"
5827              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5828              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
5829              Date:  Mon, 13 Oct 1997 11:23:56 +0100
5830              Files:  op.c
5831      Branch: win32/perl
5832            ! op.c
5833 ____________________________________________________________________________
5834 [   638] By: gsar                                  on 1998/03/03  04:02:16
5835         Log: manually apply another conflicting maintpatch
5836              #64:  "Fix extension version mismatch message"
5837              From:  Chip Salzenberg
5838              Files:  XSUB.h
5839      Branch: win32/perl
5840            ! XSUB.h
5841 ____________________________________________________________________________
5842 [   637] By: gsar                                  on 1998/03/03  03:57:08
5843         Log: maintpatch
5844              #62:  "Fix doc bug in getservbyname() examples"
5845              From:  Tom Christiansen
5846              Files:  ext/Socket/Socket.pm
5847      Branch: win32/perl
5848            ! ext/Socket/Socket.pm
5849 ____________________________________________________________________________
5850 [   636] By: gsar                                  on 1998/03/03  03:55:13
5851         Log: maintpatch
5852              #60:  "Socket occasional SEGV"
5853              From:  Trevor Blackwell <tlb@viaweb.com>
5854              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
5855              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
5856              Files:  ext/Socket/Socket.xs
5857      Branch: win32/perl
5858            ! ext/Socket/Socket.xs
5859 ____________________________________________________________________________
5860 [   635] By: gsar                                  on 1998/03/03  03:51:01
5861         Log: maintpatches for docs
5862              #53:  "Perlop bitwise & | ^ documentation"
5863              From:  Tom Phoenix <rootbeer@teleport.com>
5864              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
5865              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
5866              Files:  pod/perlfunc.pod
5867              -------- 
5868              #54:  "Update docs on tr///"
5869              From:  Tom Phoenix <rootbeer@teleport.com>
5870              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
5871              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
5872              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5873              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
5874              pod/perlstyle.pod toke.c
5875      Branch: win32/perl
5876            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5877            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
5878            ! pod/perlstyle.pod toke.c
5879 ____________________________________________________________________________
5880 [   634] By: gsar                                  on 1998/03/03  03:43:42
5881         Log: another maintpatch (this one needed adjust of test nos.)
5882              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5883              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
5884              Date: Thu, 22 Jan 1998 12:11:49 +0000
5885              Subject: Re: [PERL] A few perl5.004_03 bugs 
5886      Branch: win32/perl
5887            ! mg.c t/op/magic.t
5888 ____________________________________________________________________________
5889 [   633] By: gsar                                  on 1998/03/03  03:36:40
5890         Log: merge another toke.c patch and its dependent (very carefully)
5891              #32:  "Support C<Package::> as function-blind bearword"
5892              From:  Chip Salzenberg
5893              Files:  toke.c
5894              --------
5895              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
5896              From:  Gurusamy Sarathy
5897              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
5898      Branch: win32/perl
5899            ! pod/perldelta.pod pod/perldiag.pod toke.c
5900 ____________________________________________________________________________
5901 [   632] By: gsar                                  on 1998/03/03  03:12:16
5902         Log: another toke.c maintpatch
5903              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
5904              From:  Chip Salzenberg
5905              Files:  toke.c
5906      Branch: win32/perl
5907            ! toke.c
5908 ____________________________________________________________________________
5909 [   631] By: gsar                                  on 1998/03/03  03:06:59
5910         Log: still another maintpatch
5911              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5912              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
5913              Date: Sun, 02 Nov 1997 13:31:54 +0000
5914              Subject: [PATCH] assorted sprintf bugs
5915      Branch: win32/perl
5916            ! sv.c t/op/sprintf.t
5917 ____________________________________________________________________________
5918 [   630] By: gsar                                  on 1998/03/03  03:03:55
5919         Log: yet another maintpatch
5920              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5921              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
5922              Date: Sat, 22 Nov 1997 12:52:16 +0000
5923              Subject: Re: [PERL] Unexpected output 
5924      Branch: win32/perl
5925            ! doio.c t/pragma/warn-1global
5926 ____________________________________________________________________________
5927 [   629] By: gsar                                  on 1998/03/03  02:57:33
5928         Log: merge another maintpatch to toke.c
5929              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5930              Date: Sat, 22 Nov 1997 14:45:23 GMT
5931              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
5932              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
5933      Branch: win32/perl
5934            ! t/base/lex.t toke.c
5935 ____________________________________________________________________________
5936 [   628] By: gsar                                  on 1998/03/03  02:50:20
5937         Log: manually merge a maintpatch
5938              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
5939              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
5940              From: gnat@frii.com
5941              Subject: [PERL] Commenting toke.c
5942      Branch: win32/perl
5943            ! toke.c
5944 ____________________________________________________________________________
5945 [   627] By: TimBunce                              on 1998/03/02  22:34:47
5946         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
5947              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5948              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
5949              Files:  pp_hot.c pp_sys.c
5950      Branch: maint-5.004/perl
5951            ! pp_hot.c pp_sys.c
5952 ____________________________________________________________________________
5953 [   626] By: TimBunce                              on 1998/03/02  22:31:13
5954         Log: This is the change description for change 625
5955              Title:  "Fix tr///s option", #F007
5956              From:  Inaba Hiroto <inaba@st.rim.or.jp>
5957              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
5958              Files:  doop.c
5959      Branch: maint-5.004/perl
5960            ! doop.c
5961 ____________________________________________________________________________
5962 [   625] By: TimBunce                              on 1998/03/02  22:23:48
5963         Log:      Branch: maint-5.004/perl
5964            ! doop.c
5965 ____________________________________________________________________________
5966 [   623] By: TimBunce                              on 1998/03/02  21:51:53
5967         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
5968              From:  Chip Salzenberg
5969              Files:  pp_ctl.c
5970      Branch: maint-5.004/perl
5971            ! pp_ctl.c
5972 ____________________________________________________________________________
5973 [   622] By: TimBunce                              on 1998/03/02  21:43:29
5974         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
5975              From:  Chip Salzenberg
5976              Files:  sv.c
5977      Branch: maint-5.004/perl
5978            ! sv.c
5979 ____________________________________________________________________________
5980 [   621] By: TimBunce                              on 1998/03/02  21:29:59
5981         Log: Title:  "Fix compile-time warning line in while ()", #F004
5982              From:  Chip Salzenberg
5983              Files:  op.c
5984      Branch: maint-5.004/perl
5985            ! op.c
5986 ____________________________________________________________________________
5987 [   620] By: TimBunce                              on 1998/03/02  21:25:27
5988         Log: Title:  "STMT foreach LIST;", #F002
5989              From:  Chip Salzenberg
5990              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
5991              vms/perly_c.vms
5992      Branch: maint-5.004/perl
5993            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
5994            ! toke.c vms/perly_c.vms
5995 ____________________________________________________________________________
5996 [   619] By: TimBunce                              on 1998/03/02  21:12:58
5997         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
5998              From:  Chip Salzenberg
5999              Files:  op.c
6000      Branch: maint-5.004/perl
6001            ! op.c
6002 ____________________________________________________________________________
6003 [   618] By: gsar                                  on 1998/03/02  04:40:16
6004         Log: make t/lib/nothread.t type xtext also
6005      Branch: win32/perl
6006            ! t/op/nothread.t
6007 ____________________________________________________________________________
6008 [   617] By: gsar                                  on 1998/03/02  04:35:15
6009         Log: make t/lib/thread.t type xtext
6010      Branch: win32/perl
6011            ! t/lib/thread.t
6012 ____________________________________________________________________________
6013 [   616] By: gsar                                  on 1998/03/02  04:17:40
6014         Log: fix misapplied hunks in change#614
6015      Branch: win32/perl
6016            ! scope.c scope.h
6017 ____________________________________________________________________________
6018 [   615] By: gsar                                  on 1998/03/02  03:39:16
6019         Log: another one down
6020              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
6021              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
6022              Date: Tue, 25 Nov 1997 23:03:48 -0800
6023              Subject: [PERL] File::Find bugs & patches
6024      Branch: win32/perl
6025            ! lib/File/Find.pm
6026 ____________________________________________________________________________
6027 [   614] By: gsar                                  on 1998/03/02  03:28:28
6028         Log: this one with adjusted test numbers
6029              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
6030              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
6031              From: Stephen McCamant <alias@mcs.com>
6032              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
6033      Branch: win32/perl
6034            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
6035 ____________________________________________________________________________
6036 [   613] By: gsar                                  on 1998/03/02  03:13:32
6037         Log: still another
6038              From: Inaba Hiroto <inaba@st.rim.or.jp>
6039              Subject: [PERL] tr///s bug
6040              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
6041              Date: Sat, 10 Jan 1998 15:53:33 +0900
6042      Branch: win32/perl
6043            ! doop.c t/op/subst.t
6044 ____________________________________________________________________________
6045 [   612] By: gsar                                  on 1998/03/02  03:01:27
6046         Log: yet another patch
6047              From: Chip Salzenberg <salzench@nielsenmedia.com>
6048              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
6049              Subject: Tiny but massively cool:  C<statement foreach @list>
6050              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
6051      Branch: win32/perl
6052            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
6053            ! toke.c vms/perly_c.vms
6054 ____________________________________________________________________________
6055 [   611] By: gsar                                  on 1998/03/02  01:52:46
6056         Log: yet another 'old' patch
6057              From: Stephane Payrard <stef@francenet.fr>
6058              Message-Id: <199712040054.BAA04612@www.zweig.com>
6059              To: perl5-porters@perl.org
6060              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
6061              between `my' and `local' (Patch included)
6062      Branch: win32/perl
6063            ! op.c t/op/my.t
6064 ____________________________________________________________________________
6065 [   610] By: gsar                                  on 1998/03/02  01:45:55
6066         Log: another 'old' patch
6067              From: Roderick Schertler <roderick@argon.org>
6068              Date: 19 Dec 1997 12:52:36 -0500
6069              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
6070              Subject: [PERL] [PATCH] Re: Problem with open >&=
6071      Branch: win32/perl
6072            ! doio.c t/op/misc.t
6073 ____________________________________________________________________________
6074 [   609] By: gsar                                  on 1998/03/02  01:23:56
6075         Log: apply missing pieces from:
6076              From: Chip Salzenberg <salzench@nielsenmedia.com>
6077              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
6078              Subject: [PATCH] Improved LVALUE patch
6079              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
6080      Branch: win32/perl
6081            ! sv.c
6082 ____________________________________________________________________________
6083 [   608] By: gsar                                  on 1998/03/02  01:13:01
6084         Log: merge two important 'old' patches
6085              From: Chip Salzenberg <salzench@nielsenmedia.com>
6086              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
6087              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
6088              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
6089              ------
6090              From: Chip Salzenberg <salzench@nielsenmedia.com>
6091              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
6092              Subject: [PATCH] Fix for compile-time while() warnings
6093              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
6094      Branch: win32/perl
6095            ! op.c
6096 ____________________________________________________________________________
6097 [   607] By: gsar                                  on 1998/03/01  06:52:26
6098         Log: integrate mainline changes
6099      Branch: asperl
6100           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
6101           +> lib/Tie/Handle.pm t/op/tiehandle.t
6102            - config_H
6103           !> (integrate 89 files)
6104 ____________________________________________________________________________
6105 [   606] By: gsar                                  on 1998/02/28  23:11:00
6106         Log: misc small tweaks
6107              - AutoLoader fix for long::pack::names
6108              - d_mymalloc can be set from makefiles now
6109              - make search.pl actually work on win32
6110              - revert podoc about $^E on OS/2 (per Ilya's wishes)
6111      Branch: win32/perl
6112            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
6113            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
6114 ____________________________________________________________________________
6115 [   605] By: gsar                                  on 1998/02/28  22:16:45
6116         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
6117      Branch: win32/perl
6118            ! embedvar.h sv.h
6119 ____________________________________________________________________________
6120 [   604] By: gsar                                  on 1998/02/28  21:08:58
6121         Log: integrate mainline
6122      Branch: win32/perl
6123           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
6124           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
6125           !> byterun.c ext/SDBM_File/Makefile.PL
6126           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
6127           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
6128           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
6129           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
6130           !> vms/test.com win32/makedef.pl
6131 ____________________________________________________________________________
6132 [   603] By: nick                                  on 1998/02/28  11:31:15
6133         Log: Missed FREAD in bytecode.h
6134              Cannot export svref_mutex in non-threaded perl
6135      Branch: perl
6136            ! bytecode.h win32/makedef.pl
6137
6138 ----------------
6139 Version 5.004_61
6140 ----------------
6141
6142 ____________________________________________________________________________
6143 [   602] By: mbeattie                              on 1998/02/27  18:35:27
6144         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
6145              preprocessor symbol on Digital UNIX.
6146      Branch: perl
6147            ! bytecode.h bytecode.pl byterun.c
6148 ____________________________________________________________________________
6149 [   601] By: mbeattie                              on 1998/02/27  18:27:00
6150         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
6151      Branch: perl
6152            ! sv.h
6153 ____________________________________________________________________________
6154 [   600] By: mbeattie                              on 1998/02/27  18:15:07
6155         Log: Add atomic.h to MANIFEST
6156      Branch: perl
6157            ! MANIFEST
6158 ____________________________________________________________________________
6159 [   599] By: mbeattie                              on 1998/02/27  18:13:52
6160         Log: Integrate win32 branch into mainline.
6161      Branch: perl
6162            ! bytecode.pl
6163           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
6164           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
6165           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
6166           !> win32/config.gc win32/config.vc win32/config_H.bc
6167           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
6168           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
6169           !> win32/win32thread.h
6170 ____________________________________________________________________________
6171 [   598] By: mbeattie                              on 1998/02/27  18:06:41
6172         Log: Make refcounts atomic for threading (dependent on appropriate
6173              arch-dependent and compiler-dependent definitions in atomic.h
6174              or else falls back to a global mutex to protect refcounts).
6175      Branch: perl
6176            + atomic.h
6177            ! global.sym perl.c perlvars.h sv.c sv.h
6178 ____________________________________________________________________________
6179 [   597] By: mbeattie                              on 1998/02/27  15:37:22
6180         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
6181      Branch: perl
6182            ! MANIFEST
6183 ____________________________________________________________________________
6184 [   596] By: mbeattie                              on 1998/02/27  15:34:55
6185         Log: Missed adding new file Policy_sh.SH in change 592.
6186      Branch: perl
6187            + Policy_sh.SH
6188 ____________________________________________________________________________
6189 [   595] By: mbeattie                              on 1998/02/27  15:34:06
6190         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
6191              Date: Fri, 27 Feb 1998 04:15:04 +0000
6192              From: Graham Barr <gbarr@pobox.com>
6193      Branch: perl
6194            + lib/Tie/Handle.pm t/op/tiehandle.t
6195            ! pod/perltie.pod pp_sys.c
6196 ____________________________________________________________________________
6197 [   594] By: mbeattie                              on 1998/02/27  15:31:12
6198         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6199              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
6200              Date: Thu, 26 Feb 1998 11:09:55 -0800
6201              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
6202              Date: Thu, 26 Feb 1998 11:15:24 -0800
6203      Branch: perl
6204            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
6205            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
6206            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
6207            ! vms/test.com
6208 ____________________________________________________________________________
6209 [   593] By: mbeattie                              on 1998/02/27  15:26:45
6210         Log: Fix file-descriptor leak when pipes fail via taint checks:
6211              Subject: [PATCH] Some patches went through cracks
6212              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
6213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6214      Branch: perl
6215            ! os2/os2.c util.c
6216 ____________________________________________________________________________
6217 [   592] By: mbeattie                              on 1998/02/27  15:15:12
6218         Log: Subject: Config_60-03-04.diff patch for 5.004_60
6219              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
6220              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6221      Branch: perl
6222            ! Configure MANIFEST Makefile.SH os2/diff.configure
6223 ____________________________________________________________________________
6224 [   591] By: gsar                                  on 1998/02/26  19:34:50
6225         Log: added AS patch#9
6226      Branch: asperl
6227            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
6228            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
6229            - win32/ipstdiowin.h win32/perlobj.def
6230            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
6231            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
6232            ! win32/win32sck.c win32/win32thread.c
6233 ____________________________________________________________________________
6234 [   590] By: gsar                                  on 1998/02/26  04:25:40
6235         Log: various changes to make win32 build under the new Configure & co.
6236              - added byterun.c to core C build
6237              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
6238              after adding new variables to config.[bgv]c
6239              - sig_name_init now has only the valid signals
6240              - we now have $Config{usethreads}
6241              - tested under the two commercial compilers w/ and w/o usethreads
6242      Branch: win32/perl
6243            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6244            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6245            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
6246 ____________________________________________________________________________
6247 [   589] By: gsar                                  on 1998/02/26  03:56:19
6248         Log: various cleanups so that B can be built as "just another extension"
6249              - export symbols needed for building B
6250              - bset_obj_store() is needed by byterun(), so define it there instead
6251              of at B.xs, and export it
6252              - freadpv() is only used in B.xs, so move it there
6253              - byte*.h are now included by perl.h
6254              - regenerate embed*.h
6255      Branch: win32/perl
6256            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
6257            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
6258 ____________________________________________________________________________
6259 [   588] By: gsar                                  on 1998/02/25  21:46:35
6260         Log: integrate mainline
6261      Branch: win32/perl
6262           +> Porting/config.sh Porting/config_H
6263            - config_H
6264           !> (integrate 54 files)
6265 ____________________________________________________________________________
6266 [   587] By: gsar                                  on 1998/02/25  19:20:26
6267         Log: added AS patch#8
6268      Branch: asperl
6269            ! sv.c x2p/a2py.c x2p/util.c
6270 ____________________________________________________________________________
6271 [   586] By: gsar                                  on 1998/02/25  19:08:06
6272         Log: added AS patch#7
6273              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
6274              Date:    Tue, 24 Feb 1998 07:57:07 PST
6275              From:    Douglas Lankshear <dougl@ActiveState.com>
6276              Subject: [PATCH] 
6277              
6278              Here's an attempt at
6279              6. MANIFEST must be updated with new file names
6280              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
6281              And some changes to move toward
6282              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
6283              
6284              -- Doug
6285      Branch: asperl
6286            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
6287            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
6288            ! perlenv.h perlio.h perllio.h win32/Makefile
6289 ____________________________________________________________________________
6290 [   585] By: mbeattie                              on 1998/02/25  17:44:34
6291         Log: More compiler tweaks.
6292      Branch: perl
6293            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
6294 ____________________________________________________________________________
6295 [   584] By: mbeattie                              on 1998/02/25  15:36:38
6296         Log: Subject: [PATCH 5.004_60] dos-djgpp update
6297              Date: Wed, 25 Feb 1998 11:17:07 +0100
6298              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6299      Branch: perl
6300            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
6301 ____________________________________________________________________________
6302 [   583] By: mbeattie                              on 1998/02/25  15:34:48
6303         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
6304      Branch: perl
6305            ! global.sym patchlevel.h
6306 ____________________________________________________________________________
6307 [   582] By: mbeattie                              on 1998/02/25  15:28:08
6308         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
6309              Date: Tue, 24 Feb 1998 11:15:57 +0000
6310              From: Robin Houston <robin@oneworld.org>
6311      Branch: perl
6312            ! pod/perldiag.pod pp_ctl.c
6313 ____________________________________________________________________________
6314 [   581] By: mbeattie                              on 1998/02/25  15:27:06
6315         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
6316              Date: 23 Feb 1998 23:36:09 +0100
6317              From: Gisle Aas <gisle@aas.no>
6318      Branch: perl
6319            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
6320 ____________________________________________________________________________
6321 [   580] By: mbeattie                              on 1998/02/25  15:25:29
6322         Log: Subject: [PATCH 5.004_60] improved Test.pm
6323              Date: Sat, 21 Feb 1998 14:17:09 -0500
6324              From: Joshua Pritikin <pritikin@mindspring.com>
6325      Branch: perl
6326            ! lib/Test.pm
6327 ____________________________________________________________________________
6328 [   579] By: mbeattie                              on 1998/02/25  15:23:24
6329         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
6330              From: Jarkko Hietaniemi <jhi@iki.fi>
6331              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
6332              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
6333              Subject: Re: your HP-UX perl patch
6334              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
6335      Branch: perl
6336            ! Makefile.SH embed.h global.sym hints/hpux.sh
6337 ____________________________________________________________________________
6338 [   578] By: mbeattie                              on 1998/02/25  15:18:06
6339         Log: Back out DB_File patch (change _553) and tweak Configure.
6340              Subject: ANNOUNCE: perl5.004_60 is available
6341              Date: Mon, 23 Feb 1998 10:47:26 -0000
6342              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
6343      Branch: perl
6344            ! Configure ext/DB_File/DB_File.xs
6345 ____________________________________________________________________________
6346 [   577] By: mbeattie                              on 1998/02/25  15:04:00
6347         Log: Subject: [PATCH] Cwd.pm
6348              Date: Fri, 20 Feb 1998 10:27:54 -0600
6349              From: Graham Barr <gbarr@ti.com>
6350      Branch: perl
6351            ! lib/Cwd.pm
6352 ____________________________________________________________________________
6353 [   576] By: mbeattie                              on 1998/02/25  15:02:57
6354         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
6355              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
6356              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
6357              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
6358              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
6359              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
6360              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
6361      Branch: perl
6362            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
6363 ____________________________________________________________________________
6364 [   575] By: mbeattie                              on 1998/02/25  14:58:00
6365         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
6366              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
6367              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6368      Branch: perl
6369            + Porting/config.sh Porting/config_H
6370            - config_H
6371            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
6372            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
6373            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
6374            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
6375            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
6376            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
6377            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
6378 ____________________________________________________________________________
6379 [   574] By: gsar                                  on 1998/02/24  02:21:14
6380         Log: fix typos in sv.c
6381      Branch: win32/perl
6382            ! sv.c
6383 ____________________________________________________________________________
6384 [   573] By: mbeattie                              on 1998/02/23  10:03:39
6385         Log: Remove old Linux+threads segfault degugging kludge.
6386      Branch: perl
6387            ! perl.c
6388 ____________________________________________________________________________
6389 [   572] By: gsar                                  on 1998/02/23  09:45:26
6390         Log: undo previous change (no added value!)
6391      Branch: win32/perl
6392            ! win32/bin/pl2bat.pl
6393 ____________________________________________________________________________
6394 [   571] By: gsar                                  on 1998/02/23  09:18:32
6395         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
6396              John Cavanaugh <cavanaug@sdd.hp.com>)
6397      Branch: win32/perl
6398            ! win32/bin/pl2bat.pl
6399 ____________________________________________________________________________
6400 [   570] By: gsar                                  on 1998/02/22  04:02:15
6401         Log: support chown() (just a noop for now)
6402      Branch: win32/perl
6403            ! dosish.h win32/win32.c win32/win32.h
6404 ____________________________________________________________________________
6405 [   569] By: gsar                                  on 1998/02/22  03:09:55
6406         Log: integrate latest win32 branch
6407      Branch: asperl
6408           +> (branch 41 files)
6409           !> (integrate 59 files)
6410 ____________________________________________________________________________
6411 [   568] By: gsar                                  on 1998/02/22  02:40:56
6412         Log: get compiler building under win32 (needed Makefile.PL
6413              hacks that could be applicable to other platforms)
6414      Branch: win32/perl
6415            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
6416 ____________________________________________________________________________
6417 [   567] By: gsar                                  on 1998/02/22  01:30:19
6418         Log: integrate mainline
6419      Branch: win32/perl
6420           +> (branch 41 files)
6421           !> (integrate 46 files)
6422 ____________________________________________________________________________
6423 [   566] By: gsar                                  on 1998/02/20  22:31:56
6424         Log: fix handle leak in join()
6425      Branch: win32/perl
6426            ! win32/win32thread.h
6427
6428 ----------------
6429 Version 5.004_60
6430 ----------------
6431
6432 ____________________________________________________________________________
6433 [   565] By: mbeattie                              on 1998/02/20  18:23:47
6434         Log: Remove compiler files from their old lib/B locations. The compiler
6435              now builds by default (without the byteperl executable so far) and
6436              seems to work at least minimally.
6437      Branch: perl
6438            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
6439            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
6440            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
6441            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
6442            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
6443            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
6444            ! MANIFEST bytecode.pl
6445 ____________________________________________________________________________
6446 [   564] By: mbeattie                              on 1998/02/20  18:05:33
6447         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
6448              under ext/B.
6449      Branch: perl
6450           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
6451           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
6452           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
6453           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
6454           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
6455           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
6456           +> ext/B/B/makeliblinks ext/B/O.pm
6457 ____________________________________________________________________________
6458 [   563] By: mbeattie                              on 1998/02/20  17:54:58
6459         Log: Start getting compiler to work when built with the core.
6460              [Still won't work as of this change.]
6461      Branch: perl
6462           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
6463           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
6464           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
6465           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
6466           +> lib/B/Terse.pm lib/B/Xref.pm
6467            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
6468 ____________________________________________________________________________
6469 [   562] By: mbeattie                              on 1998/02/20  16:42:13
6470         Log: Merge perlext/Compiler/... into mainline. Some files move to
6471              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
6472              move to the base perl directory (e.g. headers). Will need some
6473              cleaning up before it builds properly, I would guess.
6474      Branch: perl
6475           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
6476           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
6477           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
6478           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
6479           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
6480           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
6481           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
6482           +> lib/B/makeliblinks lib/O.pm
6483 ____________________________________________________________________________
6484 [   561] By: mbeattie                              on 1998/02/20  16:39:38
6485         Log: Win32 changes from Sarathy, tweaked slightly by me.
6486      Branch: perlext
6487            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
6488            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
6489            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
6490            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
6491 ____________________________________________________________________________
6492 [   560] By: mbeattie                              on 1998/02/20  15:46:15
6493         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
6494      Branch: perl
6495            ! perl.c
6496 ____________________________________________________________________________
6497 [   559] By: mbeattie                              on 1998/02/20  12:56:10
6498         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
6499      Branch: perl
6500            ! MANIFEST patchlevel.h
6501 ____________________________________________________________________________
6502 [   558] By: mbeattie                              on 1998/02/20  12:53:26
6503         Log: Integrate win32 branch into mainline.
6504      Branch: perl
6505           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
6506           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6507           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6508           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
6509           !> win32/win32iop.h x2p/a2p.h
6510 ____________________________________________________________________________
6511 [   557] By: mbeattie                              on 1998/02/20  12:51:42
6512         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
6513              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
6514              From: Jarkko Hietaniemi <jhi@iki.fi>
6515      Branch: perl
6516            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
6517            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
6518            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
6519            ! pod/perltoc.pod pod/perlvar.pod
6520 ____________________________________________________________________________
6521 [   556] By: mbeattie                              on 1998/02/20  12:49:54
6522         Log: Subject: [PATCH] installperl
6523              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
6524              From: Norton Allen <allen@huarp.harvard.edu>
6525      Branch: perl
6526            ! installperl
6527 ____________________________________________________________________________
6528 [   555] By: mbeattie                              on 1998/02/20  12:49:09
6529         Log: Subject: [PATCH:_59] t/op/wantarray.t
6530              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
6531              From: Norton Allen <allen@huarp.harvard.edu>
6532      Branch: perl
6533            + t/op/wantarray.t
6534 ____________________________________________________________________________
6535 [   554] By: mbeattie                              on 1998/02/20  12:47:44
6536         Log: Subject: Misprint in regcomp.c [PATCH]
6537              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
6538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6539      Branch: perl
6540            ! regcomp.c
6541 ____________________________________________________________________________
6542 [   553] By: mbeattie                              on 1998/02/20  12:45:08
6543         Log: Subject: DB_File ->length does not work just after tie.
6544              Date: Tue, 17 Feb 1998 13:19:18 GMT
6545              From: Nick Ing-Simmons <nik@tiuk.ti.com>
6546      Branch: perl
6547            ! ext/DB_File/DB_File.xs
6548 ____________________________________________________________________________
6549 [   552] By: mbeattie                              on 1998/02/20  12:43:32
6550         Log: Subject: [PATCH] - perl5.005_59, update Copyright
6551              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
6552              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
6553      Branch: perl
6554            ! perl.c
6555 ____________________________________________________________________________
6556 [   551] By: mbeattie                              on 1998/02/20  12:42:41
6557         Log: Subject: Re: for() and map() peculiarity
6558              Date: Mon, 16 Feb 1998 21:33:44 +0000
6559              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6560      Branch: perl
6561            ! pod/perlsyn.pod
6562 ____________________________________________________________________________
6563 [   550] By: mbeattie                              on 1998/02/20  12:41:53
6564         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
6565              Date: Mon, 16 Feb 1998 11:46:29 -0800
6566              From: Dan Sugalski <sugalskd@osshe.edu>
6567      Branch: perl
6568            ! vms/config.vms
6569 ____________________________________________________________________________
6570 [   549] By: mbeattie                              on 1998/02/20  12:40:55
6571         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
6572              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
6573              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
6574      Branch: perl
6575            ! global.sym
6576 ____________________________________________________________________________
6577 [   548] By: mbeattie                              on 1998/02/20  12:39:56
6578         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
6579              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
6580              From: Jarkko Hietaniemi <jhi@iki.fi>
6581      Branch: perl
6582            ! hints/irix_6.sh
6583 ____________________________________________________________________________
6584 [   547] By: mbeattie                              on 1998/02/20  12:38:58
6585         Log: Subject: [PATCH] perlguts update
6586              Date: 16 Feb 1998 11:23:53 +0100
6587              From: Gisle Aas <gisle@aas.no>
6588      Branch: perl
6589            ! pod/perlguts.pod
6590 ____________________________________________________________________________
6591 [   546] By: mbeattie                              on 1998/02/20  12:38:01
6592         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
6593              Date: Sun, 15 Feb 1998 23:56:05 -0500
6594              From: Irving Reid <irving@tor.securecomputing.com>
6595      Branch: perl
6596            ! hints/bsdos.sh
6597 ____________________________________________________________________________
6598 [   545] By: mbeattie                              on 1998/02/20  12:37:11
6599         Log: Subject: [PATCH] 5% speedup in an empty loop
6600              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
6601              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6602      Branch: perl
6603            ! op.c
6604 ____________________________________________________________________________
6605 [   544] By: mbeattie                              on 1998/02/20  12:36:26
6606         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
6607              Date: Sun, 15 Feb 98 23:06:16 +0100
6608              From: Hans Mulder <hansm@icgroup.nl>
6609      Branch: perl
6610            ! hints/next_3.sh hints/next_4.sh
6611 ____________________________________________________________________________
6612 [   543] By: mbeattie                              on 1998/02/20  12:35:39
6613         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
6614              Date: Sun, 15 Feb 98 23:05:20 +0100
6615              From: Hans Mulder <hansm@icgroup.nl>
6616      Branch: perl
6617            ! malloc.c
6618 ____________________________________________________________________________
6619 [   542] By: mbeattie                              on 1998/02/20  12:35:03
6620         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
6621              From: Hans Mulder <hansm@icgroup.nl>
6622              Date: Sun, 15 Feb 98 23:04:29 +0100
6623      Branch: perl
6624            ! Configure
6625 ____________________________________________________________________________
6626 [   541] By: mbeattie                              on 1998/02/20  12:33:56
6627         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
6628              NeXT   needs DONT_DECLARE_STD)
6629              Date: Sun, 15 Feb 98 23:04:19 +0100
6630              From: Hans Mulder <hansm@icgroup.nl>
6631      Branch: perl
6632            ! perl.h
6633 ____________________________________________________________________________
6634 [   540] By: mbeattie                              on 1998/02/20  12:32:25
6635         Log: Subject: [PATCH] sv_check_thinkfirst macroized
6636              Date: 15 Feb 1998 22:00:38 +0100
6637              From: Gisle Aas <gisle@aas.no>
6638      Branch: perl
6639            ! sv.c
6640 ____________________________________________________________________________
6641 [   539] By: mbeattie                              on 1998/02/20  12:31:07
6642         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
6643              Date: Sat, 14 Feb 1998 17:58:01 -0500
6644              From: Joshua Pritikin <pritikin@mindspring.com>
6645      Branch: perl
6646            + lib/Test.pm
6647            ! MANIFEST lib/Test/Harness.pm
6648 ____________________________________________________________________________
6649 [   538] By: mbeattie                              on 1998/02/20  12:24:31
6650         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
6651              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
6652              From: Jarkko Hietaniemi <jhi@iki.fi>
6653      Branch: perl
6654            ! INSTALL pod/perldiag.pod pod/perllocale.pod
6655 ____________________________________________________________________________
6656 [   537] By: mbeattie                              on 1998/02/20  12:23:04
6657         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
6658              Date: Fri, 13 Feb 1998 13:38:28 -0800
6659              From: Dan Sugalski <sugalskd@osshe.edu>
6660      Branch: perl
6661            ! README.vms
6662 ____________________________________________________________________________
6663 [   536] By: mbeattie                              on 1998/02/20  12:20:29
6664         Log: Subject: [PATCH] 5.004_58, move intuition tests
6665              Date: Thu, 12 Feb 1998 17:11:05 -0600
6666              From: Stephen Potter <spp@psa.pencom.com>
6667      Branch: perl
6668            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
6669            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
6670            ! t/op/flip.t t/op/pat.t t/op/push.t
6671 ____________________________________________________________________________
6672 [   535] By: gsar                                  on 1998/02/19  23:07:24
6673         Log: applied a version of this with tabs intact
6674              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
6675              Date:    19 Feb 1998 15:06:38 EST
6676              From:    dfan@harmonixmusic.com (Dan Schmidt)
6677              Subject: Pod::Html bug and fix: missing </UL> in index
6678      Branch: win32/perl
6679            ! lib/Pod/Html.pm
6680 ____________________________________________________________________________
6681 [   534] By: gsar                                  on 1998/02/19  19:40:27
6682         Log: Fix C<0> problem in Pod::Html
6683      Branch: win32/perl
6684            ! lib/Pod/Html.pm
6685 ____________________________________________________________________________
6686 [   533] By: gsar                                  on 1998/02/18  18:11:08
6687         Log: non-debug VC builds are -O1 now (they say it works, and is
6688              faster)
6689      Branch: win32/perl
6690            ! win32/Makefile win32/makefile.mk
6691 ____________________________________________________________________________
6692 [   532] By: gsar                                  on 1998/02/18  04:11:03
6693         Log: integrate nick's patch to mainline
6694      Branch: win32/perl
6695           !> pp.c
6696 ____________________________________________________________________________
6697 [   531] By: mbeattie                              on 1998/02/17  17:50:50
6698         Log: Assorted changes to the compiler
6699      Branch: perlext
6700            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
6701            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
6702            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
6703            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
6704 ____________________________________________________________________________
6705 [   530] By: gsar                                  on 1998/02/17  01:47:35
6706         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
6707              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
6708              build passes all tests except t/lib/io_xs.t (seems to be due to
6709              broken tmpfile() in the CRT or import lib)
6710      Branch: win32/perl
6711            ! XSUB.h win32/makefile.mk win32/win32.h
6712 ____________________________________________________________________________
6713 [   529] By: gsar                                  on 1998/02/16  23:03:31
6714         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
6715              in this version of gcc!)
6716      Branch: win32/perl
6717            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
6718            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
6719 ____________________________________________________________________________
6720 [   528] By: nick                                  on 1998/02/16  22:13:04
6721         Log: Missing PUSHMARK in unshift TIEARRAY hook
6722      Branch: perl
6723            ! pp.c
6724 ____________________________________________________________________________
6725 [   527] By: gsar                                  on 1998/02/15  20:59:07
6726         Log: integrate win32 branch
6727      Branch: asperl
6728           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
6729           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6730           !> win32/makedef.pl
6731 ____________________________________________________________________________
6732 [   526] By: gsar                                  on 1998/02/15  20:02:11
6733         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
6734      Branch: win32/perl
6735            ! config_h.SH win32/config_H.bc win32/config_H.gc
6736            ! win32/config_H.vc
6737 ____________________________________________________________________________
6738 [   525] By: gsar                                  on 1998/02/15  03:26:45
6739         Log: fix build problems due to renamed Config variables
6740      Branch: win32/perl
6741            ! win32/config.bc win32/config.gc win32/config.vc
6742            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6743            ! win32/makedef.pl
6744 ____________________________________________________________________________
6745 [   524] By: gsar                                  on 1998/02/14  01:00:15
6746         Log: bring ASPerl uptodate with mainline changes
6747      Branch: asperl
6748           +> ext/DB_File/Changes t/comp/require.t
6749           !> (integrate 41 files)
6750 ____________________________________________________________________________
6751 [   523] By: gsar                                  on 1998/02/14  00:52:17
6752         Log: integrate mainline
6753      Branch: win32/perl
6754           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
6755           !> pp_hot.c t/op/magic.t
6756 ____________________________________________________________________________
6757 [   522] By: gsar                                  on 1998/02/14  00:42:37
6758         Log: added AS patch#6
6759              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
6760              Date:    Fri, 13 Feb 1998 06:14:51 PST
6761              From:    Douglas Lankshear <dougl@ActiveState.com>
6762              Subject: [PATCH] command line build
6763              
6764              This patch is for the command line build of perl object.
6765              I'll merge the ipfoo.c function with win32_xxx functions next.
6766              
6767              -- Doug
6768      Branch: asperl
6769            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
6770            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
6771            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
6772 ____________________________________________________________________________
6773 [   521] By: gsar                                  on 1998/02/14  00:14:04
6774         Log: added AS patch#5 (patch #4 was intentionally skipped after
6775              discussion)
6776      Branch: asperl
6777            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
6778            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
6779            ! regexec.c sv.c toke.c
6780 ____________________________________________________________________________
6781 [   520] By: nick                                  on 1998/02/13  18:15:46
6782         Log: Resolve ansiperl against win32
6783      Branch: ansiperl
6784           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
6785           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
6786           +> t/lib/ph.t
6787           !> (integrate 898 files)
6788
6789 ----------------
6790 Version 5.004_59
6791 ----------------
6792
6793 ____________________________________________________________________________
6794 [   519] By: mbeattie                              on 1998/02/13  17:05:37
6795         Log: Integrate win32 into mainline.
6796      Branch: perl
6797            ! lib/ExtUtils/xsubpp
6798           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6799           !> win32/makefile.mk
6800 ____________________________________________________________________________
6801 [   518] By: mbeattie                              on 1998/02/13  17:01:16
6802         Log: Bump patchlevel.h to 59.
6803      Branch: perl
6804            ! patchlevel.h
6805 ____________________________________________________________________________
6806 [   517] By: mbeattie                              on 1998/02/13  16:57:59
6807         Log: Subject: [PATCH] _58: wantarray in void context broken
6808              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
6809              From: Norton Allen <allen@huarp.harvard.edu>
6810      Branch: perl
6811            ! pp_hot.c
6812 ____________________________________________________________________________
6813 [   516] By: mbeattie                              on 1998/02/13  16:55:33
6814         Log: Subject: [PATCH] 5.004_58 QNX getcwd
6815              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
6816              From: Norton Allen <allen@huarp.harvard.edu>
6817      Branch: perl
6818            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
6819 ____________________________________________________________________________
6820 [   515] By: gsar                                  on 1998/02/12  18:29:52
6821         Log: pickup lddlflags properly for Config.pm
6822      Branch: win32/perl
6823            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6824            ! win32/makefile.mk
6825 ____________________________________________________________________________
6826 [   514] By: gsar                                  on 1998/02/12  18:16:09
6827         Log: fix xsubpp bug in SETMAGIC code
6828      Branch: win32/perl
6829            ! lib/ExtUtils/xsubpp
6830 ____________________________________________________________________________
6831 [   513] By: gsar                                  on 1998/02/12  18:06:30
6832         Log: integrate mainline
6833      Branch: win32/perl
6834           +> ext/DB_File/Changes
6835           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
6836           !> ext/DB_File/DB_File.xs hints/machten.sh
6837           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
6838           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
6839           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
6840           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
6841           !> t/op/re_tests t/pragma/locale.t
6842 ____________________________________________________________________________
6843 [   512] By: mbeattie                              on 1998/02/12  17:34:02
6844         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
6845              with -DUSE_THREADS -DDEBUGGING to fail.
6846      Branch: perl
6847            ! scope.h
6848 ____________________________________________________________________________
6849 [   511] By: mbeattie                              on 1998/02/12  16:44:03
6850         Log: Integrate win32 into mainline
6851      Branch: perl
6852           +> t/comp/require.t
6853           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
6854 ____________________________________________________________________________
6855 [   510] By: mbeattie                              on 1998/02/12  16:42:26
6856         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
6857              Date: 12 Feb 1998 14:25:55 +0100
6858              From: koenig@kulturbox.de (Andreas J. Koenig)
6859      Branch: perl
6860            ! lib/ExtUtils/Install.pm
6861 ____________________________________________________________________________
6862 [   509] By: mbeattie                              on 1998/02/12  16:40:34
6863         Log: Subject: Re: wrong prototype for sbrk [PATCH]
6864              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
6865              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
6866      Branch: perl
6867            ! malloc.c
6868 ____________________________________________________________________________
6869 [   508] By: mbeattie                              on 1998/02/12  16:36:53
6870         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
6871              Date: Wed, 11 Feb 1998 17:29:20 +0100
6872              From: Achim Bohnet <ach@mpe.mpg.de>
6873      Branch: perl
6874            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
6875 ____________________________________________________________________________
6876 [   507] By: mbeattie                              on 1998/02/12  16:35:26
6877         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
6878              Date: Wed, 11 Feb 1998 14:59:46 +0100
6879              From: Dominic Dunlop <domo@vo.lu>
6880      Branch: perl
6881            ! hints/machten.sh
6882 ____________________________________________________________________________
6883 [   506] By: mbeattie                              on 1998/02/12  16:28:40
6884         Log: Subject: DB_File 1.58 patch
6885              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
6886              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
6887      Branch: perl
6888            + ext/DB_File/Changes
6889            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
6890            ! t/lib/db-recno.t
6891 ____________________________________________________________________________
6892 [   505] By: mbeattie                              on 1998/02/12  16:24:26
6893         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
6894              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
6895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6896      Branch: perl
6897            ! regexec.c t/op/re_tests
6898 ____________________________________________________________________________
6899 [   504] By: mbeattie                              on 1998/02/12  16:22:46
6900         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6901              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
6902              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
6903              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
6904              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
6905              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
6906              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
6907      Branch: perl
6908            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
6909            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
6910 ____________________________________________________________________________
6911 [   503] By: mbeattie                              on 1998/02/12  16:15:43
6912         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
6913              Date: Mon, 9 Feb 1998 13:19:45 +0100
6914              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6915      Branch: perl
6916            ! t/lib/filecopy.t
6917 ____________________________________________________________________________
6918 [   502] By: mbeattie                              on 1998/02/12  16:14:27
6919         Log: Assorted patches to sv.c:
6920              From: Gisle Aas <gisle@aas.no>
6921              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
6922              Date: 07 Feb 1998 00:21:57 +0100
6923              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
6924              Date: 07 Feb 1998 00:29:45 +0100
6925              Subject: [PATCH] sv_upgrade() always returns TRUE
6926              Date: 09 Feb 1998 15:44:01 +0100
6927      Branch: perl
6928            ! sv.c
6929 ____________________________________________________________________________
6930 [   501] By: mbeattie                              on 1998/02/12  16:09:26
6931         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
6932              Subject: Perl debugger.
6933              Date: Fri, 6 Feb 1998 17:47:08 -0500
6934              From: "Jason A. Smith" <smithj4@rpi.edu>
6935      Branch: perl
6936            ! lib/perl5db.pl
6937 ____________________________________________________________________________
6938 [   500] By: gsar                                  on 1998/02/12  03:20:55
6939         Log: merge another maint patch
6940              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
6941              Date:    Tue, 10 Feb 1998 18:49:00 EST
6942              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
6943              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
6944      Branch: win32/perl
6945            ! pp_ctl.c
6946 ____________________________________________________________________________
6947 [   499] By: gsar                                  on 1998/02/12  03:14:39
6948         Log: make t/comp/require.t type xtext
6949      Branch: win32/perl
6950            ! t/comp/require.t
6951 ____________________________________________________________________________
6952 [   498] By: gsar                                  on 1998/02/12  03:09:58
6953         Log: fix extra LEAVE when require fails
6954              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
6955              Date:    Tue, 10 Feb 1998 18:21:37 EST
6956              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
6957              Subject: Re: evals and requires make seg-fault with bad require file 
6958      Branch: win32/perl
6959            + t/comp/require.t
6960            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
6961 ____________________________________________________________________________
6962 [   497] By: gsar                                  on 1998/02/12  02:47:29
6963         Log: merge a maint patch
6964              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
6965              Date:    Wed, 11 Feb 1998 00:15:51 EST
6966              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
6967              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
6968      Branch: win32/perl
6969            ! pp_ctl.c t/op/local.t
6970 ____________________________________________________________________________
6971 [   496] By: mbeattie                              on 1998/02/11  13:04:50
6972         Log: Integrate win32 into mainline.
6973      Branch: perl
6974           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
6975           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
6976           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
6977           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
6978           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
6979           !> win32/makedef.pl win32/win32.c win32/win32iop.h
6980 ____________________________________________________________________________
6981 [   495] By: mbeattie                              on 1998/02/11  13:03:59
6982         Log: Fix special constants in Xref.pm
6983      Branch: perlext
6984            ! Compiler/B/Xref.pm
6985 ____________________________________________________________________________
6986 [   494] By: gsar                                  on 1998/02/10  18:26:28
6987         Log: fix opendir() problem on share names
6988              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
6989              Date:    Tue, 10 Feb 1998 13:28:53 EST
6990              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
6991              Subject: Re: BUG: opendir and UNC names on NT 
6992      Branch: win32/perl
6993            ! win32/win32.c
6994 ____________________________________________________________________________
6995 [   493] By: gsar                                  on 1998/02/09  23:09:40
6996         Log: integrate win32 branch contents
6997      Branch: asperl
6998           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
6999           +> lib/Fatal.pm t/lib/ph.t
7000            ! hv.c
7001           !> (integrate 895 files)
7002 ____________________________________________________________________________
7003 [   492] By: gsar                                  on 1998/02/09  07:30:19
7004         Log: enhancements to previous patch for XSUB OUTPUT args
7005              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
7006              Date:    Mon, 09 Feb 1998 02:31:55 EST
7007              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7008              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
7009      Branch: win32/perl
7010            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
7011            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
7012            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
7013            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
7014            ! sv.h
7015 ____________________________________________________________________________
7016 [   491] By: gsar                                  on 1998/02/09  03:00:52
7017         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
7018              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
7019              Date:    Wed, 29 Oct 1997 19:36:25 EST
7020              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7021              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
7022      Branch: win32/perl
7023            ! op.c
7024 ____________________________________________________________________________
7025 [   490] By: gsar                                  on 1998/02/09  02:30:43
7026         Log: fix for bugs in handling DESTROY (adjusted test numbers)
7027              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
7028              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
7029              Date: Wed, 31 Dec 1997 19:30:46 -0500
7030              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7031      Branch: win32/perl
7032            ! pod/perlobj.pod sv.c t/op/ref.t
7033 ____________________________________________________________________________
7034 [   489] By: gsar                                  on 1998/02/09  00:30:35
7035         Log: ansify prototype for my_safemalloc(), avoid warnings
7036      Branch: win32/perl
7037            ! sv.c
7038 ____________________________________________________________________________
7039 [   488] By: gsar                                  on 1998/02/09  00:29:08
7040         Log: fix misapplied hunks in 5.004_58
7041              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
7042              Date:    Sun, 08 Feb 1998 02:18:12 EST
7043              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7044              Subject: [PATCH] fixes for test failures in 5.004_58
7045      Branch: win32/perl
7046            ! gv.c op.c
7047 ____________________________________________________________________________
7048 [   487] By: gsar                                  on 1998/02/09  00:27:16
7049         Log: win32_utime() tweaks to avoid warnings
7050      Branch: win32/perl
7051            ! win32/win32.c win32/win32iop.h
7052 ____________________________________________________________________________
7053 [   486] By: gsar                                  on 1998/02/07  23:45:22
7054         Log: integrate mainline, plus a few small win32 enhancements
7055              - remove Win32::GetCurrentDirectory()
7056              - add Win32::Sleep() for compat
7057              - add smarter utime() from Jan Dubois, and export it as win32_utime()
7058      Branch: win32/perl
7059           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7060           +> lib/Fatal.pm t/lib/ph.t
7061            ! win32/makedef.pl win32/win32.c win32/win32iop.h
7062           !> (integrate 61 files)
7063
7064 ----------------
7065 Version 5.004_58
7066 ----------------
7067
7068 ____________________________________________________________________________
7069 [   485] By: mbeattie                              on 1998/02/06  18:11:47
7070         Log: Bump patchlevel to 58.
7071      Branch: perl
7072            ! patchlevel.h
7073 ____________________________________________________________________________
7074 [   484] By: mbeattie                              on 1998/02/06  18:08:28
7075         Log: Fix up problem with gv.c from change 477.
7076              Fix up Config.pm use in t/lib/ph.t from change 478.
7077      Branch: perl
7078            ! gv.c t/lib/ph.t
7079 ____________________________________________________________________________
7080 [   483] By: mbeattie                              on 1998/02/06  17:34:34
7081         Log: Integrate win32 branch into mainline
7082      Branch: perl
7083           !> win32/win32sck.c
7084 ____________________________________________________________________________
7085 [   482] By: mbeattie                              on 1998/02/06  17:26:41
7086         Log: lib/Fatal.pm missing from repository
7087      Branch: perl
7088            + lib/Fatal.pm
7089 ____________________________________________________________________________
7090 [   481] By: mbeattie                              on 1998/02/06  17:24:57
7091         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
7092              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
7093              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
7094      Branch: perl
7095            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7096            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
7097 ____________________________________________________________________________
7098 [   480] By: mbeattie                              on 1998/02/06  17:19:52
7099         Log: x2p/str.c was missing from list of changed files in change 466
7100      Branch: perl
7101            ! x2p/str.c
7102 ____________________________________________________________________________
7103 [   479] By: mbeattie                              on 1998/02/06  17:16:54
7104         Log: Added t/lib/ph.t to MANIFEST
7105      Branch: perl
7106            ! MANIFEST
7107 ____________________________________________________________________________
7108 [   478] By: mbeattie                              on 1998/02/06  17:15:38
7109         Log: Subject: [PATCH] h2ph.PL
7110              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
7111              From: kstar@www.chapin.edu (Kurt D. Starsinic)
7112      Branch: perl
7113            + t/lib/ph.t
7114            ! utils/h2ph.PL
7115 ____________________________________________________________________________
7116 [   477] By: mbeattie                              on 1998/02/06  17:10:46
7117         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
7118              Date: 04 Feb 1998 14:49:46 +0100
7119              From: Gisle Aas <gisle@aas.no>
7120              as modified by
7121              From: chip@atlantic.net
7122              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
7123      Branch: perl
7124            ! gv.c
7125 ____________________________________________________________________________
7126 [   476] By: mbeattie                              on 1998/02/06  16:47:03
7127         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7128              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
7129              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
7130              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
7131              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
7132      Branch: perl
7133            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
7134 ____________________________________________________________________________
7135 [   475] By: mbeattie                              on 1998/02/06  16:44:57
7136         Log: Subject: [PATCH] nomemok
7137              Date: Mon, 2 Feb 1998 15:06:50 +0100
7138              From: Gisle Aas <gisle@aas.no>
7139      Branch: perl
7140            ! hv.c
7141 ____________________________________________________________________________
7142 [   474] By: mbeattie                              on 1998/02/06  16:43:46
7143         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
7144              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
7145              From: abigail@fnx.com
7146      Branch: perl
7147            ! lib/Benchmark.pm
7148 ____________________________________________________________________________
7149 [   473] By: mbeattie                              on 1998/02/06  16:42:53
7150         Log: Subject: [PATCH] adding the newSVpvn API function
7151              Date: Sat, 31 Jan 1998 06:32:42 +0100
7152              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
7153      Branch: perl
7154            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
7155            ! proto.h sv.c
7156 ____________________________________________________________________________
7157 [   472] By: mbeattie                              on 1998/02/06  16:35:41
7158         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
7159              Date: 28 Jan 1998 17:40:37 -0800
7160              From: Stephen Zander <srz@mckesson.com>
7161      Branch: perl
7162            ! hints/solaris_2.sh
7163 ____________________________________________________________________________
7164 [   471] By: mbeattie                              on 1998/02/06  16:02:57
7165         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
7166              Date: Thu, 15 Jan 1998 11:53:06 +0000
7167              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7168      Branch: perl
7169            ! pod/perlguts.pod pp.c t/op/vec.t
7170 ____________________________________________________________________________
7171 [   470] By: mbeattie                              on 1998/02/06  16:01:36
7172         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7173              Subject: 5.004_56: Patch to Tie::Hash and docs
7174              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
7175              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
7176              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
7177      Branch: perl
7178            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
7179            ! t/op/misc.t t/op/pat.t toke.c
7180 ____________________________________________________________________________
7181 [   469] By: mbeattie                              on 1998/02/06  15:58:31
7182         Log: Subject: Another Array.pm patch
7183              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
7184              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7185      Branch: perl
7186            ! lib/Tie/Array.pm
7187 ____________________________________________________________________________
7188 [   468] By: mbeattie                              on 1998/02/06  15:56:28
7189         Log: Subject: documentation patch for 5.004_57
7190              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
7191              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7192      Branch: perl
7193            ! lib/Tie/Array.pm
7194 ____________________________________________________________________________
7195 [   467] By: mbeattie                              on 1998/02/06  15:55:34
7196         Log: Subject: 5.004_56: patch for `use Fatal' again
7197              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
7198              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7199      Branch: perl
7200            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
7201            ! pp.c t/comp/proto.t toke.c
7202 ____________________________________________________________________________
7203 [   466] By: mbeattie                              on 1998/02/06  15:53:53
7204         Log: Subject: Newer -DLEAKTEST patch
7205              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
7206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7207      Branch: perl
7208            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
7209            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
7210            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
7211            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
7212            ! toke.c util.c vms/perly_c.vms x2p/hash.c
7213 ____________________________________________________________________________
7214 [   465] By: mbeattie                              on 1998/02/06  15:46:35
7215         Log: More Chip patches (tweaked for _5x). The final one mentioned here
7216              (@ARGV with -i) actually went in at change 462 but I failed to
7217              add it to the change description:
7218              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
7219              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
7220              Subject: [PATCH] Fix for C<@x = my @y>
7221              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
7222              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
7223              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
7224              Subject: [PATCH] Allow last() to mean last
7225              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
7226              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
7227              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
7228      Branch: perl
7229            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
7230            ! vms/perly_h.vms
7231 ____________________________________________________________________________
7232 [   464] By: mbeattie                              on 1998/02/06  15:06:18
7233         Log: More Chip patches:
7234              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
7235              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
7236              Subject: [PATCH] Fix line numbers after here documents in eval STRING
7237              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
7238              Subject: [PATCH] Make recursive lexical analysis more robust
7239              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
7240      Branch: perl
7241            ! pp_ctl.c sv.c toke.c
7242 ____________________________________________________________________________
7243 [   463] By: mbeattie                              on 1998/02/06  15:04:17
7244         Log: Some more Chip patches (tweaked to match _5x):
7245              Subject: [PATCH] Fix empty BLOCK
7246              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
7247              Subject: [PATCH] fix (\@@) proto
7248              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
7249              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
7250              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
7251              Subject: [PATCH] Don't fold string comparison under  C<use locale>
7252              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
7253      Branch: perl
7254            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
7255 ____________________________________________________________________________
7256 [   462] By: mbeattie                              on 1998/02/06  14:56:30
7257         Log: Some Chip patches (some tweaked to match _5x source):
7258              From: Chip Salzenberg <salzench@nielsenmedia.com>
7259              Subject: [PATCH] local leakage
7260              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
7261              Subject: [PATCH] NULs in patterns
7262              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
7263              Subject: [PATCH] Configure on PerlIO
7264              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
7265              Subject: [PATCH] Avoid core dump on package alias
7266              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
7267              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
7268              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
7269      Branch: perl
7270            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
7271            ! t/op/local.t
7272 ____________________________________________________________________________
7273 [   461] By: gsar                                  on 1998/02/04  03:34:36
7274         Log: support win32_select(0,0,0,msec) (winsock doesn't)
7275      Branch: win32/perl
7276            ! win32/win32sck.c
7277 ____________________________________________________________________________
7278 [   460] By: gsar                                  on 1998/02/04  00:44:47
7279         Log: bug: win32_select() must StartSockets()
7280      Branch: win32/perl
7281            ! win32/win32sck.c
7282
7283 ----------------
7284 Version 5.004_57
7285 ----------------
7286
7287 ____________________________________________________________________________
7288 [   459] By: mbeattie                              on 1998/02/03  16:00:07
7289         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
7290              of execution causes core dump if threadsvp is moved). Replaced
7291              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
7292      Branch: perl
7293            ! av.c perl.c
7294 ____________________________________________________________________________
7295 [   458] By: mbeattie                              on 1998/02/03  14:40:02
7296         Log: Fix up MANIFEST.
7297      Branch: perl
7298            ! MANIFEST
7299 ____________________________________________________________________________
7300 [   457] By: mbeattie                              on 1998/02/03  13:50:23
7301         Log: Integrate win32 into mainline. My last integration from ansiperl
7302              to the mainline was a dismal failure: I did -ay but meant -at.
7303              This should fix things now since win32 has already integrated
7304              all the necessary changes from ansiperl.
7305      Branch: perl
7306           !> (integrate 111 files)
7307 ____________________________________________________________________________
7308 [   456] By: gsar                                  on 1998/02/03  04:48:08
7309         Log: Fix minor problems with non USE_THREADS build. win32 branch
7310              now looks 5.004_57-ready.
7311      Branch: win32/perl
7312            ! thread.h win32/makedef.pl
7313 ____________________________________________________________________________
7314 [   455] By: gsar                                  on 1998/02/03  03:45:09
7315         Log: integrate mainline
7316      Branch: win32/perl
7317           !> (integrate 887 files)
7318 ____________________________________________________________________________
7319 [   454] By: mbeattie                              on 1998/02/02  16:44:24
7320         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
7321              defaults have been commented out for now. 
7322      Branch: perl
7323            ! hints/dec_osf.sh
7324 ____________________________________________________________________________
7325 [   453] By: mbeattie                              on 1998/02/02  15:51:39
7326         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
7327              variables. Moved threadnum to a per-interpreter variable and
7328              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
7329              more than one thread may be running. Minor tweaks to Thread.xs.
7330      Branch: perl
7331            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
7332            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
7333            ! thread.h util.c
7334 ____________________________________________________________________________
7335 [   452] By: gsar                                  on 1998/02/02  04:56:50
7336         Log: remove totally egregious s/\\dir// in File::Find
7337      Branch: win32/perl
7338            ! lib/File/Find.pm
7339 ____________________________________________________________________________
7340 [   451] By: gsar                                  on 1998/02/01  22:20:20
7341         Log: added AS patch#3
7342              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
7343              Date:    Sun, 01 Feb 1998 09:18:13 PST
7344              From:    Douglas Lankshear <dougl@ActiveState.com>
7345              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
7346              
7347              Here's an additional diff against //depot/asperl
7348              
7349              The field name mg_length was changed back to mg_len
7350              The function name mg_len was change to mg_length
7351              
7352              The need for sort_mutex removed thanks to the code derived
7353              from Tom Horsley's work.
7354              
7355              -- Doug
7356      Branch: asperl
7357            + XSLock.h
7358            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
7359            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
7360            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
7361            ! scope.c scope.h sv.c toke.c universal.c util.c
7362            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
7363            ! win32/perlobj.def win32/runperl.c
7364 ____________________________________________________________________________
7365 [   450] By: gsar                                  on 1998/01/30  23:43:57
7366         Log: various tweaks
7367              - add new functions to proto.h
7368              - fix up makefile.mk for $(OBJECT)
7369      Branch: asperl
7370            ! pp_ctl.c proto.h win32/makefile.mk
7371 ____________________________________________________________________________
7372 [   449] By: gsar                                  on 1998/01/30  21:23:15
7373         Log: fix up missing patches from AS patch#2
7374      Branch: asperl
7375            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
7376            ! pp_ctl.c proto.h
7377 ____________________________________________________________________________
7378 [   448] By: gsar                                  on 1998/01/30  18:23:17
7379         Log: fix htonlx typo
7380      Branch: win32/perl
7381            ! perlsock.h
7382 ____________________________________________________________________________
7383 [   447] By: mbeattie                              on 1998/01/30  16:03:49
7384         Log: Fix up MANIFEST to add missing files
7385      Branch: perl
7386            ! MANIFEST
7387 ____________________________________________________________________________
7388 [   446] By: mbeattie                              on 1998/01/30  12:34:55
7389         Log: Bump patchlevel to 57.
7390      Branch: perl
7391            ! patchlevel.h
7392 ____________________________________________________________________________
7393 [   445] By: gsar                                  on 1998/01/30  10:44:38
7394         Log: initial merge of latest win32 branch into ASPerl
7395      Branch: asperl
7396           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
7397           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
7398           +> win32/bin/perlglob.pl
7399           !> (integrate 141 files)
7400 ____________________________________________________________________________
7401 [   444] By: gsar                                  on 1998/01/30  09:25:58
7402         Log: goofed branching, redo asperl branch
7403      Branch: asperl
7404            ! perl.h
7405 ____________________________________________________________________________
7406 [   443] By: gsar                                  on 1998/01/30  09:23:36
7407         Log: added AS patch#2
7408      Branch: asperl
7409            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
7410            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
7411            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
7412            + win32/ipstdiowin.h win32/perlobj.def
7413            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
7414            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
7415            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
7416            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
7417            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
7418            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
7419            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
7420            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
7421            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
7422 ____________________________________________________________________________
7423 [   441] By: gsar                                  on 1998/01/30  08:54:19
7424         Log: Created new branch from win32@396, added AS patch#1
7425      Branch: asperl
7426            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
7427            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
7428            + regcomp.c scope.h sv.c toke.c util.c
7429           +> (branch 915 files)
7430 ____________________________________________________________________________
7431 [   440] By: gsar                                  on 1998/01/30  04:43:23
7432         Log: integrate winansi
7433      Branch: win32/perl
7434           +> pod/perlhist.pod
7435           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
7436           !> util.c
7437 ____________________________________________________________________________
7438 [   439] By: mbeattie                              on 1998/01/27  15:31:53
7439         Log: Integrate ansi branch into mainline (resolve -ay).
7440      Branch: perl
7441           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
7442           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
7443           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
7444           +> win32/bin/perlglob.pl
7445            ! op.c
7446           !> (integrate 868 files)
7447 ____________________________________________________________________________
7448 [   438] By: nick                                  on 1998/01/24  12:02:34
7449         Log: Gisle's av_unshift tweak, two small patches from chip
7450              and check for NULL in hv_delete in case '~' and tie magic
7451              are present
7452      Branch: ansiperl
7453            ! av.c hv.c op.c pp_ctl.c scope.c
7454 ____________________________________________________________________________
7455 [   437] By: nick                                  on 1998/01/24  10:37:56
7456         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
7457              Ugh! ...
7458              Macros were unsuitable for declaring the functions, extra () round
7459              parameters removed - non-function forms of PerlXxx_yyyy() need to 
7460              add () themselves.
7461              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
7462      Branch: ansiperl
7463            ! perlsock.h pp_sys.c util.c
7464 ____________________________________________________________________________
7465 [   436] By: nick                                  on 1998/01/24  10:03:03
7466         Log: Integrate win32 into ansiperl
7467      Branch: ansiperl
7468           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
7469           +> win32/bin/perlglob.pl
7470           !> (integrate 38 files)
7471 ____________________________________________________________________________
7472 [   435] By: nick                                  on 1998/01/24  09:47:49
7473         Log: Add perlhist.pod
7474      Branch: ansiperl
7475            + pod/perlhist.pod
7476            ! MANIFEST
7477 ____________________________________________________________________________
7478 [   434] By: gsar                                  on 1998/01/19  05:01:47
7479         Log: s/PerlENV/PerlEnv/ just to be consistent
7480      Branch: win32/perl
7481            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
7482 ____________________________________________________________________________
7483 [   433] By: gsar                                  on 1998/01/19  04:52:18
7484         Log: foo() -> PerlGroup_foo() patch from ActiveState
7485      Branch: win32/perl
7486            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
7487            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
7488            ! scope.h sv.c toke.c util.c
7489 ____________________________________________________________________________
7490 [   432] By: gsar                                  on 1998/01/19  04:42:26
7491         Log: integrate mainline
7492      Branch: win32/perl
7493           !> pod/perlfunc.pod
7494 ____________________________________________________________________________
7495 [   431] By: gsar                                  on 1998/01/19  04:40:04
7496         Log: integrate changes in winansi
7497      Branch: win32/perl
7498           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
7499           +> t/lib/tie-stdpush.t t/op/tiearray.t
7500           !> (integrate 98 files)
7501 ____________________________________________________________________________
7502 [   430] By: gsar                                  on 1998/01/19  04:10:43
7503         Log: Fix autovivification problems with XSUB OUTPUT args
7504              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
7505              Date:    Sun, 18 Jan 1998 23:09:07 EST
7506              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7507              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
7508      Branch: win32/perl
7509            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
7510            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
7511            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
7512            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
7513 ____________________________________________________________________________
7514 [   429] By: nick                                  on 1998/01/17  21:01:50
7515         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
7516              Date: Thu, 25 Dec 1997 13:39:15 -0500
7517              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7518              To: perl5-porters@perl.org
7519              
7520              It turns out that the potential for the "CONFIG key 'exe_ext'
7521              does not exist in Config.pm" problem has been around for a while,
7522              in the definition of SvTRUE().  It's just that non-gcc compilers
7523              are more or less being built as CRIPPLED_CC when USE_THREADS is
7524              defined (even if they can inline things).  The inline macro for
7525              SvTRUE works with tied hashes and the EXISTS method, and the
7526              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
7527              does not, because it adds an excess mg_get() which replaces the
7528              EXISTS result with a FETCH result.
7529      Branch: ansiperl
7530            ! sv.c
7531 ____________________________________________________________________________
7532 [   428] By: nick                                  on 1998/01/17  20:59:11
7533         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7534              Date: Fri, 19 Dec 97 17:19:09 GMT
7535              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
7536      Branch: ansiperl
7537            ! doio.c sv.c toke.c util.c
7538 ____________________________________________________________________________
7539 [   427] By: nick                                  on 1998/01/17  12:01:53
7540         Log: Permit tie ?foo,$object 
7541              tidy up dead #ifdef ORIGINAL_TIE)
7542              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
7543      Branch: ansiperl
7544            ! pp_sys.c
7545 ____________________________________________________________________________
7546 [   426] By: nick                                  on 1998/01/15  18:06:36
7547         Log: First working TIEARRAY and other misc tie fixes
7548      Branch: ansiperl
7549            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
7550 ____________________________________________________________________________
7551 [   425] By: nick                                  on 1998/01/14  21:56:40
7552         Log: Not working yet - split problems ...
7553      Branch: ansiperl
7554            ! pp.c t/lib/thread.t t/op/tiearray.t
7555 ____________________________________________________________________________
7556 [   424] By: nick                                  on 1998/01/14  18:49:25
7557         Log: TIEARRAY updates - almost works ...
7558      Branch: ansiperl
7559            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
7560            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
7561            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
7562            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
7563 ____________________________________________________________________________
7564 [   423] By: gsar                                  on 1998/01/14  00:13:16
7565         Log: fix MakeMaker installbin problem
7566              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
7567              Subject: Re: can't modify message with HTML-Stream, v.1.42 
7568              Date: Tue, 06 Jan 1998 19:16:35 -0500
7569              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7570      Branch: win32/perl
7571            ! lib/ExtUtils/MM_Unix.pm
7572 ____________________________________________________________________________
7573 [   422] By: gsar                                  on 1998/01/13  23:53:02
7574         Log: add archname to *sitearch in config.{b,g,v}c
7575      Branch: win32/perl
7576            ! win32/config.bc win32/config.gc win32/config.vc
7577 ____________________________________________________________________________
7578 [   421] By: gsar                                  on 1998/01/13  23:15:14
7579         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
7580      Branch: win32/perl
7581            ! t/harness
7582 ____________________________________________________________________________
7583 [   420] By: nick                                  on 1998/01/13  22:55:02
7584         Log: tiearray tweaks
7585      Branch: ansiperl
7586            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
7587 ____________________________________________________________________________
7588 [   419] By: nick                                  on 1998/01/13  21:27:33
7589         Log: Skeleton Tie::Array
7590      Branch: ansiperl
7591            + lib/Tie/Array.pm
7592 ____________________________________________________________________________
7593 [   418] By: nick                                  on 1998/01/13  20:52:38
7594         Log: tie array changes to core and tests
7595      Branch: ansiperl
7596            + t/op/tiearray.t
7597            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
7598            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
7599            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
7600 ____________________________________________________________________________
7601 [   417] By: gsar                                  on 1998/01/13  20:49:52
7602         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
7603      Branch: win32/perl
7604            + win32/bin/perlglob.pl
7605            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
7606            ! win32/makefile.mk
7607 ____________________________________________________________________________
7608 [   416] By: gsar                                  on 1998/01/13  02:46:53
7609         Log: various tweaks to build support (NOTE: meant for 5.004_57)
7610              - build and install x2p
7611              - fix installperl warnings on win32
7612              - `make install` now does puts the archlibs in right places
7613              - makefiles don't default to USE_THREADS anymore
7614              - sync config.{b,g,v}c
7615              - sync makefile.mk -> Makefile
7616      Branch: win32/perl
7617            ! installperl win32/Makefile win32/config.bc win32/config.gc
7618            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
7619            ! x2p/a2py.c
7620 ____________________________________________________________________________
7621 [   415] By: nick                                  on 1998/01/11  16:54:26
7622         Log: Integrate win32 into ansiperl
7623      Branch: ansiperl
7624           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
7625           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
7626           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
7627           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
7628           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
7629           !> vms/vmsish.h x2p/s2p.PL
7630 ____________________________________________________________________________
7631 [   414] By: nick                                  on 1998/01/11  15:13:49
7632         Log: Integratye mainline -> ansiperl
7633      Branch: ansiperl
7634           !> (integrate 64 files)
7635 ____________________________________________________________________________
7636 [   413] By: mbeattie                              on 1998/01/09  12:57:58
7637         Log: Add missing blank line in pod/perlfunc.pod.
7638      Branch: perl
7639            ! pod/perlfunc.pod
7640 ____________________________________________________________________________
7641 [   412] By: gsar                                  on 1998/01/08  20:54:31
7642         Log: change#398 breaks ENV_IS_CASELESS, fix it
7643      Branch: win32/perl
7644            ! hv.c
7645 ____________________________________________________________________________
7646 [   411] By: gsar                                  on 1998/01/08  18:33:58
7647         Log: Integrate mainline
7648      Branch: win32/perl
7649           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
7650           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
7651           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
7652           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
7653           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
7654           !> vms/vmsish.h x2p/s2p.PL
7655 ____________________________________________________________________________
7656 [   410] By: mbeattie                              on 1998/01/08  16:06:22
7657         Log: Fix thinko in t/pragma/locale.t:
7658              Subject: [PATCH] _04 or _56: locale.t
7659              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
7660              From: Jarkko Hietaniemi <jhi@iki.fi>
7661      Branch: perl
7662            ! t/pragma/locale.t
7663 ____________________________________________________________________________
7664 [   409] By: mbeattie                              on 1998/01/08  16:05:09
7665         Log: Use Tom Horley's qsort for sorting:
7666              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
7667              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
7668              From: Hans Mulder <hansm@icgned.nl>
7669      Branch: perl
7670            ! pp_ctl.c
7671 ____________________________________________________________________________
7672 [   408] By: mbeattie                              on 1998/01/08  16:01:57
7673         Log: Make s2p not use cpp:
7674              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
7675              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
7676              From: Hans Mulder <hansm@icgned.nl>
7677      Branch: perl
7678            ! x2p/s2p.PL
7679 ____________________________________________________________________________
7680 [   407] By: mbeattie                              on 1998/01/08  15:57:31
7681         Log: DG/UX tweaks to perl.h:
7682              Subject: [PATCH] _56 on dgux without threads
7683              Date: Sat, 20 Dec 1997 23:01:40 -0500
7684              From: Roderick Schertler <roderick@argon.org>
7685      Branch: perl
7686            ! perl.h
7687 ____________________________________________________________________________
7688 [   406] By: mbeattie                              on 1998/01/08  15:56:02
7689         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
7690              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
7691              Date: Sat, 20 Dec 1997 02:30:01 -0500
7692              From: Spider Boardman <spider@web.zk3.dec.com>
7693      Branch: perl
7694            ! Configure hints/dec_osf.sh
7695 ____________________________________________________________________________
7696 [   405] By: mbeattie                              on 1998/01/08  15:53:40
7697         Log: Missing "" in Configure echo for gethbadd_addr_type.
7698      Branch: perl
7699            ! Configure
7700 ____________________________________________________________________________
7701 [   404] By: mbeattie                              on 1998/01/08  13:04:48
7702         Log: print/printf/... over-eager mg_find for glob magic:
7703              Subject: [PATCH] fix inefficient checks for TIEHANDLE
7704              Date: Wed, 07 Jan 1998 20:06:05 -0500
7705              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7706      Branch: perl
7707            ! pp_hot.c pp_sys.c
7708 ____________________________________________________________________________
7709 [   403] By: mbeattie                              on 1998/01/08  12:56:31
7710         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
7711              Subject: [PATCH] VMS update for 5.004_56
7712              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
7713              From: Charles Bailey <bailey@newman.upenn.edu>
7714      Branch: perl
7715            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
7716            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
7717            ! vms/vmsish.h
7718 ____________________________________________________________________________
7719 [   402] By: mbeattie                              on 1998/01/08  12:46:15
7720         Log: Fix utils/perldoc.PL for dos-djgpp:
7721              Subject: 5.004_56: perldoc.PL dos-djgpp patches
7722              Date: Tue, 6 Jan 1998 18:14:59 +0100
7723              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
7724      Branch: perl
7725            ! utils/perldoc.PL
7726 ____________________________________________________________________________
7727 [   401] By: mbeattie                              on 1998/01/08  12:40:14
7728         Log: Version 2.13 of GetoptLong:
7729              Subject: Re: ANNOUNCE: perl 5.004_56 is available
7730              Date: 06 Jan 1998 16:21:45 +0100
7731              From: JVromans@Squirrel.nl (Johan Vromans)
7732      Branch: perl
7733            ! lib/Getopt/Long.pm lib/newgetopt.pl
7734 ____________________________________________________________________________
7735 [   400] By: mbeattie                              on 1998/01/08  12:28:08
7736         Log: Fix variable export and threading configuration for AIX:
7737              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
7738              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
7739              From: Jarkko Hietaniemi <jhi@iki.fi>
7740      Branch: perl
7741            ! Configure perl_exp.SH
7742 ____________________________________________________________________________
7743 [   399] By: mbeattie                              on 1998/01/08  12:25:38
7744         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
7745              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
7746              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
7747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7748      Branch: perl
7749            ! regexec.c t/op/re_tests
7750 ____________________________________________________________________________
7751 [   398] By: mbeattie                              on 1998/01/08  12:23:41
7752         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
7753              to cope with ENV_IS_CASELESS:
7754              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
7755              Date: Fri, 19 Dec 1997 11:31:36 -0500
7756              From: Owen Taylor <owt1@cornell.edu>
7757      Branch: perl
7758            ! hv.c
7759 ____________________________________________________________________________
7760 [   397] By: mbeattie                              on 1998/01/08  12:10:29
7761         Log: Integrate win32 branch into mainline.
7762      Branch: perl
7763           !> (integrate 41 files)
7764 ____________________________________________________________________________
7765 [   396] By: gsar                                  on 1998/01/07  19:12:27
7766         Log: tweak case-insensitive ENV implementation
7767      Branch: win32/perl
7768            ! hv.c
7769 ____________________________________________________________________________
7770 [   395] By: nick                                  on 1998/01/07  18:40:55
7771         Log: Integrate win32 branch
7772      Branch: ansiperl
7773           !> (integrate 31 files)
7774 ____________________________________________________________________________
7775 [   394] By: gsar                                  on 1998/01/05  19:17:40
7776         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
7777              the fact
7778      Branch: win32/perl
7779            ! pod/perlrun.pod win32/win32.c
7780 ____________________________________________________________________________
7781 [   393] By: gsar                                  on 1998/01/05  05:43:33
7782         Log: Support case-tolerant %ENV
7783              - underlying system calls see the case-as-supplied by user
7784              - added tests to verify addition/deletion/enumeration case-tolerance
7785              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
7786              which is default on win32 now
7787      Branch: win32/perl
7788            ! hv.c t/op/magic.t win32/win32.h
7789 ____________________________________________________________________________
7790 [   392] By: gsar                                  on 1998/01/04  17:55:19
7791         Log: Add a tweaked version of:
7792              Message-Id: <199801040630.AA29298@metronet.com>
7793              Date:    Sun, 04 Jan 1998 00:30:57 CST
7794              From:    Tye McQueen <tye@metronet.com>
7795              Subject: New patch for $^E==GetLastError() under Win32
7796      Branch: win32/perl
7797            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
7798            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
7799            ! win32/win32.c win32/win32.h
7800 ____________________________________________________________________________
7801 [   391] By: gsar                                  on 1998/01/04  07:59:44
7802         Log: Various win32 fixes
7803              - support spawn via system(&P_NOWAIT,...) like OS2
7804              - support wait() and waitpid()
7805              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
7806              - support -lfoo properly in ExtUtils::Liblist
7807              - fix outdated info about Win32 support in perlfaq2
7808              - fix win32 bug in perldoc that causes spurious warnings
7809              - regularize global function/variable names yet more
7810              - fix bug in do_aspawn() (it was always invoking shell, instead of
7811              almost never)
7812              - implement and export win32_wait()
7813              - stub version of USE_RTL_THREAD_API
7814      Branch: win32/perl
7815            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
7816            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
7817            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7818            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
7819            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
7820            ! win32/win32thread.h
7821 ____________________________________________________________________________
7822 [   390] By: gsar                                  on 1997/12/30  21:00:28
7823         Log: Fix $ENV{Path} in FindBin.pm
7824      Branch: win32/perl
7825            ! lib/FindBin.pm
7826 ____________________________________________________________________________
7827 [   389] By: nick                                  on 1997/12/29  10:33:23
7828         Log: Resolve ansiperl against win32
7829      Branch: ansiperl
7830           !> (integrate 105 files)
7831 ____________________________________________________________________________
7832 [   388] By: gsar                                  on 1997/12/24  04:59:28
7833         Log: make $? Unix (and ActiveWare) compatible
7834      Branch: win32/perl
7835            ! README.win32 win32/win32.c
7836 ____________________________________________________________________________
7837 [   387] By: gsar                                  on 1997/12/24  04:21:30
7838         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
7839              non-blocking IO on sockets possible
7840      Branch: win32/perl
7841            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
7842            ! win32/win32iop.h win32/win32sck.c
7843 ____________________________________________________________________________
7844 [   386] By: gsar                                  on 1997/12/24  03:10:55
7845         Log: support getlogin()
7846      Branch: win32/perl
7847            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
7848            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7849            ! win32/win32.c win32/win32.h
7850 ____________________________________________________________________________
7851 [   385] By: gsar                                  on 1997/12/24  02:24:59
7852         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
7853              Update README.win32.
7854      Branch: win32/perl
7855            ! README.win32 perl.h win32/Makefile win32/makedef.pl
7856            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
7857 ____________________________________________________________________________
7858 [   384] By: gsar                                  on 1997/12/24  02:22:42
7859         Log: tweak op.c to avoid warning
7860      Branch: win32/perl
7861            ! op.c
7862 ____________________________________________________________________________
7863 [   383] By: gsar                                  on 1997/12/23  21:12:42
7864         Log: Trivial bugfix#3 from local repository
7865              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
7866              Subject: Re: Assigning result of pop scrambles unrelated reference 
7867              Date: Sat, 06 Dec 1997 06:00:45 -0500
7868              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7869      Branch: win32/perl
7870            ! sv.c
7871 ____________________________________________________________________________
7872 [   382] By: gsar                                  on 1997/12/23  21:09:32
7873         Log: Trivial bugfix#2 from local repository
7874              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
7875              Subject: Re: eval of sub gives spurious "uninitialised" warning 
7876              Date: Sat, 06 Dec 1997 05:25:07 -0500
7877              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7878      Branch: win32/perl
7879            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
7880 ____________________________________________________________________________
7881 [   381] By: gsar                                  on 1997/12/23  21:01:04
7882         Log: Trivial bugfix#1 from local repository
7883              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
7884              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
7885              Date: Fri, 28 Nov 1997 18:26:52 -0500
7886              From: Gurusamy Sarathy <gsar@engin.umich.edu>
7887      Branch: win32/perl
7888            ! scope.c
7889 ____________________________________________________________________________
7890 [   380] By: gsar                                  on 1997/12/18  15:10:23
7891         Log: Integrate mainline
7892      Branch: win32/perl
7893           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
7894           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
7895           +> os2/os2.sym os2/os2thread.h
7896           !> (integrate 77 files)
7897
7898 ----------------
7899 Version 5.004_56
7900 ----------------
7901
7902 ____________________________________________________________________________
7903 [   379] By: mbeattie                              on 1997/12/18  13:28:35
7904         Log: Integrate ansi @364,@366 into mainline.
7905      Branch: perl
7906           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
7907 ____________________________________________________________________________
7908 [   378] By: mbeattie                              on 1997/12/18  13:20:15
7909         Log: Add a few missing files to MANIFEST
7910      Branch: perl
7911            ! MANIFEST
7912 ____________________________________________________________________________
7913 [   377] By: mbeattie                              on 1997/12/18  13:00:16
7914         Log: Bump patchlevel to 56.
7915      Branch: perl
7916            ! patchlevel.h
7917 ____________________________________________________________________________
7918 [   376] By: nick                                  on 1997/12/18  01:32:12
7919         Log: Resolve against mainline
7920      Branch: ansiperl
7921           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
7922           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
7923           +> os2/os2.sym os2/os2thread.h
7924           !> (integrate 74 files)
7925 ____________________________________________________________________________
7926 [   375] By: nick                                  on 1997/12/18  01:06:15
7927         Log: Resolve against Win32
7928      Branch: ansiperl
7929           !> Configure README.threads config_h.SH doop.c embed.h
7930           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
7931           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
7932           !> sv.c sv.h thread.h util.c
7933 ____________________________________________________________________________
7934 [   374] By: mbeattie                              on 1997/12/17  14:44:26
7935         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
7936              needs rewriting now that we use perlvars.h and foovar.h:
7937              Subject: [PATCH] 5.004_54 under VMS (fwd)
7938              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
7939              From: Charles Bailey <BAILEY@newman.upenn.edu>
7940      Branch: perl
7941            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
7942            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
7943            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
7944            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
7945            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
7946            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
7947 ____________________________________________________________________________
7948 [   373] By: mbeattie                              on 1997/12/17  14:10:50
7949         Log: Major changes to the DOS/djgpp port (including threading):
7950              Subject: Re: dos-djgpp port not in perl 5.004_54
7951              Date: Fri, 21 Nov 1997 10:58:26 +0100
7952              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
7953      Branch: perl
7954            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
7955            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
7956            ! Configure MANIFEST Makefile.SH doio.c dosish.h
7957            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
7958            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
7959            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
7960            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
7961            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
7962            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
7963            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
7964            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
7965            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
7966 ____________________________________________________________________________
7967 [   372] By: mbeattie                              on 1997/12/17  13:18:34
7968         Log: Upgrade DB_File to 1.56:
7969              Subject: DB_File-1.56 for _55
7970              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
7971              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7972      Branch: perl
7973            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
7974            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
7975 ____________________________________________________________________________
7976 [   371] By: mbeattie                              on 1997/12/17  12:02:03
7977         Log: Threading patches for OS/2 (missing files taken from previous patch):
7978              Subject: Re: 5.004_55: OS/2 patches again
7979              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
7980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7981      Branch: perl
7982            + os2/os2.sym os2/os2thread.h
7983            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
7984            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
7985            ! os2/os2ish.h perl.h
7986 ____________________________________________________________________________
7987 [   370] By: mbeattie                              on 1997/12/17  11:01:34
7988         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
7989              Subject: Re: 5.004_55: OS/2 patches again
7990              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
7991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7992      Branch: perl
7993            ! perl.h
7994 ____________________________________________________________________________
7995 [   369] By: mbeattie                              on 1997/12/17  10:59:40
7996         Log: Fix typo in compiler B/C.pm.
7997      Branch: perlext
7998            ! Compiler/B/C.pm
7999 ____________________________________________________________________________
8000 [   368] By: mbeattie                              on 1997/12/17  10:58:35
8001         Log: Allow "perldoc -F filename":
8002              Subject: 5.004_55: Patch to perldoc
8003              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
8004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8005      Branch: perl
8006            ! utils/perldoc.PL
8007 ____________________________________________________________________________
8008 [   367] By: mbeattie                              on 1997/12/17  10:54:47
8009         Log: Fix not-reached warning for pp_threadsv.
8010      Branch: perl
8011            ! pp.c
8012 ____________________________________________________________________________
8013 [   366] By: nick                                  on 1997/12/14  16:06:24
8014         Log: Fix typo in Ilya's patch :-(
8015      Branch: ansiperl
8016            ! lib/ExtUtils/MakeMaker.pm
8017 ____________________________________________________________________________
8018 [   365] By: nick                                  on 1997/12/14  15:30:25
8019         Log: #undef new PERLVARIC macro in appropriate places
8020      Branch: ansiperl
8021            ! miniperlmain.c perl.h
8022 ____________________________________________________________________________
8023 [   364] By: nick                                  on 1997/12/14  15:04:36
8024         Log: Ilya's MakeMaker (empty makefile) patch
8025      Branch: ansiperl
8026            ! lib/ExtUtils/MakeMaker.pm
8027 ____________________________________________________________________________
8028 [   363] By: gsar                                  on 1997/12/13  05:57:13
8029         Log: Integrate mainline.  Builds and passes (Borland).
8030      Branch: win32/perl
8031           !> Configure README.threads config_h.SH doop.c embed.h
8032           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
8033           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
8034           !> sv.c sv.h thread.h util.c
8035 ____________________________________________________________________________
8036 [   362] By: nick                                  on 1997/12/13  02:53:03
8037         Log: Resolve ansiperl against mainline
8038      Branch: ansiperl
8039           !> (integrate 92 files)
8040 ____________________________________________________________________________
8041 [   361] By: mbeattie                              on 1997/12/12  16:20:38
8042         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
8043              instead of MEXTEND leading to core dumps. This fix needs
8044              propagating back to the maintenance branch.
8045      Branch: perl
8046            ! pp_hot.c pp_sys.c
8047 ____________________________________________________________________________
8048 [   360] By: mbeattie                              on 1997/12/11  15:45:56
8049         Log: Add missing patch to op.c that didn't come across with win32 merge.
8050      Branch: perl
8051            ! op.c
8052 ____________________________________________________________________________
8053 [   359] By: mbeattie                              on 1997/12/11  11:54:41
8054         Log: Stop tr/// from writing to target when only counting.
8055      Branch: perl
8056            ! doop.c op.c op.h
8057 ____________________________________________________________________________
8058 [   358] By: mbeattie                              on 1997/12/10  18:36:26
8059         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
8060              a few extraneous trailing semicolons in perlvars.h.
8061      Branch: perl
8062            ! perlvars.h util.c
8063 ____________________________________________________________________________
8064 [   357] By: mbeattie                              on 1997/12/10  18:33:53
8065         Log: Start overhauling compiler. It was working at least minimally
8066              right up until the final tweak of B.xs to add threadsv_names
8067              at which point building it provokes a seg fault in perl while
8068              doing the xsubpp :-(.
8069      Branch: perl
8070            ! op.h util.c
8071      Branch: perlext
8072            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
8073            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
8074            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
8075            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
8076            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
8077            ! Compiler/test_harness_cc
8078 ____________________________________________________________________________
8079 [   356] By: mbeattie                              on 1997/12/10  13:43:32
8080         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
8081              sv_setfoo functions go back to not needing dTHR. Fix Configure
8082              to check for already-existing -thread on archname and to check
8083              better for d_pthread_created_joinable.
8084      Branch: perl
8085            ! Configure perl.h sv.c sv.h thread.h
8086 ____________________________________________________________________________
8087 [   355] By: mbeattie                              on 1997/12/10  10:53:58
8088         Log: Minor fix/speedup to util.c:fbm_instr:
8089              Subject: 5.004_55: Minor regexp patch
8090              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
8091              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
8092      Branch: perl
8093            ! util.c
8094 ____________________________________________________________________________
8095 [   354] By: mbeattie                              on 1997/12/10  10:41:25
8096         Log: Patches for IRIX, AIX and some generic stuff:
8097              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
8098              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
8099              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
8100              (checked/ignored a few rejects; tweaked wording).
8101      Branch: perl
8102            ! Configure README.threads config_h.SH embed.h
8103            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
8104            ! hints/irix_6.sh
8105 ____________________________________________________________________________
8106 [   353] By: mbeattie                              on 1997/12/10  10:10:19
8107         Log: Integrate win32 back into mainline (trivial).
8108      Branch: perl
8109           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
8110           +> win32/config_H.gc
8111           !> (integrate 36 files)
8112 ____________________________________________________________________________
8113 [   352] By: nick                                  on 1997/12/09  17:36:45
8114         Log: Resolve win32 - Sarathy's tweak.
8115      Branch: ansiperl
8116           !> win32/makedef.pl
8117 ____________________________________________________________________________
8118 [   351] By: gsar                                  on 1997/12/08  06:13:04
8119         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
8120      Branch: win32/perl
8121            ! win32/makedef.pl
8122 ____________________________________________________________________________
8123 [   350] By: nick                                  on 1997/12/05  00:56:03
8124         Log: Resolve ansiperl against win32
8125      Branch: ansiperl
8126            - win32/makegcc.mk
8127           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
8128           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
8129           !> win32/makefile.mk win32/perllib.c win32/win32.h
8130 ____________________________________________________________________________
8131 [   349] By: gsar                                  on 1997/12/02  07:28:23
8132         Log: Revert to keeping (some) constant strings as globals
8133      Branch: win32/perl
8134            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
8135            ! perlvars.h win32/makedef.pl win32/perllib.c
8136 ____________________________________________________________________________
8137 [   348] By: gsar                                  on 1997/12/02  05:38:06
8138         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
8139              Other minor fixes.  Now is a good time to get the changes in win32 branch.
8140      Branch: win32/perl
8141            - win32/makegcc.mk
8142            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
8143 ____________________________________________________________________________
8144 [   347] By: gsar                                  on 1997/12/02  03:32:55
8145         Log: Integrate winansi again.  Result builds and passes all tests on all
8146              three compilers.
8147      Branch: win32/perl
8148           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
8149           !> win32/makegcc.mk win32/win32.h
8150 ____________________________________________________________________________
8151 [   346] By: gsar                                  on 1997/12/02  03:28:23
8152         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
8153              makegcc.mk to be merged into makefile.mk soon.
8154      Branch: win32/perl
8155            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
8156            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
8157            ! win32/win32.h
8158 ____________________________________________________________________________
8159 [   345] By: nick                                  on 1997/12/02  01:57:17
8160         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
8161              Now runs again...
8162      Branch: ansiperl
8163            ! lib/ExtUtils/MM_Win32.pm
8164 ____________________________________________________________________________
8165 [   344] By: nick                                  on 1997/12/02  01:11:16
8166         Log: Sarathy's patch 
8167      Branch: ansiperl
8168            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
8169            ! win32/makegcc.mk win32/win32.h
8170 ____________________________________________________________________________
8171 [   343] By: gsar                                  on 1997/12/01  04:37:06
8172         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
8173              is identical to ansiperl/* now)
8174      Branch: win32/perl
8175           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
8176           !> (integrate 34 files)
8177 ____________________________________________________________________________
8178 [   342] By: nick                                  on 1997/12/01  04:01:57
8179         Log: Builds and passes all tests with gcc on Win32 - phew!
8180      Branch: ansiperl
8181            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
8182            ! proto.h util.c win32/makedef.pl
8183 ____________________________________________________________________________
8184 [   341] By: nick                                  on 1997/12/01  02:54:29
8185         Log: Create a struct for all perls globals (as an option)
8186              Mainly for Mingw32 which cannot import data.
8187              Now only Opcode tests fail (op_desc/op_name not 
8188              handled yet stuff)
8189      Branch: ansiperl
8190            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
8191            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
8192            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
8193            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
8194            ! win32/win32iop.h win32/win32thread.c
8195 ____________________________________________________________________________
8196 [   340] By: nick                                  on 1997/11/30  20:21:10
8197         Log: Fixup exports in non -DDEBUGGING case
8198      Branch: ansiperl
8199            ! win32/makedef.pl
8200 ____________________________________________________________________________
8201 [   339] By: nick                                  on 1997/11/30  20:10:04
8202         Log: Disable hard-coded -DDEBUGGING
8203      Branch: ansiperl
8204            ! win32/config_h.PL
8205 ____________________________________________________________________________
8206 [   338] By: nick                                  on 1997/11/30  20:00:19
8207         Log: embed.pl now reads *var*.h to do its stuff.
8208              Split generated embed.h into two - new embedvar.h
8209              is #included when 'op' etc. will not mess up proto.h etc.
8210              Removed #define foo (thr->Tfoo) from thread.h
8211              Added some 'missing' symbols to global.sym, removed
8212              those in the *var*.h files
8213              Has build all MULTIPLICITY/USE_THREADS options on win32
8214              with VC++ (and passed tests), but not with exactly this set
8215              of files.
8216      Branch: ansiperl
8217            + embedvar.h
8218            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
8219            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
8220            ! win32/makedef.pl
8221 ____________________________________________________________________________
8222 [   337] By: nick                                  on 1997/11/29  23:55:31
8223         Log: Globals and structs via macros - part 1 of N
8224              - introduce perlvars.h intrpvar.h and thrdvar.h
8225              - change perl.h and thread.h to include them with
8226              appropriate macros defined
8227              - result is status-quo but with macros
8228              - next step is to tweak embed.* to capitalize on 
8229              new easy-to-find info.
8230      Branch: ansiperl
8231            + intrpvar.h perlvars.h thrdvar.h
8232            ! perl.h thread.h win32/Makefile
8233 ____________________________________________________________________________
8234 [   336] By: nick                                  on 1997/11/29  19:13:55
8235         Log: VC++ default to threaded
8236      Branch: ansiperl
8237            ! win32/Makefile
8238 ____________________________________________________________________________
8239 [   335] By: nick                                  on 1997/11/29  18:38:26
8240         Log: Avoid __declspec(thread) by default, for both scratch
8241              return areas and THR stuff. Use struct thread intern instead.
8242      Branch: ansiperl
8243            ! win32/win32.c win32/win32.h win32/win32sck.c
8244            ! win32/win32thread.c win32/win32thread.h
8245 ____________________________________________________________________________
8246 [   334] By: nick                                  on 1997/11/29  17:49:04
8247         Log: Non-threaded build fix
8248      Branch: ansiperl
8249            ! win32/win32thread.c
8250 ____________________________________________________________________________
8251 [   333] By: nick                                  on 1997/11/29  17:29:07
8252         Log: Sort out malloc_mutex for perl's malloc
8253              Remove BINCOMPAT3 from embed.pl 
8254              Add dependancy to CORE_H for PERL95_OBJ
8255      Branch: ansiperl
8256            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
8257            ! win32/win32.c
8258 ____________________________________________________________________________
8259 [   332] By: nick                                  on 1997/11/29  16:21:01
8260         Log: Integrate win32 into ansiperl
8261      Branch: ansiperl
8262           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
8263           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
8264           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
8265           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8266           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
8267           !> win32/perllib.c
8268 ____________________________________________________________________________
8269 [   331] By: nick                                  on 1997/11/29  01:35:45
8270         Log: GCC + Threads on Win32 - best gcc results yet
8271      Branch: ansiperl
8272            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
8273            ! win32/win32.h win32/win32iop.h win32/win32thread.c
8274            ! win32/win32thread.h
8275 ____________________________________________________________________________
8276 [   330] By: nick                                  on 1997/11/28  23:05:08
8277         Log: Un-botch gcc workround
8278      Branch: ansiperl
8279            ! XSUB.h
8280 ____________________________________________________________________________
8281 [   329] By: nick                                  on 1997/11/28  22:39:39
8282         Log: Builds completely with Mingw32, dynamic loaded extensions
8283              don't work yet - suspect __declspec() non-implemented issues.
8284      Branch: ansiperl
8285            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
8286            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
8287            ! win32/runperl.c win32/win32.c win32/win32iop.h
8288 ____________________________________________________________________________
8289 [   328] By: gsar                                  on 1997/11/28  05:48:15
8290         Log: integrate winansi.
8291      Branch: win32/perl
8292           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
8293            ! perl.h
8294           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
8295           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
8296           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
8297 ____________________________________________________________________________
8298 [   327] By: gsar                                  on 1997/11/28  05:38:48
8299         Log: Integrate mainline.
8300      Branch: win32/perl
8301           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
8302           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
8303           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
8304           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8305           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
8306           !> win32/perllib.c
8307 ____________________________________________________________________________
8308 [   326] By: nick                                  on 1997/11/27  19:13:36
8309         Log: GCC builds perl.dll and perl.exe on Win32
8310      Branch: ansiperl
8311            ! win32/makedef.pl win32/makegcc.mk
8312 ____________________________________________________________________________
8313 [   325] By: nick                                  on 1997/11/27  17:46:30
8314         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
8315              far as building miniperl and perl.dll (but not import lib yet)
8316              Seems to lack popen()/pclose() and fcloseall() and fflushall().
8317              Also only CRTDLL not MCRTDLL so threading is probably not
8318              possible yet.
8319              Had to mess with win32iop.h's placement as we need __attribute__
8320              to get STDCALL, and #define of printf messes up proto.h 
8321      Branch: ansiperl
8322            + win32/config.gc win32/config_H.gc win32/makegcc.mk
8323            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
8324            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
8325            ! win32/win32iop.h win32/win32sck.c
8326 ____________________________________________________________________________
8327 [   324] By: mbeattie                              on 1997/11/27  17:08:06
8328         Log: Give dire warnings about the IRIX 6.2 kernel panic.
8329      Branch: perl
8330            ! README.threads hints/irix_6.sh
8331 ____________________________________________________________________________
8332 [   323] By: mbeattie                              on 1997/11/27  16:57:33
8333         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
8334              Subject: Re: ANNOUNCE: perl 5.004_55 is available
8335              Date: 27 Nov 1997 17:18:53 +0100
8336              From: koenig@kulturbox.de (Andreas J. Koenig)
8337      Branch: perl
8338            ! sv.c
8339 ____________________________________________________________________________
8340 [   322] By: mbeattie                              on 1997/11/27  16:12:15
8341         Log: Integrate win32 branch back into mainline.
8342      Branch: perl
8343           !> (integrate 42 files)
8344 ____________________________________________________________________________
8345 [   321] By: mbeattie                              on 1997/11/27  15:06:36
8346         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
8347              Subject: Re: ANNOUNCE: perl 5.004_55 is available
8348              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
8349              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8350      Branch: perl
8351            ! t/lib/safe2.t
8352 ____________________________________________________________________________
8353 [   320] By: mbeattie                              on 1997/11/27  15:02:59
8354         Log: Fix MYMALLOC (wrong #define in malloc.c):
8355              Subject: 5.004_55: MYMALLOC completely busted
8356              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
8357              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8358      Branch: perl
8359            ! malloc.c
8360 ____________________________________________________________________________
8361 [   319] By: mbeattie                              on 1997/11/27  15:01:37
8362         Log: Fix newSVrv so sv_setref_foo work better:
8363              Subject: [PATCH] [5.004_55] newSVrv (again)
8364              Date: Thu, 27 Nov 1997 00:25:50 -0500
8365              From: Owen Taylor <owt1@cornell.edu>
8366      Branch: perl
8367            ! sv.c
8368 ____________________________________________________________________________
8369 [   318] By: mbeattie                              on 1997/11/27  14:59:03
8370         Log: Output skipped test information in test suite:
8371              Subject: 5.004_55: Making test harness platform_aware
8372              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
8373              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
8374      Branch: perl
8375            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
8376            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
8377            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
8378 ____________________________________________________________________________
8379 [   317] By: mbeattie                              on 1997/11/27  14:55:15
8380         Log: Add 'W'atch command to debugger and improve help:
8381              Subject: 5.004_55: Debugger patch again
8382              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
8383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8384      Branch: perl
8385            ! lib/perl5db.pl
8386 ____________________________________________________________________________
8387 [   316] By: mbeattie                              on 1997/11/27  14:52:44
8388         Log: Stop double initialisation of malloc_mutex:
8389              Subject: 5.004_55: Double initialiazation of malloc_mutex
8390              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
8391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8392      Branch: perl
8393            ! miniperlmain.c win32/perllib.c
8394 ____________________________________________________________________________
8395 [   315] By: mbeattie                              on 1997/11/27  14:48:58
8396         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
8397      Branch: perl
8398            ! sv.c t/op/pat.t
8399 ____________________________________________________________________________
8400 [   314] By: nick                                  on 1997/11/27  01:03:19
8401         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
8402      Branch: ansiperl
8403           !> (integrate 897 files)
8404 ____________________________________________________________________________
8405 [   313] By: gsar                                  on 1997/11/26  03:20:55
8406         Log: merge win32-aware installperl in ansiperl branch.
8407      Branch: win32/perl
8408           !> installperl
8409 ____________________________________________________________________________
8410 [   312] By: gsar                                  on 1997/11/26  01:50:37
8411         Log: Fix for C<sort 'foo'...> bug:
8412              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8413              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
8414              Subject: [PATCH] Re: Sort grammar bug 
8415              Date: Sat, 01 Nov 1997 14:46:35 -0500
8416              ------
8417              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8418              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
8419              Subject: Re: Sort grammar bug 
8420              Date: Sun, 02 Nov 1997 12:47:51 +0000
8421      Branch: win32/perl
8422            ! t/op/sort.t toke.c
8423 ____________________________________________________________________________
8424 [   311] By: nick                                  on 1997/11/26  01:42:50
8425         Log: Win32-ize installperl
8426      Branch: ansiperl
8427            ! installperl
8428 ____________________________________________________________________________
8429 [   310] By: gsar                                  on 1997/11/26  01:36:39
8430         Log: Another trivial patch:
8431              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8432              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
8433              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
8434              Date: Wed, 29 Oct 1997 21:45:26 -0500
8435      Branch: win32/perl
8436            ! XSUB.h
8437 ____________________________________________________________________________
8438 [   309] By: nick                                  on 1997/11/26  01:33:32
8439         Log: Fixup _55 for Win32:
8440              Missed thread :-> perl_thread changes
8441              Two #define THR (not the same)
8442              K&R style func in hv.c
8443      Branch: ansiperl
8444            ! hv.c win32/win32thread.c win32/win32thread.h
8445 ____________________________________________________________________________
8446 [   308] By: gsar                                  on 1997/11/26  01:30:21
8447         Log: Sync yet another patch (this one manually edited):
8448              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8449              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
8450              Subject: [PATCH] Re: local($@) gives core dump 
8451              Date: Tue, 28 Oct 1997 21:51:25 -0500
8452      Branch: win32/perl
8453            ! pp_ctl.c
8454 ____________________________________________________________________________
8455 [   307] By: gsar                                  on 1997/11/26  01:22:10
8456         Log: Sync another change from local repository.
8457              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8458              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
8459              Subject: Re: do_postponed breaks with multiple interpreters 
8460              Date: Tue, 28 Oct 1997 22:16:13 -0500
8461      Branch: win32/perl
8462            ! op.c
8463 ____________________________________________________________________________
8464 [   306] By: gsar                                  on 1997/11/26  01:17:46
8465         Log: Sync a change from local repository.
8466              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8467              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
8468              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
8469              Date: Tue, 28 Oct 1997 20:06:06 -0500
8470      Branch: win32/perl
8471            ! mg.c
8472 ____________________________________________________________________________
8473 [   305] By: nick                                  on 1997/11/26  00:50:10
8474         Log: Integrate mainline as of _55
8475      Branch: ansiperl
8476           +> emacs/ptags
8477           !> (integrate 36 files)
8478 ____________________________________________________________________________
8479 [   304] By: gsar                                  on 1997/11/26  00:27:57
8480         Log: Various changes to make it build cleanly and pass all tests:
8481              - needed to run `perl embed.pl`
8482              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
8483              - fix prototypes for a few declarations (Borland is finally quiet)
8484              - move declaration of Mymalloc etc to perl.h (since win32 and other
8485              ports may #define malloc themselves, to let extensions bind to
8486              the version that perl used)
8487              - move struct reg_data into a public header file, since it is
8488              referenced in a public datatype
8489              - win32 makefile fixes
8490              - fix remaining s/thread/perl_thread/
8491      Branch: win32/perl
8492            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
8493            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
8494            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
8495            ! win32/win32.h win32/win32iop.h win32/win32thread.c
8496 ____________________________________________________________________________
8497 [   303] By: gsar                                  on 1997/11/25  20:57:31
8498         Log: Fixup the places where the automatic merge got it wrong.
8499              Previous change (#302) was just a normal integration--ignore the
8500              "reverse" in there.
8501      Branch: win32/perl
8502            ! op.c perl.h
8503 ____________________________________________________________________________
8504 [   302] By: gsar                                  on 1997/11/25  20:32:12
8505         Log: reverse integrate mainline
8506      Branch: win32/perl
8507           +> emacs/ptags
8508           !> (integrate 896 files)
8509
8510 ----------------
8511 Version 5.004_55
8512 ----------------
8513
8514 ____________________________________________________________________________
8515 [   301] By: mbeattie                              on 1997/11/25  17:59:53
8516         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
8517      Branch: perl
8518            ! hv.c pp_ctl.c
8519 ____________________________________________________________________________
8520 [   300] By: mbeattie                              on 1997/11/25  16:29:36
8521         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
8522      Branch: perl
8523            ! MANIFEST patchlevel.h
8524 ____________________________________________________________________________
8525 [   299] By: mbeattie                              on 1997/11/25  15:59:16
8526         Log: Move malloc_mutex initialisation/destruction:
8527              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
8528              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
8529      Branch: perl
8530            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
8531            ! unixish.h vms/vmsish.h
8532 ____________________________________________________________________________
8533 [   298] By: mbeattie                              on 1997/11/25  15:49:22
8534         Log: Make hv_ functions cope better with 'm'-magic:
8535              Subject: [5.004_54] Another neglected patch
8536              Date: Fri, 21 Nov 1997 22:28:17 -0500
8537              From: Owen Taylor <owt1@cornell.edu>
8538      Branch: perl
8539            ! hv.c
8540 ____________________________________________________________________________
8541 [   297] By: mbeattie                              on 1997/11/25  15:47:36
8542         Log: Fix typo in Thread.xs.
8543      Branch: perl
8544            ! ext/Thread/Thread.xs
8545 ____________________________________________________________________________
8546 [   296] By: mbeattie                              on 1997/11/25  15:42:07
8547         Log: Integrate from ansi branch to mainline.
8548      Branch: perl
8549           !> (integrate 890 files)
8550 ____________________________________________________________________________
8551 [   295] By: mbeattie                              on 1997/11/25  14:29:31
8552         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
8553              Subject: Re: _54 on AIX
8554              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
8555              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
8556      Branch: perl
8557            ! ext/DynaLoader/dl_aix.xs
8558 ____________________________________________________________________________
8559 [   294] By: mbeattie                              on 1997/11/25  14:29:10
8560         Log: AIX patch for hints/aix.sh:
8561              Subject: Re: _54 on AIX
8562              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
8563              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
8564      Branch: perl
8565            ! hints/aix.sh
8566 ____________________________________________________________________________
8567 [   291] By: mbeattie                              on 1997/11/25  14:17:05
8568         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
8569      Branch: perl
8570            ! op.c op.h
8571 ____________________________________________________________________________
8572 [   290] By: mbeattie                              on 1997/11/25  14:16:29
8573         Log: AIX patch (including Configure support for {sched,pthread}_yield,
8574              pthread initial detach state, renaming perl_thread to perl_os_thread
8575              and struct thread to struct perl_thread):
8576              Subject: Re: _54 on AIX
8577              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
8578              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
8579      Branch: perl
8580            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
8581            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
8582            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
8583            ! proto.h sv.h thread.h util.c win32/win32thread.c
8584            ! win32/win32thread.h
8585 ____________________________________________________________________________
8586 [   289] By: mbeattie                              on 1997/11/25  12:33:02
8587         Log: Rename perl_thread to perl_os_thread.
8588      Branch: perl
8589            ! fakethr.h thread.h util.c win32/win32thread.h
8590 ____________________________________________________________________________
8591 [   288] By: mbeattie                              on 1997/11/25  12:27:35
8592         Log: Remove bincompat3 support:
8593              Subject: Re: ANNOUNCE: perl5.004_54 is available
8594              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
8595              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
8596      Branch: perl
8597            ! Configure INSTALL embed.h global.sym malloc.c
8598 ____________________________________________________________________________
8599 [   287] By: mbeattie                              on 1997/11/25  12:23:50
8600         Log: Emacs/tags update:
8601              Subject: Emacs/tags update for 5.004_54
8602              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
8603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8604      Branch: perl
8605            + emacs/ptags
8606            ! MANIFEST Makefile.SH emacs/cperl-mode.el
8607 ____________________________________________________________________________
8608 [   286] By: nick                                  on 1997/11/23  23:03:56
8609         Log: Add $$_ test 
8610      Branch: ansiperl
8611            ! t/op/ref.t
8612 ____________________________________________________________________________
8613 [   285] By: gsar                                  on 1997/11/23  08:26:00
8614         Log: Initial reverse integration of winansi branch.
8615      Branch: win32/perl
8616           !> (integrate 50 files)
8617 ____________________________________________________________________________
8618 [   284] By: gsar                                  on 1997/11/23  07:32:24
8619         Log: Add to docs about the BEGIN { shift } feature.  Make the change
8620              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
8621      Branch: win32/perl
8622            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
8623 ____________________________________________________________________________
8624 [   283] By: nick                                  on 1997/11/22  21:29:30
8625         Log: Duplicate perl_threadsv
8626      Branch: ansiperl
8627            ! global.sym
8628 ____________________________________________________________________________
8629 [   282] By: nick                                  on 1997/11/22  21:18:11
8630         Log: Munge pseudo-Configure stuff to add -thread to archname as
8631              Malcolm seems to think that is way to test for threads.
8632              Update @INC stuffing hackery to have traditional @INC
8633              search order archlib, privlib, sitearch, site.
8634      Branch: ansiperl
8635            ! t/lib/english.t win32/config.bc win32/config_H.bc
8636            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
8637            ! win32/makefile.mk win32/win32.c win32/win32.h
8638 ____________________________________________________________________________
8639 [   281] By: nick                                  on 1997/11/22  19:28:21
8640         Log: Builds and passes all but english.t on win32 VC++
8641      Branch: ansiperl
8642            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
8643            ! win32/config_H.vc win32/win32thread.h
8644 ____________________________________________________________________________
8645 [   280] By: nick                                  on 1997/11/22  18:10:50
8646         Log: ansiperl builds with Borland C++ again
8647      Branch: ansiperl
8648            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
8649            ! win32/config.bc win32/config_H.bc win32/perlglob.c
8650            ! win32/win32.c win32/win32.h
8651 ____________________________________________________________________________
8652 [   279] By: nick                                  on 1997/11/22  16:42:51
8653         Log: Resolve ansiperl against mainline
8654      Branch: ansiperl
8655           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
8656           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
8657           !> t/lib/english.t thread.h toke.c util.c
8658 ____________________________________________________________________________
8659 [   278] By: nick                                  on 1997/11/22  16:30:27
8660         Log: Resolve ansiperl against win32
8661      Branch: ansiperl
8662           !> (integrate 55 files)
8663 ____________________________________________________________________________
8664 [   277] By: gsar                                  on 1997/11/22  09:48:02
8665         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
8666              - added a test for the above
8667              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
8668              ansification hunks
8669      Branch: win32/perl
8670            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
8671 ____________________________________________________________________________
8672 [   276] By: gsar                                  on 1997/11/22  07:24:01
8673         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
8674              when USE_THREADS.  GCC for instance, can do without macros that use
8675              globals.  Instead, selectively re#define only those macros
8676              that use globals to their functional equivalents.  Tests 100% on
8677              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
8678      Branch: win32/perl
8679            ! perl.h sv.h
8680 ____________________________________________________________________________
8681 [   275] By: gsar                                  on 1997/11/22  05:27:04
8682         Log: Integrate mainline.
8683      Branch: win32/perl
8684           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
8685            - lib/Class/Fields.pm lib/ISA.pm
8686           !> (integrate 41 files)
8687 ____________________________________________________________________________
8688 [   274] By: mbeattie                              on 1997/11/21  18:28:22
8689         Log: $_ is now per-thread (rather a lot of changes). Only tested under
8690              *-linux-thread at the moment.
8691      Branch: perl
8692            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
8693            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
8694            ! t/lib/english.t thread.h toke.c util.c
8695 ____________________________________________________________________________
8696 [   273] By: mbeattie                              on 1997/11/21  10:31:29
8697         Log: Filter patch to toke.c:
8698              Subject: Tiny core patch for source filters
8699              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
8700              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8701      Branch: perl
8702            ! toke.c
8703 ____________________________________________________________________________
8704 [   272] By: nick                                  on 1997/11/21  00:54:43
8705         Log: Basic integrate of lastest perl into ansiperl
8706      Branch: ansiperl
8707           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
8708            - lib/Class/Fields.pm lib/ISA.pm
8709            ! win32/win32.c win32/win32.h
8710           !> (integrate 57 files)
8711 ____________________________________________________________________________
8712 [   271] By: mbeattie                              on 1997/11/20  12:12:00
8713         Log: Initial stab at IRIX configuration support for threading. Manually
8714              applied parts of following patches:
8715              Subject: Perl 5.004_54 on IRIX
8716              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
8717              From: Jarkko Hietaniemi <jhi@iki.fi>
8718              Subject: Re: Perl 5.004_54 on IRIX
8719              Date: 19 Nov 1997 17:10:17 -0800
8720              From: Scott Henry <scotth@sgi.com>
8721      Branch: perl
8722            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
8723            ! hints/irix_6_1.sh perl.h
8724 ____________________________________________________________________________
8725 [   270] By: mbeattie                              on 1997/11/19  17:45:37
8726         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
8727              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
8728              also fixed two instances of referring to SVs after destruction.
8729      Branch: perl
8730            ! regcomp.c regexec.c
8731 ____________________________________________________________________________
8732 [   269] By: mbeattie                              on 1997/11/19  15:33:23
8733         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
8734              changed by mg_get(*keysp) (!). Introducing a new local variable
8735              fixed it but I don't know if it's a compiler problem or some
8736              other corruption happening elsewhere.
8737      Branch: perl
8738            ! av.c
8739 ____________________________________________________________________________
8740 [   268] By: mbeattie                              on 1997/11/19  11:39:49
8741         Log: Let Configure sort out get{host,net}byaddr* prototypes:
8742              Subject: [PATCH] 5.004_54: little something for
8743              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
8744              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
8745              From: Jarkko Hietaniemi <jhi@iki.fi>
8746      Branch: perl
8747            ! Configure config_h.SH pp_sys.c
8748 ____________________________________________________________________________
8749 [   267] By: mbeattie                              on 1997/11/19  11:04:15
8750         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
8751              Subject: Version 7 of Jumbo RE patch available
8752              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
8753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8754      Branch: perl
8755            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
8756            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
8757            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
8758            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
8759            ! util.c
8760 ____________________________________________________________________________
8761 [   266] By: mbeattie                              on 1997/11/18  17:26:09
8762         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
8763              version of patch:
8764              Subject: tie fake hash patch for 5.004_54
8765              Date: Sat, 15 Nov 1997 19:18:30 -0500
8766              From: Joshua Pritikin <pritikin@mindspring.com>
8767      Branch: perl
8768            + t/op/avhv.t
8769            ! av.c embed.h global.sym proto.h
8770 ____________________________________________________________________________
8771 [   265] By: mbeattie                              on 1997/11/18  16:51:04
8772         Log: Bring MANIFEST up to date. Add new thread tests.
8773      Branch: perl
8774            + ext/Thread/die.t ext/Thread/die2.t
8775            ! MANIFEST
8776 ____________________________________________________________________________
8777 [   264] By: mbeattie                              on 1997/11/18  16:41:27
8778         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
8779              is assigned to. Added tests to t/op/array.t. magic_setisa now
8780              warns about including non-existent packages in @ISA when -w is on.
8781      Branch: perl
8782            - lib/Class/Fields.pm lib/ISA.pm
8783            ! mg.c t/op/array.t
8784 ____________________________________________________________________________
8785 [   263] By: mbeattie                              on 1997/11/18  16:38:57
8786         Log: Fix typo in win32 -> mainline integration.
8787      Branch: perl
8788            ! perl.h
8789 ____________________________________________________________________________
8790 [   262] By: mbeattie                              on 1997/11/18  11:56:09
8791         Log: Integrate win32 branch back into mainline.
8792      Branch: perl
8793            - win32/win32io.c win32/win32io.h
8794            ! op.c
8795           !> (integrate 30 files)
8796 ____________________________________________________________________________
8797 [   261] By: gsar                                  on 1997/11/18  00:14:02
8798         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
8799      Branch: win32/perl
8800            ! win32/config.bc win32/config.vc win32/config_H.bc
8801            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
8802 ____________________________________________________________________________
8803 [   260] By: nick                                  on 1997/11/16  23:16:16
8804         Log: Generic file changes for MYMALLOC
8805      Branch: ansiperl
8806            ! miniperlmain.c perl.c
8807 ____________________________________________________________________________
8808 [   259] By: nick                                  on 1997/11/16  23:14:36
8809         Log: MYMALLOC for Win32:
8810              1. Initialize malloc_mutex before it is used (all platforms!)
8811              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
8812              3. Tweak win32/config*.* to define MYMALLOC
8813              4. Provide sbrk() in terms of VirtualAlloc().
8814              
8815              Also fixup -MT (perl95) build to handle Perl_current_thread
8816              via call to DLL (as though an extension).
8817      Branch: ansiperl
8818            ! win32/Makefile win32/config.bc win32/config.vc
8819            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
8820            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
8821            ! win32/win32iop.h win32/win32thread.h
8822 ____________________________________________________________________________
8823 [   258] By: nick                                  on 1997/11/15  20:42:28
8824         Log: Implement dTHR via __declspec(thread) - part 2
8825      Branch: ansiperl
8826            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
8827 ____________________________________________________________________________
8828 [   257] By: nick                                  on 1997/11/15  19:52:53
8829         Log: Use __declspec(thread) var rather tha TslAlloc & co.
8830      Branch: ansiperl
8831            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
8832 ____________________________________________________________________________
8833 [   256] By: gsar                                  on 1997/11/15  02:58:09
8834         Log: Add #include guard in Thread.xs so it will build even under
8835              no USE_THREADS (for win32).  This was missed because of edit
8836              w/o checkout perforce kludge.
8837      Branch: win32/perl
8838            ! ext/Thread/Thread.xs
8839 ____________________________________________________________________________
8840 [   255] By: nick                                  on 1997/11/15  00:33:46
8841         Log: Integrate mainline (5.004_54?) into ansiperl
8842      Branch: ansiperl
8843           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
8844           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
8845           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
8846           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
8847           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
8848 ____________________________________________________________________________
8849 [   254] By: nick                                  on 1997/11/15  00:25:26
8850         Log: Interate win32 into ansiperl
8851      Branch: ansiperl
8852           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
8853           +> lib/fields.pm
8854           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
8855           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
8856           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
8857           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
8858           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
8859 ____________________________________________________________________________
8860 [   253] By: gsar                                  on 1997/11/14  22:04:58
8861         Log: Integrate mainline changes into win32 branch.  Now would be a good time
8862              to reverse integrate the win32 branch into mainline.
8863      Branch: win32/perl
8864           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
8865           +> lib/fields.pm
8866           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
8867           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
8868           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
8869           !> t/op/magic.t thread.h
8870
8871 ----------------
8872 Version 5.004_54
8873 ----------------
8874
8875 ____________________________________________________________________________
8876 [   252] By: mbeattie                              on 1997/11/14  15:07:19
8877         Log: Two more delays added to test suite to help *-solaris-thread.
8878      Branch: perl
8879            ! t/io/pipe.t t/lib/io_pipe.t
8880 ____________________________________________________________________________
8881 [   251] By: mbeattie                              on 1997/11/14  15:05:57
8882         Log: Remove stale code from Thread.xs.
8883      Branch: perl
8884            ! ext/Thread/Thread.xs
8885 ____________________________________________________________________________
8886 [   250] By: mbeattie                              on 1997/11/14  10:12:40
8887         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
8888              doesn't run handlers for self-sent signals until kill has returned.)
8889      Branch: perl
8890            ! t/op/magic.t
8891 ____________________________________________________________________________
8892 [   249] By: gsar                                  on 1997/11/14  05:14:44
8893         Log: Fix various details in win32 makefiles and Config.pm setup.
8894              - ldflags is set for both compilers now
8895              - extensions list is now correct
8896              - delete perl95.exe on distclean
8897              - cf_time now gets updated (once)
8898              - ccdlflags is set for Borland
8899              - fix startperl so dprofpp works
8900      Branch: win32/perl
8901            ! win32/Makefile win32/config.bc win32/config.vc
8902            ! win32/config_sh.PL win32/makefile.mk
8903 ____________________________________________________________________________
8904 [   248] By: mbeattie                              on 1997/11/13  18:01:27
8905         Log: Rewrite thread return code to distinguish between ordinary return
8906              and die() and make join propagate the die. Add tiny method eval
8907              which just does "return eval { shift->join; }". Add Thread::Specific
8908              class for access to thread specific user data along with specific.t.
8909              Rename Class to classname throughout Thread.xs for consistency.
8910              Fix pp_specific to pp_threadsv in global.sym. Add support to
8911              pp_entersub in pp_hot.c to lock stash for static locked methods.
8912      Branch: perl
8913            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
8914            + lib/fields.pm
8915            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
8916            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
8917 ____________________________________________________________________________
8918 [   247] By: mbeattie                              on 1997/11/13  14:13:30
8919         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
8920              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
8921              in pp_sys.c for whether getnet* function get protoyped (since the
8922              default had a broken prototype for getnetbyaddr).
8923      Branch: perl
8924            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
8925            ! scope.c thread.h
8926 ____________________________________________________________________________
8927 [   246] By: nick                                  on 1997/11/13  02:44:40
8928         Log: Integrate Win32 branch
8929      Branch: ansiperl
8930            - configure ext/util/extliblist win32/bin/pl2bat.bat
8931            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
8932            - win32/config.H win32/config.w32 win32/win32io.c
8933            - win32/win32io.h
8934           !> (integrate 905 files)
8935 ____________________________________________________________________________
8936 [   245] By: nick                                  on 1997/11/13  00:47:54
8937         Log: Integrate (-ay) win32 branch at its creation to 
8938              establish and ancestor as per perkforce technote #9
8939      Branch: ansiperl
8940           +> configure ext/util/extliblist win32/bin/pl2bat.bat
8941           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
8942           +> win32/config.H win32/config.w32
8943           !> (integrate 859 files)
8944 ____________________________________________________________________________
8945 [   244] By: gsar                                  on 1997/11/12  22:26:39
8946         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
8947              contains the all the declarations and macros for the win32io layer.
8948              New std-ish functions are exported now.  All win32-specific exported
8949              functions begin with "win32_" consistently.  win32 version of
8950              init_os_extras() is now exported, so embedders can get the in-core
8951              xsubs.
8952      Branch: win32/perl
8953            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
8954            ! win32/win32iop.h win32/win32sck.c
8955 ____________________________________________________________________________
8956 [   243] By: gsar                                  on 1997/11/12  07:41:52
8957         Log: Really delete deleted files.
8958      Branch: win32/perl
8959            - win32/win32io.c win32/win32io.h
8960 ____________________________________________________________________________
8961 [   242] By: gsar                                  on 1997/11/12  07:40:54
8962         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
8963              files (win32/win32io.[ch]) completely removed, as are all traces
8964              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
8965              for later. Various myfoo() things regularized to my_foo().  CPP not
8966              required anymore to create a perl binary :)
8967      Branch: win32/perl
8968            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
8969            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8970            ! win32/win32io.c win32/win32io.h win32/win32iop.h
8971            ! win32/win32sck.c
8972 ____________________________________________________________________________
8973 [   241] By: gsar                                  on 1997/11/12  05:31:28
8974         Log: Fix various win32 code blemishes:
8975              - s/stolen/win32/g
8976              - s/(CROAK|WARN)/lc($1)/eg
8977              - remove deadcode from most places
8978      Branch: win32/perl
8979            ! win32/makedef.pl win32/win32.c win32/win32io.c
8980            ! win32/win32iop.h
8981 ____________________________________________________________________________
8982 [   240] By: gsar                                  on 1997/11/12  04:36:29
8983         Log: Carry over changes in ansiperl branch.  Win32 branch is now
8984              the leading edge.
8985      Branch: win32/perl
8986            ! embed.h global.sym perl.c win32/win32thread.c
8987            ! win32/win32thread.h
8988 ____________________________________________________________________________
8989 [   239] By: gsar                                  on 1997/11/12  03:39:57
8990         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
8991      Branch: win32/perl
8992            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
8993 ____________________________________________________________________________
8994 [   238] By: gsar                                  on 1997/11/12  03:25:17
8995         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
8996              done cleaner, if really needed (perhaps only for efficiency reasons?)).
8997              Redundant EXTERN_C definitions and related warnings fixed.
8998      Branch: win32/perl
8999            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
9000            ! win32/win32iop.h win32/win32sck.c
9001 ____________________________________________________________________________
9002 [   237] By: nick                                  on 1997/11/12  02:45:15
9003         Log: Fixup Win32
9004              - #undef start_env before re-#defining it
9005              - change pp_specific pp_threadsv in global.sym
9006              - re-build embed.h
9007              - avoid HAVE_THREAD_INTERN - we don't and empty struct
9008              is a pain. If we did have it it would contain cached
9009              values of things we can only get at _IN_ the thread
9010              so new_struct_thread is wrong place to call it.
9011              - add new macro SET_THREAD_SELF - we must (in main thread)
9012              define in win32thread.h, support in win32thread.c,
9013              test and call in perl.c
9014      Branch: ansiperl
9015            ! embed.h global.sym perl.c thread.h win32/win32thread.c
9016            ! win32/win32thread.h
9017 ____________________________________________________________________________
9018 [   236] By: nick                                  on 1997/11/12  01:54:23
9019         Log: Integrate mainline after it integrated us.
9020              Accepted 'theirs' everywhere - so two branches should
9021              now point to same files again.
9022              Almost all of these were what was suggested, others were
9023              whitespace diffs. A few dubious spots which we will now 
9024              go fix.
9025      Branch: ansiperl
9026           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
9027           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
9028           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
9029           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
9030           !> util.c
9031 ____________________________________________________________________________
9032 [   235] By: gsar                                  on 1997/11/12  01:22:26
9033         Log: Minor tweaks to add a thread_intern struct that should ultimately
9034              contain all the win32-specific statics.
9035              Win32 branch now passes all tests with or w/o USE_THREADS.
9036      Branch: win32/perl
9037            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
9038 ____________________________________________________________________________
9039 [   234] By: gsar                                  on 1997/11/11  23:08:54
9040         Log: Initial (untested) integration of mainline changes.
9041      Branch: win32/perl
9042            - configure
9043           !> (integrate 89 files)
9044 ____________________________________________________________________________
9045 [   233] By: mbeattie                              on 1997/11/11  18:07:30
9046         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
9047      Branch: perl
9048            ! thread.h
9049 ____________________________________________________________________________
9050 [   232] By: mbeattie                              on 1997/11/11  17:49:12
9051         Log: t/TEST (reverted to @229 version) should have been included in the
9052              previous change (231) but my way of recovering it didn't work
9053              properly. The change 231 comments about successful tests applies
9054              to this t/TEST (i.e. as of this change).
9055      Branch: perl
9056            ! t/TEST
9057 ____________________________________________________________________________
9058 [   231] By: mbeattie                              on 1997/11/11  17:46:59
9059         Log: Fix up ansiperl integration. Back to passing all expected tests
9060              with usethreads. Untested with non-threaded perl.
9061      Branch: perl
9062            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
9063            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
9064 ____________________________________________________________________________
9065 [   230] By: mbeattie                              on 1997/11/11  16:36:22
9066         Log: Initial integration of ansi branch into mainline (untested).
9067      Branch: perl
9068           +> t/lib/thread.t t/op/nothread.t thread.sym
9069            - configure
9070           !> (integrate 84 files)
9071 ____________________________________________________________________________
9072 [   229] By: mbeattie                              on 1997/11/11  15:20:43
9073         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
9074              getting per-thread magicals. Fixed thr->errsv initialisation.
9075      Branch: perl
9076            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
9077            ! t/lib/safe2.t toke.c
9078 ____________________________________________________________________________
9079 [   228] By: mbeattie                              on 1997/11/11  12:48:26
9080         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
9081              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
9082              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
9083              again for non-threaded perl. Enhanced perl_get_sv to return
9084              per-thread magicals where necessary for threaded perl.
9085      Branch: perl
9086            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
9087            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
9088 ____________________________________________________________________________
9089 [   227] By: mbeattie                              on 1997/11/11  11:00:02
9090         Log: hashlock bug.
9091              
9092              Jobs fixed ...
9093              
9094              hashlock fixed on 1997/11/11 by mbeattie@localhost
9095              
9096              Subject: [perl5.004_53; patch] Another hash-locking fix
9097              Date: 23 Oct 1997 14:13:55 -0400
9098              From: Owen Taylor <owt1@cornell.edu>
9099      Branch: bugs
9100            + hashlock
9101 ____________________________________________________________________________
9102 [   226] By: gsar                                  on 1997/11/11  02:11:23
9103         Log: Slightly more refined lock() keyword recognition (using %INC).
9104      Branch: win32/perl
9105            ! toke.c
9106 ____________________________________________________________________________
9107 [   225] By: gsar                                  on 1997/11/11  00:26:09
9108         Log: "weak" lock keyword (hardcoded initial implementation) now works.
9109              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
9110              is recognized as a sub, a regular keyword otherwise.  Could be
9111              generalized by storing a flag for every op in OP struct, and turning
9112              the flag off when Thread.xs loads.
9113      Branch: win32/perl
9114            ! toke.c
9115 ____________________________________________________________________________
9116 [   224] By: gsar                                  on 1997/11/10  22:59:55
9117         Log: Merge a patch in preparation for "weak keywords":
9118              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9119              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
9120              Subject: [PATCH] global overrides for keywords
9121              Date: Wed, 08 Oct 1997 02:18:23 -0400
9122      Branch: win32/perl
9123            ! embed.h interp.sym perl.c perl.h toke.c
9124 ____________________________________________________________________________
9125 [   223] By: gsar                                  on 1997/11/10  22:41:31
9126         Log: Remove runlevel.  It was used to count how many runops() calls
9127              we were in the process of executing, and longjmp() to the topmost
9128              one (if not already there).  We use a null top_env->je_prev
9129              to distinguish that now.
9130      Branch: win32/perl
9131            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
9132 ____________________________________________________________________________
9133 [   222] By: gsar                                  on 1997/11/10  04:47:48
9134         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
9135              USE_THREADS case builds and passes all tests using both compilers.
9136              Additional tweaks:
9137              - fixup win32/makedef.pl to skip more symbols for non-thread build.
9138              - sync win32/Makefile with win32/makefile.mk
9139              >>>Non-thread build fails a lot of tests.<<<
9140      Branch: win32/perl
9141            + thread.sym
9142            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
9143            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
9144            ! win32/makedef.pl win32/makefile.mk
9145 ____________________________________________________________________________
9146 [   221] By: gsar                                  on 1997/11/10  00:57:53
9147         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
9148              into win32 branch.
9149      Branch: win32/perl
9150            + t/lib/thread.t t/op/nothread.t
9151            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
9152            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
9153            ! util.c win32/Makefile win32/config.bc win32/config.vc
9154            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
9155            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
9156            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
9157            ! win32/win32thread.c win32/win32thread.h
9158 ____________________________________________________________________________
9159 [   220] By: gsar                                  on 1997/11/09  22:44:41
9160         Log: Integrate latest mainline into win32 branch.
9161      Branch: win32/perl
9162           +> win32/win32thread.c win32/win32thread.h
9163           !> (integrate 39 files)
9164 ____________________________________________________________________________
9165 [   219] By: nick                                  on 1997/11/09  21:46:06
9166         Log: Conditionalize english.t,
9167              Enhance times() for NT,
9168              (Failed) attempt to implement alarm(),
9169              Fixed config.h dependancy in makefile.mk
9170      Branch: ansiperl
9171            ! t/lib/english.t win32/config.bc win32/config_H.bc
9172            ! win32/makefile.mk win32/win32.c
9173 ____________________________________________________________________________
9174 [   218] By: nick                                  on 1997/11/09  15:38:00
9175         Log: Dick Hardt's patch for build on Alpha
9176      Branch: ansiperl
9177            ! win32/Makefile
9178 ____________________________________________________________________________
9179 [   217] By: nick                                  on 1997/11/09  03:31:20
9180         Log: MakeMaker not in vofig noise fix for dmake
9181      Branch: ansiperl
9182            ! win32/config.bc win32/makefile.mk
9183 ____________________________________________________________________________
9184 [   216] By: nick                                  on 1997/11/09  03:15:06
9185         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
9186              TIEHASH works, but 2nd call (after db is closed, attempt
9187              to reopen) tries to AUTOLOAD TIEHASH rather than using
9188              cached value.
9189      Branch: ansiperl
9190            ! pp_sys.c
9191 ____________________________________________________________________________
9192 [   215] By: nick                                  on 1997/11/08  16:41:24
9193         Log: Cleanup MakeMaker 'not in config' noise
9194      Branch: ansiperl
9195            ! win32/Makefile win32/config.vc
9196 ____________________________________________________________________________
9197 [   214] By: nick                                  on 1997/11/08  15:07:24
9198         Log: Remove 'configure' leaving configure.gnu and Configure
9199              Win32 ignores case and keeps trying to update
9200              repository copy of 'configure' or 'Configure' with
9201              the other.
9202      Branch: ansiperl
9203            - configure
9204            ! MANIFEST
9205 ____________________________________________________________________________
9206 [   213] By: nick                                  on 1997/11/08  15:03:39
9207         Log: Get threads working again on Win32
9208              Root cause of fail was init_thread_intern() in
9209              new_struct_thread() (which is called in parent thread)
9210              clobbering dTHR of parent thread. 
9211              It is doubtfull if setting 'self' in new_struct_thread()
9212              is 'right' but left in for now.
9213      Branch: ansiperl
9214            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
9215            ! win32/win32thread.c win32/win32thread.h
9216 ____________________________________________________________________________
9217 [   212] By: nick                                  on 1997/11/08  00:34:03
9218         Log: Add :base_thread to :default in Opcode.pm
9219              This allows lib/safe.t to pass when threaded.
9220              It is unclear if 'lock' should be safe as it allows
9221              denial of service attack, but could not figure out
9222              how to add just 'specific' (sic) to :default
9223              without triggering 'already tagged' warning noise.
9224      Branch: ansiperl
9225            ! ext/Opcode/Opcode.pm win32/makefile.mk
9226 ____________________________________________________________________________
9227 [   211] By: nick                                  on 1997/11/07  23:59:31
9228         Log: Merge changes as of 18:00 CST 
9229      Branch: ansiperl
9230           !> op.c pp.c pp_sys.c thread.h util.c
9231 ____________________________________________________________________________
9232 [   210] By: nick                                  on 1997/11/07  23:52:35
9233         Log: Reverse integrate Malcolm's chanes into local
9234              repository, then import result back into my view
9235              of Malcolm's repository.
9236              Builds and passes (most) tests with GNU C++/Solaris
9237              and Borland C++, Win32.
9238      Branch: ansiperl
9239            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
9240            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
9241            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
9242            ! thread.h toke.c util.c win32/makefile.mk
9243 ____________________________________________________________________________
9244 [   209] By: mbeattie                              on 1997/11/07  18:12:36
9245         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
9246              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
9247              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
9248              missing #ifdef USE_THREADS around some DEBU_L statements in die().
9249              Building without USE_THREADS fails quite a lot of tests. It looks
9250              as though the move to per-thread magicals must be missing some
9251              #ifdef USE_THREADS.
9252      Branch: perl
9253            ! op.c pp.c pp_sys.c thread.h util.c
9254 ____________________________________________________________________________
9255 [   208] By: nick                                  on 1997/11/07  01:37:28
9256         Log: Raw integrate of latest perl
9257      Branch: ansiperl
9258            ! t/TEST
9259           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
9260           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
9261           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
9262           !> thread.h toke.c util.c
9263 ____________________________________________________________________________
9264 [   207] By: mbeattie                              on 1997/11/06  14:58:00
9265         Log: Update README.threads and Todo.5.005.
9266      Branch: perl
9267            ! README.threads Todo.5.005
9268 ____________________________________________________________________________
9269 [   206] By: mbeattie                              on 1997/11/06  14:37:37
9270         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
9271      Branch: perl
9272            ! op.c pp_ctl.c proto.h scope.h
9273 ____________________________________________________________________________
9274 [   205] By: mbeattie                              on 1997/11/06  14:31:38
9275         Log: Per-thread magicals now stored in their own thr->magicals and keyed
9276              more directly. cvcache and oursv become ordinary struct thread
9277              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
9278              for 0 again. Main thread initialisation done by new function
9279              init_main_thread instead of (now fixed) new_struct_thread.
9280              
9281              Jobs fixed ...
9282              
9283              jmpenv fixed on 1997/11/06 by mbeattie@localhost
9284              
9285              Subject: [perl5.004_53; patch] eval's and threads
9286              Date: 23 Oct 1997 23:59:19 -0400
9287              From: Owen Taylor <owt1@cornell.edu>
9288      Branch: bugs
9289            + jmpenv
9290      Branch: perl
9291            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
9292            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
9293 ____________________________________________________________________________
9294 [   204] By: mbeattie                              on 1997/11/05  17:18:18
9295         Log: Per-thread magicals mostly working (and localisable). Now getting
9296              intermittent occasional "Use of uninitialized value" warnings
9297              which may be due to some op flag black magic I've broken.
9298      Branch: perl
9299            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
9300            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
9301 ____________________________________________________________________________
9302 [   203] By: nick                                  on 1997/11/05  01:04:10
9303         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
9304      Branch: ansiperl
9305            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
9306            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
9307            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
9308            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9309            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
9310            ! win32/config.vc win32/config_H.vc win32/makedef.pl
9311            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
9312            ! win32/win32io.c win32/win32io.h win32/win32iop.h
9313            ! win32/win32sck.c win32/win32thread.h
9314 ____________________________________________________________________________
9315 [   202] By: nick                                  on 1997/11/05  00:50:27
9316         Log: Compile(d) at least once with threads on win32 
9317              but did not work
9318      Branch: ansiperl
9319            ! embed.h perl.c thread.h
9320 ____________________________________________________________________________
9321 [   201] By: nick                                  on 1997/11/05  00:32:13
9322         Log: Trivial integrate
9323      Branch: ansiperl
9324           !> patchlevel.h
9325 ____________________________________________________________________________
9326 [   200] By: mbeattie                              on 1997/11/04  12:06:09
9327         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
9328      Branch: perl
9329            ! patchlevel.h
9330 ____________________________________________________________________________
9331 [   199] By: nick                                  on 1997/11/01  00:18:52
9332         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
9333      Branch: ansiperl
9334           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
9335           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
9336           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
9337           !> util.c
9338 ____________________________________________________________________________
9339 [   198] By: nick                                  on 1997/11/01  00:08:33
9340         Log: win32thread.* not in MANIFEST which has muddled moving
9341              back and forth between depots.
9342      Branch: ansiperl
9343            ! MANIFEST win32/win32thread.c win32/win32thread.h
9344 ____________________________________________________________________________
9345 [   197] By: nick                                  on 1997/11/01  00:02:49
9346         Log: Test changes
9347      Branch: ansiperl
9348            + t/lib/thread.t t/op/nothread.t thread.sym
9349            ! MANIFEST
9350 ____________________________________________________________________________
9351 [   196] By: nick                                  on 1997/10/31  23:54:01
9352         Log: Further ANSI changes now builds and passes (most) tests
9353              with gcc -x c++. 
9354      Branch: ansiperl
9355            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
9356            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
9357            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9358            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
9359            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
9360            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
9361            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
9362            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
9363            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
9364            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
9365            ! x2p/walk.c
9366 ____________________________________________________________________________
9367 [   195] By: mbeattie                              on 1997/10/31  18:05:31
9368         Log: Half way through moving per-thread magicals into per-thread fields
9369              and the associated new OP_SPECIFIC and find_thread_magical stuff.
9370              perl will compile but plenty of the magicals are still broken.
9371      Branch: perl
9372            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
9373            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
9374            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
9375            ! util.c
9376 ____________________________________________________________________________
9377 [   194] By: nick                                  on 1997/10/31  01:43:49
9378         Log: Convert miniperl sources to ANSI C. Several passes of
9379              GNU C's 'protoize' plus a few hand edits.
9380              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
9381              Does not link seems gcc's C++ does not define a symbol for
9382              const char foo[] = "....";
9383              i.e. with empty [].
9384      Branch: ansiperl
9385            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
9386            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
9387            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
9388            ! sv.c taint.c toke.c universal.c util.c
9389 ____________________________________________________________________________
9390 [   193] By: nick                                  on 1997/10/30  03:00:01
9391         Log: Make the ansi branch
9392      Branch: ansiperl
9393           +> (branch 907 files)
9394 ____________________________________________________________________________
9395 [   192] By: nick                                  on 1997/10/30  02:48:17
9396         Log: Oneperl builds with THREADS/THISPTR Borland
9397              Manualy inserted Sarathy's new COND_XXXXX from his mail.
9398              Manual change if Tself -> self as was easier than resolve :-(
9399              Two aTHIS's in op.c
9400      Branch: oneperl
9401            ! embed.h op.c thread.h thread.sym win32/makefile.mk
9402            ! win32/win32thread.h
9403 ____________________________________________________________________________
9404 [   191] By: nick                                  on 1997/10/30  01:54:50
9405         Log: Raw resolve of latest sources with oneperl
9406      Branch: oneperl
9407           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
9408           !> opcode.pl perl.c thread.h win32/win32thread.c
9409           !> win32/win32thread.h
9410 ____________________________________________________________________________
9411 [   190] By: mbeattie                              on 1997/10/29  14:39:54
9412         Log: Remove global macro "self". Change thr->Tself to thr->self.
9413      Branch: perl
9414            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
9415            ! win32/win32thread.c win32/win32thread.h
9416 ____________________________________________________________________________
9417 [   189] By: mbeattie                              on 1997/10/29  12:49:01
9418         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
9419      Branch: perl
9420            ! Todo.5.005
9421 ____________________________________________________________________________
9422 [   188] By: mbeattie                              on 1997/10/29  12:45:32
9423         Log: Add pp_lock knowledge to compiler
9424      Branch: perlext
9425            ! Compiler/ccop.c Compiler/ccop.h
9426 ____________________________________________________________________________
9427 [   187] By: mbeattie                              on 1997/10/29  12:45:02
9428         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
9429      Branch: perl
9430            ! op.c
9431 ____________________________________________________________________________
9432 [   186] By: mbeattie                              on 1997/10/29  12:43:36
9433         Log: Move compiler OP class information into opcode.pl.
9434      Branch: perl
9435            ! op.h opcode.h opcode.pl
9436 ____________________________________________________________________________
9437 [   185] By: nick                                  on 1997/10/26  22:52:05
9438         Log: Split failing test in op/misc.t into op/nothread.t
9439              so all tests can be passed where they apply.
9440              Cleanup other two cases of THREADS/THISPTR.
9441              Conditional compile option for CriticalSection's on Win32
9442      Branch: oneperl
9443            + t/op/nothread.t
9444            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
9445            ! win32/win32thread.h
9446 ____________________________________________________________________________
9447 [   184] By: nick                                  on 1997/10/26  19:42:00
9448         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
9449      Branch: oneperl
9450            ! embed.h global.sym proto.h sv.c sv.h toke.c
9451 ____________________________________________________________________________
9452 [   183] By: nick                                  on 1997/10/26  18:31:58
9453         Log: Make USE_THREADS imply CRIPPLED_CC.
9454              This avoids most of the uses of 'Sv' and hence many needs of 
9455              dTHR in extension code. 
9456              With this change Data::Dumper builds as-is
9457              and Tk only needs four tweaks:
9458              1. Obscure dump-stack case which really needs dTHR
9459              2. A curcop in error-message code
9460              3. Two cases of SAVETMPS
9461              4. A curcop == &compiling which is probably not required.
9462              IMHO the SAVETMPS case is only one which merits further automation.
9463      Branch: oneperl
9464            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
9465 ____________________________________________________________________________
9466 [   182] By: nick                                  on 1997/10/26  16:31:58
9467         Log: Change dSP to imply dTHR for extension source compatibility
9468              introduce djSP (Declare Just SP) for use in perl sources
9469              and thread-aware extensions. Use latter.
9470      Branch: oneperl
9471            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
9472            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
9473 ____________________________________________________________________________
9474 [   181] By: nick                                  on 1997/10/26  00:39:57
9475         Log: More tests
9476      Branch: oneperl
9477            ! t/lib/thread.t
9478 ____________________________________________________________________________
9479 [   180] By: nick                                  on 1997/10/25  22:18:27
9480         Log: Use return of THREAD_CREATE() - add basic thread test
9481      Branch: oneperl
9482            + t/lib/thread.t
9483            ! ext/Thread/Thread.xs
9484 ____________________________________________________________________________
9485 [   179] By: nick                                  on 1997/10/25  21:25:23
9486         Log: Builds with no thread/this
9487      Branch: oneperl
9488            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
9489            ! win32/win32thread.c
9490 ____________________________________________________________________________
9491 [   178] By: nick                                  on 1997/10/25  18:28:03
9492         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
9493      Branch: oneperl
9494            ! perl.c
9495 ____________________________________________________________________________
9496 [   177] By: nick                                  on 1997/10/25  18:11:33
9497         Log: Basic integrate of oneperl with threads, passes 
9498              tests THISPTR+THREADs - win32/win32thread.* needed
9499              changes (where did they come from)?
9500      Branch: oneperl
9501            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
9502            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9503 ____________________________________________________________________________
9504 [   176] By: nick                                  on 1997/10/25  17:05:52
9505         Log: Onepel builds THISPTR no threads
9506      Branch: oneperl
9507            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
9508 ____________________________________________________________________________
9509 [   175] By: nick                                  on 1997/10/25  16:40:10
9510         Log: Integrate oneperl with new style JOIN etc. macros
9511      Branch: oneperl
9512           +> win32/win32thread.c win32/win32thread.h
9513           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
9514           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
9515           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
9516           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
9517           !> win32/makefile.mk
9518 ____________________________________________________________________________
9519 [   174] By: mbeattie                              on 1997/10/24  17:14:00
9520         Log: Remove xcv_condp CV field which is no longer used.
9521      Branch: perl
9522            ! sv.h
9523 ____________________________________________________________________________
9524 [   173] By: mbeattie                              on 1997/10/24  14:36:09
9525         Log: Patches for VMS [Dan Sugalski]
9526      Branch: bugs
9527            + vms2
9528      Branch: perl
9529            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
9530            ! vms/vmsish.h
9531 ____________________________________________________________________________
9532 [   172] By: mbeattie                              on 1997/10/24  13:50:59
9533         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
9534              to use new API and patch win32 makefile stuff a little.
9535      Branch: perl
9536            + win32/win32thread.c win32/win32thread.h
9537            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
9538            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
9539 ____________________________________________________________________________
9540 [   171] By: mbeattie                              on 1997/10/23  14:00:27
9541         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
9542              
9543              Jobs fixed ...
9544              
9545              get_db_sub fixed on 1997/10/23 by mbeattie@squash
9546              
9547              Subject: [perl5.004_53] Debugger crash (patch)
9548              Date: Thu, 16 Oct 1997 22:03:09 -0400
9549              From: Owen Taylor <owt1@cornell.edu>
9550      Branch: bugs
9551            + get_db_sub
9552      Branch: perl
9553            ! pp_hot.c
9554 ____________________________________________________________________________
9555 [   170] By: mbeattie                              on 1997/10/23  09:22:40
9556         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
9557              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
9558              a ref to its argument for AV, HV, CV. 
9559      Branch: perl
9560            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
9561 ____________________________________________________________________________
9562 [   169] By: gsar                                  on 1997/10/21  03:49:25
9563         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
9564              - Fixup static functions that were missing aTHIS.
9565              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
9566              - Removed static functions from global.sym.
9567              - Typo in perl.h.
9568              - Additions to makefile.mk.
9569      Branch: oneperl
9570            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
9571            ! win32/makefile.mk
9572 ____________________________________________________________________________
9573 [   168] By: nick                                  on 1997/10/20  02:47:18
9574         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
9575      Branch: oneperl
9576            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
9577            ! scope.h thread.h
9578 ____________________________________________________________________________
9579 [   167] By: nick                                  on 1997/10/20  01:03:00
9580         Log: Add missing aTHIS in cast
9581      Branch: oneperl
9582            ! win32/dl_win32.xs
9583 ____________________________________________________________________________
9584 [   166] By: nick                                  on 1997/10/20  00:44:42
9585         Log: Builds and passes test with -DUSE_THISPTR
9586      Branch: oneperl
9587            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
9588            ! win32/perllib.c
9589 ____________________________________________________________________________
9590 [   165] By: nick                                  on 1997/10/19  21:45:36
9591         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
9592      Branch: oneperl
9593            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
9594            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
9595            ! win32/makefile.mk win32/perllib.c
9596 ____________________________________________________________________________
9597 [   164] By: nick                                  on 1997/10/19  20:09:13
9598         Log: oneperl compiles (but fails) with -DUSE_THISPTR
9599      Branch: oneperl
9600            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
9601            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
9602            ! win32/win32.c win32/win32.h
9603 ____________________________________________________________________________
9604 [   163] By: nick                                  on 1997/10/19  16:46:09
9605         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
9606      Branch: oneperl
9607            ! embed.h perl.h thread.h vars.h
9608 ____________________________________________________________________________
9609 [   162] By: nick                                  on 1997/10/19  14:42:16
9610         Log: Dubious merge of oneperl's variable and struct thread
9611      Branch: oneperl
9612           !> perl.h thread.h
9613 ____________________________________________________________________________
9614 [   161] By: nick                                  on 1997/10/18  18:05:13
9615         Log: integrate all but perl.h/thread.h
9616      Branch: oneperl
9617           +> Todo.5.005 perlio.sym
9618           !> (integrate 98 files)
9619 ____________________________________________________________________________
9620 [   160] By: nick                                  on 1997/10/18  03:49:27
9621         Log: Integrate rest of sub-dirs into oneperl
9622      Branch: oneperl
9623           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
9624           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
9625           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9626           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
9627           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
9628           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
9629           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
9630           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
9631           +> hints/os390.sh
9632            - ext/util/extliblist
9633           !> (integrate 425 files)
9634 ____________________________________________________________________________
9635 [   159] By: nick                                  on 1997/10/18  03:20:11
9636         Log: Integrate (accept) t and win32 into oneperl
9637      Branch: oneperl
9638           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
9639           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
9640           +> win32/config.vc win32/config_H.bc win32/config_H.vc
9641           +> win32/makefile.mk
9642           !> (integrate 188 files)
9643 ____________________________________________________________________________
9644 [   158] By: nick                                  on 1997/10/18  03:12:59
9645         Log: Integrate lib/... into oneperl
9646      Branch: oneperl
9647           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
9648           !> (integrate 138 files)
9649 ____________________________________________________________________________
9650 [   157] By: nick                                  on 1997/10/18  02:55:53
9651         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
9652      Branch: oneperl
9653            ! lib/Bundle/CPAN.pm
9654 ____________________________________________________________________________
9655 [   156] By: nick                                  on 1997/10/18  02:52:44
9656         Log: Make lib/Bundle/CPAN.pm a text file
9657      Branch: perl
9658            ! lib/Bundle/CPAN.pm
9659 ____________________________________________________________________________
9660 [   155] By: nick                                  on 1997/10/18  02:33:02
9661         Log: Some weirdness in the intgrate process
9662      Branch: oneperl
9663            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
9664            - win32/bin/webget.bat win32/config.H win32/config.w32
9665 ____________________________________________________________________________
9666 [   153] By: nick                                  on 1997/10/18  02:29:16
9667         Log: Let us try all the pure integrate stuff
9668      Branch: oneperl
9669           !> (integrate 647 files)
9670 ____________________________________________________________________________
9671 [   152] By: nick                                  on 1997/10/18  02:13:35
9672         Log: Get more sub directories out of the way.
9673      Branch: oneperl
9674           !> (integrate 92 files)
9675 ____________________________________________________________________________
9676 [   151] By: nick                                  on 1997/10/18  02:05:41
9677         Log: Integrate hints 
9678      Branch: oneperl
9679           !> (integrate 68 files)
9680 ____________________________________________________________________________
9681 [   150] By: nick                                  on 1997/10/18  01:57:20
9682         Log: Try reopening some non-contravertial files
9683      Branch: oneperl
9684           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
9685           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
9686           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
9687           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
9688 ____________________________________________________________________________
9689 [   144] By: gsar                                  on 1997/10/16  22:26:07
9690         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
9691              build.  Once again, builds and runs all    Thread tests using either
9692              compiler.
9693      Branch: win32/perl
9694            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
9695            ! win32/makefile.mk
9696 ____________________________________________________________________________
9697 [   143] By: gsar                                  on 1997/10/16  20:45:58
9698         Log: A quick merge of latest mainline.
9699      Branch: win32/perl
9700           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
9701           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
9702           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9703           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
9704           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
9705           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
9706           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
9707           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
9708           +> lib/base.pm t/lib/dosglob.t
9709            - ext/util/extliblist
9710           !> (integrate 134 files)
9711
9712 ----------------
9713 Version 5.004_53
9714 ----------------
9715
9716 ____________________________________________________________________________
9717 [   142] By: mbeattie                              on 1997/10/16  16:52:55
9718         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
9719      Branch: perl
9720            ! MANIFEST
9721 ____________________________________________________________________________
9722 [   141] By: mbeattie                              on 1997/10/16  16:42:13
9723         Log: Move perlext/Thread into perl/ext/Thread.
9724      Branch: perl
9725           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
9726           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
9727           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
9728           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
9729           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
9730           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
9731           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
9732           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
9733            ! Configure
9734      Branch: perlext
9735            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
9736            - Thread/Thread.xs Thread/Thread/Queue.pm
9737            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
9738            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
9739            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
9740            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
9741            - Thread/unsync4.t
9742 ____________________________________________________________________________
9743 [   140] By: mbeattie                              on 1997/10/16  16:26:53
9744         Log: Correct threads_mutex locking in main thread destruction.
9745              Add per-interp thrsv to hold SV struct thread for main thread.
9746              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
9747              Add Thread/list.t test of Thread->list method.
9748              Let Thread::Semaphore methods up and down take an extra argument.
9749      Branch: perl
9750            ! embed.h interp.sym perl.c perl.h thread.h
9751      Branch: perlext
9752            + Thread/list.t
9753            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
9754 ____________________________________________________________________________
9755 [   139] By: mbeattie                              on 1997/10/16  14:01:11
9756         Log: Fix up merge with 5.004_04.
9757      Branch: perl
9758            ! op.c perl.c t/lib/dosglob.t
9759 ____________________________________________________________________________
9760 [   138] By: TimBunce                              on 1997/10/16  12:58:22
9761         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
9762      Branch: maint-5.004/perl
9763            ! t/lib/dosglob.t
9764 ____________________________________________________________________________
9765 [   137] By: mbeattie                              on 1997/10/16  11:09:25
9766         Log: Merge maint-5.004 branch (5.004_04) with mainline.
9767      Branch: perl
9768           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
9769            - ext/util/extliblist
9770           !> (integrate 132 files)
9771 ____________________________________________________________________________
9772 [   135] By: gsar                                  on 1997/10/15  21:46:05
9773         Log: Win32 changes over 5.004_52:
9774              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
9775              on an already locked mutex.
9776              - other minor tweaks.
9777              Now builds and runs win32-version of Thread_52, passing all tests.
9778      Branch: win32/perl
9779            ! perl.c proto.h thread.h
9780 ____________________________________________________________________________
9781 [   134] By: gsar                                  on 1997/10/15  18:19:31
9782         Log: fixup makefile.mk conflict.
9783      Branch: win32/perl
9784            ! win32/makefile.mk
9785 ____________________________________________________________________________
9786 [   133] By: gsar                                  on 1997/10/15  18:02:46
9787         Log: Integrated latest changes from mainline into win32.
9788      Branch: win32/perl
9789           +> fakethr.h
9790           !> MANIFEST Porting/makerel Porting/patchls README.threads
9791           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
9792           !> win32/config.vc win32/config_H.bc win32/config_H.vc
9793           !> win32/makefile.mk
9794
9795 ----------------
9796 Version 5.004_52
9797 ----------------
9798
9799 ____________________________________________________________________________
9800 [   132] By: mbeattie                              on 1997/10/15  17:02:38
9801         Log: Remove out-of-date test Thread/cond.t.
9802      Branch: perlext
9803            - Thread/cond.t
9804 ____________________________________________________________________________
9805 [   131] By: mbeattie                              on 1997/10/15  16:57:45
9806         Log: Finish thread state machine: fixes global destruction of threads,
9807              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
9808              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
9809              Thread.xs.
9810      Branch: perl
9811            ! MANIFEST README.threads Todo.5.005 perl.c util.c
9812      Branch: perlext
9813            ! Thread/Thread.xs Thread/queue.t
9814 ____________________________________________________________________________
9815 [   130] By: mbeattie                              on 1997/10/15  16:55:10
9816         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
9817              Fix ThrSETSTATE not to lock t->mutex itself.
9818      Branch: perl
9819            ! fakethr.h thread.h
9820 ____________________________________________________________________________
9821 [   129] By: mbeattie                              on 1997/10/15  16:53:35
9822         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
9823      Branch: perl
9824            ! pp_hot.c
9825 ____________________________________________________________________________
9826 [   128] By: TimBunce                              on 1997/10/15  15:55:26
9827         Log: Maintenance 5.004_04 changes
9828      Branch: maint-5.004/perl
9829            + hints/os390.sh lib/base.pm t/lib/dosglob.t
9830            - ext/util/extliblist
9831            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
9832            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
9833            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
9834            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
9835            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
9836            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
9837            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
9838            ! installperl lib/AutoLoader.pm lib/CPAN.pm
9839            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
9840            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
9841            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
9842            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
9843            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
9844            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
9845            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
9846            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
9847            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
9848            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
9849            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
9850            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
9851            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9852            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
9853            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
9854            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
9855            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
9856            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
9857            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
9858            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
9859            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
9860            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
9861            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
9862            ! win32/Makefile win32/config_H.bc win32/config_H.vc
9863            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
9864            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
9865 ____________________________________________________________________________
9866 [   127] By: mbeattie                              on 1997/10/15  10:00:18
9867         Log: Added fakethr.h.
9868      Branch: perl
9869            + fakethr.h
9870 ____________________________________________________________________________
9871 [   126] By: mbeattie                              on 1997/10/15  09:50:57
9872         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
9873      Branch: perl
9874            ! thread.h
9875 ____________________________________________________________________________
9876 [   125] By: mbeattie                              on 1997/10/15  09:09:24
9877         Log: Started rewriting thread state machine.
9878      Branch: perl
9879            ! perl.c thread.h
9880      Branch: perlext
9881            ! Thread/Thread.xs
9882 ____________________________________________________________________________
9883 [   124] By: gsar                                  on 1997/10/14  00:23:15
9884         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
9885              tests in win32 version of latest perlext/Thread.
9886      Branch: win32/perl
9887            ! pp_hot.c
9888 ____________________________________________________________________________
9889 [   123] By: gsar                                  on 1997/10/13  23:18:38
9890         Log: Initial merge of win32 threads patch.
9891      Branch: win32/perl
9892            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
9893            ! win32/Makefile win32/makedef.pl win32/makefile.mk
9894            ! win32/perllib.c win32/pod.mak win32/win32.h
9895 ____________________________________________________________________________
9896 [   122] By: gsar                                  on 1997/10/10  20:58:40
9897         Log: Integrated changes on mainline into the win32 branch.  Had to set
9898              P4USER=mbeattie for the resolve step (due to the presence of newly
9899              branched files that had not been submitted?)
9900      Branch: win32/perl
9901           +> Porting/makerel Porting/patchls README.threads Todo.5.005
9902           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
9903           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
9904           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
9905           +> win32/bin/webget.pl win32/config.bc win32/config.vc
9906           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
9907            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
9908            - win32/bin/webget.bat win32/config.H win32/config.w32
9909            ! thread.h
9910           !> (integrate 858 files)
9911 ____________________________________________________________________________
9912 [   121] By: mbeattie                              on 1997/10/10  17:23:41
9913         Log: Tweak a few Thread tests.
9914      Branch: perlext
9915            + Thread/join2.t
9916            ! Thread/io.t Thread/sync2.t
9917 ____________________________________________________________________________
9918 [   120] By: mbeattie                              on 1997/10/10  17:22:46
9919         Log: Rewrite thread destruction system using linked list of threads.
9920              Still not completely done. Add methods self, equal, flags, list
9921              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
9922      Branch: perl
9923            ! perl.c perl.h thread.h
9924      Branch: perlext
9925            ! Thread/Thread.xs Thread/typemap
9926 ____________________________________________________________________________
9927 [   119] By: mbeattie                              on 1997/10/10  17:19:55
9928         Log: Fix up locking/synchronisation for pp_entersub.
9929      Branch: perl
9930            ! pp_hot.c
9931 ____________________________________________________________________________
9932 [   118] By: mbeattie                              on 1997/10/10  09:55:32
9933         Log: Put back entries in MANIFEST for the four now-returned win32/* files
9934      Branch: perl
9935            ! MANIFEST
9936 ____________________________________________________________________________
9937 [   117] By: mbeattie                              on 1997/10/10  08:12:23
9938         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
9939      Branch: perl
9940            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
9941 ____________________________________________________________________________
9942 [   116] By: mbeattie                              on 1997/10/08  15:41:08
9943         Log: Add missing sig_pipe definition to Thread.xs.
9944      Branch: perlext
9945            ! Thread/Thread.xs
9946 ____________________________________________________________________________
9947 [   115] By: mbeattie                              on 1997/10/08  15:40:46
9948         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
9949              add missing dTHR; to new function unwind_handler_stack() in mg.c
9950              and bump patchlevel.h to 5.004_52.
9951      Branch: perl
9952            ! MANIFEST mg.c patchlevel.h
9953 ____________________________________________________________________________
9954 [   114] By: mbeattie                              on 1997/10/08  10:19:27
9955         Log: Merge maint-5.004 branch (5.004_03) with mainline.
9956              MANIFEST is out of sync.
9957      Branch: perl
9958           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
9959           +> win32/bin/webget.pl
9960            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
9961            - win32/bin/webget.bat
9962           !> (integrate 168 files)
9963 ____________________________________________________________________________
9964 [   113] By: mbeattie                              on 1997/10/05  17:52:49
9965         Log: Move init of global mutexes/cond vars earlier.
9966      Branch: perl
9967            ! perl.c
9968 ____________________________________________________________________________
9969 [   112] By: nick                                  on 1997/10/04  15:25:28
9970         Log: Add perl.sym to MANIFEST
9971      Branch: oneperl
9972            ! MANIFEST
9973 ____________________________________________________________________________
9974 [   111] By: nick                                  on 1997/10/04  15:23:37
9975         Log: Missing file
9976      Branch: oneperl
9977            + perl.sym
9978 ____________________________________________________________________________
9979 [   110] By: nick                                  on 1997/10/04  13:04:26
9980         Log: Now builds the extensions as well
9981              Passes all tests
9982      Branch: oneperl
9983            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
9984            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
9985            ! toke.c util.c writemain.SH
9986 ____________________________________________________________________________
9987 [   109] By: nick                                  on 1997/10/04  12:02:14
9988         Log: Odd checkin issue
9989      Branch: oneperl
9990            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
9991            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
9992            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
9993            ! vms/perly_h.vms writemain.SH
9994 ____________________________________________________________________________
9995 [   108] By: nick                                  on 1997/10/04  11:12:52
9996         Log: Added lots of (missing) prototypes (ckprotos is util to check)
9997              Fixed missing aTHIS flagged by above.
9998              -DUSE_THISPTR passes minitest!
9999      Branch: oneperl
10000            + ckprotos
10001            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
10002            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
10003            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
10004            ! vms/perly_h.vms
10005 ____________________________________________________________________________
10006 [   107] By: nick                                  on 1997/10/03  22:36:52
10007         Log: .y muddle fixup - will get this sorted oneday ...
10008      Branch: oneperl
10009            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
10010            ! vms/perly_h.vms
10011 ____________________________________________________________________________
10012 [   106] By: mbeattie                              on 1997/10/03  17:12:33
10013         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
10014              from struct thread. Added missing thr->Tfoo defines for statbuf
10015              and timesbuf and removed unused Tbuf field.
10016      Branch: perl
10017            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
10018 ____________________________________________________________________________
10019 [   105] By: nick                                  on 1997/10/03  15:56:50
10020         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
10021      Branch: oneperl
10022            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
10023            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
10024            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
10025            ! sv.c taint.c thread.h toke.c universal.c util.c
10026 ____________________________________________________________________________
10027 [   104] By: mbeattie                              on 1997/10/03  15:23:25
10028         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
10029      Branch: perl
10030            ! global.sym pp.c proto.h sv.c
10031 ____________________________________________________________________________
10032 [   103] By: mbeattie                              on 1997/10/03  15:17:39
10033         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
10034      Branch: perl
10035            ! av.c hv.c perl.h sv.c
10036 ____________________________________________________________________________
10037 [   102] By: mbeattie                              on 1997/10/03  11:53:51
10038         Log: Reliable thread signal handling.
10039      Branch: perl
10040            ! global.sym mg.c perl.c perl.h
10041      Branch: perlext
10042            ! Thread/Thread.xs
10043 ____________________________________________________________________________
10044 [   101] By: nick                                  on 1997/10/02  20:43:17
10045         Log: Cleanup perly.y stuff
10046      Branch: oneperl
10047            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
10048 ____________________________________________________________________________
10049 [   100] By: nick                                  on 1997/10/02  18:54:08
10050         Log: Compiles with less invasive aTHIS adding
10051      Branch: oneperl
10052            + nothis.sym
10053            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
10054            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
10055            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
10056            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10057            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10058            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
10059            ! util.c vars.h
10060
10061 ----------------
10062 Version 5.004_51
10063 ----------------
10064
10065 ____________________________________________________________________________
10066 [    99] By: mbeattie                              on 1997/10/02  17:23:48
10067         Log: Added Thread/queue.t.
10068      Branch: perlext
10069            + Thread/queue.t
10070 ____________________________________________________________________________
10071 [    98] By: mbeattie                              on 1997/10/02  17:19:44
10072         Log: Bumped patchlevel to 51. Updated Todo.5.005.
10073      Branch: perl
10074            ! Todo.5.005 patchlevel.h
10075 ____________________________________________________________________________
10076 [    97] By: mbeattie                              on 1997/10/02  17:07:47
10077         Log: Update README.threads amd Thread/README
10078      Branch: perl
10079            ! README.threads
10080      Branch: perlext
10081            ! Thread/README
10082 ____________________________________________________________________________
10083 [    96] By: mbeattie                              on 1997/10/02  16:58:47
10084         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
10085              fix sv_bless3 prototype.
10086      Branch: perl
10087            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
10088 ____________________________________________________________________________
10089 [    95] By: mbeattie                              on 1997/10/02  16:50:21
10090         Log: Fixed broken typemap for Thread.
10091      Branch: perlext
10092            ! Thread/typemap
10093 ____________________________________________________________________________
10094 [    94] By: mbeattie                              on 1997/10/02  16:34:03
10095         Log: Fix pod text in Lint.pm for private-names option.
10096      Branch: perlext
10097            ! Compiler/B/Lint.pm
10098 ____________________________________________________________________________
10099 [    93] By: mbeattie                              on 1997/10/02  13:44:46
10100         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
10101      Branch: perl
10102            ! MANIFEST embed.h
10103 ____________________________________________________________________________
10104 [    92] By: mbeattie                              on 1997/10/02  13:27:10
10105         Log: Add Todo.5.005
10106      Branch: perl
10107            + Todo.5.005
10108 ____________________________________________________________________________
10109 [    91] By: nick                                  on 1997/10/01  20:23:38
10110         Log: Raw _T# trial
10111      Branch: oneperl
10112            ! embed.h embed.pl proto.h sv.c
10113 ____________________________________________________________________________
10114 [    90] By: nick                                  on 1997/10/01  18:22:03
10115         Log: THIS + new sort stuff
10116      Branch: oneperl
10117            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
10118 ____________________________________________________________________________
10119 [    89] By: nick                                  on 1997/10/01  18:03:05
10120         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
10121      Branch: oneperl
10122            ! pp_ctl.c proto.h util.c
10123 ____________________________________________________________________________
10124 [    88] By: mbeattie                              on 1997/10/01  17:04:12
10125         Log: Start of Configure support for -Dusethreads plus associated
10126              Linux hints.
10127      Branch: perl
10128            ! Configure hints/linux.sh
10129 ____________________________________________________________________________
10130 [    87] By: mbeattie                              on 1997/10/01  17:03:34
10131         Log: Move runops_foo prototypes from proto.h to early in perl.h.
10132      Branch: perl
10133            ! perl.h proto.h
10134 ____________________________________________________________________________
10135 [    86] By: nick                                  on 1997/09/30  19:15:21
10136         Log: Debug hackery to thread.h - temporary
10137              Quick-fix qsort() replacement - more to come.
10138      Branch: oneperl
10139            ! thread.h util.c
10140 ____________________________________________________________________________
10141 [    85] By: mbeattie                              on 1997/09/30  15:50:27
10142         Log: Added Lint option regexp-variables.
10143      Branch: perlext
10144            ! Compiler/B/Lint.pm
10145 ____________________________________________________________________________
10146 [    84] By: mbeattie                              on 1997/09/30  15:11:07
10147         Log: Merge maint-5.004 branch (5.004_01) with mainline.
10148      Branch: perl
10149           +> Porting/makerel Porting/patchls hints/newsos4.sh
10150           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
10151           +> win32/config.vc win32/config_H.bc win32/config_H.vc
10152           +> win32/makefile.mk
10153            - win32/config.H win32/config.w32
10154           !> (integrate 109 files)
10155 ____________________________________________________________________________
10156 [    83] By: TimBunce                              on 1997/09/30  14:27:09
10157         Log: Maintenance 5.004_03 changes (addendum)
10158      Branch: maint-5.004/perl
10159            - win32/bin/search.bat
10160 ____________________________________________________________________________
10161 [    82] By: TimBunce                              on 1997/09/30  14:11:29
10162         Log: Maintenance 5.004_03 changes
10163      Branch: maint-5.004/perl
10164            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
10165            + win32/bin/webget.pl
10166            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
10167            - win32/bin/webget.bat
10168            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
10169            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
10170            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
10171            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
10172            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
10173            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10174            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
10175            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
10176            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
10177            ! win32/win32.c
10178 ____________________________________________________________________________
10179 [    81] By: TimBunce                              on 1997/09/30  13:17:27
10180         Log: Maintenance 5.004_02 changes
10181      Branch: maint-5.004/perl
10182            + win32/bin/runperl.bat
10183            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
10184            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
10185            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
10186            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
10187            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10188            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
10189            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
10190            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
10191            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
10192            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
10193            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
10194            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
10195            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
10196            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10197            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
10198            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
10199            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
10200            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
10201            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
10202            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
10203            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
10204            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
10205            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
10206            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
10207            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
10208            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
10209            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
10210            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
10211            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
10212            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
10213            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
10214            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
10215            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
10216            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
10217            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
10218            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
10219            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
10220            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
10221            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
10222            ! win32/config.bc win32/config.vc win32/config_H.bc
10223            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
10224            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
10225            ! win32/win32io.c win32/win32io.h win32/win32iop.h
10226            ! win32/win32sck.c
10227 ____________________________________________________________________________
10228 [    80] By: nick                                  on 1997/09/29  20:31:43
10229         Log: Add some prototypes in attempt to flush out errors
10230              Tidy up vars.h usage.
10231      Branch: oneperl
10232            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
10233            ! proto.h util.c vars.h
10234 ____________________________________________________________________________
10235 [    79] By: nick                                  on 1997/09/29  17:12:07
10236         Log: Builds and passes tests without THISPTR
10237      Branch: oneperl
10238            ! MANIFEST global.sym perl.c perl.h vars.h
10239 ____________________________________________________________________________
10240 [    78] By: mbeattie                              on 1997/09/29  16:57:23
10241         Log: Re-introduce the changes from change 68 (runops becomes a
10242              function pointer and sv_bless3 for '~'-magic) which got lost
10243              during the preparation for the maint-merge.
10244      Branch: perl
10245            ! global.sym perl.h pp.c proto.h run.c sv.c
10246 ____________________________________________________________________________
10247 [    77] By: mbeattie                              on 1997/09/29  16:44:16
10248         Log: Start merge with maint-5.004 branch by creating an ancestral
10249              branch point via a fake resolution with the maint-merge branch.
10250              See Perforce Tech Note 9 for details.
10251      Branch: perl
10252           !> (integrate 864 files)
10253 ____________________________________________________________________________
10254 [    76] By: nick                                  on 1997/09/28  19:04:42
10255         Log: Code with this pointer compiles (but core dumps)
10256      Branch: oneperl
10257            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
10258            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
10259            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
10260            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
10261            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
10262            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
10263            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
10264            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
10265            ! vars.h
10266 ____________________________________________________________________________
10267 [    75] By: nick                                  on 1997/09/28  15:45:35
10268         Log: Quasi sensible starting point for aTHIS addition.
10269      Branch: oneperl
10270            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
10271 ____________________________________________________________________________
10272 [    74] By: nick                                  on 1997/09/28  11:23:32
10273         Log: Ooops - unwind perly.* stuff for now
10274      Branch: oneperl
10275            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
10276 ____________________________________________________________________________
10277 [    73] By: nick                                  on 1997/09/28  11:17:23
10278         Log: Builds and passes all tests again
10279      Branch: oneperl
10280            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
10281            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
10282 ____________________________________________________________________________
10283 [    72] By: nick                                  on 1997/09/28  10:47:01
10284         Log: Save "important things" before re-try
10285      Branch: oneperl
10286            + vars.h
10287            ! embed.pl thread.h thread.sym
10288 ____________________________________________________________________________
10289 [    71] By: nick                                  on 1997/09/26  17:47:31
10290         Log: Basic hacks to build with USE_THISPTR, not yet useful
10291              but builds miniperl and passes minitest with all thread 
10292              variables via a _GLOBAL_ thr variable rather than globals.
10293              Now for the local thr variable ...
10294      Branch: oneperl
10295            + thread.sym
10296            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
10297            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
10298            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
10299            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
10300            ! util.c vms/vms.c
10301 ____________________________________________________________________________
10302 [    70] By: mbeattie                              on 1997/09/23  14:29:23
10303         Log: Branch oneperl from mainline.
10304      Branch: oneperl
10305           +> (branch 871 files)
10306 ____________________________________________________________________________
10307 [    69] By: mbeattie                              on 1997/09/22  16:02:37
10308         Log: struct thread now stored in an SV and uses '~'-magic for access.
10309      Branch: perl
10310            ! thread.h
10311      Branch: perlext
10312            ! Thread/Thread.xs Thread/typemap
10313 ____________________________________________________________________________
10314 [    68] By: mbeattie                              on 1997/09/22  16:01:48
10315         Log: runops becomes a funtion pointer and sv_bless3 created
10316              to avoid pointer forgery with '~'-magic.
10317      Branch: perl
10318            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
10319 ____________________________________________________________________________
10320 [    67] By: mbeattie                              on 1997/09/22  15:45:56
10321         Log: More fprintf -> PerlIO_printf changes.
10322      Branch: perl
10323            ! perl.c pp_hot.c util.c
10324 ____________________________________________________________________________
10325 [    66] By: mbeattie                              on 1997/09/22  15:10:40
10326         Log: Minor multi-threading patches for VMS.
10327      Branch: perl
10328            ! mg.c thread.h vms/vms.c
10329 ____________________________________________________________________________
10330 [    65] By: mbeattie                              on 1997/09/15  14:09:11
10331         Log: Add undefined-subs option to Lint.pm.
10332      Branch: perlext
10333            ! Compiler/B/Lint.pm
10334 ____________________________________________________________________________
10335 [    64] By: mbeattie                              on 1997/09/10  16:39:41
10336         Log: Debugging output for lock handling.
10337      Branch: perl
10338            ! mg.c pp.c pp_hot.c util.c
10339 ____________________________________________________________________________
10340 [    63] By: mbeattie                              on 1997/09/10  14:49:00
10341         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
10342      Branch: perlext
10343           +> Thread/Thread/Semaphore.pm
10344            - Thread/Semaphore.pm
10345 ____________________________________________________________________________
10346 [    62] By: mbeattie                              on 1997/09/10  14:47:31
10347         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
10348      Branch: perlext
10349           +> Thread/Thread/Queue.pm
10350            - Thread/Queue.pm
10351 ____________________________________________________________________________
10352 [    61] By: mbeattie                              on 1997/09/10  13:56:50
10353         Log: Solaris fixes: delete pad and padname from thread.h and remove
10354              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
10355      Branch: perl
10356            ! thread.h x2p/Makefile.SH
10357
10358 ----------------
10359 Version 5.004_50        First developer release towards 5.005
10360 ----------------
10361
10362 Maintenance of the 5.004 version of perl continues with the 5.004_xx
10363 series, where 'xx' is <= 49.  Development of the next version, 5.005,
10364 starts with 5.004_50.
10365
10366 ____________________________________________________________________________
10367 [    60] By: mbeattie                              on 1997/09/09  16:57:41
10368         Log: Update README.threads to mention -DL.
10369      Branch: perl
10370            ! README.threads
10371 ____________________________________________________________________________
10372 [    59] By: mbeattie                              on 1997/09/09  16:49:08
10373         Log: Add Thread modules Queue.pm and Semaphore.pm
10374      Branch: perlext
10375            + Thread/Queue.pm Thread/Semaphore.pm
10376 ____________________________________________________________________________
10377 [    58] By: mbeattie                              on 1997/09/09  16:33:45
10378         Log: Update README.threads
10379      Branch: perl
10380            ! README.threads
10381 ____________________________________________________________________________
10382 [    57] By: mbeattie                              on 1997/09/09  16:26:47
10383         Log: Add debug info to Thread typemap.
10384      Branch: perlext
10385            ! Thread/typemap
10386 ____________________________________________________________________________
10387 [    56] By: mbeattie                              on 1997/09/09  15:04:26
10388         Log: Rewrite synchronisation of subs/methods and add attrs
10389              extension for specifying 'locked' and 'method' attributes.
10390      Branch: perl
10391            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
10392            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
10393            ! pp_hot.c proto.h sv.c sv.h toke.c
10394      Branch: perlext
10395            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
10396 ____________________________________________________________________________
10397 [    55] By: mbeattie                              on 1997/09/03  16:34:47
10398         Log: Add new keyword "lock" to Opcode.pm
10399      Branch: perl
10400            ! ext/Opcode/Opcode.pm
10401 ____________________________________________________________________________
10402 [    54] By: mbeattie                              on 1997/09/03  14:44:44
10403         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
10404      Branch: perl
10405            ! embed.h keywords.h
10406 ____________________________________________________________________________
10407 [    53] By: mbeattie                              on 1997/09/03  13:52:24
10408         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
10409      Branch: perl
10410            ! MANIFEST
10411 ____________________________________________________________________________
10412 [    52] By: mbeattie                              on 1997/09/03  13:41:20
10413         Log: Let Lint private_names catch out-of-package _foo methods.
10414      Branch: perlext
10415            ! Compiler/B/Lint.pm
10416 ____________________________________________________________________________
10417 [    51] By: mbeattie                              on 1997/09/03  13:20:12
10418         Log: Bump patchlevel.h to 5.004_50
10419      Branch: perl
10420            ! patchlevel.h
10421 ____________________________________________________________________________
10422 [    50] By: mbeattie                              on 1997/09/03  12:31:48
10423         Log: Make compiler build/work with devel 5.005
10424      Branch: perlext
10425            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
10426            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
10427 ____________________________________________________________________________
10428 [    49] By: mbeattie                              on 1997/09/03  12:28:05
10429         Log: Rename RESTART to INIT and associated changes
10430      Branch: perl
10431            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
10432            ! toke.c vms/perly_c.vms
10433 ____________________________________________________________________________
10434 [    48] By: mbeattie                              on 1997/09/02  15:54:27
10435         Log: Added private-names option.
10436      Branch: perlext
10437            ! Compiler/B/Lint.pm
10438 ____________________________________________________________________________
10439 [    47] By: mbeattie                              on 1997/09/02  11:54:55
10440         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
10441      Branch: perlext
10442            ! Compiler/cc_runtime.h
10443 ____________________________________________________________________________
10444 [    46] By: mbeattie                              on 1997/08/28  19:40:08
10445         Log: Missing sprintf in try_autoload.
10446      Branch: perlext
10447            ! Compiler/B/C.pm
10448 ____________________________________________________________________________
10449 [    45] By: mbeattie                              on 1997/08/13  16:15:25
10450         Log: Threading fixups for Digital UNIX.
10451      Branch: perl
10452            ! README.threads malloc.c perl.h toke.c
10453 ____________________________________________________________________________
10454 [    44] By: mbeattie                              on 1997/08/11  15:46:29
10455         Log: Assorted changes for multi-threading (now works rather more).
10456      Branch: perl
10457            + README.threads
10458            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
10459            ! toke.c util.c
10460      Branch: perlext
10461            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
10462            ! Thread/unsync.t
10463 ____________________________________________________________________________
10464 [    43] By: mbeattie                              on 1997/08/08  14:11:00
10465         Log: Made Lint check subs (and -u packages).
10466              Added support for dollar_underscore and implicit $_ in foreach.
10467      Branch: perlext
10468            ! Compiler/B/Lint.pm
10469 ____________________________________________________________________________
10470 [    42] By: TimBunce                              on 1997/07/25  17:15:57
10471         Log: Maintenance 5.004_01 changes
10472      Branch: maint-5.004/perl
10473            + Porting/makerel Porting/patchls hints/newsos4.sh
10474            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
10475            + win32/config.vc win32/config_H.bc win32/config_H.vc
10476            + win32/makefile.mk
10477            - win32/config.H win32/config.w32
10478            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
10479            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
10480            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
10481            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
10482            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
10483            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
10484            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
10485            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
10486            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10487            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
10488            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
10489            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
10490            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
10491            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
10492            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
10493            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
10494            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
10495            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
10496            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
10497            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
10498            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
10499            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
10500            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
10501            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
10502            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
10503            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
10504            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
10505            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
10506            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
10507            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
10508 ____________________________________________________________________________
10509 [    41] By: mbeattie                              on 1997/07/24  14:57:53
10510         Log: Start support for fake threads.
10511              pp_lock now returns its argument.
10512      Branch: perl
10513            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
10514            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
10515            ! util.c
10516      Branch: perlext
10517            ! Thread/Thread.xs
10518 ____________________________________________________________________________
10519 [    40] By: mbeattie                              on 1997/07/24  14:55:07
10520         Log: Add missing reset of eval_owner if doeval() fails to parse.
10521      Branch: perl
10522            ! pp_ctl.c
10523 ____________________________________________________________________________
10524 [    39] By: mbeattie                              on 1997/07/17  13:35:51
10525         Log: Fix multiple problems with lexical @_.
10526      Branch: perl
10527            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
10528            ! toke.c
10529 ____________________________________________________________________________
10530 [    38] By: mbeattie                              on 1997/07/16  17:02:09
10531         Log: Change %lx to %x in B::CV::save to prevent some CV
10532              fields becoming 0 in the init section. Add missing
10533              write_back in B::Stackobj::Padsv::load_double to fix
10534              test 22 of op/my.t.
10535      Branch: perlext
10536            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
10537 ____________________________________________________________________________
10538 [    37] By: mbeattie                              on 1997/07/10  11:28:16
10539         Log: Branch win32 developments from main perl branch.
10540      Branch: win32/perl
10541           +> (branch 867 files)
10542 ____________________________________________________________________________
10543 [    36] By: mbeattie                              on 1997/07/05  11:58:05
10544         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
10545              as well as provide_ref (5.003).
10546      Branch: perlext
10547            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
10548 ____________________________________________________________________________
10549 [    35] By: mbeattie                              on 1997/07/05  11:55:18
10550         Log: Introduce pp_lock.
10551      Branch: perl
10552            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
10553            ! pp.c pp_ctl.c toke.c
10554 ____________________________________________________________________________
10555 [    34] By: mbeattie                              on 1997/07/01  12:24:28
10556         Log: Support for op in global register (still buggy)
10557      Branch: perl
10558            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
10559            ! proto.h scope.c scope.h thread.h
10560 ____________________________________________________________________________
10561 [    33] By: mbeattie                              on 1997/06/24  16:34:24
10562         Log: Branch lexical warnings from perl branch.
10563      Branch: lexwarn/perl
10564           +> (branch 867 files)
10565 ____________________________________________________________________________
10566 [    32] By: mbeattie                              on 1997/06/24  14:33:57
10567         Log: Branch integration of maint-5.004 from relperl.
10568      Branch: mainline/perl
10569           +> (branch 600 files)
10570      Branch: maint-5.004/perl
10571           +> (branch 864 files)
10572 ____________________________________________________________________________
10573 [    31] By: mbeattie                              on 1997/06/20  11:46:50
10574         Log: corrected bad_type() prototype. 
10575      Branch: perl
10576            ! op.c
10577 ____________________________________________________________________________
10578 [    30] By: mbeattie                              on 1997/06/12  12:38:05
10579         Log: Tweak README.
10580      Branch: perlext
10581            ! Thread/README
10582 ____________________________________________________________________________
10583 [    29] By: mbeattie                              on 1997/06/12  12:34:59
10584         Log: Document -m option of CC backend.
10585      Branch: perlext
10586            ! Compiler/NOTES
10587 ____________________________________________________________________________
10588 [    28] By: mbeattie                              on 1997/06/12  12:25:05
10589         Log: Support sysseek introduced in 5.004.
10590      Branch: perlext
10591            ! Compiler/ccop.c Compiler/ccop.h
10592 ____________________________________________________________________________
10593 [    27] By: mbeattie                              on 1997/06/05  14:20:51
10594         Log: More fixups for thrperl integration.
10595      Branch: perl
10596            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
10597            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
10598            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
10599            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
10600            ! util.c
10601 ____________________________________________________________________________
10602 [    25] By: mbeattie                              on 1997/05/28  15:11:24
10603         Log: Fixups for thrperl integration.
10604      Branch: perl
10605            ! embed.h keywords.h op.c opcode.h perl.c util.c
10606 ____________________________________________________________________________
10607 [    24] By: mbeattie                              on 1997/05/26  20:10:42
10608         Log: Integrate thrperl 5.003->5.004.
10609      Branch: perl
10610           +> thread.h
10611           !> (integrate 33 files)
10612 ____________________________________________________________________________
10613 [    23] By: mbeattie                              on 1997/05/26  11:45:39
10614         Log: Fix ppname when saving subs.
10615      Branch: perlext
10616            ! Compiler/B/C.pm
10617 ____________________________________________________________________________
10618 [    22] By: mbeattie                              on 1997/05/26  11:45:03
10619         Log: -mFoo option now forces -uFoo.
10620      Branch: perlext
10621            ! Compiler/B/CC.pm
10622 ____________________________________________________________________________
10623 [    21] By: mbeattie                              on 1997/05/26  11:43:37
10624         Log: Put back objsym/savesym (used by walkoptree_exec).
10625      Branch: perlext
10626            ! Compiler/B.pm
10627 ____________________________________________________________________________
10628 [    20] By: mbeattie                              on 1997/05/26  11:38:45
10629         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
10630      Branch: perl
10631            ! av.c global.sym
10632 ____________________________________________________________________________
10633 [    19] By: mbeattie                              on 1997/05/25  21:19:38
10634         Log: Fix up integration 5.003->5.004.
10635      Branch: perl
10636            + lib/Class/Fields.pm lib/ISA.pm
10637            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
10638            ! toke.c
10639 ____________________________________________________________________________
10640 [    18] By: mbeattie                              on 1997/05/25  10:31:21
10641         Log: First stab at 5.003 -> 5.004 integration.
10642      Branch: perl
10643           +> (branch 291 files)
10644            - Changes.Conf ext/DynaLoader/dl_os2.xs
10645            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
10646            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
10647            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
10648            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
10649            - lib/chat2.pl lib/splain os2/README os2/README.old
10650            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
10651            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
10652            - x2p/handy.h x2p/s2p.man
10653           !> (integrate 392 files)
10654 ____________________________________________________________________________
10655 [    17] By: mbeattie                              on 1997/05/24  18:46:49
10656         Log: Wholesale update to 5.004.
10657      Branch: relperl
10658            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
10659            + Porting/Glossary Porting/pumpkin.pod README.amiga
10660            + README.cygwin32 README.os2 README.plan9 README.qnx
10661            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
10662            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
10663            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
10664            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
10665            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
10666            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10667            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10668            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
10669            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
10670            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
10671            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
10672            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
10673            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
10674            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
10675            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
10676            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
10677            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
10678            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
10679            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
10680            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
10681            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
10682            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
10683            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
10684            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
10685            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
10686            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
10687            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
10688            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
10689            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
10690            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
10691            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
10692            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
10693            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
10694            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
10695            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
10696            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
10697            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
10698            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
10699            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
10700            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
10701            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
10702            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
10703            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
10704            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
10705            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
10706            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
10707            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
10708            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
10709            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
10710            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
10711            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
10712            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
10713            + plan9/config.plan9 plan9/exclude plan9/fndvers
10714            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
10715            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
10716            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
10717            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
10718            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10719            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
10720            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
10721            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
10722            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
10723            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
10724            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
10725            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
10726            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
10727            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
10728            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
10729            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
10730            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
10731            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
10732            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
10733            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
10734            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
10735            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
10736            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
10737            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
10738            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
10739            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
10740            + t/pragma/warn-1global t/pragma/warning.t universal.c
10741            + utils/splain.PL vms/ext/DCLsym/0README.txt
10742            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
10743            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
10744            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
10745            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
10746            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
10747            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
10748            + win32/config.H win32/config.w32 win32/config_h.PL
10749            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
10750            + win32/include/arpa/inet.h win32/include/dirent.h
10751            + win32/include/netdb.h win32/include/sys/socket.h
10752            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
10753            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
10754            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
10755            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
10756            + x2p/proto.h
10757            - Changes.Conf ext/DynaLoader/dl_os2.xs
10758            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
10759            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
10760            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
10761            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
10762            - lib/chat2.pl lib/splain os2/README os2/README.old
10763            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
10764            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
10765            - x2p/handy.h x2p/s2p.man
10766            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
10767            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
10768            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
10769            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
10770            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
10771            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
10772            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
10773            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
10774            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
10775            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
10776            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
10777            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
10778            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
10779            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
10780            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10781            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
10782            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
10783            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
10784            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
10785            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
10786            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
10787            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
10788            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
10789            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
10790            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
10791            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
10792            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
10793            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
10794            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
10795            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
10796            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
10797            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
10798            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
10799            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
10800            ! installman installperl interp.sym keywords.h keywords.pl
10801            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
10802            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
10803            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
10804            ! lib/Exporter.pm lib/ExtUtils/Install.pm
10805            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
10806            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10807            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
10808            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
10809            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
10810            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
10811            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
10812            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
10813            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
10814            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
10815            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
10816            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
10817            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
10818            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
10819            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
10820            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
10821            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
10822            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
10823            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
10824            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
10825            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
10826            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
10827            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
10828            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
10829            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
10830            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
10831            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
10832            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
10833            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
10834            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
10835            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
10836            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
10837            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
10838            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
10839            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
10840            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
10841            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
10842            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
10843            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
10844            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
10845            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
10846            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
10847            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
10848            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
10849            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
10850            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
10851            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
10852            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
10853            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
10854            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
10855            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
10856            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
10857            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
10858            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
10859            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
10860            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
10861            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
10862            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
10863            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
10864            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
10865            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
10866            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
10867            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
10868            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
10869            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
10870            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
10871            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
10872            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
10873            ! x2p/util.h x2p/walk.c
10874 ____________________________________________________________________________
10875 [    16] By: mbeattie                              on 1997/05/23  22:42:08
10876         Log: Initial integration of relperl from 5.003.
10877      Branch: relperl
10878           +> (branch 600 files)
10879 ____________________________________________________________________________
10880 [    14] By: mbeattie                              on 1997/05/12  20:22:56
10881         Log: Finish code generation rewrite. Clean up B::Section class and
10882              handle symbol table translation internally. Simple .pm modules
10883              now compile OK.
10884      Branch: perlext
10885            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
10886            ! Compiler/B/CC.pm
10887 ____________________________________________________________________________
10888 [    13] By: mbeattie                              on 1997/05/05  19:41:18
10889         Log: Don't make pp_enter and pp_return trigger basic blocks.
10890      Branch: perlext
10891            ! Compiler/B/Bblock.pm
10892 ____________________________________________________________________________
10893 [    12] By: mbeattie                              on 1997/05/05  19:40:16
10894         Log: Rewrite code generation. Sections (de)multiplexed into a
10895              temporary file instead of stored in arrays.
10896      Branch: perlext
10897            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
10898 ____________________________________________________________________________
10899 [    11] By: mbeattie                              on 1997/05/03  20:20:59
10900         Log: Development to pre-alpha4
10901      Branch: perlext
10902            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
10903            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
10904            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
10905            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
10906            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
10907            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
10908            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
10909            ! Compiler/test_harness Compiler/test_harness_cc
10910 ____________________________________________________________________________
10911 [    10] By: mbeattie                              on 1997/05/03  14:47:06
10912         Log: Initial check-in of perl compiler.
10913      Branch: perlext
10914            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
10915            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
10916            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
10917            + Compiler/B/CC.pm Compiler/B/Debug.pm
10918            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
10919            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
10920            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
10921            + Compiler/O.pm Compiler/README Compiler/TESTS
10922            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
10923            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
10924            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
10925            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
10926            + Compiler/disassemble Compiler/old/README.feb11
10927            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
10928            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
10929            + Compiler/op.patch Compiler/ramblings/cc.notes
10930            + Compiler/ramblings/curcop.runtime
10931            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
10932            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
10933            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
10934            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
10935            + Compiler/ramblings/runtime.porting
10936            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
10937            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
10938            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
10939            + Compiler/test_harness_bytecode Compiler/test_harness_cc
10940            + Compiler/typemap
10941 ____________________________________________________________________________
10942 [     9] By: mbeattie                              on 1997/05/02  19:03:49
10943         Log: Don't require CvDEPTH == 0 when bombing out of subs.
10944      Branch: thrperl
10945            ! pp_hot.c
10946 ____________________________________________________________________________
10947 [     8] By: mbeattie                              on 1997/04/23  19:06:45
10948         Log: Added programmer-level condition variables via "condpair" magic.
10949              Added support for detached threads and tweaked a few things.
10950      Branch: thrperl
10951            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
10952            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
10953            ! util.c
10954 ____________________________________________________________________________
10955 [     7] By: mbeattie                              on 1997/04/23  19:04:18
10956         Log: Rewrote programmer-level condition variables from scratch. Added
10957              support for detaching threads. Fixed handling for arguments
10958              passed in to threads and return values for joined threads.
10959      Branch: perlext
10960            + Thread/lock.t
10961            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
10962            ! Thread/typemap
10963 ____________________________________________________________________________
10964 [     6] By: mbeattie                              on 1997/04/10  20:17:26
10965         Log: Initial check-in of Thread module.
10966      Branch: perlext
10967            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
10968            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
10969            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
10970            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
10971            + Thread/unsync4.t
10972 ____________________________________________________________________________
10973 [     5] By: mbeattie                              on 1997/04/10  20:05:52
10974         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
10975              missing parens (pad allocation) in the tokener.
10976      Branch: thrperl
10977            ! op.c pp_ctl.c toke.c
10978 ____________________________________________________________________________
10979 [     4] By: mbeattie                              on 1997/03/28  18:40:44
10980         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
10981      Branch: thrperl
10982            + thread.h
10983            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
10984            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
10985            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
10986            ! run.c scope.c sv.c sv.h toke.c util.c
10987 ____________________________________________________________________________
10988 [     3] By: mbeattie                              on 1997/03/28  13:36:23
10989         Log: Branch 5.003 -> thrperl
10990      Branch: thrperl
10991           +> (branch 600 files)
10992 ____________________________________________________________________________
10993 [     2] By: mbeattie                              on 1997/03/28  13:32:21
10994         Log: Initial devel changes.
10995              Pseudo-hashes. Optional strong typing. RESTART {}.
10996      Branch: perl
10997            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
10998            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
10999            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
11000 ____________________________________________________________________________
11001 [     1] By: mbeattie                              on 1997/03/28  13:17:33
11002         Log: Perl 5.003 check-in
11003      Branch: perl
11004            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
11005            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
11006            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
11007            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
11008            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
11009            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
11010            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
11011            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
11012            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
11013            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
11014            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
11015            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
11016            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
11017            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
11018            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11019            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
11020            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
11021            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
11022            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
11023            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
11024            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
11025            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
11026            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11027            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
11028            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
11029            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11030            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
11031            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
11032            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
11033            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
11034            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
11035            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
11036            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
11037            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
11038            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
11039            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
11040            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
11041            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
11042            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
11043            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
11044            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11045            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
11046            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
11047            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
11048            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
11049            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
11050            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
11051            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
11052            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
11053            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
11054            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
11055            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
11056            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
11057            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
11058            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
11059            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
11060            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
11061            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
11062            + hints/README.hints hints/aix.sh hints/altos486.sh
11063            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
11064            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
11065            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
11066            + hints/fps.sh hints/freebsd.sh hints/genix.sh
11067            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
11068            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
11069            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
11070            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
11071            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
11072            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
11073            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
11074            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
11075            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
11076            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
11077            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
11078            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
11079            + hints/uts.sh hv.c hv.h installman installperl interp.sym
11080            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
11081            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
11082            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
11083            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
11084            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
11085            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11086            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
11087            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11088            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
11089            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
11090            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
11091            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
11092            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
11093            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
11094            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
11095            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
11096            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
11097            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
11098            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
11099            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11100            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
11101            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
11102            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
11103            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
11104            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
11105            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
11106            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
11107            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
11108            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
11109            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
11110            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
11111            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
11112            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
11113            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
11114            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
11115            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
11116            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
11117            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
11118            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
11119            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
11120            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
11121            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
11122            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
11123            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11124            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
11125            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
11126            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
11127            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
11128            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
11129            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
11130            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
11131            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11132            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
11133            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
11134            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
11135            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
11136            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
11137            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
11138            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
11139            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
11140            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
11141            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
11142            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
11143            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
11144            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
11145            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
11146            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
11147            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
11148            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
11149            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
11150            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
11151            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
11152            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
11153            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
11154            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
11155            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
11156            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
11157            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
11158            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
11159            + vms/Makefile vms/config.vms vms/descrip.mms
11160            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
11161            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
11162            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
11163            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
11164            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
11165            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
11166            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11167            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
11168            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
11169            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
11170            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
11171            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
11172            + x2p/walk.c