3876ff258fa47b38a5cc450be2e54a917f896f23
[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     Jarkko Hietaniemi   <jhi@iki.fi>
27     Nick Ing-Simmons    <nik@tiuk.ti.com>
28     Andreas Koenig      <a.koenig@mind.de>
29     Doug MacEachern     <dougm@opengroup.org>
30     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
31     Hans Mulder         <hansm@euronet.nl>
32     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
33     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
34     Tom Phoenix         <rootbeer@teleport.com>
35     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
36     Dean Roehrich       <roehrich@cray.com>
37     Roderick Schertler  <roderick@argon.org>
38     Larry W. Virden     <lvirden@cas.org>
39     Ilya Zakharevich    <ilya@math.ohio-state.edu>
40
41 And the Keepers of the Patch Pumpkin:
42
43     Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
44     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
45     Tim Bunce           <Tim.Bunce@ig.co.uk>
46     Andy Dougherty      <doughera@lafcol.lafayette.edu>
47     Gurusamy Sarathy    <gsar@engin.umich.edu>
48     Chip Salzenberg     <chip@perl.com>
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_71        Developer release working toward 5.005
69 ----------------
70
71 ____________________________________________________________________________
72 [  1453] By: gsar                                  on 1998/07/12  10:04:33
73         Log: merge changes 1424, 1428 from maintbranch
74      Branch: perl
75            ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
76 ____________________________________________________________________________
77 [  1452] By: gsar                                  on 1998/07/12  09:46:40
78         Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
79              and README.win32
80      Branch: perl
81            ! Changes README.win32 patchlevel.h win32/Makefile
82            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
83            ! win32/makefile.mk
84 ____________________________________________________________________________
85 [  1451] By: gsar                                  on 1998/07/12  07:01:26
86         Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
87              From: Jarkko Hietaniemi <jhi@iki.fi>
88              Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST)
89              Message-Id: <199807111451.RAA27010@alpha.hut.fi>
90              Subject: M3 "generic" parts
91      Branch: perl
92            ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs
93            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm
94            ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c
95            ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc
96            ! win32/config_H.gc x2p/Makefile.SH
97 ____________________________________________________________________________
98 [  1450] By: gsar                                  on 1998/07/12  06:38:27
99         Log: various tweaks for PERL_OBJECT build & test
100      Branch: perl
101            ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile
102            ! win32/makefile.mk win32/win32.c win32/win32iop.h
103 ____________________________________________________________________________
104 [  1449] By: gsar                                  on 1998/07/12  06:29:23
105         Log: From:    andreas.koenig@kulturbox.de (Andreas J. Koenig)
106              Date:    12 Jul 1998 08:22:16 +0200
107              Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de>
108              Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl
109      Branch: perl
110            ! lib/CPAN.pm lib/SelfLoader.pm
111 ____________________________________________________________________________
112 [  1448] By: gsar                                  on 1998/07/12  05:10:50
113         Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris,
114              and runs regexes in 1000s of threads without crashing; also fixed
115              statcache not being thread-local
116      Branch: perl
117            ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs
118            ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c
119            ! t/lib/thread.t thrdvar.h util.c
120 ____________________________________________________________________________
121 [  1447] By: gsar                                  on 1998/07/12  02:40:45
122         Log: From:    Hugo van der Sanden <hv@crypt0.demon.co.uk>
123              Date:    Sun, 12 Jul 1998 03:23:04 +0200
124              Message-Id: <l03130300b1cdbff87621@[194.222.64.89]>
125              Subject: Re: perlbug doesn't check that save succeeded
126      Branch: perl
127            ! utils/perlbug.PL
128 ____________________________________________________________________________
129 [  1446] By: gsar                                  on 1998/07/12  02:39:24
130         Log: be generous about CRs
131              From:    larry@wall.org (Larry Wall)
132              Date:    Sat, 11 Jul 1998 17:54:21 PDT
133              Message-Id: <199807120054.RAA19550@wall.org>
134              Subject: [PATCH _71] CRs et al 
135      Branch: perl
136            ! toke.c
137 ____________________________________________________________________________
138 [  1445] By: gsar                                  on 1998/07/12  02:11:16
139         Log: fix pp_caller() to fully traverse stacklevels
140      Branch: perl
141            ! objpp.h pp_ctl.c proto.h t/op/runlevel.t
142 ____________________________________________________________________________
143 [  1444] By: gsar                                  on 1998/07/11  23:43:37
144         Log: add patch, along with all the missing bits, and doc tweaks
145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
146              Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT)
147              Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu>
148              Subject: Re: [PATCH 5.004_71] Secure RE update
149      Branch: perl
150            ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm
151            ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h
152            ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t
153            ! t/op/pat.t t/op/subst.t
154 ____________________________________________________________________________
155 [  1443] By: gsar                                  on 1998/07/11  23:08:14
156         Log: tweak to get BSDI to build IPC/SysV
157              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
158              Date: 11 Jul 1998 16:26:44 +0300
159              Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
160              Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
161      Branch: perl
162            ! ext/IPC/SysV/SysV.xs
163 ____________________________________________________________________________
164 [  1442] By: gsar                                  on 1998/07/11  23:03:39
165         Log: fix closures in optimized C<for (1..5)> (only the tests are in this
166              change, the pp_hot.c fix accidentally went in change#1441)
167      Branch: perl
168            ! t/op/closure.t
169 ____________________________________________________________________________
170 [  1441] By: gsar                                  on 1998/07/11  22:35:40
171         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
172              Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT)
173              Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu>
174              Subject: [PATCH 5.004_71] Update os2's OS2::Process
175      Branch: perl
176            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
177            ! os2/OS2/Process/Process.xs pp_hot.c
178 ____________________________________________________________________________
179 [  1440] By: gsar                                  on 1998/07/11  19:41:59
180         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
181              Date: 11 Jul 1998 17:00:21 +0200
182              Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de>
183              Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip
184      Branch: perl
185            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
186 ____________________________________________________________________________
187 [  1439] By: gsar                                  on 1998/07/11  19:36:58
188         Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len()
189      Branch: perl
190            ! pod/perlguts.pod win32/makedef.pl
191 ____________________________________________________________________________
192 [  1438] By: gsar                                  on 1998/07/11  19:14:21
193         Log: applied patch for perlfunc tweaks, removed reference to system qsort()
194              From: abigail@fnx.com
195              Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT)
196              Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com>
197              Subject: [PATCH 5.004_71] pod/perlfunc.pod
198      Branch: perl
199            ! pod/perlfunc.pod
200 ____________________________________________________________________________
201 [  1437] By: gsar                                  on 1998/07/11  19:05:00
202         Log: From: abigail@fnx.com
203              Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT)
204              Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
205              Subject: [PATCH 5.004_71] pod/pod2man.PL
206      Branch: perl
207            ! pod/pod2man.PL
208 ____________________________________________________________________________
209 [  1436] By: gsar                                  on 1998/07/11  18:58:03
210         Log: more complete version of change#1421
211              From: Stephen McCamant <alias@mcs.com>
212              Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT)
213              Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net>
214              Subject: [PATCH] Re: B::Deparse for(1..100000)
215      Branch: perl
216            ! ext/B/B/Deparse.pm
217 ____________________________________________________________________________
218 [  1435] By: gsar                                  on 1998/07/11  18:54:42
219         Log: win32 fixes for VC 6.0 nits
220      Branch: perl
221            ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk
222            ! win32/win32.h
223 ____________________________________________________________________________
224 [  1434] By: gsar                                  on 1998/07/11  18:45:32
225         Log: s/AVHV/pseudo-hash/ (via PM)
226              From: Gisle Aas <gisle@aas.no>
227              Date: 11 Jul 1998 00:16:53 +0200
228              Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no>
229              Subject: [PATCH] trivial fields.pm doc patch
230      Branch: perl
231            ! lib/fields.pm
232 ____________________________________________________________________________
233 [  1433] By: gsar                                  on 1998/07/11  18:43:11
234         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
235              Date: Fri, 10 Jul 1998 23:12:11 +0200
236              Message-ID: <19980710231211.A161@cdata.tvnet.hu>
237              Subject: [PATCH _71] dos-djgpp update
238      Branch: perl
239            ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain
240 ____________________________________________________________________________
241 [  1432] By: gsar                                  on 1998/07/11  18:41:00
242         Log: applied patch, reformatted long lines in places
243              From: Dominic Dunlop <domo@computer.org>
244              Date: Fri, 10 Jul 1998 23:11:30 +0000
245              Message-Id: <v03110703b1cc32a02438@[195.95.102.91]>
246              Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression
247              warning
248      Branch: perl
249            ! pod/perldiag.pod regexec.c
250 ____________________________________________________________________________
251 [  1431] By: gsar                                  on 1998/07/11  18:29:18
252         Log: From: "John L. Allen" <allen@grumman.com>
253              Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT)
254              Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
255              Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs
256      Branch: perl
257            ! hints/aix.sh
258 ____________________________________________________________________________
259 [  1430] By: TimBunce                              on 1998/07/11  18:15:09
260         Log: Title:  "Fix string substitution returncode problem"
261              From:  Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu>
262              Msg-ID:  <199805271236.IAA28213@aatma.engin.umich.edu>,
263              <v03110700b191a557f041@[195.95.102.114]>
264              Files:  pp_hot.c
265      Branch: maint-5.004/perl
266            ! pp_hot.c
267 ____________________________________________________________________________
268 [  1429] By: gsar                                  on 1998/07/11  18:07:52
269         Log: applied patch, tweaked doc and code that does labels/indentation
270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
271              Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT)
272              Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu>
273              Subject: [PATCH 5.004_71] perldebug.pod and RE
274      Branch: perl
275            ! pod/perldebug.pod regcomp.c regexec.c
276 ____________________________________________________________________________
277 [  1428] By: TimBunce                              on 1998/07/11  17:45:56
278         Log: Assorted patches:
279              
280              Title:  "makerel now reads local patch list from patchlevel.h"
281              Files:  patchlevel.h Porting/makerel
282              
283              Title:  "pod/pod2man.PL"
284              From:  abigail@fnx.com
285              Msg-ID:  <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
286              Files:  pod/pod2man.PL
287              
288              Title:  "Clarify taint example in re.pm"
289              From:  Tom Phoenix <rootbeer@teleport.com>
290              Msg-ID:  <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com>
291              Files:  lib/re.pm
292              
293              Title:  "Anohter ptags improvement"
294              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
295              Msg-ID:  <199807070059.UAA28815@monk.mps.ohio-state.edu>
296              Files:  emacs/ptags
297              
298              Title:  "_71 & _04 - Make AIX hints preserve ccflags as per docs"
299              From:  "John L. Allen" <allen@grumman.com>
300              Msg-ID:  <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com>
301              Files:  hints/aix.sh
302      Branch: maint-5.004/perl
303            ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm
304            ! patchlevel.h pod/pod2man.PL
305 ____________________________________________________________________________
306 [  1427] By: gsar                                  on 1998/07/11  17:04:47
307         Log: make Liblist return consistently backslashed paths
308      Branch: perl
309            ! lib/ExtUtils/Liblist.pm
310 ____________________________________________________________________________
311 [  1426] By: gsar                                  on 1998/07/11  16:53:56
312         Log: don't 'touch a2p.c', it might readonly (via PM)
313              From: Robin Barker <rmb1@cise.npl.co.uk>
314              Date: Fri, 10 Jul 98 17:19:54 BST
315              Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
316      Branch: perl
317            ! x2p/Makefile.SH
318 ____________________________________________________________________________
319 [  1425] By: TimBunce                              on 1998/07/11  16:42:26
320         Log: Title:  "Add newCONSTSUB (from 5.005_70)"
321              Files:  embed.h proto.h global.sym op.c
322      Branch: maint-5.004/perl
323            ! embed.h global.sym op.c proto.h
324 ____________________________________________________________________________
325 [  1424] By: TimBunce                              on 1998/07/11  16:20:21
326         Log: Title:  "Assorted fixes for Sys::Syslog.pm"
327              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson
328              <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk
329              Msg-ID:  <01IXGLISWJ7Q0001B6@sc.maricopa.edu>,
330              <199805270939.KAA08453@toad.ig.co.uk>,
331              <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk>
332              Files:  lib/Sys/Syslog.pm
333      Branch: maint-5.004/perl
334            ! lib/Sys/Syslog.pm
335 ____________________________________________________________________________
336 [  1423] By: TimBunce                              on 1998/07/11  15:53:37
337         Log: Assorted patches:
338              
339              Title:  "umask: die if EXPR & 0700 else return undef"
340              From:  Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>,
341              Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie
342              <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce),
343              kstar@chapin.ed, kstar@chapin.edu@ig.co.uk ()
344              Msg-ID:  <199805291520.QAA01615@sable.ox.ac.uk>,
345              <199805291549.SAA01439@alpha.hut.fi>,
346              <199805291608.RAA29283@toad.ig.co.uk>,
347              <19980530105129.A24006@O2.chapin.edu>,
348              <19980608133037.A8793@perlsupport.com>
349              Files:  pod/perldiag.pod pod/perlfunc.pod pp_sys.c
350              
351              Title:  "File name DynaLoader.pm.PL is 8.3 unfriendly"
352              From:  Laszlo Molnar <molnarl@cdata.tvnet.hu>
353              Msg-ID:  <19980610005417.G162@cdata.tvnet.hu>
354              Files:  MANIFEST ext/DynaLoader/Makefile.PL
355      Branch: maint-5.004/perl
356           +> ext/DynaLoader/DynaLoader_pm.PL
357            - ext/DynaLoader/DynaLoader.pm.PL
358            ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod
359            ! pod/perlfunc.pod pp_sys.c
360 ____________________________________________________________________________
361 [  1421] By: gsar                                  on 1998/07/11  02:54:02
362         Log: From: Gisle Aas <gisle@aas.no>
363              Subject: [PATCH] B::Deparse for(1..100000)
364              Date: 10 Jul 1998 14:04:44 +0200
365              Message-ID: <m3n2ahx677.fsf@furu.g.aas.no>
366      Branch: perl
367            ! ext/B/B/Deparse.pm
368 ____________________________________________________________________________
369 [  1420] By: gsar                                  on 1998/07/11  02:28:18
370         Log: add 'clean' target for ext/re
371      Branch: perl
372            ! ext/re/Makefile.PL
373 ____________________________________________________________________________
374 [  1419] By: gsar                                  on 1998/07/11  02:20:32
375         Log: From: Tom Hughes <thh@cyberscience.com>
376              Date: 10 Jul 1998 10:25:18 +0100
377              Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com>
378              Subject: [5.004_71] Patch: svr4 hints updates for Unixware
379      Branch: perl
380            ! hints/svr4.sh
381 ____________________________________________________________________________
382 [  1418] By: gsar                                  on 1998/07/11  02:19:12
383         Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t
384              From: Jarkko Hietaniemi <jhi@iki.fi>
385              Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST)
386              Message-Id: <199807101008.NAA10817@alpha.hut.fi>
387              Subject: Re: make minitest does not work out of the box - test subset
388              needs pruning
389      Branch: perl
390            + t/lib/ipc_sysv.t
391            - t/op/ipcmsg.t t/op/ipcsem.t
392            ! MANIFEST
393 ____________________________________________________________________________
394 [  1417] By: gsar                                  on 1998/07/11  02:14:16
395         Log: disable CR croaking (via #define, default off) in lieu of more
396              complete fix
397      Branch: perl
398            ! toke.c
399 ____________________________________________________________________________
400 [  1416] By: gsar                                  on 1998/07/11  02:06:11
401         Log: added patch, made linking with setargv a build option
402              From: "Douglas Lankshear" <dougl@ActiveState.com>
403              Date: Thu, 9 Jul 1998 09:51:42 -0700
404              Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active>
405              Subject: [PATCH 5.004_71]
406      Branch: perl
407            ! perl.c pp_sys.c win32/Makefile win32/makefile.mk
408 ____________________________________________________________________________
409 [  1415] By: gsar                                  on 1998/07/11  01:47:19
410         Log: From: Tom Hughes <thh@cyberscience.com>
411              Date: 10 Jul 1998 09:01:12 +0100
412              Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com>
413              Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware
414      Branch: perl
415            ! perl_exp.SH
416 ____________________________________________________________________________
417 [  1414] By: gsar                                  on 1998/07/11  01:45:45
418         Log: make lib/re.pm a prereq for minitest
419      Branch: perl
420            ! Makefile.SH
421 ____________________________________________________________________________
422 [  1413] By: gsar                                  on 1998/07/11  01:40:56
423         Log: add patch (via PM)
424              From: Stephen McCamant <alias@mcs.com>
425              Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT)
426              Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net>
427              Subject: Big B::Deparse update
428      Branch: perl
429            ! ext/B/B/Deparse.pm
430 ____________________________________________________________________________
431 [  1412] By: gsar                                  on 1998/07/11  00:25:17
432         Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com>
433      Branch: perl
434            + pod/perlport.pod
435            ! pod/perl.pod
436 ____________________________________________________________________________
437 [  1411] By: gsar                                  on 1998/07/10  21:53:06
438         Log: make binmode(STDIN) not whine
439              From: Dan Sugalski <sugalskd@osshe.edu>
440              Date: Thu, 09 Jul 1998 16:51:27 -0700
441              Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu>
442              Subject: [PATCH 5.004_70] Fix up binmode() for VMS
443      Branch: perl
444            ! vms/vms.c
445 ____________________________________________________________________________
446 [  1410] By: gsar                                  on 1998/07/10  21:50:57
447         Log: CPAN-1.39 update
448              From: koenig@kulturbox.de (Andreas J. Koenig)
449              Date: 10 Jul 1998 00:45:36 +0200
450              Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de>
451              Subject: Re: perl5.004_71 hit the stands this morn
452      Branch: perl
453            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
454 ____________________________________________________________________________
455 [  1409] By: gsar                                  on 1998/07/10  21:45:10
456         Log: manually apply patch with conflicts
457              From: Dan Sugalski <sugalskd@osshe.edu>
458              Date: Thu, 09 Jul 1998 12:08:33 -0700
459              Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu>
460              Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch
461      Branch: perl
462            ! configpm
463 ____________________________________________________________________________
464 [  1408] By: gsar                                  on 1998/07/10  21:36:54
465         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
466              Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT)
467              Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys>
468              Subject: Re: perldelta.pod [PATCH]
469      Branch: perl
470            ! pod/perldelta.pod
471 ____________________________________________________________________________
472 [  1407] By: gsar                                  on 1998/07/10  21:35:13
473         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
474              Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT)
475              Subject: [PATCH 5.004_71] Allow static build of IPC::SysV
476              Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys>
477      Branch: perl
478            ! ext/IPC/SysV/Makefile.PL
479 ____________________________________________________________________________
480 [  1406] By: gsar                                  on 1998/07/10  21:33:30
481         Log: manually apply patch with conflicts
482              From: kstar@chapin.edu
483              Message-ID: <19980709093621.B7857@O2.chapin.edu>
484              Date: Thu, 9 Jul 1998 09:36:21 -0400
485              Subject: Re: [PATCH] 5.004_70 installperl and docs
486      Branch: perl
487            ! installperl
488 ____________________________________________________________________________
489 [  1405] By: gsar                                  on 1998/07/10  21:28:29
490         Log: misc tweaks to docs and qsortsv() warning
491      Branch: perl
492            ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c
493 ____________________________________________________________________________
494 [  1404] By: gsar                                  on 1998/07/10  21:23:53
495         Log: add more correct version of change#1350 (as yet untested)
496              From: joshua.pritikin@db.com
497              Date: Thu, 9 Jul 1998 09:22:46 -0400
498              Message-Id: <H00000e50008f277@MHS>
499              Subject: Re: [PATCH _70] cache missing methods
500      Branch: perl
501            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
502 ____________________________________________________________________________
503 [  1403] By: gsar                                  on 1998/07/10  20:46:12
504         Log: add win32_rename() that does what docs say
505      Branch: perl
506            ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
507            ! win32/win32.c win32/win32iop.h
508 ____________________________________________________________________________
509 [  1402] By: gsar                                  on 1998/07/10  20:19:18
510         Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad
511              (suggested by Philippe.Simonet@swisscom.com)
512      Branch: perl
513            ! ext/Socket/Socket.xs
514 ____________________________________________________________________________
515 [  1401] By: gsar                                  on 1998/07/10  03:24:45
516         Log: undo change#1379 (order of tests *is* significant)
517      Branch: perl
518            ! t/lib/posix.t
519 ____________________________________________________________________________
520 [  1400] By: nick                                  on 1998/07/09  17:43:14
521         Log: Integrate mainline (_071-ish)
522      Branch: ansiperl
523           +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
524           +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
525           +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog
526           +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL
527           +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README
528           +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
529           +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
530           +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h
531           +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t
532           !> (integrate 145 files)
533
534 ----------------
535 Version 5.004_71
536 ----------------
537
538 ____________________________________________________________________________
539 [  1399] By: gsar                                  on 1998/07/09  12:15:12
540         Log: update Changes, perlhist.pod, beginnings of perldelta.pod
541      Branch: perl
542            ! Changes pod/perldelta.pod pod/perlhist.pod
543 ____________________________________________________________________________
544 [  1397] By: gsar                                  on 1998/07/09  08:35:39
545         Log: merge changes from maintbranch (1354, and relevant part of 1356); all
546              maintenance changes upto 1356 merged
547      Branch: perl
548            ! pod/perldiag.pod pp_hot.c t/op/misc.t
549 ____________________________________________________________________________
550 [  1396] By: gsar                                  on 1998/07/09  08:02:52
551         Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to
552              make all configs build on Solaris and win32
553      Branch: perl
554            + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
555            + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL
556            + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t
557            ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc
558            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
559 ____________________________________________________________________________
560 [  1395] By: gsar                                  on 1998/07/09  05:39:48
561         Log: From:    Stephen McCamant <alias@mcs.com>
562              Date:    Wed, 08 Jul 1998 23:16:49 CDT
563              Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net>
564              Subject: [PATCH] UNOP opclass test in B.xs
565      Branch: perl
566            ! ext/B/B.xs
567 ____________________________________________________________________________
568 [  1394] By: gsar                                  on 1998/07/09  05:37:48
569         Log: get it building again on win32
570      Branch: perl
571            ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h
572            ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h
573            ! pp_sys.c proto.h win32/Makefile win32/makedef.pl
574            ! win32/makefile.mk
575 ____________________________________________________________________________
576 [  1393] By: gsar                                  on 1998/07/09  05:20:31
577         Log: applied patch from Ilya, tweaked some to get clean static build of
578              the ext/re stuff (untested on win32)
579      Branch: perl
580            ! regcomp.c regexec.c
581 ____________________________________________________________________________
582 [  1392] By: gsar                                  on 1998/07/09  03:56:45
583         Log: fix installperl typo
584              From:    kstar@chapin.edu
585              Date:    Wed, 08 Jul 1998 23:51:57 EDT
586              Message-Id: <19980708235157.D1380@O2.chapin.edu>
587              Subject: Re: [PATCH] 5.004_70 installperl and docs
588      Branch: perl
589            ! installperl
590 ____________________________________________________________________________
591 [  1391] By: gsar                                  on 1998/07/09  01:48:16
592         Log: From: Chip Salzenberg <chip@perl.org>
593              Date: Wed, 8 Jul 1998 18:10:55 -0400
594              Message-ID: <19980708181055.A8005@perlsupport.com>
595              Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris
596      Branch: perl
597            ! util.c
598 ____________________________________________________________________________
599 [  1390] By: gsar                                  on 1998/07/09  01:45:16
600         Log: added patch, tweaked per Ilya's suggestion
601              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
602              Date: Wed, 8 Jul 1998 13:34:42 +0100
603              Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk>
604              Subject: [PATCH] perl5db.pl complains about non-integer condition
605      Branch: perl
606            ! lib/perl5db.pl
607 ____________________________________________________________________________
608 [  1389] By: gsar                                  on 1998/07/09  01:42:13
609         Log: reenable misaligned memory checks, cast to UV & check alignment
610              From: Dominic Dunlop <domo@computer.org>
611              Date: Wed, 8 Jul 1998 11:21:48 +0000
612              Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]>
613              Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT
614      Branch: perl
615            ! malloc.c
616 ____________________________________________________________________________
617 [  1388] By: gsar                                  on 1998/07/09  01:36:22
618         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
619              Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT)
620              Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys>
621              Subject: [PATCH 5.004_70] more on finding metaconfig units.
622      Branch: perl
623            ! Porting/pumpkin.pod
624 ____________________________________________________________________________
625 [  1387] By: gsar                                  on 1998/07/09  01:35:23
626         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
627              Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT)
628              Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys>
629              Subject: Configure indentation patch
630      Branch: perl
631            ! Configure
632 ____________________________________________________________________________
633 [  1386] By: gsar                                  on 1998/07/09  01:33:31
634         Log: don't try to hardlink perldiag.pod; that is no longer not needed
635              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
636              Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT)
637              Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys>
638              Subject: Re: pelr installation attempts hard links between file systems
639      Branch: perl
640            ! installperl
641 ____________________________________________________________________________
642 [  1385] By: gsar                                  on 1998/07/09  01:28:05
643         Log: win32/makefile.mk =~ s|gcc -pipe|gcc|
644      Branch: perl
645            ! win32/makefile.mk
646 ____________________________________________________________________________
647 [  1384] By: gsar                                  on 1998/07/09  01:26:19
648         Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere
649      Branch: perl
650            ! t/TEST
651 ____________________________________________________________________________
652 [  1383] By: gsar                                  on 1998/07/09  01:06:47
653         Log: manually apply patch with a dependency on unapplied patch
654              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
655              Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT)
656              Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu>
657              Subject: [PATCH 5.004_70] make quoted RE embeddable
658      Branch: perl
659            ! sv.c t/op/pat.t
660 ____________________________________________________________________________
661 [  1382] By: gsar                                  on 1998/07/09  01:02:23
662         Log: change order of libs for extensions
663              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
664              Date: Tue, 7 Jul 1998 23:48:05 +0200
665              Message-ID: <19980707234805.C180@cdata.tvnet.hu>
666              Subject: [PATCH _70] linking problem with modules
667      Branch: perl
668            ! lib/ExtUtils/MM_Unix.pm
669 ____________________________________________________________________________
670 [  1381] By: gsar                                  on 1998/07/09  00:56:12
671         Log: patch for more flexible initialization of xsub parameters
672              From: Tye McQueen <tye@metronet.com>
673              Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT)
674              Message-Id: <199807070004.AA16454@metronet.com>
675              Subject: Enhanced arg inits for xsubpp
676      Branch: perl
677            ! lib/ExtUtils/xsubpp pod/perlxs.pod
678 ____________________________________________________________________________
679 [  1380] By: gsar                                  on 1998/07/09  00:44:01
680         Log: From: Tye McQueen <tye@metronet.com>
681              Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT)
682              Message-Id: <16619-17073@lyris.activestate.com>
683              Subject: New pl2bat.pl
684      Branch: perl
685            ! win32/bin/pl2bat.pl
686 ____________________________________________________________________________
687 [  1379] By: gsar                                  on 1998/07/09  00:30:58
688         Log: remove ordering dependency in posix.t
689      Branch: perl
690            ! t/lib/posix.t
691 ____________________________________________________________________________
692 [  1378] By: gsar                                  on 1998/07/08  20:17:43
693         Log: make -i'*suffix' work too
694      Branch: perl
695            ! doio.c
696 ____________________________________________________________________________
697 [  1377] By: gsar                                  on 1998/07/08  08:56:28
698         Log: regen headers; result builds & tests on Solaris again (threaded)
699      Branch: perl
700            ! embedvar.h
701 ____________________________________________________________________________
702 [  1376] By: gsar                                  on 1998/07/08  08:55:03
703         Log: change#1350 breaks things, back it out
704      Branch: perl
705            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
706 ____________________________________________________________________________
707 [  1375] By: gsar                                  on 1998/07/08  07:47:00
708         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
709              Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT)
710              Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu>
711              Subject: [PATCH 5.004_70] Switch modifiers in RE off
712      Branch: perl
713            ! pod/perlre.pod regcomp.c t/op/re_tests
714 ____________________________________________________________________________
715 [  1374] By: gsar                                  on 1998/07/08  07:41:06
716         Log: From: Gisle Aas <gisle@aas.no>
717              Date: 07 Jul 1998 23:08:59 +0200
718              Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no>
719              Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv()
720      Branch: perl
721            ! sv.c
722 ____________________________________________________________________________
723 [  1373] By: gsar                                  on 1998/07/08  07:36:01
724         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
725              Date: Tue, 7 Jul 1998 23:47:50 +0200
726              Message-ID: <19980707234750.A180@cdata.tvnet.hu>
727              Subject: [PATCH _70] dos-djgpp update
728      Branch: perl
729            ! djgpp/config.over djgpp/djgppsed.sh
730 ____________________________________________________________________________
731 [  1372] By: gsar                                  on 1998/07/08  07:12:47
732         Log: add extension to support SysV IPC
733              From: Jarkko Hietaniemi <jhi@iki.fi>
734              Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST)
735              Message-Id: <199807062332.CAA25792@alpha.hut.fi>
736              Subject: [PATCH] 5.004_70: IPC::SysV
737      Branch: perl
738            + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST
739            + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm
740            + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm
741            + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t
742            + ext/IPC/SysV/t/sem.t
743            ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod
744            ! t/op/ipcmsg.t t/op/ipcsem.t
745 ____________________________________________________________________________
746 [  1371] By: gsar                                  on 1998/07/08  05:12:07
747         Log: add patch for C<use re 'debug'>
748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
749              Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT)
750              Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu>
751              Subject: Re: _70 and Devel::RE
752      Branch: perl
753            + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs
754            - lib/re.pm
755            ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c
756            ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c
757 ____________________________________________________________________________
758 [  1370] By: gsar                                  on 1998/07/08  04:27:27
759         Log: added patch to generate PPDEF(pp_foo)
760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
761              Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT)
762              Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu>
763              Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes
764      Branch: perl
765            + pp_proto.h
766            ! MANIFEST Makefile.SH opcode.pl proto.h
767 ____________________________________________________________________________
768 [  1369] By: gsar                                  on 1998/07/08  04:19:49
769         Log: suggest 'make test' after make
770      Branch: perl
771            ! Makefile.SH
772 ____________________________________________________________________________
773 [  1368] By: gsar                                  on 1998/07/08  03:58:19
774         Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc
775              From: Colin Kuskie <ckuskie@cadence.com>
776              Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT)
777              Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com>
778              Subject: Corrected -i prefix patch
779      Branch: perl
780            + t/io/iprefix.t
781            ! MANIFEST doio.c pod/perlrun.pod
782 ____________________________________________________________________________
783 [  1366] By: gsar                                  on 1998/07/08  02:28:30
784         Log: From: Gisle Aas <gisle@aas.no>
785              Date: 07 Jul 1998 17:48:36 +0200
786              Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no>
787              Subject: [PATCH] Remove some rendundant SvOOK_on tests
788      Branch: perl
789            ! sv.c sv.h
790 ____________________________________________________________________________
791 [  1365] By: gsar                                  on 1998/07/08  02:25:17
792         Log: applied patch to clarify m//g
793              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
794              Date: Tue, 7 Jul 1998 15:59:03 +0100
795              Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk>
796              Subject: [PATCH] Re: m//g in perlop.pod
797      Branch: perl
798            ! pod/perlop.pod
799 ____________________________________________________________________________
800 [  1364] By: gsar                                  on 1998/07/08  02:13:07
801         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
802              Subject: [PATCH] 5.004_70 bug in perlfaq.pod
803              Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk>
804              Date: Tue, 7 Jul 1998 11:59:41 +0100
805      Branch: perl
806            ! pod/perlfaq.pod
807 ____________________________________________________________________________
808 [  1363] By: gsar                                  on 1998/07/08  02:11:11
809         Log: applied tweak (via private mail)
810              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
811              Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST)
812              Message-Id: <199807071027.NAA20829@alpha.hut.fi>
813              Subject: tiny perllocale.pod patch for 5.004_70
814      Branch: perl
815            ! pod/perllocale.pod
816 ____________________________________________________________________________
817 [  1362] By: gsar                                  on 1998/07/08  02:07:48
818         Log: applied patch, various tweaks to pander to pod2man tantrums
819              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
820              Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT)
821              Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu>
822              Subject: [PATCH 5.004_70] CONFIGPM
823      Branch: perl
824            ! Porting/Glossary configpm
825 ____________________________________________________________________________
826 [  1361] By: gsar                                  on 1998/07/07  22:13:11
827         Log: From: Stephen McCamant <alias@mcs.com>
828              Date: Mon,  6 Jul 1998 21:22:17 -0500 (CDT)
829              Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net>
830              Subject: Re: Inconsistent arithmetics on refs
831      Branch: perl
832            ! sv.c
833 ____________________________________________________________________________
834 [  1360] By: gsar                                  on 1998/07/07  22:11:11
835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
836              Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT)
837              Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu>
838              Subject: [PATCH 5.004_70] Anohter ptags improvement
839      Branch: perl
840            ! emacs/ptags
841 ____________________________________________________________________________
842 [  1359] By: gsar                                  on 1998/07/07  22:08:48
843         Log: fix accidental RE-de-optimization
844              From: larry@wall.org (Larry Wall)
845              Date: Mon, 6 Jul 1998 17:49:31 -0700
846              Message-Id: <199807070049.RAA23475@wall.org>
847              Subject: Re: before you deluge us with patches
848              --
849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
850              Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT)
851              Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu>
852              Subject: Re: before you deluge us with patches
853      Branch: perl
854            ! pp_hot.c regexec.c
855 ____________________________________________________________________________
856 [  1358] By: gsar                                  on 1998/07/07  21:36:29
857         Log: From: Gisle Aas <gisle@aas.no>
858              Subject: [PATCH] Evaluation of AVHVs in scalar context
859              Date: 06 Jul 1998 21:41:14 +0200
860              Message-ID: <m33ecedaxx.fsf@furu.g.aas.no>
861      Branch: perl
862            ! pp_hot.c t/op/avhv.t
863 ____________________________________________________________________________
864 [  1357] By: gsar                                  on 1998/07/07  21:29:46
865         Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall
866      Branch: perl
867            ! lib/Math/Trig.pm lib/fields.pm thread.sym
868 ____________________________________________________________________________
869 [  1356] By: TimBunce                              on 1998/07/07  17:19:42
870         Log: Assorted patches:
871              
872              ------  BUILD PROCESS  ------
873              
874              Title:  "Add Test.pm (from perl 5.004_70)"
875              Files:  MANIFEST lib/Test.pm
876              
877              ------  EXTENSIONS  ------
878              
879              Title:  "Add CR LF CRLF to Socket.pm"
880              From:  Chris Nandor <pudge@pobox.com>
881              Msg-ID:  <v04003a46b1b6067832a1@[24.48.28.52]>
882              Files:  ext/Socket/Socket.pm
883              
884              ------  LIBRARY  ------
885              
886              Title:  "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)"
887              Files:  lib/AutoSplit.pm
888              
889              Title:  "Upgrade base.pm (from perl 5.004_70)"
890              Files:  lib/base.pm
891              
892              Title:  "Add File::Spec modules (from 5.004_70)"
893              Files:  lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
894              lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
895              lib/File/Spec/Win32.pm
896              
897              ------  TESTS  ------
898              
899              Title:  "fixup test for method call on undefined value"
900              Files:  t/op/misc.t
901              
902              ------  UTILITIES  ------
903              
904              Title:  "perlbug upgrade (from 5.004_70)"
905              Files:  utils/perlbug.PL
906              
907              Title:  "Upgrade perldoc (from 5.004_70)"
908              Files:  utils/perldoc.PL
909      Branch: maint-5.004/perl
910            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
911            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
912            + lib/File/Spec/Win32.pm lib/Test.pm
913            ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm
914            ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL
915 ____________________________________________________________________________
916 [  1355] By: TimBunce                              on 1998/07/07  14:39:51
917         Log: Title:  "Fix memory leak in Safe module"
918              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
919              Msg-ID:  <199806290544.BAA18463@aatma.engin.umich.edu>
920              Files:  ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
921      Branch: maint-5.004/perl
922            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
923 ____________________________________________________________________________
924 [  1354] By: TimBunce                              on 1998/07/07  14:35:25
925         Log: Title:  "Better error message for $undef->method call"
926              From:  Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>,
927              joshua.pritikin@db.com
928              Msg-ID:  <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS>
929              Files:  pod/perldiag.pod pp_hot.c
930      Branch: maint-5.004/perl
931            ! pod/perldiag.pod pp_hot.c
932 ____________________________________________________________________________
933 [  1353] By: gsar                                  on 1998/07/06  23:33:38
934         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
935              Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT)
936              Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys>
937              Subject: [PATCH 5.004_70] Update metaconfig info
938      Branch: perl
939            ! Porting/pumpkin.pod
940 ____________________________________________________________________________
941 [  1352] By: gsar                                  on 1998/07/06  23:30:54
942         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
943              Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT)
944              Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys>
945              Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share"
946      Branch: perl
947            ! Configure INSTALL Policy_sh.SH Porting/Glossary
948            ! Porting/config.sh Porting/config_H
949 ____________________________________________________________________________
950 [  1351] By: gsar                                  on 1998/07/06  23:24:47
951         Log: try harder to run non-executable tests
952      Branch: perl
953            ! t/TEST
954 ____________________________________________________________________________
955 [  1350] By: gsar                                  on 1998/07/06  23:12:17
956         Log: add patch to improve method caching, regen headers
957              From: joshua.pritikin@db.com
958              Date: Mon, 6 Jul 1998 09:19:29 -0400
959              Message-Id: <H00000e50008a518@MHS>
960              Subject: [PATCH _70] cache missing methods
961      Branch: perl
962            ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h
963 ____________________________________________________________________________
964 [  1349] By: TimBunce                              on 1998/07/06  23:03:16
965         Log: Assorted patches:
966              
967              ------  BUILD PROCESS  ------
968              
969              Title:  "Configure: Workaround bash CDPATH oddity"
970              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
971              Msg-ID:  <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys>
972              Files:  Configure
973              
974              Title:  "Don't suppress display of Makefile recipes that invoke perl"
975              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
976              Msg-ID:  <199806252213.SAA08545@aatma.engin.umich.edu>
977              Files:  Makefile.SH
978              
979              ------  CORE LANGUAGE  ------
980              
981              Title:  "one more^Wless quad unpack bug"
982              From:  Jarkko Hietaniemi <jhi@iki.fi>
983              Msg-ID:  <199806301132.OAA27353@alpha.hut.fi>
984              Files:  pp.c
985              
986              Title:  "minor fixups to bring maint closer to devel for patching"
987              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
988              Msg-ID:  <199805200046.UAA19284@aatma.engin.umich.edu>
989              Files:  pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c
990              
991              Title:  "-Pw switches used together report bogus error"
992              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
993              Msg-ID:  <199806252331.TAA10160@aatma.engin.umich.edu>
994              Files:  perl.c
995              
996              Title:  "Add doc and perl home page info to -v output"
997              From:  Tom Christiansen <tchrist@jhereg.perl.com>
998              Msg-ID:  <199802172229.PAA29309@jhereg.perl.com>
999              Files:  perl.c
1000              
1001              Title:  "Fix C<@a = (%a = 1)> bizarreness"
1002              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen
1003              <tchrist@jhereg.perl.com>
1004              Msg-ID:  <199807012026.OAA31507@jhereg.perl.com>,
1005              <199807012339.TAA26024@aatma.engin.umich.edu>
1006              Files:  pp_hot.c
1007              
1008              Title:  "make find_script() return saved string, reenable missing
1009              diagnostics"
1010              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1011              Msg-ID:  <199806262224.SAA00422@aatma.engin.umich.edu>
1012              Files:  perl.c util.c
1013              
1014              Title:  "minor e_script optimization"
1015              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1016              Msg-ID:  <199807060704.DAA25988@aatma.engin.umich.edu>
1017              Files:  perl.c
1018              
1019              ------  DOCUMENTATION  ------
1020              
1021              Title:  "Insecure $ENV{} message out of step with perldiag"
1022              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1023              Msg-ID:  <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
1024              Files:  pod/perldiag.pod pod/perlsec.pod
1025              
1026              Title:  "documenting close without arguments"
1027              From:  Tom Phoenix <rootbeer@teleport.com>
1028              Msg-ID:  <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
1029              Files:  pod/perlfunc.pod
1030              
1031              Title:  "pod for scalar .. op"
1032              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1033              Msg-ID:  <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
1034              Files:  pod/perlop.pod
1035              
1036              ------  EXTENSIONS  ------
1037              
1038              Title:  "Fcntl: add few constants, enhance maintainability"
1039              From:  Jarkko Hietaniemi <jhi@iki.fi>
1040              Msg-ID:  <199806221558.SAA18626@alpha.hut.fi>
1041              Files:  ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
1042              
1043              ------  LIBRARY  ------
1044              
1045              Title:  "Fix undef warnings in Text::Parsewords"
1046              From:  Jarkko Hietaniemi <jhi@iki.fi>
1047              Msg-ID:  <199806300842.LAA26409@alpha.hut.fi>
1048              Files:  lib/Text/ParseWords.pm
1049              
1050              Title:  "Add Symbol::delete_package()"
1051              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1052              Msg-ID:  <199807060702.DAA25976@aatma.engin.umich.edu>
1053              Files:  pod/perlembed.pod lib/Symbol.pm
1054      Branch: maint-5.004/perl
1055            ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm
1056            ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c
1057            ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
1058            ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t
1059            ! t/op/split.t taint.c util.c
1060 ____________________________________________________________________________
1061 [  1348] By: gsar                                  on 1998/07/06  22:55:56
1062         Log: remove #! line from Errno_pm.PL
1063      Branch: perl
1064            ! ext/Errno/Errno_pm.PL
1065 ____________________________________________________________________________
1066 [  1347] By: gsar                                  on 1998/07/06  22:51:34
1067         Log: added patch to fix Cwd.pm warnings, fixed a couple more places
1068              From: Gisle Aas <gisle@aas.no>
1069              Date: 06 Jul 1998 13:08:53 +0200
1070              Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no>
1071              Subject: [PATCH] 5.004_70 Cwd.pm now give warnings
1072      Branch: perl
1073            ! lib/Cwd.pm
1074 ____________________________________________________________________________
1075 [  1346] By: gsar                                  on 1998/07/06  22:20:29
1076         Log: much simpler fix to typecheck read/sysread/recv, as suggested by
1077              Stephen McCamant
1078      Branch: perl
1079            ! op.c
1080 ____________________________________________________________________________
1081 [  1345] By: gsar                                  on 1998/07/06  21:58:52
1082         Log: undo ck_sysread() changes#1319,1337 in preparation for a much
1083              simpler fix
1084      Branch: perl
1085            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
1086            ! opcode.pl proto.h
1087 ____________________________________________________________________________
1088 [  1344] By: TimBunce                              on 1998/07/06  21:51:05
1089         Log: Title:  "Fix for broken goto &xsub"
1090              From:  Albert Dvornik <bert@genscan.com>,
1091              Msg-ID:  <tq4sxawf2h.fsf@puma.genscan.com>
1092              Files:  MANIFEST pp_ctl.c t/op/goto_xs.t
1093      Branch: maint-5.004/perl
1094            + t/op/goto_xs.t
1095            ! MANIFEST pp_ctl.c
1096 ____________________________________________________________________________
1097 [  1343] By: TimBunce                              on 1998/07/06  21:40:14
1098         Log: Title:  "Undo sub stub optimization and add comments on GV_FOO constants"
1099              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1100              Msg-ID:  <199807050841.EAA25114@aatma.engin.umich.edu>
1101              Files:  gv.h gv.c op.c toke.c
1102      Branch: maint-5.004/perl
1103            ! gv.c gv.h op.c toke.c
1104 ____________________________________________________________________________
1105 [  1342] By: gsar                                  on 1998/07/06  20:57:06
1106         Log: From:    Gisle Aas <gisle@aas.no>
1107              Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no>
1108              Date:    06 Jul 1998 21:52:12 +0200
1109              Subject: Keepers of the Patch Pumpkin
1110      Branch: perl
1111            ! Changes
1112 ____________________________________________________________________________
1113 [  1341] By: gsar                                  on 1998/07/06  20:43:35
1114         Log: remove dup entry in perldiag
1115      Branch: perl
1116            ! pod/perldiag.pod
1117 ____________________________________________________________________________
1118 [  1340] By: gsar                                  on 1998/07/06  20:31:44
1119         Log: more reasonable diagnostic on keyword vs. sub ambiguity
1120      Branch: perl
1121            ! pod/perldiag.pod toke.c
1122 ____________________________________________________________________________
1123 [  1339] By: gsar                                  on 1998/07/06  19:23:06
1124         Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers
1125      Branch: perl
1126            ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c
1127            ! sv.c toke.c util.c
1128 ____________________________________________________________________________
1129 [  1338] By: gsar                                  on 1998/07/06  18:45:35
1130         Log: per Larry suggestion, toss change#1327 and fix the documentation
1131              to match behavior instead
1132      Branch: perl
1133            ! pod/perlfunc.pod pp_sys.c
1134 ____________________________________________________________________________
1135 [  1337] By: gsar                                  on 1998/07/06  17:15:26
1136         Log: allow read(FH,threadsv,...)
1137      Branch: perl
1138            ! op.c
1139
1140 ----------------
1141 Version 5.004_70
1142 ----------------
1143
1144 ____________________________________________________________________________
1145 [  1336] By: gsar                                  on 1998/07/06  09:06:33
1146         Log: 5.004_70 tweaks
1147      Branch: perl
1148            ! Changes win32/Makefile win32/makefile.mk
1149 ____________________________________________________________________________
1150 [  1335] By: gsar                                  on 1998/07/06  07:05:37
1151         Log: update Changes
1152      Branch: perl
1153            ! Changes pod/perldiag.pod
1154 ____________________________________________________________________________
1155 [  1334] By: gsar                                  on 1998/07/06  06:41:17
1156         Log: allow eval-groups in patterns only if they C<use re 'eval';>
1157      Branch: perl
1158            ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
1159            ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
1160 ____________________________________________________________________________
1161 [  1333] By: gsar                                  on 1998/07/06  03:22:52
1162         Log: From: Hans Mulder <hansm@icgroup.nl>
1163              Date: Mon,  6 Jul 98 02:11:32 +0200
1164              Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
1165              Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
1166      Branch: perl
1167            ! malloc.c
1168 ____________________________________________________________________________
1169 [  1332] By: gsar                                  on 1998/07/06  03:18:34
1170         Log: added Errno-1.09 from CPAN
1171      Branch: perl
1172            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
1173 ____________________________________________________________________________
1174 [  1331] By: gsar                                  on 1998/07/06  02:59:09
1175         Log: fix small memleak on -e, don't try to find_script() when e_script
1176      Branch: perl
1177            ! perl.c
1178 ____________________________________________________________________________
1179 [  1330] By: gsar                                  on 1998/07/06  00:40:24
1180         Log: add Symbol::delete_package()
1181      Branch: perl
1182            ! lib/Symbol.pm pod/perlembed.pod
1183 ____________________________________________________________________________
1184 [  1329] By: gsar                                  on 1998/07/05  23:05:40
1185         Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
1186              From: Stephen McCamant <alias@mcs.com>
1187              Date: Sun,  5 Jul 1998 17:36:14 -0500 (CDT)
1188              Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
1189              Subject: [PATCH] alignment in X[IN]V allocation
1190      Branch: perl
1191            ! sv.c
1192 ____________________________________________________________________________
1193 [  1328] By: gsar                                  on 1998/07/05  22:47:57
1194         Log: make read() return undef on errors as documented, and clarify docs
1195      Branch: perl
1196            ! pod/perlfunc.pod pp_sys.c
1197 ____________________________________________________________________________
1198 [  1327] By: gsar                                  on 1998/07/05  22:11:21
1199         Log: fix getc() to return empty string instead of undef on eof, as it was
1200              documented to behave; still returns undef on error
1201      Branch: perl
1202            ! pp_sys.c
1203 ____________________________________________________________________________
1204 [  1326] By: gsar                                  on 1998/07/05  21:53:30
1205         Log: patch whitespace-mutiliated; applied manually
1206              From: Hans Mulder <hansm@icgroup.nl>
1207              Date: Sun,  5 Jul 98 23:23:20 +0200
1208              Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
1209              Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
1210      Branch: perl
1211            ! ext/Errno/Errno_pm.PL
1212 ____________________________________________________________________________
1213 [  1325] By: gsar                                  on 1998/07/05  21:38:39
1214         Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
1215              From: Tom Christiansen <tchrist@jhereg.perl.com>
1216              Date: Sun, 05 Jul 1998 09:15:22 -0500
1217              Subject: Re: docpatch 
1218              Message-Id: <199807051515.JAA03644@jhereg.perl.com>
1219      Branch: perl
1220            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1221            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1222            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1223            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
1224            ! pod/perlrun.pod
1225 ____________________________________________________________________________
1226 [  1324] By: gsar                                  on 1998/07/05  21:06:56
1227         Log: applied patch, and undid change#1302 which it made unnecessary
1228              From: Billy <wdconsta@cs.adelaide.edu.au>
1229              Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
1230              Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
1231              Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
1232      Branch: perl
1233            ! t/lib/h2ph.t utils/h2ph.PL
1234 ____________________________________________________________________________
1235 [  1323] By: gsar                                  on 1998/07/05  20:56:39
1236         Log: fix t/lib/fields.t's @INC so make test runs
1237      Branch: perl
1238            ! t/lib/fields.t
1239 ____________________________________________________________________________
1240 [  1322] By: gsar                                  on 1998/07/05  20:26:43
1241         Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
1242      Branch: perl
1243            ! gv.c gv.h toke.c
1244 ____________________________________________________________________________
1245 [  1321] By: gsar                                  on 1998/07/05  07:41:50
1246         Log: sundry win32 config tweaks
1247      Branch: perl
1248            ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
1249            ! win32/config.gc win32/config.vc win32/config_H.bc
1250            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
1251            ! win32/config_sh.PL win32/makefile.mk
1252 ____________________________________________________________________________
1253 [  1320] By: gsar                                  on 1998/07/05  06:30:35
1254         Log: update Changes
1255      Branch: perl
1256            ! Changes
1257 ____________________________________________________________________________
1258 [  1319] By: gsar                                  on 1998/07/05  06:27:37
1259         Log: add ck_sysread() for better sysread/read/recv sanity
1260      Branch: perl
1261            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
1262            ! opcode.pl proto.h
1263 ____________________________________________________________________________
1264 [  1318] By: gsar                                  on 1998/07/05  04:34:05
1265         Log: From: Stephen McCamant <alias@mcs.com>
1266              Date: Sat,  4 Jul 1998 23:24:47 -0500 (CDT)
1267              Subject: [PATCH] Document B::Deparse, add pp_threadsv
1268              Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
1269      Branch: perl
1270            ! ext/B/B/Deparse.pm
1271 ____________________________________________________________________________
1272 [  1317] By: gsar                                  on 1998/07/05  04:15:25
1273         Log: added patch with tweak to doc
1274              From: Chip Salzenberg <chip@perl.org>
1275              Message-ID: <19980704205136.A16319@perlsupport.com>
1276              Date: Sat, 4 Jul 1998 20:51:36 -0400
1277              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
1278      Branch: perl
1279            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
1280 ____________________________________________________________________________
1281 [  1316] By: gsar                                  on 1998/07/05  03:56:22
1282         Log: Porting/Glossary goes podly into Config.pm
1283      Branch: perl
1284            ! Porting/Glossary configpm
1285 ____________________________________________________________________________
1286 [  1315] By: gsar                                  on 1998/07/05  02:50:18
1287         Log: add suggested tool as an example in ExtUtils::Packlist
1288              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
1289              Message-Id: <199807031028.LAA10456@sale-wts>
1290              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
1291              Subject: Re: [make install] another horror story
1292      Branch: perl
1293            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
1294 ____________________________________________________________________________
1295 [  1314] By: gsar                                  on 1998/07/05  02:28:04
1296         Log: avoid race condition (storing ptr to SV before incrementing its
1297              REFCNT) and warning in newRV()
1298      Branch: perl
1299            ! sv.c
1300 ____________________________________________________________________________
1301 [  1313] By: gsar                                  on 1998/07/05  02:06:40
1302         Log: applied suggested fix for xhv_array sizing, with portability tweaks
1303              From: Gisle Aas <gisle@aas.no>
1304              Subject: Re: [PATCH] Re: perl5.004_69 core dump
1305              Date: 04 Jul 1998 10:20:35 +0200
1306              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
1307      Branch: perl
1308            ! hv.c
1309 ____________________________________________________________________________
1310 [  1312] By: gsar                                  on 1998/07/05  01:36:45
1311         Log: From: Gisle Aas <gisle@aas.no>
1312              Subject: [PATCH] hv_max may be a few too many
1313              Date: 04 Jul 1998 09:28:46 +0200
1314              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
1315      Branch: perl
1316            ! doop.c
1317 ____________________________________________________________________________
1318 [  1311] By: gsar                                  on 1998/07/05  00:35:27
1319         Log: patchlevel up to 5.004_70, various tweaks
1320              * fix taint problems due to maintbranch regression
1321              * PERL_OBJECT now builds again
1322              * deal with C++ strong-typing problems in hv.c
1323              * fix mismatch in "reserved word" diagnostic
1324      Branch: perl
1325            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
1326            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
1327 ____________________________________________________________________________
1328 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
1329         Log: Remove old RE //t flag from scan_subst().
1330      Branch: maint-5.004/perl
1331            ! toke.c
1332 ____________________________________________________________________________
1333 [  1309] By: gsar                                  on 1998/07/04  08:32:53
1334         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
1335      Branch: perl
1336            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
1337 ____________________________________________________________________________
1338 [  1307] By: gsar                                  on 1998/07/04  07:00:14
1339         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
1340      Branch: perl
1341            ! pp_hot.c t/op/local.t
1342 ____________________________________________________________________________
1343 [  1306] By: gsar                                  on 1998/07/04  05:52:34
1344         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
1345              From: joshua.pritikin@db.com
1346              Date: Wed, 1 Jul 1998 10:09:43 -0400
1347              Message-Id: <H00000e500086fb3@MHS>
1348              Subject: [PATCH _69] sv_2mortal fix
1349      Branch: perl
1350            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
1351 ____________________________________________________________________________
1352 [  1305] By: gsar                                  on 1998/07/04  05:46:42
1353         Log: add patch preextend global string table, tweak for 512 entries
1354              From: Gisle Aas <gisle@aas.no>
1355              Date: 04 Jul 1998 01:04:08 +0200
1356              Subject: Re: [PATCH] Re: perl5.004_69 core dump
1357              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
1358      Branch: perl
1359            ! perl.c
1360 ____________________________________________________________________________
1361 [  1304] By: gsar                                  on 1998/07/04  05:40:35
1362         Log: simplify xhv_array sizing
1363              From: Gisle Aas <gisle@aas.no>
1364              Date: 04 Jul 1998 00:49:42 +0200
1365              Subject: Re: [PATCH] Re: perl5.004_69 core dump
1366              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
1367      Branch: perl
1368            ! hv.c
1369 ____________________________________________________________________________
1370 [  1303] By: gsar                                  on 1998/07/04  05:37:29
1371         Log: make 4-arg win32_select() sleep more reasonably on false values
1372              From: Blair Zajac <blair@gps.caltech.edu>
1373              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
1374              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
1375              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
1376              --
1377              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
1378              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
1379              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
1380      Branch: perl
1381            ! win32/win32sck.c
1382 ____________________________________________________________________________
1383 [  1302] By: gsar                                  on 1998/07/04  05:32:50
1384         Log: adjust h2ph.t for dos-specific problem
1385              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1386              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
1387              Date: Fri, 3 Jul 1998 23:45:25 +0200
1388              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
1389      Branch: perl
1390            ! t/lib/h2ph.t
1391 ____________________________________________________________________________
1392 [  1301] By: gsar                                  on 1998/07/04  05:31:04
1393         Log: fix CPAN.pm problem, OS2 tweaks
1394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1395              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
1396              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
1397              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
1398      Branch: perl
1399            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
1400            ! lib/ExtUtils/MakeMaker.pm
1401 ____________________________________________________________________________
1402 [  1300] By: gsar                                  on 1998/07/04  05:27:20
1403         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1404              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
1405              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
1406              Subject: [PATCH 5.004_68] Add elc target to to makefile
1407      Branch: perl
1408            ! Makefile.SH
1409 ____________________________________________________________________________
1410 [  1299] By: gsar                                  on 1998/07/04  05:25:56
1411         Log: newer emacs/cperl-mode.el (via private mail)
1412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1413              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
1414              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
1415              Subject: [PATCH 5.004_68] cperl-mode
1416      Branch: perl
1417            ! emacs/cperl-mode.el
1418 ____________________________________________________________________________
1419 [  1298] By: gsar                                  on 1998/07/04  05:22:41
1420         Log: From: Dominic Dunlop <domo@computer.org>
1421              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
1422              Date: Thu, 2 Jul 1998 22:57:26 +0000
1423              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
1424      Branch: perl
1425            ! hints/machten.sh malloc.c
1426 ____________________________________________________________________________
1427 [  1297] By: gsar                                  on 1998/07/04  05:20:52
1428         Log: allow a flags args to fbm_instr() for future needs
1429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1430              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
1431              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
1432              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
1433      Branch: perl
1434            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
1435 ____________________________________________________________________________
1436 [  1296] By: gsar                                  on 1998/07/04  05:16:15
1437         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1438              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
1439              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
1440              Subject: [PATCH 5.004_69] INSTALL-1.39
1441      Branch: perl
1442            ! INSTALL
1443 ____________________________________________________________________________
1444 [  1295] By: gsar                                  on 1998/07/04  05:15:05
1445         Log: Configure update
1446              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
1447              Date: Wed, 1 Jul 98 23:07:50 EDT
1448              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
1449              Subject: [PATCH 5.004_69] Config_69-01
1450      Branch: perl
1451            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
1452            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
1453            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
1454 ____________________________________________________________________________
1455 [  1294] By: gsar                                  on 1998/07/04  05:10:25
1456         Log: add perlbug -F switch to save message to file
1457              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1458              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
1459              Date: Wed, 1 Jul 1998 21:14:22 +0200
1460              Subject: Re: [PATCH 5.004_69] perlbug -fok
1461      Branch: perl
1462            ! Makefile.SH utils/perlbug.PL
1463 ____________________________________________________________________________
1464 [  1293] By: gsar                                  on 1998/07/04  05:06:52
1465         Log: catch nonexistent backrefs in REs
1466              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1467              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
1468              Date: Wed, 1 Jul 1998 20:14:05 +0200
1469              Subject: Re: [PATCH _66] for bad backrefs
1470              --
1471              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
1472              Date: Wed, 1 Jul 1998 20:47:16 +0200
1473              Subject: Re: [PATCH _66] for bad backrefs
1474      Branch: perl
1475            ! regcomp.c t/op/re_tests util.c
1476 ____________________________________________________________________________
1477 [  1292] By: gsar                                  on 1998/07/04  05:02:01
1478         Log: fix perlcc to not rm output file, and other -w(arts)
1479      Branch: perl
1480            ! utils/perlcc.PL
1481 ____________________________________________________________________________
1482 [  1291] By: gsar                                  on 1998/07/04  04:30:03
1483         Log: ignore stash entries that are not GVs in dump.c
1484      Branch: perl
1485            ! dump.c
1486 ____________________________________________________________________________
1487 [  1290] By: gsar                                  on 1998/07/04  03:55:10
1488         Log: cleaner page headers from pod2man
1489      Branch: perl
1490            ! pod/pod2man.PL
1491 ____________________________________________________________________________
1492 [  1288] By: gsar                                  on 1998/07/04  03:16:39
1493         Log: tweaks to Getopt::Std
1494              From: Robin Barker <rmb1@cise.npl.co.uk>
1495              Date: Tue, 30 Jun 98 14:45:49 BST
1496              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
1497              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
1498              --
1499              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
1500              To: perl5-porters@perl.org
1501              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
1502      Branch: perl
1503            ! lib/Getopt/Std.pm
1504 ____________________________________________________________________________
1505 [  1287] By: gsar                                  on 1998/07/04  03:13:02
1506         Log: added patch, with tweaks
1507              From: Gisle Aas <gisle@aas.no>
1508              Date: 03 Jul 1998 00:50:15 +0200
1509              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
1510              Subject: [PATCH] Some AVHV documentation
1511      Branch: perl
1512            ! pod/perlref.pod
1513 ____________________________________________________________________________
1514 [  1286] By: gsar                                  on 1998/07/04  02:53:26
1515         Log: applied patch with tweaks to prose
1516              From: Gisle Aas <gisle@aas.no>
1517              Subject: [PATCH] Simplified AVHV support
1518              Date: 30 Jun 1998 13:34:07 +0200
1519              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
1520      Branch: perl
1521            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
1522            ! pp.c proto.h t/op/avhv.t
1523 ____________________________________________________________________________
1524 [  1285] By: gsar                                  on 1998/07/04  02:30:48
1525         Log: tweak doc for ".."
1526              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1527              Subject: [PATCH] pod for scalar ..
1528              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
1529              Date: Tue, 30 Jun 1998 12:14:50 +0100
1530      Branch: perl
1531            ! pod/perlop.pod
1532 ____________________________________________________________________________
1533 [  1284] By: gsar                                  on 1998/07/04  02:28:43
1534         Log: fix use of uninitialized var in pp_unpack()
1535              From: Jarkko Hietaniemi <jhi@iki.fi>
1536              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
1537              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
1538              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
1539      Branch: perl
1540            ! pp.c
1541 ____________________________________________________________________________
1542 [  1283] By: gsar                                  on 1998/07/04  02:26:37
1543         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1544              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
1545              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
1546              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
1547      Branch: perl
1548            ! lib/Text/ParseWords.pm
1549 ____________________________________________________________________________
1550 [  1282] By: gsar                                  on 1998/07/04  02:24:32
1551         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
1552              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
1553              Date: Mon, 29 Jun 1998 16:53:56 -0700
1554              Subject: [PATCH 5.004_69]README.vms doc patch
1555              --
1556              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
1557              Date: Mon, 29 Jun 1998 16:51:25 -0700
1558              --
1559              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
1560              Date: Thu, 02 Jul 1998 13:53:57 -0700
1561              Subject: [PATCH 5.004_69]VMS filetest operator fixup
1562      Branch: perl
1563            ! README.vms vms/descrip_mms.template vms/vms.c
1564 ____________________________________________________________________________
1565 [  1281] By: gsar                                  on 1998/07/04  02:17:48
1566         Log: From: Dan Sugalski <sugalskd@osshe.edu>
1567              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
1568              Date: Mon, 29 Jun 1998 16:46:25 -0700
1569              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
1570      Branch: perl
1571            ! vms/subconfigure.com
1572 ____________________________________________________________________________
1573 [  1280] By: gsar                                  on 1998/07/04  02:16:03
1574         Log: don't attempt to copy directories on VMS
1575              From: Dan Sugalski <sugalskd@osshe.edu>
1576              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
1577              Date: Mon, 29 Jun 1998 16:31:29 -0700
1578              Subject: [PATCH 5.004_69]Tweak to installperl
1579      Branch: perl
1580            ! installperl
1581 ____________________________________________________________________________
1582 [  1279] By: gsar                                  on 1998/07/04  02:09:26
1583         Log: add 'installhtml*dir' to win32 config templates
1584              From: "Douglas Lankshear" <dougl@ActiveState.com>
1585              Subject: [PATCH 5.004_68] For Win32 config
1586              Date: Mon, 29 Jun 1998 09:00:13 -0700
1587              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
1588      Branch: perl
1589            ! win32/config.bc win32/config.gc win32/config.vc
1590 ____________________________________________________________________________
1591 [  1278] By: gsar                                  on 1998/07/04  02:06:23
1592         Log: implemented described fix for h2ph hanging on "enum"
1593              From: Billy <wdconsta@cs.adelaide.edu.au>
1594              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
1595              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
1596              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
1597      Branch: perl
1598            ! utils/h2ph.PL
1599 ____________________________________________________________________________
1600 [  1277] By: gsar                                  on 1998/07/04  01:51:47
1601         Log: merge changes#1210,1211,1270 from maintbranch
1602      Branch: perl
1603            + lib/re.pm
1604            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
1605            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
1606            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1607 ____________________________________________________________________________
1608 [  1276] By: gsar                                  on 1998/07/04  00:33:37
1609         Log: deprecate use of reserved word "our" (Larry's idea)
1610              Date: Mon, 22 Jun 1998 08:55:09 -0700
1611              From: larry@wall.org (Larry Wall)
1612              Message-Id: <199806221555.IAA07212@wall.org>
1613              Subject: Re: our
1614      Branch: perl
1615            ! pod/perldiag.pod toke.c
1616 ____________________________________________________________________________
1617 [  1275] By: nick                                  on 1998/07/02  18:36:59
1618         Log: Integrate mainline, just to keep up.
1619      Branch: ansiperl
1620           +> t/lib/fields.t
1621            - lib/Math/Trig/Radial.pm
1622           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1623           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
1624           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
1625           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
1626           !> win32/config.bc win32/config.gc win32/config.vc
1627           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
1628           !> win32/win32iop.h
1629 ____________________________________________________________________________
1630 [  1274] By: gsar                                  on 1998/07/02  16:47:20
1631         Log: tweak win32/config.* variables
1632      Branch: perl
1633            ! win32/config.bc win32/config.gc win32/config.vc
1634 ____________________________________________________________________________
1635 [  1273] By: gsar                                  on 1998/07/02  16:33:53
1636         Log: export opendir() set of functions on win32
1637      Branch: perl
1638            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
1639            ! win32/win32iop.h
1640 ____________________________________________________________________________
1641 [  1272] By: gsar                                  on 1998/07/01  23:21:49
1642         Log: fix C<@a = (%a = 1)> bizarreness
1643      Branch: perl
1644            ! pp_hot.c
1645 ____________________________________________________________________________
1646 [  1271] By: gsar                                  on 1998/06/30  22:49:39
1647         Log: document perltrap on precedence of keys/values/each
1648      Branch: perl
1649            ! pod/perltrap.pod
1650 ____________________________________________________________________________
1651 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
1652         Log: Added lib/re.pm missing from change 1210
1653      Branch: maint-5.004/perl
1654            + lib/re.pm
1655 ____________________________________________________________________________
1656 [  1269] By: gsar                                  on 1998/06/30  08:20:52
1657         Log: From:    Murray Nesbitt <murray@ActiveState.com>
1658              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
1659              Date:    Mon, 29 Jun 1998 14:30:59 PDT
1660              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
1661      Branch: perl
1662            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1663 ____________________________________________________________________________
1664 [  1268] By: gsar                                  on 1998/06/30  05:38:34
1665         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
1666              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
1667              Date:    Mon, 29 Jun 1998 15:04:57 -0000
1668              Subject: [PATCH perl5.004_69] perldoc.PL
1669      Branch: perl
1670            ! utils/perldoc.PL
1671 ____________________________________________________________________________
1672 [  1267] By: gsar                                  on 1998/06/30  05:34:06
1673         Log: add patch to integrate Math::Trig::Radial into Math::Trig
1674              From: Jarkko Hietaniemi <jhi@iki.fi>
1675              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
1676              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
1677              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
1678      Branch: perl
1679            - lib/Math/Trig/Radial.pm
1680            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
1681 ____________________________________________________________________________
1682 [  1266] By: gsar                                  on 1998/06/30  05:17:33
1683         Log: From:    Gisle Aas <gisle@aas.no>
1684              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
1685              Date:    29 Jun 1998 12:36:09 +0200
1686              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
1687      Branch: perl
1688            + t/lib/fields.t
1689            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
1690            ! t/op/array.t
1691 ____________________________________________________________________________
1692 [  1265] By: gsar                                  on 1998/06/30  05:12:57
1693         Log: tweaks to overloaded constants (change#1259)
1694      Branch: perl
1695            ! scope.c scope.h toke.c
1696 ____________________________________________________________________________
1697 [  1264] By: nick                                  on 1998/06/29  17:38:03
1698         Log: Integrate mainline c. _69 to ansiperl
1699      Branch: ansiperl
1700           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
1701           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
1702           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
1703           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
1704           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
1705           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
1706           !> (integrate 100 files)
1707
1708 ----------------
1709 Version 5.004_69
1710 ----------------
1711
1712 ____________________________________________________________________________
1713 [  1263] By: gsar                                  on 1998/06/29  09:17:28
1714         Log: update Changes and perlhist.pod
1715      Branch: perl
1716            ! Changes pod/perlhist.pod
1717 ____________________________________________________________________________
1718 [  1262] By: gsar                                  on 1998/06/29  08:26:36
1719         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
1720              under several build configurations)
1721      Branch: perl
1722            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
1723            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
1724            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1725 ____________________________________________________________________________
1726 [  1261] By: gsar                                  on 1998/06/29  06:51:10
1727         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
1728      Branch: perl
1729            ! scope.h
1730 ____________________________________________________________________________
1731 [  1260] By: gsar                                  on 1998/06/29  06:46:12
1732         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
1733              Date:    Mon, 29 Jun 1998 08:10:46 +0200
1734              From:    ts <decoux@moulon.inra.fr>
1735              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
1736      Branch: perl
1737            ! pod/perlembed.pod
1738 ____________________________________________________________________________
1739 [  1259] By: gsar                                  on 1998/06/29  06:01:35
1740         Log: added patch for overloading constants, made PERL_OBJECT-aware
1741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1742              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
1743              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
1744      Branch: perl
1745            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
1746            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
1747            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
1748            ! t/pragma/overload.t toke.c
1749 ____________________________________________________________________________
1750 [  1258] By: gsar                                  on 1998/06/29  05:32:25
1751         Log: fix Socket.pm typo from change#1240
1752      Branch: perl
1753            ! ext/Socket/Socket.pm
1754 ____________________________________________________________________________
1755 [  1257] By: gsar                                  on 1998/06/29  05:09:24
1756         Log: applied patch, tweak for threads awareness
1757              From: Albert Dvornik <bert@genscan.com>
1758              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
1759              Date: 24 Jun 1998 19:33:09 -0400
1760              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
1761      Branch: perl
1762            + t/op/goto_xs.t
1763            ! MANIFEST pp_ctl.c
1764 ____________________________________________________________________________
1765 [  1256] By: gsar                                  on 1998/06/29  03:34:18
1766         Log: applied patch, fixed one more leak, tweaked whitespace bugs
1767              From: Guy Decoux <decoux@moulon.inra.fr>
1768              (via)
1769              Date: Fri, 26 Jun 1998 09:59:32 -0400
1770              From: "Chunhui Teng" <cteng@nortel.ca>
1771              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
1772              Subject: Memory leak in Perl 5.004 and the fix
1773      Branch: perl
1774            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
1775 ____________________________________________________________________________
1776 [  1255] By: gsar                                  on 1998/06/29  02:50:37
1777         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
1778              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
1779              Date: 28 Jun 1998 23:47:07 +0200
1780              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
1781      Branch: perl
1782            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1783 ____________________________________________________________________________
1784 [  1254] By: gsar                                  on 1998/06/28  21:35:02
1785         Log: From: joshua.pritikin@db.com
1786              Date: Fri, 26 Jun 1998 09:34:34 -0400
1787              Message-Id: <H00000e500081d23@MHS>
1788              Subject: [PATCH _68] PUSHSTACK renovation
1789      Branch: perl
1790            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
1791 ____________________________________________________________________________
1792 [  1253] By: gsar                                  on 1998/06/28  21:21:22
1793         Log: From: Stephen McCamant <alias@mcs.com>
1794              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
1795              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
1796              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
1797      Branch: perl
1798            ! perlvars.h sv.c
1799 ____________________________________________________________________________
1800 [  1252] By: gsar                                  on 1998/06/28  21:16:34
1801         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1802              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
1803              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
1804              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
1805      Branch: perl
1806            ! regcomp.c
1807 ____________________________________________________________________________
1808 [  1251] By: gsar                                  on 1998/06/28  21:14:32
1809         Log: add Math/Trig/Radial.pm, update MANIFEST
1810              From: Jarkko Hietaniemi <jhi@iki.fi>
1811              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
1812              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
1813              Subject: Math::Trig::Radial ?
1814      Branch: perl
1815            + lib/Math/Trig/Radial.pm
1816            ! MANIFEST
1817 ____________________________________________________________________________
1818 [  1250] By: gsar                                  on 1998/06/28  21:09:48
1819         Log: applied patch, tweaked doc, and regen regnodes.h
1820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1821              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
1822              Subject: [PATCH 5.004_68] \z in RE
1823              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
1824      Branch: perl
1825            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
1826            ! t/op/re_tests t/op/regexp.t toke.c
1827 ____________________________________________________________________________
1828 [  1249] By: gsar                                  on 1998/06/28  20:56:38
1829         Log: From: mike@bill.iac.net
1830              Message-ID: <19980627034913.A32220@bill.minivend.com>
1831              Date: Sat, 27 Jun 1998 03:49:13 +0000
1832              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
1833      Branch: perl
1834            ! lib/Text/ParseWords.pm t/lib/parsewords.t
1835 ____________________________________________________________________________
1836 [  1248] By: gsar                                  on 1998/06/28  20:54:43
1837         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1838              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
1839              Subject: [PATCH] Fix ptags
1840              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
1841      Branch: perl
1842            ! emacs/ptags
1843 ____________________________________________________________________________
1844 [  1247] By: gsar                                  on 1998/06/28  20:42:54
1845         Log: apply patch sent via private mail
1846              From: Stephen McCamant <alias@mcs.com>
1847              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
1848              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
1849              Subject: Re: Enhanced B::Deparse 
1850      Branch: perl
1851            ! ext/B/B/Deparse.pm
1852 ____________________________________________________________________________
1853 [  1246] By: gsar                                  on 1998/06/28  20:38:24
1854         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1855              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
1856              Subject: [PATCH 5.004_68] pat.t tests
1857              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
1858      Branch: perl
1859            ! t/op/pat.t
1860 ____________________________________________________________________________
1861 [  1245] By: gsar                                  on 1998/06/28  20:36:08
1862         Log: From: joshua.pritikin@db.com
1863              Date: Fri, 26 Jun 1998 10:02:32 -0400
1864              Message-Id: <H00000e500081d28@MHS>
1865              Subject: [PATCH _68] improve recursive error messages!
1866      Branch: perl
1867            ! gv.c pod/perldiag.pod universal.c
1868 ____________________________________________________________________________
1869 [  1244] By: gsar                                  on 1998/06/28  20:09:02
1870         Log: From: Dominic Dunlop <domo@vo.lu>
1871              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
1872              Date: Thu, 25 Jun 1998 17:46:55 +0000
1873              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
1874              to op/pat.t; add tests for a few  more regexp parse failures etc.
1875      Branch: perl
1876            ! t/op/pat.t t/op/re_tests t/op/regexp.t
1877 ____________________________________________________________________________
1878 [  1243] By: gsar                                  on 1998/06/28  20:06:30
1879         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
1880              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1881              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
1882              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
1883              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
1884      Branch: perl
1885            ! perl_exp.SH
1886 ____________________________________________________________________________
1887 [  1242] By: gsar                                  on 1998/06/28  20:01:28
1888         Log: 
1889              From: Gisle Aas <gisle@aas.no>
1890              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
1891              Date: 25 Jun 1998 10:32:43 +0200
1892              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
1893      Branch: perl
1894            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
1895 ____________________________________________________________________________
1896 [  1241] By: gsar                                  on 1998/06/28  19:55:11
1897         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
1898              From: Stephen McCamant <alias@mcs.com>
1899              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
1900              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
1901              Subject: [PATCH REPOST] refgen in opcode.pl
1902      Branch: perl
1903            ! opcode.h opcode.pl
1904 ____________________________________________________________________________
1905 [  1240] By: gsar                                  on 1998/06/28  19:46:29
1906         Log: From: Chris Nandor <pudge@pobox.com>
1907              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
1908              Date: Wed, 24 Jun 1998 19:58:28 -0400
1909              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
1910      Branch: perl
1911            ! ext/Socket/Socket.pm
1912 ____________________________________________________________________________
1913 [  1239] By: gsar                                  on 1998/06/28  19:44:19
1914         Log: From: Gisle Aas <gisle@aas.no>
1915              Subject: [PATCH] Optimize foreach (1..1000000)
1916              Date: 24 Jun 1998 20:26:48 +0200
1917              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
1918      Branch: perl
1919            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
1920            ! pp_hot.c t/op/range.t
1921 ____________________________________________________________________________
1922 [  1238] By: gsar                                  on 1998/06/28  19:28:13
1923         Log: avoid creation of %^R
1924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1925              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
1926              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
1927              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
1928      Branch: perl
1929            ! perl.c t/op/splice.t
1930 ____________________________________________________________________________
1931 [  1237] By: gsar                                  on 1998/06/28  19:23:40
1932         Log: From: Gisle Aas <gisle@aas.no>
1933              Subject: [PATCH] Negative LENGTH argument to splice
1934              Date: 24 Jun 1998 15:11:35 +0200
1935              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
1936      Branch: perl
1937            + t/op/splice.t
1938            ! MANIFEST pod/perlfunc.pod pp.c
1939 ____________________________________________________________________________
1940 [  1236] By: gsar                                  on 1998/06/28  19:18:29
1941         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1942              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
1943              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
1944              Date: Wed, 24 Jun 1998 13:13:02 +0100
1945      Branch: perl
1946            ! pod/perldiag.pod pod/perlsec.pod
1947 ____________________________________________________________________________
1948 [  1235] By: gsar                                  on 1998/06/28  19:16:13
1949         Log: Complex.pm update
1950              From: Jarkko Hietaniemi <jhi@iki.fi>
1951              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
1952              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
1953              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
1954      Branch: perl
1955            ! lib/Math/Complex.pm t/lib/complex.t
1956 ____________________________________________________________________________
1957 [  1234] By: gsar                                  on 1998/06/28  19:13:05
1958         Log: disable perl malloc on UNICOS for now
1959              From: Jarkko Hietaniemi <jhi@iki.fi>
1960              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
1961              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
1962              Subject: [PATCH] 5.004_68: UNICOS hints
1963      Branch: perl
1964            ! hints/unicos.sh
1965 ____________________________________________________________________________
1966 [  1233] By: gsar                                  on 1998/06/28  19:10:53
1967         Log: fixes unpack("q"...), and semctl() tests for UNICOS
1968              From: Jarkko Hietaniemi <jhi@iki.fi>
1969              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
1970              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
1971              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
1972      Branch: perl
1973            ! pp.c t/op/ipcsem.t t/op/pack.t
1974 ____________________________________________________________________________
1975 [  1232] By: gsar                                  on 1998/06/28  19:01:23
1976         Log: tweak various places for iperlsys.h awareness
1977      Branch: perl
1978            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
1979            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
1980 ____________________________________________________________________________
1981 [  1231] By: gsar                                  on 1998/06/28  18:37:07
1982         Log: add a perlio.h stub for compat (some extensions seem to #include it)
1983      Branch: perl
1984            + perlio.h
1985 ____________________________________________________________________________
1986 [  1230] By: gsar                                  on 1998/06/28  18:35:23
1987         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
1988              Date: Wed, 24 Jun 1998 00:37:01 +0200
1989              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1990              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
1991      Branch: perl
1992            ! pod/pod2text.PL
1993 ____________________________________________________________________________
1994 [  1229] By: gsar                                  on 1998/06/28  18:33:42
1995         Log: hand apply mutiliated patch
1996              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
1997              Date: Tue, 23 Jun 1998 11:41:00 -0700
1998              From: Dan Sugalski <sugalskd@osshe.edu>
1999              Subject: [PATCH 5.004_68]Configure update for VMS
2000      Branch: perl
2001            ! configure.com vms/descrip_mms.template vms/subconfigure.com
2002 ____________________________________________________________________________
2003 [  1228] By: gsar                                  on 1998/06/28  17:17:35
2004         Log: hand apply whitespace mutiliated patch
2005              Date: Tue, 23 Jun 98 16:38:06 BST
2006              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
2007              From: Robin Barker <rmb1@cise.npl.co.uk>
2008              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
2009      Branch: perl
2010            ! utils/perlbug.PL
2011 ____________________________________________________________________________
2012 [  1227] By: gsar                                  on 1998/06/28  17:14:34
2013         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
2014              From: Tom Phoenix <rootbeer@teleport.com>
2015              Subject: [PATCH] documenting close without arguments
2016              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
2017      Branch: perl
2018            ! pod/perlfunc.pod
2019 ____________________________________________________________________________
2020 [  1226] By: gsar                                  on 1998/06/28  17:12:56
2021         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
2022              From: Tom Phoenix <rootbeer@teleport.com>
2023              Subject: Better diags for vars.pm
2024              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
2025      Branch: perl
2026            ! lib/vars.pm
2027 ____________________________________________________________________________
2028 [  1225] By: gsar                                  on 1998/06/28  17:05:59
2029         Log: hand apply whitespace mutiliated perldoc.PL patches
2030              Date: Tue, 23 Jun 98 15:49:52 BST
2031              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
2032              From: Robin Barker <rmb1@cise.npl.co.uk>
2033              Subject: PATCH [5.004_68] perldoc.PL
2034              --
2035              Date: Fri, 26 Jun 98 17:50:05 BST
2036              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
2037              From: Robin Barker <rmb1@cise.npl.co.uk>
2038              Subject: [PATCH 5.004_68] perldoc.PL
2039      Branch: perl
2040            ! utils/perldoc.PL
2041 ____________________________________________________________________________
2042 [  1224] By: gsar                                  on 1998/06/28  16:50:59
2043         Log: integrate ansiperl to get makedef.pl tweak
2044      Branch: perl
2045            ! Porting/pumpkin.pod win32/makedef.pl
2046 ____________________________________________________________________________
2047 [  1223] By: gsar                                  on 1998/06/28  16:33:32
2048         Log: add CGI-2.42, its and testsuite
2049      Branch: perl
2050            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
2051            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
2052            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
2053            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
2054            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
2055            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
2056            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
2057            ! lib/CGI/Switch.pm
2058 ____________________________________________________________________________
2059 [  1222] By: gsar                                  on 1998/06/28  15:28:29
2060         Log: enable Errno build on win32, add Errno-1.08 files to repository
2061      Branch: perl
2062            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2063            + ext/Errno/Makefile.PL t/lib/errno.t
2064            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
2065            ! win32/config.vc win32/makefile.mk
2066 ____________________________________________________________________________
2067 [  1221] By: gsar                                  on 1998/06/28  14:34:06
2068         Log: tweak win32 config templates for cpp
2069      Branch: perl
2070            ! win32/config.bc win32/config.gc win32/config.vc
2071 ____________________________________________________________________________
2072 [  1220] By: nick                                  on 1998/06/26  16:46:13
2073         Log: Integrate mainline
2074      Branch: ansiperl
2075           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
2076           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
2077           !> util.c win32/win32.h
2078 ____________________________________________________________________________
2079 [  1219] By: gsar                                  on 1998/06/26  04:33:57
2080         Log: make find_script() return saved string, reenable missing diagnostics
2081      Branch: perl
2082            ! perl.c util.c
2083 ____________________________________________________________________________
2084 [  1218] By: gsar                                  on 1998/06/25  23:24:53
2085         Log: avoid warning with -P switch
2086      Branch: perl
2087            ! perl.c
2088 ____________________________________________________________________________
2089 [  1217] By: gsar                                  on 1998/06/25  22:06:58
2090         Log: don't suppress display of Makefile recipes that invoke perl
2091      Branch: perl
2092            ! Makefile.SH
2093 ____________________________________________________________________________
2094 [  1216] By: gsar                                  on 1998/06/25  21:32:06
2095         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
2096              in RVs
2097      Branch: perl
2098            ! sv.c
2099 ____________________________________________________________________________
2100 [  1215] By: gsar                                  on 1998/06/25  18:56:59
2101         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
2102      Branch: perl
2103            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2104 ____________________________________________________________________________
2105 [  1214] By: gsar                                  on 1998/06/25  18:11:22
2106         Log: add FILE_SHARE_DELETE ifndef in win32.h
2107      Branch: perl
2108            ! win32/win32.h
2109 ____________________________________________________________________________
2110 [  1213] By: nick                                  on 1998/06/24  17:18:59
2111         Log: Correct perl malloc tweak to .def generation
2112      Branch: ansiperl
2113            ! win32/makedef.pl
2114 ____________________________________________________________________________
2115 [  1212] By: gsar                                  on 1998/06/24  12:40:13
2116         Log: check in what change#1182 didn't, and Changes
2117      Branch: perl
2118            ! Changes pod/perlre.pod pod/perlvar.pod
2119 ____________________________________________________________________________
2120 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
2121         Log: Update test count in t/lib/basename.t (see change 1210)
2122      Branch: maint-5.004/perl
2123            ! t/lib/basename.t
2124 ____________________________________________________________________________
2125 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
2126         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
2127              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
2128              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2129              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
2130              <199805261143.MAA04260@toad.ig.co.uk>,
2131              <199805261235.IAA10371@aatma.engin.umich.edu>,
2132              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
2133              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
2134              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
2135      Branch: maint-5.004/perl
2136            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
2137            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
2138            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
2139 ____________________________________________________________________________
2140 [  1209] By: nick                                  on 1998/06/23  21:33:34
2141         Log: Perl_malloced_size() only available with perl's malloc
2142      Branch: ansiperl
2143            ! win32/makefile.mk
2144 ____________________________________________________________________________
2145 [  1208] By: nick                                  on 1998/06/23  18:15:23
2146         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
2147              so see what has changed...
2148      Branch: ansiperl
2149           +> Porting/genlog iperlsys.h lib/File/Spec.pm
2150           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2151           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2152           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
2153           +> t/lib/filespec.t win32/perlhost.h
2154            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
2155            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
2156            - perlproc.h perlsock.h
2157           !> (integrate 96 files)
2158
2159 ----------------
2160 Version 5.004_68
2161 ----------------
2162
2163 ____________________________________________________________________________
2164 [  1207] By: gsar                                  on 1998/06/23  10:55:05
2165         Log: final touches to 5.004_68
2166      Branch: perl
2167            ! perl.c
2168 ____________________________________________________________________________
2169 [  1206] By: gsar                                  on 1998/06/23  10:50:10
2170         Log: more MULTIPLICITY tweaks
2171      Branch: perl
2172            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
2173            ! win32/config.gc win32/config.vc win32/config_H.bc
2174            ! win32/config_H.gc win32/config_H.vc
2175 ____________________________________________________________________________
2176 [  1205] By: gsar                                  on 1998/06/23  09:03:46
2177         Log: partial MULTIPLICITY cleanup
2178      Branch: perl
2179            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
2180            ! thrdvar.h
2181 ____________________________________________________________________________
2182 [  1204] By: gsar                                  on 1998/06/23  09:00:48
2183         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
2184      Branch: perl
2185            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
2186 ____________________________________________________________________________
2187 [  1203] By: gsar                                  on 1998/06/23  07:08:02
2188         Log: bump patchlevel to 68, Porting/makerel tweaks
2189      Branch: perl
2190            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
2191            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2192 ____________________________________________________________________________
2193 [  1202] By: gsar                                  on 1998/06/23  06:16:19
2194         Log: remove atomic.h pending resolution of licensing issues,
2195              EMULATE_ATOMIC_REFCOUNTS everywhere
2196      Branch: perl
2197            - atomic.h
2198            ! MANIFEST perl.h sv.h
2199 ____________________________________________________________________________
2200 [  1201] By: gsar                                  on 1998/06/23  06:06:23
2201         Log: applied patch, regen headers
2202              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2203              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
2204              Subject: [PATCH 5.004_67] Malloc size feedback
2205              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
2206      Branch: perl
2207            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
2208            ! pp_sys.c proto.h sv.c toke.c
2209 ____________________________________________________________________________
2210 [  1200] By: gsar                                  on 1998/06/23  05:59:09
2211         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
2212              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
2213              From: Stephen McCamant <alias@mcs.com>
2214              Subject: [PATCH] Inheritance of B:: classes
2215      Branch: perl
2216            ! ext/B/B.pm
2217 ____________________________________________________________________________
2218 [  1199] By: gsar                                  on 1998/06/23  05:57:58
2219         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
2220              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
2221              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
2222              Subject: [PATCH] _67: somebody said POSIX::mknod?
2223              From: Jarkko Hietaniemi <jhi@iki.fi>
2224      Branch: perl
2225            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
2226            ! ext/POSIX/POSIX.xs perl.h
2227 ____________________________________________________________________________
2228 [  1198] By: gsar                                  on 1998/06/23  05:48:56
2229         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
2230              From: Daniel Grisinger <dgris@perrin.dimensional.com>
2231              Subject: PATCH [5.004_67] perldoc.PL
2232              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
2233      Branch: perl
2234            ! utils/perldoc.PL
2235 ____________________________________________________________________________
2236 [  1197] By: gsar                                  on 1998/06/23  05:47:24
2237         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
2238              Date: Mon, 22 Jun 1998 09:29:18 -0700
2239              From: Dan Sugalski <sugalskd@ous.edu>
2240              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
2241      Branch: perl
2242            ! lib/AutoSplit.pm
2243 ____________________________________________________________________________
2244 [  1196] By: gsar                                  on 1998/06/23  05:45:19
2245         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
2246              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
2247              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
2248              From: Jarkko Hietaniemi <jhi@iki.fi>
2249      Branch: perl
2250            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
2251 ____________________________________________________________________________
2252 [  1195] By: gsar                                  on 1998/06/23  05:43:32
2253         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
2254              Date: Mon, 22 Jun 1998 15:22:24 +0000
2255              From: Dominic Dunlop <domo@vo.lu>
2256              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
2257              update machten.sh to vary REG_INFTY
2258      Branch: perl
2259            ! hints/machten.sh t/op/re_tests t/op/regexp.t
2260 ____________________________________________________________________________
2261 [  1194] By: gsar                                  on 1998/06/23  05:38:36
2262         Log: filter out array subscripts when generating symbols for AIX
2263              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
2264              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
2265              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
2266              From: Jarkko Hietaniemi <jhi@iki.fi>
2267      Branch: perl
2268            ! perl_exp.SH
2269 ____________________________________________________________________________
2270 [  1193] By: gsar                                  on 1998/06/23  05:32:52
2271         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
2272              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
2273              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
2274              From: Lupe Christoph <lupe@alanya.m.isar.de>
2275              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
2276      Branch: perl
2277            ! hints/solaris_2.sh
2278 ____________________________________________________________________________
2279 [  1192] By: gsar                                  on 1998/06/23  05:27:13
2280         Log: add detailed changelogs and 'genlog'--the script which generates them
2281      Branch: perl
2282            + Porting/genlog
2283            ! Changes INSTALL
2284 ____________________________________________________________________________
2285 [  1191] By: gsar                                  on 1998/06/22  15:56:27
2286         Log: tweak win32 makefiles for PERL_OBJECT build
2287      Branch: perl
2288            ! win32/Makefile win32/makefile.mk
2289 ____________________________________________________________________________
2290 [  1190] By: gsar                                  on 1998/06/22  04:06:02
2291         Log: backout change#1178 as it was dependent on an unapplied patch,
2292              fix filespec.t to know its @INC
2293      Branch: perl
2294            ! sv.c t/lib/filespec.t
2295 ____________________________________________________________________________
2296 [  1189] By: gsar                                  on 1998/06/22  03:47:43
2297         Log: eliminate use of tokenbuf in util.c
2298      Branch: perl
2299            ! util.c
2300 ____________________________________________________________________________
2301 [  1188] By: gsar                                  on 1998/06/22  01:53:59
2302         Log: add patch that generates regnodes.h via regcomp.pl
2303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2304              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
2305              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
2306              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
2307      Branch: perl
2308            + regcomp.pl regcomp.sym regnodes.h
2309            ! MANIFEST Makefile.SH regcomp.h
2310 ____________________________________________________________________________
2311 [  1187] By: gsar                                  on 1998/06/22  01:42:21
2312         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2313              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
2314              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
2315              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
2316      Branch: perl
2317            ! pp_ctl.c pp_hot.c
2318 ____________________________________________________________________________
2319 [  1186] By: gsar                                  on 1998/06/22  01:14:14
2320         Log: merge relevant portions from maintbranch change#1155
2321      Branch: perl
2322            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
2323            ! pod/perlrun.pod pp_hot.c
2324 ____________________________________________________________________________
2325 [  1185] By: gsar                                  on 1998/06/22  00:59:28
2326         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2327              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
2328              Subject: [PATCH 5.004_67] Zero-length matching bug
2329              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
2330      Branch: perl
2331            ! regexec.c t/op/pat.t
2332 ____________________________________________________________________________
2333 [  1184] By: gsar                                  on 1998/06/22  00:57:27
2334         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
2335              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2336              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
2337              Subject: Re: _67 not okay
2338              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
2339      Branch: perl
2340            ! malloc.c
2341 ____________________________________________________________________________
2342 [  1183] By: gsar                                  on 1998/06/22  00:53:37
2343         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2344              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
2345              Subject: [PATCH 5.004_67] Test study/re/
2346              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
2347      Branch: perl
2348            ! t/op/pat.t
2349 ____________________________________________________________________________
2350 [  1182] By: gsar                                  on 1998/06/21  21:25:07
2351         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2352              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
2353              Subject: [PATCH 5.004_67] $^R documented
2354              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
2355      Branch: perl
2356            ! pod/perlre.pod pod/perlvar.pod
2357 ____________________________________________________________________________
2358 [  1181] By: gsar                                  on 1998/06/21  21:23:41
2359         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2360              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
2361              Subject: [PATCH 5.004_67] Re docs
2362              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
2363      Branch: perl
2364            ! pod/perlop.pod pod/perlre.pod
2365 ____________________________________________________________________________
2366 [  1180] By: gsar                                  on 1998/06/21  21:22:16
2367         Log: adapted contents of message into comments in malloc.c and INSTALL
2368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2369              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
2370              Subject: [5.004_67] malloc.c -Defines
2371              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
2372      Branch: perl
2373            ! INSTALL malloc.c
2374 ____________________________________________________________________________
2375 [  1179] By: gsar                                  on 1998/06/21  07:26:35
2376         Log: applied patch, with edits to the prose
2377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2378              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
2379              Subject: [PATCH 5.004_67] Error variables compared
2380              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
2381      Branch: perl
2382            ! pod/perlvar.pod
2383 ____________________________________________________________________________
2384 [  1178] By: gsar                                  on 1998/06/21  07:07:16
2385         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2386              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
2387              Subject: [PATCH 5.004_67] print study /re/ broken
2388              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
2389      Branch: perl
2390            ! sv.c
2391 ____________________________________________________________________________
2392 [  1177] By: gsar                                  on 1998/06/21  07:06:10
2393         Log: applied patch, tweaked wording
2394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2395              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
2396              Subject: [PATCH 5.004_67] Documentation patch for malloc
2397              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
2398      Branch: perl
2399            ! malloc.c pod/perldiag.pod
2400 ____________________________________________________________________________
2401 [  1176] By: gsar                                  on 1998/06/21  07:00:30
2402         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2403              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
2404              Subject: [PATCH 5.004_67] Cosmetic malloc patch
2405              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
2406      Branch: perl
2407            ! malloc.c
2408 ____________________________________________________________________________
2409 [  1175] By: gsar                                  on 1998/06/21  06:58:37
2410         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
2411              Date: Fri, 19 Jun 1998 16:00:57 -0700
2412              From: Dan Sugalski <sugalskd@osshe.edu>
2413              Subject: [PATCH 5.004_67] fixup patches for VMS
2414      Branch: perl
2415            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
2416            ! t/op/taint.t vms/test.com vms/vms.c
2417 ____________________________________________________________________________
2418 [  1174] By: gsar                                  on 1998/06/21  06:55:18
2419         Log: applied VMS patch from Dan Sugalski
2420              Date: Fri, 19 Jun 1998 15:36:34 -0700
2421              From: SYSTEM@cedar.osshe.edu
2422              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
2423              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
2424      Branch: perl
2425            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
2426            ! vms/descrip_mms.template vms/gen_shrfls.pl
2427            ! vms/subconfigure.com
2428 ____________________________________________________________________________
2429 [  1173] By: gsar                                  on 1998/06/21  06:51:38
2430         Log: applied patch, modified logic to avoid reentering lexer at compile-time
2431              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
2432              Date: Fri, 19 Jun 1998 11:31:04 -0500
2433              From: Graham Barr <gbarr@ti.com>
2434              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
2435      Branch: perl
2436            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
2437            ! lib/English.pm
2438 ____________________________________________________________________________
2439 [  1172] By: gsar                                  on 1998/06/21  06:27:57
2440         Log: applied patch, along with many changes:
2441              - ipfoo.h headers have been coalesced along with perlfoo.h into
2442              iperlsys.h
2443              - win32/cp*.h have been combined in perlhost.h
2444              - CPerlObj::PerlParse() takes an extra xsinit arg
2445              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
2446              From: "Douglas Lankshear" <dougl@ActiveState.com>
2447              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
2448              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
2449              Date: Fri, 19 Jun 1998 10:59:50 -0700
2450      Branch: perl
2451            + iperlsys.h win32/perlhost.h
2452            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
2453            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
2454            - perlsock.h
2455            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
2456            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
2457            ! win32/runperl.c win32/win32.h
2458 ____________________________________________________________________________
2459 [  1171] By: gsar                                  on 1998/06/21  00:44:42
2460         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
2461              From: Daniel Grisinger <dgris@perrin.dimensional.com>
2462              Subject: Re: PATCH _67 (Doc) perlop.pod 
2463              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
2464      Branch: perl
2465            ! pod/perlop.pod
2466 ____________________________________________________________________________
2467 [  1170] By: gsar                                  on 1998/06/21  00:43:06
2468         Log: a tweaked version of:
2469              From: "Douglas Lankshear" <dougl@ActiveState.com>
2470              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
2471              Date: Wed, 17 Jun 1998 20:25:51 -0700
2472              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
2473      Branch: perl
2474            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
2475 ____________________________________________________________________________
2476 [  1169] By: gsar                                  on 1998/06/21  00:10:18
2477         Log: added patch, regen headers
2478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2479              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
2480              Subject: Re: Ilya's patches
2481              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
2482      Branch: perl
2483            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
2484 ____________________________________________________________________________
2485 [  1168] By: gsar                                  on 1998/06/21  00:05:01
2486         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
2487              From: Tom Phoenix <rootbeer@teleport.com>
2488              Subject: [PATCH] docs creating files via open
2489              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
2490      Branch: perl
2491            ! pod/perlfunc.pod
2492 ____________________________________________________________________________
2493 [  1167] By: gsar                                  on 1998/06/21  00:03:34
2494         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2495              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
2496              Subject: [PATCH 5.004_67] Better version of malloc improver
2497              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
2498      Branch: perl
2499            ! malloc.c
2500 ____________________________________________________________________________
2501 [  1166] By: gsar                                  on 1998/06/20  23:59:23
2502         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
2503      Branch: perl
2504            ! pod/perlre.pod
2505 ____________________________________________________________________________
2506 [  1165] By: gsar                                  on 1998/06/20  23:47:09
2507         Log: added patch, tweaked missed files, excised comment that doesn't really
2508              belong in the sources
2509              From: joshua.pritikin@db.com
2510              Date: Mon, 15 Jun 1998 10:03:37 -0400
2511              Message-Id: <H00000e500072c63@MHS>
2512              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
2513      Branch: perl
2514            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
2515            ! t/op/avhv.t
2516 ____________________________________________________________________________
2517 [  1164] By: gsar                                  on 1998/06/20  23:29:09
2518         Log: add File-Spec-0.6 from CPAN
2519      Branch: perl
2520            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2521            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2522            + lib/File/Spec/Win32.pm t/lib/filespec.t
2523            ! MANIFEST
2524 ____________________________________________________________________________
2525 [  1163] By: gsar                                  on 1998/06/20  23:15:41
2526         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
2527      Branch: perl
2528            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
2529 ____________________________________________________________________________
2530 [  1162] By: gsar                                  on 1998/06/20  21:48:32
2531         Log: manual integration of all outstanding ansi branch stuff into mainline
2532      Branch: perl
2533            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
2534            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
2535            ! win32/win32.h
2536 ____________________________________________________________________________
2537 [  1161] By: gsar                                  on 1998/06/20  21:12:01
2538         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
2539      Branch: perl
2540            ! utils/perldoc.PL
2541 ____________________________________________________________________________
2542 [  1160] By: nick                                  on 1998/06/20  21:05:51
2543         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
2544      Branch: ansiperl
2545            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
2546            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
2547 ____________________________________________________________________________
2548 [  1159] By: gsar                                  on 1998/06/20  02:51:35
2549         Log: cleanup installation of utilities on win32
2550      Branch: perl
2551            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
2552            ! win32/pod.mak
2553 ____________________________________________________________________________
2554 [  1158] By: gsar                                  on 1998/06/20  02:50:35
2555         Log: intuit @INC pathnames from exe location only if dll location
2556              is unknown (ensures that multiple executables will coexist)
2557      Branch: perl
2558            ! win32/win32.c
2559 ____________________________________________________________________________
2560 [  1157] By: gsar                                  on 1998/06/20  02:48:34
2561         Log: make perldoc ignore null files (it tried to open() them)
2562      Branch: perl
2563            ! utils/perldoc.PL
2564 ____________________________________________________________________________
2565 [  1156] By: gsar                                  on 1998/06/19  21:18:47
2566         Log: fix perldoc to ignore unfound null filenames
2567      Branch: perl
2568            ! utils/perldoc.PL
2569 ____________________________________________________________________________
2570 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
2571         Log: Assorted patches:
2572              
2573              ------  BUILD PROCESS  ------
2574              
2575              Title:  "Clarify varargs issues in INSTALL docs"
2576              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2577              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
2578              Files:  INSTALL
2579              
2580              ------  CORE LANGUAGE  ------
2581              
2582              Title:  "Further fixes for updated SysV IPC support"
2583              From:  Jarkko Hietaniemi <jhi@iki.fi>
2584              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
2585              Files:  Configure perl.h doio.c
2586              
2587              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
2588              From:  Andrew Bettison <andrewb@zip.com.au>
2589              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
2590              Files:  pp_hot.c
2591              
2592              Title:  "Invalidate method cache on C<local *subname>"
2593              From:  Chip Salzenberg <chip@perl.org>
2594              Msg-ID:  <19980604134731.D24343@perlsupport.com>
2595              Files:  scope.c t/op/method.t
2596              
2597              Title:  "fix uninitialized cv variable in op.c"
2598              From:  joshua.pritikin@db.com
2599              Msg-ID:  <H00000e50005af05@MHS>
2600              Files:  op.c
2601              
2602              Title:  "fix for undef as last arg to setsockopt"
2603              From:  Graham Barr <gbarr@ti.com>
2604              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
2605              Files:  pp_sys.c
2606              
2607              Title:  "Fix -i when @ARGV is empty"
2608              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
2609              <gsar@engin.umich.edu>, Ilya Zakharevich
2610              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2611              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
2612              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
2613              <199806071817.OAA28141@aatma.engin.umich.edu>,
2614              <199806191549.QAA16376@toad.ig.co.uk>
2615              Files:  pp_hot.c
2616              
2617              ------  DOCUMENTATION  ------
2618              
2619              Title:  "Discrepancy between perlop.pod and m// operator docs"
2620              From:  Tom Phoenix <rootbeer@teleport.com>
2621              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
2622              Files:  pod/perlop.pod
2623              
2624              Title:  "Doc addition for perlfunc entry for system()"
2625              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
2626              <fletch@phydeaux.org>
2627              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
2628              <199806012057.QAA26830@monk.mps.ohio-state.edu>
2629              Files:  pod/perlfunc.pod
2630              
2631              Title:  "Clarify effects of using quotes with m operator"
2632              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2633              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
2634              Files:  pod/perlop.pod
2635              
2636              Title:  "Document -i with STDIN"
2637              From:  joshua.pritikin@db.com
2638              Msg-ID:  <H00000e50006a84a@MHS>
2639              Files:  pod/perlrun.pod
2640              
2641              ------  EXTENSIONS  ------
2642              
2643              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
2644              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2645              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
2646              Files:  lib/ExtUtils/Liblist.pm
2647              
2648              ------  LIBRARY  ------
2649              
2650              Title:  "Typo fix for Math::BogFloat"
2651              From:  Mike Stok <mike@stok.co.uk>
2652              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
2653              Files:  lib/Math/BigFloat.pm
2654              
2655              ------  PORTABILITY - GENERAL  ------
2656              
2657              Title:  "Add docs about types of diff to Porting/patching.pod"
2658              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2659              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
2660              Files:  Porting/patching.pod
2661              
2662              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
2663              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
2664              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
2665              Files:  hints/powerux.sh
2666              
2667              Title:  "Assorted improvements to hints/solaris_2.sh"
2668              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2669              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
2670              Files:  hints/solaris_2.sh
2671      Branch: maint-5.004/perl
2672            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
2673            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
2674            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
2675            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
2676            ! t/op/method.t
2677 ____________________________________________________________________________
2678 [  1154] By: gsar                                  on 1998/06/19  17:22:23
2679         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
2680      Branch: perl
2681            ! ext/B/B/Asmdata.pm regcomp.c
2682 ____________________________________________________________________________
2683 [  1153] By: nick                                  on 1998/06/19  17:21:21
2684         Log: Use libxxx.a for -lxxx with GCC
2685      Branch: ansiperl
2686            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
2687            ! win32/makefile.mk
2688 ____________________________________________________________________________
2689 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
2690         Log: Title:  Tom's jumbo doc patch
2691              From:   Tom Christiansen <tchrist@chthon.perl.com>
2692              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
2693              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2694              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2695              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2696              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2697              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2698              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2699              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2700              pod/perlop.pod pod/perlre.pod pod/perlref.pod
2701              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
2702              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
2703              pod/perlvar.pod
2704      Branch: maint-5.004/perl
2705            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2706            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2707            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2708            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2709            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2710            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2711            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2712            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2713            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
2714            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
2715 ____________________________________________________________________________
2716 [  1151] By: nick                                  on 1998/06/19  15:38:28
2717         Log: Resolve latest
2718      Branch: ansiperl
2719           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
2720           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
2721           !> sv.c t/TEST
2722 ____________________________________________________________________________
2723 [  1150] By: gsar                                  on 1998/06/18  20:43:07
2724         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
2725              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
2726              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2727              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
2728      Branch: perl
2729            ! hints/powerux.sh
2730 ____________________________________________________________________________
2731 [  1149] By: gsar                                  on 1998/06/18  20:41:30
2732         Log: hand apply whitespace-mutiliated patch
2733              From: joshua.pritikin@db.com
2734              Date: Mon, 15 Jun 1998 09:21:36 -0400
2735              Message-Id: <H00000e50007289b@MHS>
2736              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
2737      Branch: perl
2738            ! av.c
2739 ____________________________________________________________________________
2740 [  1148] By: gsar                                  on 1998/06/18  20:33:59
2741         Log: hand apply whitespace-mutiliated and reversed patch
2742              Date: Tue, 16 Jun 1998 16:31:40 -0400
2743              From: Les Peters <lpeters@aol.net>
2744              Message-Id: <199806162031.QAA08202@ds9>
2745              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
2746      Branch: perl
2747            ! ext/Socket/Socket.xs
2748 ____________________________________________________________________________
2749 [  1147] By: gsar                                  on 1998/06/18  20:26:59
2750         Log: close child pipe in t/TEST, other cosmetic tweaks
2751      Branch: perl
2752            ! t/TEST
2753 ____________________________________________________________________________
2754 [  1146] By: gsar                                  on 1998/06/18  19:37:41
2755         Log: back out problematic change#1105, tweak perlsub.pod
2756      Branch: perl
2757            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
2758            ! pp_ctl.c proto.h sv.c
2759 ____________________________________________________________________________
2760 [  1145] By: nick                                  on 1998/06/18  19:31:07
2761         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
2762      Branch: ansiperl
2763           +> configure.com ext/DB_File/dbinfo
2764           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
2765           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
2766           +> vms/subconfigure.com
2767            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
2768            - vms/fndvers.com
2769           !> (integrate 499 files)
2770 ____________________________________________________________________________
2771 [  1144] By: gsar                                  on 1998/06/18  16:35:11
2772         Log: fix spurious cxstack_max init that trampled memory
2773      Branch: perl
2774            ! perl.c
2775 ____________________________________________________________________________
2776 [  1143] By: gsar                                  on 1998/06/18  16:33:01
2777         Log: fix memory leaks and uninitialized memory accesses found by Purify
2778      Branch: perl
2779            ! doio.c perl.c regexec.c sv.c
2780 ____________________________________________________________________________
2781 [  1142] By: gsar                                  on 1998/06/18  16:28:48
2782         Log: fix off-by-one that trampled memory in re_croak2()
2783      Branch: perl
2784            ! regcomp.c
2785 ____________________________________________________________________________
2786 [  1141] By: gsar                                  on 1998/06/18  16:26:59
2787         Log: fix AutoLoader to do the right thing when there are relative paths
2788              in @INC
2789      Branch: perl
2790            ! lib/AutoLoader.pm
2791 ____________________________________________________________________________
2792 [  1140] By: gsar                                  on 1998/06/18  16:22:47
2793         Log: fix Makefile.SH typo
2794      Branch: perl
2795            ! Makefile.SH
2796 ____________________________________________________________________________
2797 [  1139] By: gsar                                  on 1998/06/17  18:06:16
2798         Log: 5.004_67 niggles
2799      Branch: perl
2800            ! Makefile.SH op.c
2801
2802 ----------------
2803 Version 5.004_67
2804 ----------------
2805
2806 ____________________________________________________________________________
2807 [  1138] By: gsar                                  on 1998/06/15  10:09:27
2808         Log: up patchlevel.h to 67, other small tweaks
2809      Branch: perl
2810            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
2811            ! win32/Makefile win32/config_H.bc win32/config_H.gc
2812            ! win32/config_H.vc win32/makefile.mk
2813 ____________________________________________________________________________
2814 [  1137] By: gsar                                  on 1998/06/15  09:08:57
2815         Log: tweaks to get PERL_OBJECT building again; passes tests
2816      Branch: perl
2817            ! ObjXSub.h objpp.h proto.h
2818 ____________________________________________________________________________
2819 [  1136] By: gsar                                  on 1998/06/15  08:51:54
2820         Log: back out previous change (it breaks PERL_OBJECT)
2821      Branch: perl
2822            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
2823            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
2824            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
2825 ____________________________________________________________________________
2826 [  1135] By: gsar                                  on 1998/06/15  05:32:01
2827         Log: added patch, fixed typo, reworked documentation
2828              Message-Id: <H00000e500071aa3@MHS>
2829              Date:    Sun, 14 Jun 1998 14:03:15 EDT
2830              From:    joshua.pritikin@db.com
2831              Subject: [PATCH 5.004_66] JMPENV!
2832      Branch: perl
2833            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
2834            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
2835            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
2836 ____________________________________________________________________________
2837 [  1134] By: gsar                                  on 1998/06/15  04:07:18
2838         Log: various win32 odds and ends
2839              - added support for waitpid(), open2/open3, and a bugfix for kill()
2840              from Ronald Schmidt <RonaldWS@aol.com>
2841              - tweak testsuite mods of above
2842              - regenerate win32/config_H.?c
2843              - change kill() to win32_kill() and export it
2844              - coalesce common code in win32.c
2845              - add PerlProc_waitpid() and export win32_waitpid()
2846              result builds and passes on the three win32 compilers
2847      Branch: perl
2848            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
2849            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
2850            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2851            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
2852            ! win32/win32.c win32/win32iop.h
2853 ____________________________________________________________________________
2854 [  1133] By: gsar                                  on 1998/06/15  01:39:13
2855         Log: newer Getopt/Long.pm from public distribution cited in:
2856              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
2857              Date:    14 Jun 1998 15:15:28 +0200
2858              From:    Johan Vromans <jvromans@squirrel.nl>
2859              Subject: Getopt::Long version 2.17 released
2860      Branch: perl
2861            ! lib/Getopt/Long.pm
2862 ____________________________________________________________________________
2863 [  1132] By: gsar                                  on 1998/06/15  01:37:12
2864         Log: documentation update from tchrist
2865              Message-Id: <199806140419.WAA20549@chthon.perl.com>
2866              Date:    Sat, 13 Jun 1998 22:19:32 MDT
2867              From:    Tom Christiansen <tchrist@chthon.perl.com>
2868              Subject: doc patches
2869      Branch: perl
2870            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
2871            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2872            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2873            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2874            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
2875            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
2876            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
2877            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
2878            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
2879            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
2880 ____________________________________________________________________________
2881 [  1131] By: gsar                                  on 1998/06/14  19:33:36
2882         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
2883              From: Roderick Schertler <roderick@argon.org>
2884              Subject: [PATCH] Re: Exceptions in IPC::Open2
2885              Date: 12 Jun 1998 13:24:15 -0400
2886      Branch: perl
2887            ! lib/IPC/Open3.pm
2888 ____________________________________________________________________________
2889 [  1130] By: gsar                                  on 1998/06/14  19:32:25
2890         Log: fixup MANIFEST
2891      Branch: perl
2892            ! MANIFEST
2893 ____________________________________________________________________________
2894 [  1129] By: gsar                                  on 1998/06/14  18:51:53
2895         Log: various win32 fixes
2896              - fixes that silence VC noises about dup exports, non-default libs, and
2897              unsupported *.def file directives
2898              - s/inplace/inplace_label/ malloc.c
2899              - update Config{usemymalloc} based on d_mymalloc
2900              - export Perl_*Vars
2901              - fix makefiles to not build miniperl.exe twice, and to make it properly
2902              when defaults are changed
2903      Branch: perl
2904            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
2905            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
2906            ! win32/makefile.mk win32/perllib.c win32/win32.h
2907 ____________________________________________________________________________
2908 [  1128] By: gsar                                  on 1998/06/14  01:38:39
2909         Log: remove unused global `scrgv'
2910      Branch: perl
2911            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
2912 ____________________________________________________________________________
2913 [  1127] By: nick                                  on 1998/06/13  08:39:07
2914         Log: Move specialsv_list to embed.sym, regen embed*.h
2915      Branch: win32/perl
2916            ! embed.h embedvar.h global.sym interp.sym
2917 ____________________________________________________________________________
2918 [  1126] By: gsar                                  on 1998/06/12  07:23:06
2919         Log: From: jan.dubois@ibm.net (Jan Dubois)
2920              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
2921              Date: Thu, 11 Jun 1998 21:13:31 +0200
2922              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
2923      Branch: perl
2924            ! win32/makedef.pl win32/win32.c win32/win32iop.h
2925 ____________________________________________________________________________
2926 [  1125] By: gsar                                  on 1998/06/12  07:21:29
2927         Log: added patch, undo earlier workaround
2928              From: jan.dubois@ibm.net (Jan Dubois)
2929              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
2930              Date: Thu, 11 Jun 1998 20:28:36 +0200
2931              Message-ID: <35831f69.4975644@smtp1.ibm.net>
2932      Branch: perl
2933            ! perl.c util.c
2934 ____________________________________________________________________________
2935 [  1124] By: gsar                                  on 1998/06/12  07:16:12
2936         Log: hand-applied patch with wrapped lines
2937              From: "Douglas Lankshear" <dougl@ActiveState.com>
2938              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
2939              Date: Thu, 11 Jun 1998 11:06:33 -0700
2940              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
2941      Branch: perl
2942            ! win32/win32.c
2943 ____________________________________________________________________________
2944 [  1123] By: gsar                                  on 1998/06/12  07:07:25
2945         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
2946              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2947              Subject: [PATCH 5.004_66] Config_66-01-02.diff
2948              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
2949      Branch: perl
2950            ! Configure
2951 ____________________________________________________________________________
2952 [  1122] By: gsar                                  on 1998/06/12  07:06:02
2953         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
2954              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
2955              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2956              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
2957      Branch: perl
2958            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
2959            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
2960            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
2961            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
2962 ____________________________________________________________________________
2963 [  1121] By: gsar                                  on 1998/06/12  07:01:20
2964         Log: a tweaked version of:
2965              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
2966              Date: Fri, 12 Jun 1998 01:26:53 +0200
2967              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
2968              Subject: Re: Misparsing s///x
2969      Branch: perl
2970            ! pod/perlre.pod
2971 ____________________________________________________________________________
2972 [  1120] By: gsar                                  on 1998/06/12  06:51:08
2973         Log: applied patch, with indentation tweaks
2974              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2975              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
2976              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
2977              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
2978      Branch: perl
2979            ! regcomp.c regcomp.h regexec.c
2980 ____________________________________________________________________________
2981 [  1119] By: gsar                                  on 1998/06/11  17:42:07
2982         Log: make REG_INFTY default to something saner when sizeof(short) > 2
2983              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
2984              Date:    Thu, 11 Jun 1998 11:50:07 EDT
2985              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
2986              Subject: Re: [PATCH for tests] Regexp fails on long string 
2987      Branch: perl
2988            ! regcomp.h
2989 ____________________________________________________________________________
2990 [  1118] By: gsar                                  on 1998/06/11  07:09:06
2991         Log: regen embedvar.h
2992      Branch: perl
2993            ! embedvar.h
2994 ____________________________________________________________________________
2995 [  1117] By: gsar                                  on 1998/06/11  06:45:52
2996         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2997              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
2998              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
2999              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
3000      Branch: perl
3001            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
3002            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
3003 ____________________________________________________________________________
3004 [  1116] By: gsar                                  on 1998/06/11  06:35:54
3005         Log: misc win32 fixes
3006              From: "Douglas Lankshear" <dougl@ActiveState.com>
3007              Subject: [PATCH 5.004_66]
3008              Date: Wed, 10 Jun 1998 11:28:27 -0700
3009              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
3010      Branch: perl
3011            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
3012 ____________________________________________________________________________
3013 [  1115] By: gsar                                  on 1998/06/11  06:33:21
3014         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
3015              Date: Wed, 10 Jun 1998 00:53:25 +0200
3016              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3017              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
3018      Branch: perl
3019            ! Makefile.SH
3020 ____________________________________________________________________________
3021 [  1114] By: gsar                                  on 1998/06/11  06:31:34
3022         Log: back out change#1111 and add alternative patch:
3023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3024              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
3025              Subject: Re: PATCH for study/foo/
3026              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
3027      Branch: perl
3028            ! pp.c sv.c
3029 ____________________________________________________________________________
3030 [  1113] By: gsar                                  on 1998/06/11  02:59:23
3031         Log: fix outdated bytecode.pl
3032      Branch: perl
3033            ! bytecode.h bytecode.pl byterun.c byterun.h
3034 ____________________________________________________________________________
3035 [  1112] By: gsar                                  on 1998/06/10  07:56:06
3036         Log: Added patch, regenerated perly.c and perly.c.diff
3037              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
3038              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
3039              From: Stephen McCamant <alias@mcs.com>
3040              Subject: [PATCH] too many RV2GVs in *foo{THING}
3041      Branch: perl
3042            ! perly.c perly.c.diff perly.y t/op/gv.t
3043 ____________________________________________________________________________
3044 [  1111] By: gsar                                  on 1998/06/10  07:40:30
3045         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3046              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
3047              Subject: Re: PATCH for study/foo/
3048              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
3049      Branch: perl
3050            ! pp.c
3051 ____________________________________________________________________________
3052 [  1110] By: gsar                                  on 1998/06/10  07:37:04
3053         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3054              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
3055              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
3056              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
3057      Branch: perl
3058            ! pod/perldebug.pod
3059 ____________________________________________________________________________
3060 [  1109] By: gsar                                  on 1998/06/10  07:35:29
3061         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3062              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
3063              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
3064              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
3065      Branch: perl
3066            ! regcomp.h
3067 ____________________________________________________________________________
3068 [  1108] By: gsar                                  on 1998/06/10  07:31:25
3069         Log: Added patch, tweaked other places affected by name change
3070              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
3071              Date: Wed, 10 Jun 1998 00:54:17 +0200
3072              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3073              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
3074      Branch: perl
3075           +> ext/DynaLoader/DynaLoader_pm.PL
3076            - ext/DynaLoader/DynaLoader.pm.PL
3077            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
3078            ! win32/makefile.mk
3079 ____________________________________________________________________________
3080 [  1107] By: gsar                                  on 1998/06/10  07:24:20
3081         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
3082              Date: Wed, 10 Jun 1998 00:53:42 +0200
3083              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3084              Subject: [PATCH for _66] new version of README.dos
3085      Branch: perl
3086            ! README.dos
3087 ____________________________________________________________________________
3088 [  1106] By: gsar                                  on 1998/06/10  07:22:31
3089         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
3090              Date: Wed, 10 Jun 1998 00:54:04 +0200
3091              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
3092              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
3093      Branch: perl
3094            ! t/op/taint.t
3095 ____________________________________________________________________________
3096 [  1105] By: gsar                                  on 1998/06/10  07:21:21
3097         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
3098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3099              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
3100              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
3101              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
3102      Branch: perl
3103            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
3104            ! perlvars.h pp_ctl.c proto.h sv.c
3105 ____________________________________________________________________________
3106 [  1104] By: gsar                                  on 1998/06/10  07:06:01
3107         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3108              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
3109              Subject: Lost chunk of RE jumbo patch
3110              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
3111      Branch: perl
3112            + t/op/regexp_noamp.t
3113 ____________________________________________________________________________
3114 [  1103] By: gsar                                  on 1998/06/10  07:04:20
3115         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3116              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
3117              Subject: [PATCH 5.004_66] Combined OS/2 support
3118              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
3119      Branch: perl
3120            ! os2/Changes os2/diff.configure os2/os2.c
3121 ____________________________________________________________________________
3122 [  1102] By: gsar                                  on 1998/06/10  07:00:08
3123         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
3124              Date:    Fri, 13 Mar 1998 20:03:52 EST
3125              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3126              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
3127      Branch: perl
3128            ! lib/Pod/Html.pm
3129 ____________________________________________________________________________
3130 [  1101] By: gsar                                  on 1998/06/10  06:55:20
3131         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3132              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
3133              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
3134      Branch: perl
3135            ! regexec.c
3136 ____________________________________________________________________________
3137 [  1100] By: gsar                                  on 1998/06/10  06:52:50
3138         Log: updated MANIFEST for previous change
3139      Branch: perl
3140            ! MANIFEST
3141 ____________________________________________________________________________
3142 [  1099] By: gsar                                  on 1998/06/10  06:51:08
3143         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
3144              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
3145              Date: Fri, 05 Jun 1998 11:08:40 -0700
3146              From: Dan Sugalski <sugalskd@osshe.edu>
3147              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
3148      Branch: perl
3149            + t/base/rs.t
3150            ! perl.h pod/perlvar.pod sv.c
3151 ____________________________________________________________________________
3152 [  1098] By: gsar                                  on 1998/06/10  06:36:59
3153         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
3154              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
3155              Subject: [PATCH fror 5.004_66] DB_File-1.60
3156              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
3157      Branch: perl
3158            + ext/DB_File/dbinfo
3159            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
3160            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
3161            ! t/lib/db-hash.t t/lib/db-recno.t
3162 ____________________________________________________________________________
3163 [  1097] By: gsar                                  on 1998/06/10  06:33:16
3164         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
3165              Date: Thu, 4 Jun 1998 13:47:31 -0400
3166              From: Chip Salzenberg <chip@perl.org>
3167              Subject: [PATCH] Invalidate method cache on C<local *subname>
3168      Branch: perl
3169            ! scope.c t/op/method.t
3170 ____________________________________________________________________________
3171 [  1096] By: gsar                                  on 1998/06/10  06:30:51
3172         Log: From: Norton Allen <allen@huarp.harvard.edu>
3173              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
3174              Subject: [PATCH] _66 MM_Unix.pm for QNX
3175              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
3176      Branch: perl
3177            ! lib/ExtUtils/MM_Unix.pm
3178 ____________________________________________________________________________
3179 [  1095] By: gsar                                  on 1998/06/10  06:29:21
3180         Log: From: Norton Allen <allen@huarp.harvard.edu>
3181              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
3182              Subject: [PATCH] _66 proto.h
3183              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
3184      Branch: perl
3185            ! proto.h
3186 ____________________________________________________________________________
3187 [  1094] By: gsar                                  on 1998/06/10  06:26:39
3188         Log: Applied relevant parts of:
3189              From: Paul Johnson <pjcj@transeda.com>
3190              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
3191              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
3192              Subject: [PATCH] Enhancing xsubpp's support for C++
3193      Branch: perl
3194            ! lib/ExtUtils/xsubpp
3195 ____________________________________________________________________________
3196 [  1093] By: gsar                                  on 1998/06/10  06:22:54
3197         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
3198              Date: Wed, 3 Jun 1998 11:22:19 -0500
3199              From: Graham Barr <gbarr@ti.com>
3200              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
3201      Branch: perl
3202            ! pp_sys.c
3203 ____________________________________________________________________________
3204 [  1092] By: gsar                                  on 1998/06/10  06:20:44
3205         Log: Message-Id: <199806030919.KAA03527@sale-wts>
3206              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
3207              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
3208              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
3209      Branch: perl
3210            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
3211 ____________________________________________________________________________
3212 [  1091] By: gsar                                  on 1998/06/10  06:18:42
3213         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
3214              Date: Mon, 01 Jun 1998 12:22:29 -0700
3215              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
3216              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
3217      Branch: perl
3218            ! proto.h
3219 ____________________________________________________________________________
3220 [  1090] By: gsar                                  on 1998/06/10  06:14:24
3221         Log: A tweaked version of:
3222              Date: Mon, 1 Jun 1998 12:05:47 -0700
3223              From: SYSTEM@cedar.osshe.edu
3224              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
3225              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
3226      Branch: perl
3227            ! ext/SDBM_File/sdbm/Makefile.PL
3228 ____________________________________________________________________________
3229 [  1089] By: gsar                                  on 1998/06/10  05:58:00
3230         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
3231              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
3232              From: Stephen McCamant <alias@mcs.com>
3233              Subject: [PATCH] Re: Uninitialised error from -M()
3234      Branch: perl
3235            ! op.c t/op/stat.t
3236 ____________________________________________________________________________
3237 [  1088] By: gsar                                  on 1998/06/10  05:55:24
3238         Log: Date: Sat, 30 May 1998 08:07:01 -0400
3239              From: lvirden@cas.org (Larry Virden)
3240              Message-Id: <199805301207.IAA08856@cas.org>
3241              Subject: PATCH for pod and warning notice
3242      Branch: perl
3243            ! pod/perlguts.pod
3244 ____________________________________________________________________________
3245 [  1087] By: gsar                                  on 1998/06/10  05:52:05
3246         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3247              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
3248              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
3249              Subject: [PATCH 5.004_66] Config_66-01
3250      Branch: perl
3251            ! Configure MANIFEST Porting/Glossary Porting/config.sh
3252            ! Porting/config_H config_h.SH
3253 ____________________________________________________________________________
3254 [  1086] By: gsar                                  on 1998/06/10  05:46:38
3255         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
3256              Date: Mon, 08 Jun 1998 16:13:14 -0700
3257              From: Dan Sugalski <sugalskd@osshe.edu>
3258              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
3259      Branch: perl
3260            ! ext/Thread/Thread/Semaphore.pm
3261 ____________________________________________________________________________
3262 [  1085] By: gsar                                  on 1998/06/10  05:44:44
3263         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
3264              Date: Mon, 08 Jun 1998 16:10:02 -0700
3265              From: Dan Sugalski <sugalskd@osshe.edu>
3266              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
3267      Branch: perl
3268            - vms/descrip.mms
3269            ! ext/Thread/Thread/Queue.pm
3270 ____________________________________________________________________________
3271 [  1084] By: gsar                                  on 1998/06/10  05:38:11
3272         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
3273              Date: Mon, 08 Jun 1998 15:38:28 -0700
3274              From: Dan Sugalski <sugalskd@osshe.edu>
3275              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
3276      Branch: perl
3277            + configure.com vms/descrip_mms.template vms/munchconfig.c
3278            + vms/subconfigure.com
3279            - vms/config.vms vms/fndvers.com
3280            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
3281 ____________________________________________________________________________
3282 [  1083] By: gsar                                  on 1998/06/10  05:07:04
3283         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
3284              variant of:
3285              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
3286              Date:    Sat, 13 Dec 1997 07:31:02 EST
3287              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3288              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
3289      Branch: perl
3290            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
3291 ____________________________________________________________________________
3292 [  1082] By: gsar                                  on 1998/06/10  04:52:26
3293         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
3294              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
3295      Branch: perl
3296            ! malloc.c
3297 ____________________________________________________________________________
3298 [  1081] By: gsar                                  on 1998/06/10  03:45:10
3299         Log: reverse integrate contents of win32 branch into mainline
3300      Branch: perl
3301           !> (integrate 44 files)
3302 ____________________________________________________________________________
3303 [  1080] By: gsar                                  on 1998/06/09  17:37:55
3304         Log: `p4 integrate -b ASPerl && p4 resolve -at`
3305      Branch: asperl
3306           !> (integrate 43 files)
3307 ____________________________________________________________________________
3308 [  1079] By: gsar                                  on 1998/06/09  00:59:06
3309         Log: add examples of diff(1) usage
3310      Branch: win32/perl
3311            ! Porting/patching.pod
3312 ____________________________________________________________________________
3313 [  1078] By: gsar                                  on 1998/06/09  00:52:23
3314         Log: undo change#1077
3315      Branch: win32/perl
3316            ! sv.c
3317 ____________________________________________________________________________
3318 [  1077] By: gsar                                  on 1998/06/06  16:47:32
3319         Log: make sv_setsv() treat freed SVs like SVt_NULL
3320      Branch: win32/perl
3321            ! sv.c
3322 ____________________________________________________________________________
3323 [  1076] By: gsar                                  on 1998/06/05  19:03:14
3324         Log: delete undiscussed AS changes for PPD (broke .packlist
3325              mechanism)
3326      Branch: win32/perl
3327            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3328 ____________________________________________________________________________
3329 [  1075] By: gsar                                  on 1998/06/05  18:18:44
3330         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
3331              with the xsubpp-generated symbol)
3332      Branch: win32/perl
3333            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
3334            ! win32/dl_win32.xs
3335 ____________________________________________________________________________
3336 [  1074] By: gsar                                  on 1998/06/04  22:45:18
3337         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
3338      Branch: win32/perl
3339            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
3340            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
3341 ____________________________________________________________________________
3342 [  1073] By: nick                                  on 1998/06/04  17:18:14
3343         Log: resolve -at win32 branch into ansiperl
3344      Branch: ansiperl
3345           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
3346           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
3347           +> t/lib/h2ph.t win32/GenCAPI.pl
3348           !> (integrate 127 files)
3349 ____________________________________________________________________________
3350 [  1072] By: gsar                                  on 1998/06/04  01:49:24
3351         Log: document CORE::GLOBAL:: and global overriding, fix up
3352              File::DosGlob, testsuited and all
3353      Branch: win32/perl
3354            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
3355 ____________________________________________________________________________
3356 [  1071] By: gsar                                  on 1998/06/03  22:12:55
3357         Log: add AS patch#24, remove one other instance of error_no
3358              that was missed (patch#23 was intentionally skipped)
3359      Branch: win32/perl
3360            ! embedvar.h globals.c perlvars.h win32/makedef.pl
3361            ! win32/runperl.c
3362 ____________________________________________________________________________
3363 [  1070] By: gsar                                  on 1998/06/01  19:42:06
3364         Log: fix Liblist.pm to tolerate backslashen in paths
3365      Branch: win32/perl
3366            ! lib/ExtUtils/Liblist.pm
3367 ____________________________________________________________________________
3368 [  1069] By: gsar                                  on 1998/06/01  07:43:02
3369         Log: @INC construction on win32 cleaned up
3370              - perl.dll location based paths should be much more reliable now
3371              - registry stuff unchanged
3372              - Config.pm now has all the installfoolib entries for MakeMaker et al
3373      Branch: win32/perl
3374            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3375            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3376            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
3377            ! win32/runperl.c win32/win32.c win32/win32.h
3378 ____________________________________________________________________________
3379 [  1068] By: gsar                                  on 1998/05/31  21:52:18
3380         Log: semctl tweak
3381              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
3382              Date:    Sun, 31 May 1998 16:27:33 CDT
3383              From:    Graham Barr <gbarr@pobox.com>
3384              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
3385      Branch: win32/perl
3386            ! doio.c
3387 ____________________________________________________________________________
3388 [  1067] By: gsar                                  on 1998/05/31  21:07:44
3389         Log: minimal fix to enable compiling with -DMULTIPLICITY
3390              (non-threadsafe regcomp.c globals need revisiting)
3391      Branch: win32/perl
3392            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
3393            ! win32/GenCAPI.pl win32/makedef.pl
3394 ____________________________________________________________________________
3395 [  1066] By: gsar                                  on 1998/05/30  21:35:37
3396         Log: integrate mainline changes (ASPerl branch is identical to
3397              win32 branch as of this change)
3398      Branch: asperl
3399           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
3400           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
3401           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
3402           !> win32/config.gc win32/config.vc win32/config_H.bc
3403           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
3404 ____________________________________________________________________________
3405 [  1065] By: gsar                                  on 1998/05/30  21:13:06
3406         Log: change#1060 was inexplicably missing some of the "ensure
3407              AS stuff does no harm" fixes
3408      Branch: win32/perl
3409            ! embed.h global.sym win32/Makefile win32/makefile.mk
3410 ____________________________________________________________________________
3411 [  1064] By: gsar                                  on 1998/05/30  21:10:27
3412         Log: integrate mainline to pick up trivial changes
3413      Branch: win32/perl
3414           !> MANIFEST pp_sys.c
3415
3416 ----------------
3417 Version 5.004_66
3418 ----------------
3419
3420 ____________________________________________________________________________
3421 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
3422         Log: Remove duplicate win32/TEST line from MANIFEST.
3423      Branch: perl
3424            ! MANIFEST
3425 ____________________________________________________________________________
3426 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
3427         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
3428      Branch: perl
3429            ! pp_sys.c
3430 ____________________________________________________________________________
3431 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
3432         Log: Integrate from win32 branch into mainline (this now pulls in the
3433              asperl stuff).
3434      Branch: perl
3435           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
3436           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
3437           +> t/lib/h2ph.t win32/GenCAPI.pl
3438           !> (integrate 104 files)
3439 ____________________________________________________________________________
3440 [  1060] By: gsar                                  on 1998/05/29  11:05:50
3441         Log: reverse integrate asperl branch contents (phew!)
3442              - various fixups to ensure AS stuff does no harm
3443              - adjust win32/makefiles for the new directory layout (new layout
3444              looks rather a muddle--needs rework)
3445              - verified build & test on NT and Solaris/gcc
3446      Branch: win32/perl
3447           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
3448           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
3449            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
3450            ! win32/config.bc win32/config.gc win32/config.vc
3451            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3452            ! win32/makefile.mk
3453           !> (integrate 77 files)
3454 ____________________________________________________________________________
3455 [  1059] By: gsar                                  on 1998/05/29  08:33:56
3456         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
3457      Branch: asperl
3458            ! util.c
3459 ____________________________________________________________________________
3460 [  1058] By: gsar                                  on 1998/05/29  08:31:09
3461         Log: type xtext for *.t that were missing it
3462      Branch: asperl
3463            ! t/lib/thread.t t/op/nothread.t
3464 ____________________________________________________________________________
3465 [  1057] By: gsar                                  on 1998/05/29  08:28:46
3466         Log: stray t/op/ipc*.t fixups
3467      Branch: win32/perl
3468            ! t/op/ipcmsg.t t/op/ipcsem.t
3469 ____________________________________________________________________________
3470 [  1056] By: gsar                                  on 1998/05/29  07:41:49
3471         Log: fixups to make it build and pass tests under both compilers
3472      Branch: asperl
3473            ! ObjXSub.h objpp.h proto.h
3474 ____________________________________________________________________________
3475 [  1055] By: gsar                                  on 1998/05/29  07:22:51
3476         Log: integrate mainline changes
3477      Branch: asperl
3478           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3479           !> (integrate 69 files)
3480      Branch: win32/perl
3481            ! Todo.5.005 pod/perldelta.pod
3482 ____________________________________________________________________________
3483 [  1054] By: gsar                                  on 1998/05/29  05:04:03
3484         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
3485      Branch: win32/perl
3486            ! t/lib/h2ph.t
3487 ____________________________________________________________________________
3488 [  1053] By: gsar                                  on 1998/05/29  05:01:54
3489         Log: misc changes
3490              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
3491              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
3492      Branch: win32/perl
3493            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
3494            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
3495            ! x2p/util.c x2p/util.h
3496 ____________________________________________________________________________
3497 [  1052] By: gsar                                  on 1998/05/29  02:31:44
3498         Log: merge changes#1014,1038 from maintbranch
3499      Branch: win32/perl
3500            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3501            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
3502            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
3503            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
3504            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
3505            ! t/io/pipe.t utils/h2ph.PL
3506 ____________________________________________________________________________
3507 [  1051] By: gsar                                  on 1998/05/29  01:38:51
3508         Log: regenerate win32/config_H.?c
3509      Branch: win32/perl
3510            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3511 ____________________________________________________________________________
3512 [  1050] By: gsar                                  on 1998/05/29  01:32:41
3513         Log: integrate mainline
3514      Branch: win32/perl
3515            ! win32/Makefile win32/makefile.mk
3516           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
3517           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
3518           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
3519           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
3520           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
3521           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
3522 ____________________________________________________________________________
3523 [  1049] By: gsar                                  on 1998/05/29  00:57:05
3524         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
3525              all tests
3526      Branch: asperl
3527            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
3528            ! win32/win32.h win32/win32iop.h
3529 ____________________________________________________________________________
3530 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
3531         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
3532              in change 1043 clashed badly with changes made in the win32
3533              branch. I did an accept on the win32 branch version for now.
3534      Branch: perl
3535           +> t/op/die.t
3536           !> (integrate 52 files)
3537 ____________________________________________________________________________
3538 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
3539         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3540              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
3541              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
3542              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
3543              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
3544      Branch: perl
3545            ! Configure MANIFEST Porting/Glossary Porting/config.sh
3546            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
3547            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
3548            ! win32/config.bc win32/config.gc win32/config.vc
3549 ____________________________________________________________________________
3550 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
3551         Log: Back out change 1043 since Andy's forthcoming Config patch
3552              includes a modified version.
3553      Branch: perl
3554            ! Configure config_h.SH doio.c perl.h
3555 ____________________________________________________________________________
3556 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
3557         Log: Bump patchlevel.h to 66.
3558      Branch: perl
3559            ! patchlevel.h
3560 ____________________________________________________________________________
3561 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
3562         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
3563              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
3564              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
3565              (above minus the t/system.t test pending checking)
3566              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
3567              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
3568              Subject: [PATCH] _65 and _04 <DOC> patching.pod
3569              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
3570      Branch: perl
3571            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
3572 ____________________________________________________________________________
3573 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
3574         Log: This change really is:
3575              Subject: [PATCH] 5.004_65: the infamous semctl()
3576              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
3577              From: Jarkko Hietaniemi <jhi@iki.fi>
3578              
3579              Change 1041 claimed to be this patch but was really:
3580              Subject: [PATCH] 5.004_65: t/op/ipc*.t
3581              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
3582              From: Jarkko Hietaniemi <jhi@iki.fi>
3583      Branch: perl
3584            ! Configure config_h.SH doio.c perl.h
3585 ____________________________________________________________________________
3586 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
3587         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3588              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
3589              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
3590              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
3591              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
3592      Branch: perl
3593            ! Configure INSTALL Porting/Glossary Porting/config.sh
3594            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
3595            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
3596            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
3597 ____________________________________________________________________________
3598 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
3599         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
3600              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
3601              From: Jarkko Hietaniemi <jhi@iki.fi>
3602      Branch: perl
3603            ! t/op/ipcmsg.t t/op/ipcsem.t
3604 ____________________________________________________________________________
3605 [  1040] By: gsar                                  on 1998/05/28  02:06:47
3606         Log: tweaks to enable Borland build
3607      Branch: asperl
3608            ! win32/makefile.mk win32/win32.c
3609 ____________________________________________________________________________
3610 [  1039] By: gsar                                  on 1998/05/27  23:29:22
3611         Log: remove C<#define index strchr> from win32.h (unused, and the
3612              pollution causes spurious variable name changes in extensions)
3613      Branch: win32/perl
3614            ! win32/win32.h
3615 ____________________________________________________________________________
3616 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
3617         Log: Assorted patches:
3618              
3619              ------  BUILD PROCESS  ------
3620              
3621              Title:  "add utilities to make test dependencies"
3622              From:  Robin Barker <rmb1@cise.npl.co.uk>
3623              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
3624              Files:  Makefile.SH
3625              
3626              Title:  "Add 'make nok' complement to 'make ok'"
3627              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3628              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
3629              Files:  Makefile.SH
3630              
3631              Title:  "further h2ph patches (add enum support)"
3632              From:  Billy <wdconsta@cs.adelaide.edu.au>
3633              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
3634              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
3635              
3636              ------  CORE LANGUAGE  ------
3637              
3638              Title:  "Fix %! error spelling and add perldiag.pod entry"
3639              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
3640              Msg-ID:  <19980524193101.A573@pobox.com>
3641              Files:  pod/perldiag.pod gv.c
3642              
3643              Title:  "Remove obsolete Win32 uppercasing ENV code"
3644              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3645              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
3646              Files:  perl.c
3647              
3648              Title:  "Don't mung $! on implicit close"
3649              From:  Chip Salzenberg <chip@perl.org>
3650              Msg-ID:  <19980525113309.A15845@perlsupport.com>
3651              Files:  doio.c
3652              
3653              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
3654              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3655              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
3656              Files:  doio.c
3657              
3658              ------  DOCUMENTATION  ------
3659              
3660              Title:  "doc patch: you canna return an array ( list context: || vs or)"
3661              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
3662              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
3663              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
3664              
3665              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
3666              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3667              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
3668              Files:  pod/perlop.pod pod/perlre.pod
3669              
3670              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
3671              with /g does list context get matches without parens"
3672              From:  Greg Chapman <glc@well.com>, Tom Christiansen
3673              <tchrist@jhereg.perl.com>, Tom Phoenix
3674              <rootbeer@teleport.com>
3675              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
3676              <199805231559.JAA21316@jhereg.perl.com>,
3677              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
3678              Files:  pod/perlop.pod
3679              
3680              Title:  "Documenting last/next/redo even further"
3681              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
3682              <rootbeer@teleport.com>
3683              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
3684              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
3685              Files:  pod/perlfunc.pod
3686              
3687              Title:  "Documenting last/next/redo within continue block"
3688              From:  Tom Phoenix <rootbeer@teleport.com>
3689              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
3690              Files:  pod/perlfunc.pod
3691              
3692              Title:  "Document stat return in scalar context"
3693              From:  Mark-Jason Dominus <mjd@plover.com>
3694              Files:  pod/perlfunc.pod
3695              
3696              ------  EXTENSIONS  ------
3697              
3698              Title:  "Better LD_RUN_PATH handling on IRIX"
3699              From:  "W. Phillip Moore" <wpm@ms.com>
3700              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
3701              Files:  lib/ExtUtils/MM_Unix.pm
3702              
3703              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
3704              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3705              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
3706              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
3707              
3708              ------  LIBRARY  ------
3709              
3710              Title:  "Fix FileHandle.pm example bug"
3711              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
3712              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
3713              Files:  lib/FileHandle.pm
3714              
3715              Title:  "Add zero/negative $count docs for Benchmark.pm"
3716              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3717              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
3718              Files:  lib/Benchmark.pm
3719              
3720              ------  PORTABILITY - GENERAL  ------
3721              
3722              Title:  "Add test suite recommendations to Porting/patching.pod"
3723              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
3724              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
3725              Files:  Porting/patching.pod
3726              
3727              ------  TESTS  ------
3728              
3729              Title:  "Fix looping bug in t/io/pipe.t"
3730              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3731              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
3732              Files:  t/io/pipe.t
3733      Branch: maint-5.004/perl
3734            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
3735            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
3736            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
3737            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
3738            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
3739            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
3740            ! utils/h2ph.PL
3741 ____________________________________________________________________________
3742 [  1037] By: gsar                                  on 1998/05/27  16:18:30
3743         Log: add AS patch#22 (fix to make die_exit.t pass)
3744      Branch: asperl
3745            ! win32/runperl.c
3746 ____________________________________________________________________________
3747 [  1036] By: gsar                                  on 1998/05/27  12:50:34
3748         Log: add AS patch#21 (misc. fixes)
3749      Branch: asperl
3750            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
3751            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
3752            ! win32/win32.c win32/win32sck.c
3753 ____________________________________________________________________________
3754 [  1035] By: gsar                                  on 1998/05/26  17:26:17
3755         Log: more changes to satisfy non-debug VC build (C-API doesn't
3756              build, and the testsuite still won't run)
3757      Branch: asperl
3758            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
3759            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
3760 ____________________________________________________________________________
3761 [  1034] By: gsar                                  on 1998/05/26  17:20:22
3762         Log: remove doubled hunk (perforce auto-integrate oddity)
3763      Branch: win32/perl
3764            ! pod/perldiag.pod
3765 ____________________________________________________________________________
3766 [  1033] By: gsar                                  on 1998/05/26  13:39:14
3767         Log: tweaks to make it build with the Borland compiler.  Won't run
3768              testsuite because @INC intuition from location of perlcore.dll seems
3769              to be broken.  Also, system() and qx// seem broken as well.
3770      Branch: asperl
3771            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
3772            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
3773            ! regexec.c toke.c
3774 ____________________________________________________________________________
3775 [  1032] By: gsar                                  on 1998/05/24  23:13:05
3776         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
3777      Branch: win32/perl
3778            ! lib/Benchmark.pm
3779 ____________________________________________________________________________
3780 [  1031] By: gsar                                  on 1998/05/24  05:36:44
3781         Log: tweak makefiles
3782      Branch: asperl
3783            ! win32/Makefile win32/makefile.mk
3784 ____________________________________________________________________________
3785 [  1030] By: gsar                                  on 1998/05/23  18:58:23
3786         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
3787      Branch: win32/perl
3788            ! pp_sys.c t/op/die.t
3789 ____________________________________________________________________________
3790 [  1029] By: gsar                                  on 1998/05/23  18:55:13
3791         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
3792              incomplete)
3793      Branch: win32/perl
3794            ! embed.h global.sym op.c pp.c proto.h sv.c
3795 ____________________________________________________________________________
3796 [  1028] By: gsar                                  on 1998/05/23  18:25:14
3797         Log: merge change#1013 from maintbranch (1012 is n/a)
3798      Branch: win32/perl
3799            ! toke.c
3800 ____________________________________________________________________________
3801 [  1027] By: gsar                                  on 1998/05/23  18:02:21
3802         Log: merge change#1011 from maintbranch
3803      Branch: win32/perl
3804            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
3805            ! utils/perlbug.PL
3806 ____________________________________________________________________________
3807 [  1026] By: nick                                  on 1998/05/23  08:45:04
3808         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
3809      Branch: win32/perl
3810            ! t/op/ipcmsg.t t/op/ipcsem.t
3811 ____________________________________________________________________________
3812 [  1025] By: nick                                  on 1998/05/23  08:36:36
3813         Log: Resolve win32 into ansiperl
3814      Branch: ansiperl
3815           +> t/op/die.t
3816           !> (integrate 42 files)
3817 ____________________________________________________________________________
3818 [  1024] By: gsar                                  on 1998/05/21  21:11:12
3819         Log: more mingw32 tweaks
3820      Branch: win32/perl
3821            ! ext/POSIX/POSIX.xs t/pragma/locale.t
3822 ____________________________________________________________________________
3823 [  1023] By: gsar                                  on 1998/05/21  19:15:02
3824         Log: fix problematic change#965 from maintbranch
3825              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
3826              Date:    Sat, 16 May 1998 17:45:22 EDT
3827              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3828              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
3829      Branch: win32/perl
3830            ! gv.c op.c t/comp/proto.t
3831 ____________________________________________________________________________
3832 [  1022] By: gsar                                  on 1998/05/21  01:37:04
3833         Log: fix POSIX for mingw32
3834      Branch: win32/perl
3835            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
3836 ____________________________________________________________________________
3837 [  1021] By: gsar                                  on 1998/05/20  15:02:21
3838         Log: remove strupr() from perl.c
3839      Branch: win32/perl
3840            ! perl.c
3841 ____________________________________________________________________________
3842 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
3843         Log: Title:  "fix up descrepancy in h2ph test"
3844              From:  Tim Bunce
3845              Files:  t/lib/h2ph.pht
3846      Branch: maint-5.004/perl
3847            ! t/lib/h2ph.pht
3848 ____________________________________________________________________________
3849 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
3850         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
3851              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3852              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
3853              Files:  t/op/subst.t
3854              
3855              Title:  "fix up descrepancy in h2ph test"
3856              From:  Tim Bunce
3857              Files:  t/lib/h2ph.t
3858      Branch: maint-5.004/perl
3859            ! t/lib/h2ph.t t/op/subst.t
3860 ____________________________________________________________________________
3861 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
3862         Log: Title:  "fix mem leak and core dump from change 1016"
3863              From:  Tim Bunce
3864              Files:  pp_sys.c
3865      Branch: maint-5.004/perl
3866            ! pp_sys.c
3867 ____________________________________________________________________________
3868 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
3869         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
3870              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3871              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
3872              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
3873              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
3874              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
3875              doio.c doop.c ext/ODBM_File/ODBM_File.xs
3876              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3877              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
3878              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
3879              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
3880              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
3881              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
3882              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
3883              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
3884              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
3885              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
3886              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
3887              universal.c util.c win32/Makefile win32/config_H.bc
3888              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
3889              win32/makefile.mk win32/perlglob.c win32/runperl.c
3890              win32/win32.c win32/win32sck.c x2p/s2p.PL
3891      Branch: maint-5.004/perl
3892            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
3893            ! cygwin32/perlld deb.c doio.c doop.c embed.h
3894            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
3895            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
3896            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
3897            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
3898            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
3899            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
3900            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
3901            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
3902            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
3903            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
3904            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
3905            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
3906            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
3907            ! universal.c util.c utils/perldoc.PL win32/Makefile
3908            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
3909            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
3910            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
3911            ! x2p/s2p.PL
3912 ____________________________________________________________________________
3913 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
3914         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
3915              From:  Graham Barr <gbarr@ti.com>
3916              Msg-ID:  <3561D147.7F3E0C88@ti.com>
3917              Files:  pp_sys.c t/op/die.t
3918      Branch: maint-5.004/perl
3919            ! pp_sys.c t/op/die.t
3920 ____________________________________________________________________________
3921 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
3922         Log: Title:  "loosen const sub re-defined warnings"
3923              From:  Doug MacEachern <dougm@pobox.com>
3924              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
3925              Files:  proto.h global.sym op.c pp.c sv.c
3926      Branch: maint-5.004/perl
3927            ! global.sym op.c pp.c proto.h sv.c
3928 ____________________________________________________________________________
3929 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
3930         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
3931              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
3932              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
3933              Files:  sv.c
3934              
3935              Title:  "Further h2ph patches (including a test suite)"
3936              From:  Billy <wdconsta@cs.adelaide.edu.au>
3937              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
3938              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
3939      Branch: maint-5.004/perl
3940            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
3941            ! MANIFEST sv.c utils/h2ph.PL
3942 ____________________________________________________________________________
3943 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
3944         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
3945              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
3946              <ilya@math.ohio-state.edu>
3947              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
3948              <199805151931.PAA23086@aatma.engin.umich.edu>,
3949              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
3950              Files:  toke.c
3951      Branch: maint-5.004/perl
3952            ! toke.c
3953 ____________________________________________________________________________
3954 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
3955         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
3956              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
3957              <jhi@iki.fi>
3958              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
3959              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
3960              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
3961              t/op/ipcsem.t
3962      Branch: maint-5.004/perl
3963            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
3964            ! t/op/ipcsem.t
3965 ____________________________________________________________________________
3966 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
3967         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
3968              From:  jan.dubois@ibm.net (Jan Dubois)
3969              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
3970              Files:  embed.h interp.sym
3971              
3972              Title:  "Undo changed error message which breaks Tk"
3973              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3974              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
3975              Files:  pp_ctl.c
3976              
3977              Title:  "Minor fixups to new -e script code"
3978              From:  Tim Bunce
3979              Files:  perl.c
3980              
3981              Title:  "Remove old diags not relevant after -e fix"
3982              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
3983              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
3984              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
3985              <199805181335.OAA07008@toad.ig.co.uk>,
3986              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
3987              Files:  pod/perldiag.pod
3988              
3989              Title:  "more examples for vec()"
3990              From:  Tom Phoenix <rootbeer@teleport.com>
3991              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
3992              Files:  pod/perlfunc.pod
3993              
3994              Title:  ""make ok" (perlbug -ok) should not be interactive"
3995              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
3996              <jhi@iki.fi>
3997              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
3998              <l03130300b1834f9732a0@[194.222.64.89]>
3999              Files:  utils/perlbug.PL
4000      Branch: maint-5.004/perl
4001            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
4002            ! pp_ctl.c utils/perlbug.PL
4003 ____________________________________________________________________________
4004 [  1010] By: gsar                                  on 1998/05/18  09:40:58
4005         Log: integrate mainline changes (untested)
4006      Branch: asperl
4007           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
4008           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
4009           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
4010           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
4011           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
4012           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
4013            - ext/DynaLoader/DynaLoader.pm
4014            ! win32/win32.c
4015           !> (integrate 234 files)
4016 ____________________________________________________________________________
4017 [  1009] By: gsar                                  on 1998/05/18  07:51:19
4018         Log: more whitespace tweaks from maintbranch
4019      Branch: win32/perl
4020            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
4021 ____________________________________________________________________________
4022 [  1008] By: gsar                                  on 1998/05/17  22:37:20
4023         Log: sundry whitespace cleanups from maintbranch
4024      Branch: win32/perl
4025            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
4026 ____________________________________________________________________________
4027 [  1007] By: gsar                                  on 1998/05/16  21:59:46
4028         Log: integrate mainline
4029      Branch: win32/perl
4030           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
4031           !> t/op/ipcmsg.t t/op/ipcsem.t
4032 ____________________________________________________________________________
4033 [  1006] By: gsar                                  on 1998/05/16  21:54:23
4034         Log: merge changes#996,998,999 from maintbranch
4035      Branch: win32/perl
4036            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
4037 ____________________________________________________________________________
4038 [  1005] By: gsar                                  on 1998/05/16  21:49:47
4039         Log: merge change#995 from maintbranch, tweak interp.sym and
4040              run embed.pl
4041      Branch: win32/perl
4042            ! embedvar.h interp.sym intrpvar.h perl.c
4043 ____________________________________________________________________________
4044 [  1004] By: gsar                                  on 1998/05/16  21:27:18
4045         Log: merge changes#989,990,992 from maintbranch
4046      Branch: win32/perl
4047            + t/op/die.t
4048            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
4049 ____________________________________________________________________________
4050 [  1003] By: gsar                                  on 1998/05/16  21:16:47
4051         Log: sync config*.gc with others, and verify that nothing from
4052              change#986 needs to be merged
4053      Branch: win32/perl
4054            ! win32/config.gc win32/config_H.gc
4055 ____________________________________________________________________________
4056 [  1002] By: gsar                                  on 1998/05/16  21:04:04
4057         Log: merge change#985 from maintbranch
4058      Branch: win32/perl
4059            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
4060            ! util.c
4061 ____________________________________________________________________________
4062 [  1001] By: gsar                                  on 1998/05/16  17:53:16
4063         Log: add a test to check return value from successful s/// (there was none!)
4064      Branch: win32/perl
4065            ! t/op/subst.t
4066 ____________________________________________________________________________
4067 [  1000] By: gsar                                  on 1998/05/16  17:42:34
4068         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
4069              return a value on the stack
4070      Branch: win32/perl
4071            ! pp_hot.c
4072 ____________________________________________________________________________
4073 [   999] By: TimBunce                              on 1998/05/15  23:04:30
4074         Log: Title:  "Update Porting/makerel script for perforce dir structure"
4075              From:  Tim Bunce
4076              Files:  Porting/makerel
4077      Branch: maint-5.004/perl
4078            ! Porting/makerel
4079 ____________________________________________________________________________
4080 [   998] By: TimBunce                              on 1998/05/15  22:49:55
4081         Log: Title:  "Updated Changes file for trial 3"
4082              From:  Tim Bunce
4083              Files:  Changes
4084      Branch: maint-5.004/perl
4085            ! Changes
4086 ____________________________________________________________________________
4087 [   997] By: gsar                                  on 1998/05/15  22:21:41
4088         Log: merge changes#982,984 from maintbranch
4089      Branch: win32/perl
4090            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
4091            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
4092 ____________________________________________________________________________
4093 [   996] By: TimBunce                              on 1998/05/15  22:19:32
4094         Log: Title:  "Negative array subscript unrecognized in regex"
4095              From:  Mark-Jason Dominus <mjd@plover.com>,
4096              h.sanden@elsevier.nl (Hugo van der Sanden)
4097              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
4098              <199805151514.RAA04121@dorlas.elsevier.nl>
4099              Files:  t/base/lex.t toke.c
4100              
4101              Title:  "Remove e_fp from toke.c after change 955"
4102              From:  Tim Bunce
4103              Files:  toke.c
4104      Branch: maint-5.004/perl
4105            ! t/base/lex.t toke.c
4106 ____________________________________________________________________________
4107 [   995] By: TimBunce                              on 1998/05/15  22:08:32
4108         Log: Title:  "Fix -e security hole (no longer uses temp file)"
4109              From:  Tim Bunce
4110              Files:  embed.h perl.h perl.c
4111      Branch: maint-5.004/perl
4112            ! embed.h perl.c perl.h
4113 ____________________________________________________________________________
4114 [   994] By: gsar                                  on 1998/05/15  22:08:17
4115         Log: merge change#981 from maintbranch, add XXX comment about
4116              supporting %! for usethreads case
4117      Branch: win32/perl
4118            ! gv.c op.c
4119 ____________________________________________________________________________
4120 [   992] By: TimBunce                              on 1998/05/15  22:01:32
4121         Log: Title:  "install non-backwards compatible .pm files into archlib"
4122              From:  Tim Bunce
4123              Files:  installperl
4124              
4125              Title:  "revert "Can't locate" message to original for maintenance"
4126              From:  Tim Bunce
4127              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
4128              Files:  pod/perldiag.pod pp_ctl.c
4129      Branch: maint-5.004/perl
4130            ! installperl pod/perldiag.pod pp_ctl.c
4131 ____________________________________________________________________________
4132 [   991] By: gsar                                  on 1998/05/15  21:35:00
4133         Log: reverse integrate ansiperl (all except the
4134              C<attrs qw(package locked)> stuff, and the duplicate hunks)
4135              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
4136      Branch: win32/perl
4137           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
4138           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
4139           !> utils/perldoc.PL
4140 ____________________________________________________________________________
4141 [   990] By: TimBunce                              on 1998/05/15  16:54:18
4142         Log: Title:  "Add tests for die $ref"
4143              From:  Graham Barr <gbarr@ti.com>
4144              Msg-ID:  <355C6297.121B576B@ti.com>
4145              Files:  MANIFEST t/op/die.t
4146      Branch: maint-5.004/perl
4147            + t/op/die.t
4148            ! MANIFEST
4149 ____________________________________________________________________________
4150 [   989] By: TimBunce                              on 1998/05/15  16:38:19
4151         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
4152              From:  Jarkko Hietaniemi <jhi@iki.fi>
4153              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
4154              Files:  t/op/ipcmsg.t
4155      Branch: maint-5.004/perl
4156            ! t/op/ipcmsg.t
4157 ____________________________________________________________________________
4158 [   988] By: mbeattie                              on 1998/05/15  16:28:08
4159         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
4160              (manually applied and tweaked) to fix up SysV IPC semaphores for
4161              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
4162              t/op/ipcsem.t for platforms which wanted to skip test. Completely
4163              disable ipcsem.t since it doesn't seem to work properly even when
4164              not skipped. This is _65.
4165      Branch: perl
4166            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
4167            ! t/op/ipcmsg.t t/op/ipcsem.t
4168 ____________________________________________________________________________
4169 [   987] By: nick                                  on 1998/05/15  16:03:35
4170         Log: Integrate win32
4171      Branch: ansiperl
4172           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
4173           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
4174           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
4175           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
4176           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
4177           +> t/op/pos.t utils/perlcc.PL
4178            - ext/DynaLoader/DynaLoader.pm
4179           !> (integrate 208 files)
4180 ____________________________________________________________________________
4181 [   986] By: TimBunce                              on 1998/05/15  15:28:45
4182         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
4183              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
4184              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
4185              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
4186              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
4187              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
4188              win32/config.bc win32/config.vc win32/config_H.bc
4189              win32/config_H.vc
4190      Branch: maint-5.004/perl
4191            + README.beos beos/nm.c hints/beos.sh
4192            ! Configure MANIFEST Porting/Glossary config_h.SH
4193            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
4194            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
4195            ! win32/config.vc win32/config_H.bc win32/config_H.vc
4196 ____________________________________________________________________________
4197 [   985] By: TimBunce                              on 1998/05/15  15:02:43
4198         Log: Title:  "allow die $ref"
4199              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
4200              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
4201              Files:  pp_ctl.c pp_sys.c util.c
4202              
4203              Title:  "ExtUtils::Manifest could truncate files during "make dist""
4204              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
4205              koenig@kulturbox.de (Andreas J. Koenig)
4206              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
4207              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
4208              Files:  lib/ExtUtils/Manifest.pm
4209              
4210              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
4211              From:  Dan Sugalski <sugalskd@osshe.edu>
4212              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
4213              Files:  lib/AutoSplit.pm
4214              
4215              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
4216              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
4217              J. Koenig), larry@wall.org (Larry Wall)
4218              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
4219              <sfc202c9jsb.fsf@anna.in-berlin.de>,
4220              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
4221              Files:  lib/AutoSplit.pm
4222      Branch: maint-5.004/perl
4223            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
4224            ! util.c
4225 ____________________________________________________________________________
4226 [   984] By: TimBunce                              on 1998/05/15  14:18:52
4227         Log: ------  CORE LANGUAGE  ------
4228              
4229              Title:  "Fix close pipe returning status from wrong child"
4230              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
4231              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
4232              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
4233              Files:  t/io/pipe.t util.c
4234              
4235              Title:  "Avoid English.pm triggering load of Errno.pm"
4236              From:  Tim Bunce
4237              Files:  gv.c lib/English.pm
4238              
4239              ------  DOCUMENTATION  ------
4240              
4241              Title:  "Document child exit cause a parent sleep to end early"
4242              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4243              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
4244              Files:  pod/perlfunc.pod
4245              
4246              ------  EXTENSIONS  ------
4247              
4248              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
4249              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4250              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
4251              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
4252              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
4253              
4254              Title:  "MM_VMS.pm fixes for building external library"
4255              From:  Dan Sugalski <sugalskd@ous.edu>
4256              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
4257              Files:  lib/ExtUtils/MM_VMS.pm
4258              
4259              Title:  "Appease picky DEC compiler in POSIX.xs"
4260              From:  Dan Sugalski <sugalskd@ous.edu>
4261              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
4262              Files:  ext/POSIX/POSIX.xs
4263              
4264              ------  TESTS  ------
4265              
4266              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
4267              From:  Jarkko Hietaniemi <jhi@iki.fi>
4268              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
4269              Files:  t/op/ipcsem.t
4270              
4271              Title:  "Fix doc bug for system() return value"
4272              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
4273              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
4274              Files:  pod/perlfunc.pod t/op/exec.t
4275              
4276              ------  UTILITIES  ------
4277              
4278              Title:  "Avoid possible constant autoload loop"
4279              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
4280              Zakharevich <ilya@math.ohio-state.edu>
4281              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
4282              <355B475A.C5AD4B90@ti.com>,
4283              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
4284              Files:  utils/h2xs.PL
4285              
4286              Title:  "Further improvements to h2ph.PL"
4287              From:  kstar@chapin.edu
4288              Msg-ID:  <199805130241.WAA25459@chapin.edu>
4289              Files:  utils/h2ph.PL
4290      Branch: maint-5.004/perl
4291            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
4292            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
4293            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
4294            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
4295            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
4296
4297 ----------------
4298 Version 5.004_64
4299 ----------------
4300
4301 ____________________________________________________________________________
4302 [   983] By: mbeattie                              on 1998/05/15  14:04:17
4303         Log: Integrate win32 branch into mainline.
4304      Branch: perl
4305           +> Porting/patching.pod t/op/defins.t
4306           !> (integrate 107 files)
4307 ____________________________________________________________________________
4308 [   982] By: TimBunce                              on 1998/05/15  12:33:26
4309         Log: Title:  "comment init_postdump_symbols issues"
4310              From:  Tim Bunce
4311              Files:  perl.c
4312              
4313              Title:  "Improve sort docs re SUBNAME"
4314              From:  circle@azstarnet.com
4315              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
4316              Files:  pod/perlfunc.pod
4317      Branch: maint-5.004/perl
4318            ! perl.c pod/perlfunc.pod
4319 ____________________________________________________________________________
4320 [   981] By: TimBunce                              on 1998/05/15  11:47:28
4321         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
4322              From:  Graham Barr <gbarr@ti.com>
4323              Msg-ID:  <355080CD.1111BC81@ti.com>
4324              Files:  gv.c
4325      Branch: maint-5.004/perl
4326            ! gv.c
4327 ____________________________________________________________________________
4328 [   980] By: gsar                                  on 1998/05/15  06:16:13
4329         Log: add doc for C<+{}> vs. C<{;}> disambiguation
4330      Branch: win32/perl
4331            ! pod/perlref.pod
4332 ____________________________________________________________________________
4333 [   979] By: gsar                                  on 1998/05/15  04:59:47
4334         Log: tweaks to win32 makefiles.  This version builds and passes all
4335              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
4336      Branch: win32/perl
4337            ! win32/Makefile win32/makefile.mk
4338 ____________________________________________________________________________
4339 [   978] By: gsar                                  on 1998/05/15  02:41:58
4340         Log: merge changes#922,944,949,965,970 from maintbranch
4341      Branch: win32/perl
4342            + Porting/patching.pod t/op/defins.t
4343            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
4344            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
4345            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
4346            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
4347            ! utils/perlbug.PL
4348 ____________________________________________________________________________
4349 [   977] By: gsar                                  on 1998/05/15  02:15:25
4350         Log: merge changes#906,907,909,910 from maintbranch
4351      Branch: win32/perl
4352            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
4353            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
4354            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
4355            ! util.c
4356 ____________________________________________________________________________
4357 [   976] By: gsar                                  on 1998/05/15  01:34:53
4358         Log: merge change#905 from maintbranch, minor fixes to get
4359              clean build+test on Solaris
4360      Branch: win32/perl
4361            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
4362            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
4363            ! regcomp.c sv.c t/op/taint.t toke.c
4364 ____________________________________________________________________________
4365 [   975] By: gsar                                  on 1998/05/14  23:34:26
4366         Log: merge change#904 from maintbranch
4367      Branch: win32/perl
4368            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
4369            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
4370            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
4371            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
4372            ! vms/descrip.mms
4373 ____________________________________________________________________________
4374 [   974] By: gsar                                  on 1998/05/14  23:11:05
4375         Log: merge change#897 from maintbranch
4376      Branch: win32/perl
4377            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
4378            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
4379            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
4380            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
4381            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
4382            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
4383            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4384            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
4385            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
4386            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
4387            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4388            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4389            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
4390            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
4391            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
4392            ! win32/config_H.bc win32/config_H.vc win32/win32.c
4393            ! x2p/find2perl.PL
4394 ____________________________________________________________________________
4395 [   973] By: gsar                                  on 1998/05/14  22:24:26
4396         Log: integrate mainline
4397      Branch: win32/perl
4398            + Porting/Contract
4399           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
4400           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
4401           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
4402           +> utils/perlcc.PL
4403            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
4404            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
4405            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
4406            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
4407            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
4408            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
4409            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
4410            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
4411            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
4412            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
4413            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
4414            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4415            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4416            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4417            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
4418            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
4419            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
4420            ! win32/config.vc win32/config_H.bc win32/config_H.vc
4421            ! win32/win32.c x2p/find2perl.PL
4422           !> (integrate 59 files)
4423 ____________________________________________________________________________
4424 [   972] By: nick                                  on 1998/05/14  18:09:01
4425         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
4426              Remove K&R style functions, avoid struct/typedef clash. 
4427      Branch: ansiperl
4428            ! bytecode.h byterun.c sv.c toke.c
4429 ____________________________________________________________________________
4430 [   971] By: TimBunce                              on 1998/05/14  16:52:19
4431         Log: 
4432              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
4433              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4434              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
4435              Files:  pp.c
4436      Branch: maint-5.004/perl
4437            ! pp.c
4438 ____________________________________________________________________________
4439 [   970] By: TimBunce                              on 1998/05/14  16:18:06
4440         Log: 
4441              Title:  "perlbug reformatted"
4442              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
4443              <hv@crypt0.demon.co.uk>
4444              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
4445              <l03130300b17cebcb6d33@[194.222.64.89]>,
4446              <v03110702b17ccbab6824@[195.95.102.67]>
4447              Files:  utils/perlbug.PL
4448      Branch: maint-5.004/perl
4449            ! utils/perlbug.PL
4450 ____________________________________________________________________________
4451 [   969] By: mbeattie                              on 1998/05/14  16:15:09
4452         Log: Integrate win32 branch into mainline
4453      Branch: perl
4454           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
4455           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
4456            - ext/DynaLoader/DynaLoader.pm
4457           !> (integrate 118 files)
4458 ____________________________________________________________________________
4459 [   968] By: mbeattie                              on 1998/05/14  16:05:57
4460         Log: Bump patchlevel to 65
4461      Branch: perl
4462            ! patchlevel.h
4463 ____________________________________________________________________________
4464 [   967] By: mbeattie                              on 1998/05/14  16:05:19
4465         Log: Another fixup of MANIFEST
4466      Branch: perl
4467            ! MANIFEST
4468 ____________________________________________________________________________
4469 [   966] By: mbeattie                              on 1998/05/14  16:02:20
4470         Log: Add missing files to MANIFEST
4471      Branch: perl
4472            ! MANIFEST
4473 ____________________________________________________________________________
4474 [   965] By: TimBunce                              on 1998/05/14  16:00:11
4475         Log: 
4476              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
4477              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4478              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
4479              Files:  gv.h gv.c op.c
4480      Branch: maint-5.004/perl
4481            ! gv.c gv.h op.c
4482 ____________________________________________________________________________
4483 [   964] By: mbeattie                              on 1998/05/14  15:58:01
4484         Log: Subject: [PATCH] Using Getopts::* with strict vars
4485              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
4486              From: Tom Phoenix <rootbeer@teleport.com>
4487      Branch: perl
4488            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
4489 ____________________________________________________________________________
4490 [   963] By: mbeattie                              on 1998/05/14  15:56:53
4491         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
4492              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
4493              From: epeschko@den-mdev1 (Ed Peschko)
4494      Branch: perl
4495            + utils/perlcc.PL
4496            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
4497            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
4498 ____________________________________________________________________________
4499 [   962] By: mbeattie                              on 1998/05/14  15:45:28
4500         Log: From: Dan Sugalski <sugalskd@ous.edu>
4501              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
4502              Date: Wed, 08 Apr 1998 17:08:48 -0700
4503              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
4504              Date: Fri, 08 May 1998 10:49:16 -0700
4505      Branch: perl
4506            ! ext/Thread/Thread.pm
4507 ____________________________________________________________________________
4508 [   961] By: mbeattie                              on 1998/05/14  15:43:39
4509         Log: Subject: Consolidated patch to 5.004_64
4510              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
4511              From: Charles Bailey <BAILEY@newman.upenn.edu>
4512      Branch: perl
4513            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
4514            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
4515            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
4516            ! vms/perlvms.pod
4517 ____________________________________________________________________________
4518 [   960] By: mbeattie                              on 1998/05/14  15:41:41
4519         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
4520              Date: 07 Apr 1998 18:31:21 +0200
4521              From: JVromans@Squirrel.nl (Johan Vromans)
4522      Branch: perl
4523            ! lib/Getopt/Long.pm
4524 ____________________________________________________________________________
4525 [   959] By: mbeattie                              on 1998/05/14  15:39:29
4526         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4527              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
4528              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
4529              Subject: [PATCH] perl 5.004_64+Config_04
4530              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
4531      Branch: perl
4532            ! lib/Benchmark.pm pod/perlfunc.pod
4533 ____________________________________________________________________________
4534 [   958] By: mbeattie                              on 1998/05/14  15:36:30
4535         Log: From: kstar@chapin.edu
4536              Subject: [PATCH] hints for Irix 6
4537              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
4538              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
4539              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
4540      Branch: perl
4541            ! INSTALL hints/irix_6.sh installperl
4542 ____________________________________________________________________________
4543 [   957] By: mbeattie                              on 1998/05/14  15:33:48
4544         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
4545              Date: Mon, 06 Apr 1998 21:09:24 +0200
4546              From: Achim Bohnet <ach@mpe.mpg.de>
4547      Branch: perl
4548            ! lib/ExtUtils/Install.pm
4549 ____________________________________________________________________________
4550 [   956] By: mbeattie                              on 1998/05/14  15:32:39
4551         Log: Subject: [PATCH] Config: Irix 5 hints
4552              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
4553              From: kstar@O2.chapin.edu
4554      Branch: perl
4555            ! hints/irix_5.sh
4556 ____________________________________________________________________________
4557 [   955] By: mbeattie                              on 1998/05/14  15:31:12
4558         Log: Subject: PATCH: h2ph produces incorrect code
4559              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
4560              From: Billy <wdconsta@cs.adelaide.edu.au>
4561      Branch: perl
4562            ! utils/h2ph.PL
4563 ____________________________________________________________________________
4564 [   954] By: mbeattie                              on 1998/05/14  15:29:27
4565         Log: Subject: [PATCH] perldebug.pod
4566              Date: Mon, 6 Apr 1998 00:36:57 -0600
4567              From: jason stewart <jasons@sandy-home.arc.unm.edu>
4568      Branch: perl
4569            ! pod/perldebug.pod
4570 ____________________________________________________________________________
4571 [   953] By: mbeattie                              on 1998/05/14  15:28:00
4572         Log: From: Dominic Dunlop <domo@vo.lu>
4573              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
4574              Date: Wed, 6 May 1998 14:39:32 +0000
4575              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
4576              Date: Sat, 4 Apr 1998 19:44:34 +0000
4577      Branch: perl
4578            ! hints/machten.sh t/op/hashwarn.t
4579 ____________________________________________________________________________
4580 [   952] By: mbeattie                              on 1998/05/14  15:23:19
4581         Log: New pod/perldelta.pod (previous one branched in last change):
4582              Subject: [PATCH 5.004_64] Start new perldelta
4583              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
4584              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4585      Branch: perl
4586            + pod/perldelta.pod
4587 ____________________________________________________________________________
4588 [   951] By: mbeattie                              on 1998/05/14  15:20:43
4589         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4590              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
4591              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
4592              Subject: [PATCH 5.004_64] Start new perldelta
4593              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
4594              (above branched perldelta -> perldelta4, new perldelta will be
4595              created/added next change)
4596              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
4597              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
4598      Branch: perl
4599            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
4600            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
4601           +> pod/perldelta4.pod
4602            - pod/perldelta.pod
4603            ! MANIFEST hints/svr4.sh
4604 ____________________________________________________________________________
4605 [   949] By: TimBunce                              on 1998/05/14  15:11:30
4606         Log: 
4607              Title:  "while($x=<>) no longer warns (implicit defined added)"
4608              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
4609              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
4610              Files:  MANIFEST op.c t/op/defins.t
4611      Branch: maint-5.004/perl
4612            + t/op/defins.t
4613            ! MANIFEST op.c
4614 ____________________________________________________________________________
4615 [   948] By: mbeattie                              on 1998/05/14  15:09:51
4616         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
4617              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
4618              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
4619              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
4620              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
4621              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
4622              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
4623              Subject: [PATCH 5.004_64] Config_64-03-04.diff
4624              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
4625      Branch: perl
4626            + README.beos beos/nm.c hints/beos.sh
4627            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
4628            ! Porting/Glossary Porting/config.sh Porting/config_H
4629            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
4630            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
4631            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
4632            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
4633            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
4634            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
4635            ! win32/config.vc win32/config_H.bc win32/config_H.vc
4636 ____________________________________________________________________________
4637 [   946] By: TimBunce                              on 1998/05/14  15:07:06
4638         Log: 
4639              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
4640              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4641              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
4642              Files:  perl.c sv.c t/op/misc.t
4643      Branch: maint-5.004/perl
4644            ! perl.c sv.c t/op/misc.t
4645 ____________________________________________________________________________
4646 [   945] By: mbeattie                              on 1998/05/14  15:00:31
4647         Log: Subject: Perl Social Contract
4648              Date: 13 Apr 1998 06:16:59 -0700
4649              From: Russ Allbery <rra@stanford.edu>
4650      Branch: perl
4651            + Porting/Contract
4652 ____________________________________________________________________________
4653 [   944] By: TimBunce                              on 1998/05/14  14:59:37
4654         Log: 
4655              Title:  "5.004_04-m2 Cleanup of test failures"
4656              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4657              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
4658              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
4659              win32/config.bc win32/config.vc
4660      Branch: maint-5.004/perl
4661            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
4662            ! win32/config.bc win32/config.vc
4663 ____________________________________________________________________________
4664 [   943] By: mbeattie                              on 1998/05/14  14:58:13
4665         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
4666              Subject: [PATCH 5.004_64] Test.pm update
4667              Date: Sat, 4 Apr 1998 08:33:50 -0500
4668              Subject: [PATCH 5.004_64] modcount + comments
4669              Date: Fri, 17 Apr 1998 16:07:35 -0400
4670      Branch: perl
4671            ! lib/Test.pm op.c thrdvar.h
4672 ____________________________________________________________________________
4673 [   942] By: mbeattie                              on 1998/05/14  14:49:43
4674         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4675              Subject: [PATCH 5.004_64] newSV
4676              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
4677              Subject: [PATCH 5.004_64] Cryptic error from B::CC
4678              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
4679      Branch: perl
4680            ! ext/B/B/CC.pm handy.h proto.h sv.c
4681 ____________________________________________________________________________
4682 [   941] By: mbeattie                              on 1998/05/14  14:47:29
4683         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4684              Subject: [PATCH 5.004_64] anydbm.t
4685              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
4686              Subject: [PATCH 5.004_64] threads on OS/2
4687              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
4688              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
4689              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
4690              Subject: [PATCH 5.004_64] Immediate stop in debugger
4691              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
4692              Subject: [PATCH 5.005_64] ptags broken
4693              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
4694              Subject: [PATCH 5.004_64] Document switch syntax via RE
4695              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
4696      Branch: perl
4697            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
4698            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
4699            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
4700 ____________________________________________________________________________
4701 [   940] By: mbeattie                              on 1998/05/14  14:38:44
4702         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
4703              Date: Fri, 03 Apr 1998 16:01:57 -0800
4704              From: Dan Sugalski <sugalskd@osshe.edu>
4705      Branch: perl
4706            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
4707            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
4708 ____________________________________________________________________________
4709 [   939] By: mbeattie                              on 1998/05/14  14:35:42
4710         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
4711              Date: Fri, 03 Apr 1998 13:58:15 -0800
4712              From: Dan Sugalski <sugalskd@osshe.edu>
4713      Branch: perl
4714            ! perl.c
4715 ____________________________________________________________________________
4716 [   938] By: gsar                                  on 1998/05/14  10:53:55
4717         Log: merge change#896 from maintbranch
4718      Branch: win32/perl
4719            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
4720            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
4721            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
4722            ! t/op/gv.t t/op/misc.t t/op/pack.t
4723 ____________________________________________________________________________
4724 [   937] By: gsar                                  on 1998/05/14  09:31:34
4725         Log: merge change#887 from maintbranch
4726      Branch: win32/perl
4727            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
4728            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
4729            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
4730            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
4731            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
4732            ! t/op/stat.t toke.c utils/h2xs.PL
4733 ____________________________________________________________________________
4734 [   936] By: gsar                                  on 1998/05/14  09:06:18
4735         Log: merge change#886 from maintbranch
4736      Branch: win32/perl
4737            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
4738            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
4739            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
4740            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
4741            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4742            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
4743            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
4744            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
4745            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
4746            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
4747            ! vms/test.com
4748 ____________________________________________________________________________
4749 [   935] By: gsar                                  on 1998/05/14  07:00:02
4750         Log: merge changes#872,873 from maintbranch
4751      Branch: win32/perl
4752            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
4753            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
4754            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
4755            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
4756            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
4757            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
4758            ! utils/perldoc.PL
4759 ____________________________________________________________________________
4760 [   934] By: gsar                                  on 1998/05/14  06:24:38
4761         Log: merge changes#755..759,763,764 from maintbranch
4762      Branch: win32/perl
4763            + hints/openbsd.sh
4764            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
4765            ! t/op/pos.t utils/perldoc.PL
4766 ____________________________________________________________________________
4767 [   933] By: gsar                                  on 1998/05/14  06:07:31
4768         Log: merge change#754 from maintbranch
4769      Branch: win32/perl
4770            ! perl.c
4771 ____________________________________________________________________________
4772 [   932] By: gsar                                  on 1998/05/14  06:03:50
4773         Log: merge changes#752,753 from maintbranch
4774      Branch: win32/perl
4775            + t/op/pos.t
4776            ! README ext/GDBM_File/GDBM_File.pm
4777            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
4778 ____________________________________________________________________________
4779 [   931] By: gsar                                  on 1998/05/14  05:51:19
4780         Log: merge change#745 from maintbranch
4781      Branch: win32/perl
4782            + ext/DynaLoader/DynaLoader.pm.PL
4783            - ext/DynaLoader/DynaLoader.pm
4784            ! MANIFEST ext/DynaLoader/Makefile.PL
4785 ____________________________________________________________________________
4786 [   930] By: nick                                  on 1998/05/13  20:39:59
4787         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
4788      Branch: ansiperl
4789            ! utils/perldoc.PL
4790           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
4791           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
4792           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
4793           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4794           !> win32/makedef.pl win32/makefile.mk
4795 ____________________________________________________________________________
4796 [   929] By: gsar                                  on 1998/05/13  10:13:36
4797         Log: merge change#687 from maintbranch
4798      Branch: win32/perl
4799            ! pod/perlfunc.pod
4800 ____________________________________________________________________________
4801 [   928] By: gsar                                  on 1998/05/13  10:08:13
4802         Log: merge change#683 from maintbranch
4803      Branch: win32/perl
4804            ! pod/perlguts.pod
4805 ____________________________________________________________________________
4806 [   927] By: gsar                                  on 1998/05/13  09:51:43
4807         Log: merge change#681 from maintbranch
4808      Branch: win32/perl
4809            ! ext/Fcntl/Fcntl.pm
4810 ____________________________________________________________________________
4811 [   926] By: gsar                                  on 1998/05/13  09:47:11
4812         Log: merge change#664 from maint branch
4813      Branch: win32/perl
4814            ! regcomp.c regcomp.h regexec.c
4815 ____________________________________________________________________________
4816 [   925] By: gsar                                  on 1998/05/13  08:55:28
4817         Log: merge missing part of change#663 from maint branch
4818      Branch: win32/perl
4819            ! op.c
4820 ____________________________________________________________________________
4821 [   924] By: gsar                                  on 1998/05/12  18:50:04
4822         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
4823              and seems to generate problematic code for PII.
4824      Branch: win32/perl
4825            ! win32/makefile.mk
4826 ____________________________________________________________________________
4827 [   923] By: gsar                                  on 1998/05/12  16:24:02
4828         Log: fix test failure
4829              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
4830              Date:    Tue, 12 May 1998 10:40:57 BST
4831              From:    Nick.Ing-Simmons@tiuk.ti.com
4832              Subject: test buglet
4833      Branch: win32/perl
4834            ! t/op/hashwarn.t
4835 ____________________________________________________________________________
4836 [   922] By: TimBunce                              on 1998/05/11  20:58:58
4837         Log: Assorted patches:
4838              
4839              ------  CORE LANGUAGE  ------
4840              
4841              Title:  "incorrect return value for hv_iterinit"
4842              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4843              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
4844              Files:  pod/perlguts.pod hv.c
4845              
4846              ------  DOCUMENTATION  ------
4847              
4848              Title:  "perlvar.pod buglet E<EVMSERR>"
4849              From:  Achim Bohnet <ach@mpe.mpg.de>
4850              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
4851              Files:  pod/perlvar.pod
4852              
4853              Title:  "Improve docs for warning about code after an exec()"
4854              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
4855              <chaimf@concentric.net>
4856              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
4857              <m3ra22qn1z.fsf@chany-p100.emwp.com>
4858              Files:  pod/perlfunc.pod
4859              
4860              Title:  "Remove dead code from pod2man"
4861              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4862              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
4863              Files:  pod/pod2man.PL
4864              
4865              Title:  "tweak doc for C<do FILENAME>"
4866              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4867              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
4868              Files:  pod/perlfunc.pod
4869              
4870              Title:  "Document integer pragma effect on % operator"
4871              From:  Gisle Aas <gisle@aas.no>
4872              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
4873              Files:  pod/perlop.pod
4874              
4875              Title:  "Reduce rm command line length in pod/Makefile"
4876              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
4877              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
4878              Files:  pod/Makefile
4879              
4880              ------  EXTENSIONS  ------
4881              
4882              Title:  "Clarify Termios usage in POSIX.pod"
4883              From:  Rocco Caputo <troc@netrus.net>
4884              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
4885              Files:  ext/POSIX/POSIX.pod
4886              
4887              ------  LIBRARY  ------
4888              
4889              Title:  "Fix File::Find::finddepth typo in trial 2 release"
4890              From:  koenig@kulturbox.de (Andreas J. Koenig)
4891              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
4892              Files:  lib/File/Find.pm t/lib/filefind.t
4893              
4894              ------  PORTABILITY - GENERAL  ------
4895              
4896              Title:  "Add Porting/patching.pod document"
4897              From:  Daniel Grisinger <dgris@tdrenterprises.com>
4898              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
4899              Files:  MANIFEST Porting/patching.pod
4900              
4901              Title:  "hints/machten.sh: disable semctl(), align with devel version"
4902              From:  Dominic Dunlop <domo@vo.lu>
4903              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
4904              Files:  hints/machten.sh
4905              
4906              Title:  "Add VMS specifics to Porting/makerel"
4907              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4908              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
4909              <199804271732.SAA13762@toad.ig.co.uk>,
4910              <9804250212.AA27695@forte.com>
4911              Files:  Porting/makerel
4912      Branch: maint-5.004/perl
4913            + Porting/patching.pod
4914            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
4915            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
4916            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
4917            ! t/lib/filefind.t
4918 ____________________________________________________________________________
4919 [   921] By: gsar                                  on 1998/05/10  02:28:03
4920         Log: various tweaks to makefiles
4921      Branch: win32/perl
4922            ! win32/Makefile win32/makedef.pl win32/makefile.mk
4923 ____________________________________________________________________________
4924 [   920] By: gsar                                  on 1998/05/10  02:27:19
4925         Log: fix ExtUtils::Liblist mishandling paths with spaces
4926      Branch: win32/perl
4927            ! lib/ExtUtils/Liblist.pm
4928 ____________________________________________________________________________
4929 [   919] By: gsar                                  on 1998/05/09  17:10:15
4930         Log: minor cleanup
4931      Branch: win32/perl
4932            ! MANIFEST perl.c
4933 ____________________________________________________________________________
4934 [   918] By: gsar                                  on 1998/05/09  17:09:09
4935         Log: protect sortcop from C<sort { sort { ... } ... } ...>
4936              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
4937              Date:    Fri, 08 May 1998 19:33:44 EDT
4938              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
4939              Subject: [PATCH] Re: double recursion in sort 
4940      Branch: win32/perl
4941            ! pp_ctl.c t/op/runlevel.t
4942 ____________________________________________________________________________
4943 [   917] By: gsar                                  on 1998/05/09  17:05:55
4944         Log: c
4945      Branch: win32/perl
4946            ! win32/config.bc win32/config.gc win32/config.vc
4947 ____________________________________________________________________________
4948 [   916] By: gsar                                  on 1998/05/07  03:40:15
4949         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
4950      Branch: win32/perl
4951            ! pp.c
4952 ____________________________________________________________________________
4953 [   915] By: mbeattie                              on 1998/05/06  13:08:29
4954         Log: Speed up pp_entersub for usethreads with only 1 thread running.
4955      Branch: perl
4956            ! pp_hot.c
4957 ____________________________________________________________________________
4958 [   914] By: gsar                                  on 1998/05/03  18:44:38
4959         Log: make hv_iterinit() return HvKEYS()
4960              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
4961              Date:    Sat, 02 May 1998 16:29:22 EDT
4962              From:    "SynaptiCAD, Inc." <sales@syncad.com>
4963              Subject: incorrect return value for hv_iterinit
4964      Branch: win32/perl
4965            ! hv.c pod/perlguts.pod
4966 ____________________________________________________________________________
4967 [   913] By: TimBunce                              on 1998/05/01  22:38:38
4968         Log: Update MANIFEST for trial 2.
4969              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
4970      Branch: maint-5.004/perl
4971            ! MANIFEST
4972 ____________________________________________________________________________
4973 [   912] By: TimBunce                              on 1998/05/01  22:30:29
4974         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
4975      Branch: maint-5.004/perl
4976            + t/op/tiehandle.t
4977 ____________________________________________________________________________
4978 [   911] By: TimBunce                              on 1998/05/01  21:35:03
4979         Log: 
4980              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
4981              From:  timbo@ig.co.uk (Tim Bunce)
4982              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
4983              Files:  perl.h
4984              
4985              Title:  "Add WRITE & CLOSE to TIEHANDLE"
4986              From:  Graham Barr <gbarr@pobox.com>
4987              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
4988              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
4989      Branch: maint-5.004/perl
4990            + lib/Tie/Handle.pm
4991            ! perl.h pod/perltie.pod pp_sys.c
4992 ____________________________________________________________________________
4993 [   910] By: TimBunce                              on 1998/05/01  20:47:47
4994         Log: 
4995              Title:  "Add warning for Illegal hex digit"
4996              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
4997              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
4998              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
4999              <199804271409.PAA12819@toad.ig.co.uk>,
5000              <199804280307.WAA12332@psasolar.psa.pencom.com>
5001              Files:  pod/perldiag.pod util.c
5002              
5003              Title:  "perl_call_method() bug fix (corrupt op pointer)"
5004              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
5005              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
5006              Files:  perl.c
5007              
5008              Title:  "Fix printf segmentation fault"
5009              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
5010              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
5011              Files:  pp_hot.c
5012              
5013              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
5014              From:  Charles Bailey <BAILEY@newman.upenn.edu>
5015              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
5016              Files:  pod/perlsub.pod
5017      Branch: maint-5.004/perl
5018            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
5019 ____________________________________________________________________________
5020 [   909] By: TimBunce                              on 1998/05/01  19:44:47
5021         Log: 
5022              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
5023              Files:  doio.c util.c
5024      Branch: maint-5.004/perl
5025            ! doio.c util.c
5026 ____________________________________________________________________________
5027 [   908] By: gsar                                  on 1998/05/01  19:21:02
5028         Log: add AS patch#20 (exposes more global constants)
5029      Branch: asperl
5030            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
5031            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
5032            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
5033 ____________________________________________________________________________
5034 [   907] By: TimBunce                              on 1998/05/01  17:50:46
5035         Log: 
5036              Title:  "Runtime Carp verbosity without aliasing"
5037              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
5038              Msg-ID:  <H00000e50003936c@MHS>
5039              Files:  lib/Carp.pm
5040              
5041              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
5042              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
5043              <rootbeer@teleport.com>
5044              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
5045              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
5046              Files:  lib/File/Basename.pm
5047      Branch: maint-5.004/perl
5048            ! lib/Carp.pm lib/File/Basename.pm
5049 ____________________________________________________________________________
5050 [   906] By: TimBunce                              on 1998/04/28  11:04:49
5051         Log: 
5052              ------  CORE LANGUAGE  ------
5053              
5054              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
5055              references in LVs"
5056              From:  Spider Boardman <spider@orb.nashua.nh.us>
5057              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
5058              <19980422164037.D29222@perl.org>
5059              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
5060              pp.c sv.c
5061              
5062              Title:  "Fix SvGMAGIC typo in change 904"
5063              Files:  doop.c
5064      Branch: maint-5.004/perl
5065            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
5066            ! proto.h sv.c
5067 ____________________________________________________________________________
5068 [   905] By: TimBunce                              on 1998/04/28  10:32:20
5069         Log: Regexp patches
5070              
5071              Title:  "New regex flag //t to leave $1 etc. tainted"
5072              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
5073              Msg-ID:  <19980310192640.37826@cyprus>
5074              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
5075              t/op/taint.t toke.c
5076              
5077              Title:  "Don't accidentally untaint target of s///"
5078              From:  Chip Salzenberg <chip@pobox.com>
5079              Msg-ID:  <19980310151756.24767@cyprus>
5080              Files:  pp_ctl.c pp_hot.c t/op/taint.t
5081              
5082              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
5083              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
5084              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
5085              Files:  regcomp.c
5086      Branch: maint-5.004/perl
5087            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
5088            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
5089 ____________________________________________________________________________
5090 [   904] By: TimBunce                              on 1998/04/27  20:20:21
5091         Log: Assorted patches:
5092              
5093              ------  CORE LANGUAGE  ------
5094              
5095              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
5096              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
5097              <Tim.Bunce@ig.co.uk>
5098              Msg-ID:  <19980424080630.D13985@perl.org>
5099              Files:  doop.c
5100              
5101              Title:  "Better error message for require failure"
5102              From:  epeschko@den-mdev1 (Ed Peschko)
5103              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
5104              Files:  pod/perldiag.pod pp_ctl.c
5105              
5106              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
5107              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5108              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
5109              Files:  perl.c
5110              
5111              Title:  "Fix nice_chunk memory leak"
5112              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5113              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
5114              Files:  sv.c
5115              
5116              Title:  "-2.0 vs. -2 (was Number representations)"
5117              From:  Chip Salzenberg <chip@pobox.com>
5118              Msg-ID:  <19980309185652.11231@cyprus>
5119              Files:  op.c
5120              
5121              Title:  "perl.c fixes for -DUNEXEC"
5122              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
5123              <mwette@mr-ed.jpl.nasa.gov>
5124              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
5125              Files:  perl.c
5126              
5127              ------  DOCUMENTATION  ------
5128              
5129              Title:  "perlcall is Perl from C, not C from Perl"
5130              From:  Steve A Fink <sfink@cs.berkeley.edu>
5131              Files:  pod/perlembed.pod
5132              
5133              Title:  "Clarify require "Foo::Bar" non-bareword issue"
5134              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
5135              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
5136              Files:  pod/perlfunc.pod
5137              
5138              Title:  "(repost) new text for perlsec", "new text for perlsec"
5139              From:  Tom Phoenix <rootbeer@teleport.com>
5140              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
5141              Files:  pod/perlsec.pod
5142              
5143              ------  EXTENSIONS  ------
5144              
5145              Title:  "IO::Socket->socketpair broken (typo)"
5146              From:  Olaf Titz <olaf@bigred.inka.de>
5147              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
5148              Files:  ext/IO/lib/IO/Socket.pm
5149              
5150              Title:  "NDBM_File man page needs Fcntl"
5151              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
5152              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
5153              Files:  ext/NDBM_File/NDBM_File.pm
5154              
5155              ------  LIBRARY  ------
5156              
5157              Title:  "Documentation discrepancy: pragmatic modules"
5158              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
5159              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
5160              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
5161              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
5162              
5163              ------  PORTABILITY - GENERAL  ------
5164              
5165              Title:  "Updated hints file for svr4"
5166              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5167              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
5168              Files:  hints/svr4.sh
5169              
5170              Title:  "Pumpkin update -- shared libperl.so location"
5171              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5172              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
5173              Files:  Porting/pumpkin.pod
5174              
5175              Title:  "perl compile fix for AIX 4.3"
5176              From:  Jens-Uwe Mager <jum@helios.de>
5177              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
5178              Files:  ext/DynaLoader/dl_aix.xs
5179              
5180              Title:  "Dynaloader build on VMS",
5181              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
5182              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
5183              Files:  vms/descrip.mms
5184              
5185              ------  UTILITIES  ------
5186              
5187              Title:  "Major update to h2ph.PL"
5188              From:  Billy <wdconsta@cs.adelaide.edu.au>
5189              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
5190              Files:  utils/h2ph.PL
5191      Branch: maint-5.004/perl
5192            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
5193            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
5194            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
5195            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
5196            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
5197 ____________________________________________________________________________
5198 [   903] By: gsar                                  on 1998/04/25  22:27:19
5199         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
5200      Branch: asperl
5201            ! win32/GenCAPI.pl
5202 ____________________________________________________________________________
5203 [   902] By: nick                                  on 1998/04/25  16:35:08
5204         Log: Case sensitive tweak to perldoc.PL
5205      Branch: ansiperl
5206            ! utils/perldoc.PL
5207 ____________________________________________________________________________
5208 [   901] By: nick                                  on 1998/04/25  15:16:54
5209         Log: Implement use attrs qw(locked package);
5210              Passes all tests except posix (hangs/dies) in sigaction test after 
5211              printing "ok 9".
5212      Branch: ansiperl
5213            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
5214 ____________________________________________________________________________
5215 [   900] By: nick                                  on 1998/04/25  13:58:17
5216         Log: Auto-insert defined() test in while when test expression is 
5217              readline (i.e. <>), glob, readdir, or each.
5218      Branch: ansiperl
5219            + t/op/defins.t
5220            ! op.c pod/perlop.pod
5221 ____________________________________________________________________________
5222 [   899] By: nick                                  on 1998/04/25  13:14:52
5223         Log: Resolve ansiperl against win32 branch
5224      Branch: ansiperl
5225           +> (branch 53 files)
5226            - config_H
5227           !> (integrate 227 files)
5228 ____________________________________________________________________________
5229 [   898] By: gsar                                  on 1998/04/24  17:01:05
5230         Log: add AS patch#18
5231      Branch: asperl
5232            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
5233 ____________________________________________________________________________
5234 [   897] By: TimBunce                              on 1998/04/23  19:49:22
5235         Log: Assorted patches:
5236              
5237              ------  CORE LANGUAGE  ------
5238              
5239              Title:  "fix for "Unbalanced string table refcount""
5240              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5241              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
5242              Files:  sv.c
5243              
5244              Title:  "Allow more lenient switch processing"
5245              From:  "John L. Allen" <allen@grumman.com>
5246              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
5247              Files:  perl.c
5248              
5249              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
5250              From:  Gisle Aas <gisle@aas.no>
5251              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
5252              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
5253              
5254              Title:  "Odd number of elements in hash list."
5255              From:  Tom Phoenix <rootbeer@teleport.com>
5256              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
5257              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
5258              
5259              Title:  "another destruct_level fix"
5260              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5261              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
5262              Files:  hv.c
5263              
5264              Title:  "bidirectional pipe warning blues"
5265              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
5266              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
5267              Files:  doio.c
5268              
5269              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
5270              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
5271              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
5272              Files:  pp_hot.c pp_sys.c
5273              
5274              Title:  "unimplemented umask() should return undef not die"
5275              From:  kstar@chapin.edu (Kurt D. Starsinic)
5276              Msg-ID:  <199803120515.VAA08660@chapin.edu>
5277              Files:  pod/perlfunc.pod pp_sys.c
5278              
5279              Title:  "warning for: bless $foo, """
5280              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
5281              Msg-ID:  <H00000e5000378a0@MHS>
5282              Files:  pod/perldiag.pod pp.c
5283              
5284              ------  DOCUMENTATION  ------
5285              
5286              Title:  "Mention SWIG in perlxs.pod"
5287              From:  Steve A Fink <sfink@cs.berkeley.edu>
5288              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
5289              Files:  pod/perlxs.pod
5290              
5291              Title:  "fix-up of previous perlre.pod patch"
5292              From:  Ted Ashton <ashted@southern.edu>
5293              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
5294              Files:  pod/perlre.pod
5295              
5296              Title:  "long list of man page nitpicks"
5297              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
5298              <tchrist@jhereg.perl.com>
5299              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
5300              <199804222204.QAA20805@jhereg.perl.com>
5301              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
5302              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
5303              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5304              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
5305              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
5306              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
5307              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
5308              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
5309              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
5310              pod/pod2man.PL
5311              
5312              Title:  "document that system() does not set $! when it fails"
5313              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
5314              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
5315              Files:  pod/perlfunc.pod
5316              
5317              Title:  "Fix pod/roffitall execute permission"
5318              From:  lvirden@cas.org
5319              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
5320              Files:  pod/roffitall
5321              
5322              Title:  "document when split ignores trailing empty fields"
5323              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
5324              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
5325              Files:  pod/perlfunc.pod
5326              
5327              ------  EXTENSIONS  ------
5328              
5329              Title:  "Buglet in Opcode.pm documentation"
5330              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
5331              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
5332              Files:  ext/Opcode/Opcode.pm
5333              
5334              Title:  "Failure to append to perllocal.pod should not be fatal"
5335              From:  koenig@kulturbox.de (Andreas J. Koenig)
5336              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
5337              Files:  lib/ExtUtils/MM_Unix.pm
5338              
5339              Title:  "Document that IO.pm does not load IO::Select etc"
5340              From:  Graham Barr <gbarr@ti.com>
5341              Msg-ID:  <353B48F1.64E35A63@ti.com>
5342              Files:  ext/IO/IO.pm
5343              
5344              Title:  "Install extensions with bootstrap (again) in $archlib"
5345              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
5346              Koenig)
5347              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
5348              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
5349              Files:  lib/ExtUtils/Install.pm
5350              
5351              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
5352              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5353              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
5354              Files:  ext/Socket/Socket.xs
5355              
5356              ------  LIBRARY  ------
5357              
5358              Title:  "Benchmark.pm: add run-for-some-time mode"
5359              From:  Jarkko Hietaniemi <jhi@iki.fi>
5360              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
5361              Files:  lib/Benchmark.pm
5362              
5363              Title:  "Comments added to Carp.pm"
5364              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
5365              <chip@perlsupport.com>, Tom Christiansen
5366              <tchrist@jhereg.perl.com>
5367              Msg-ID:  <19980422164242.E29222@perl.org>,
5368              <199804222033.OAA17959@jhereg.perl.com>,
5369              <980409182357.ZM21638@bandanna>
5370              Files:  lib/Carp.pm
5371              
5372              Title:  "chat2.pl fix"
5373              From:  Charles Bailey <BAILEY@newman.upenn.edu>
5374              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
5375              Files:  lib/chat2.pl
5376              
5377              Title:  "lib/Pod/Html.pm"
5378              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
5379              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
5380              <199710180417.AAA19778@staff2.cso.uiuc.edu>
5381              Files:  lib/Pod/Html.pm
5382              
5383              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
5384              arg."
5385              From:  hiroo.hayashi@computer.org
5386              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
5387              Files:  lib/Term/ReadLine.pm
5388              
5389              ------  OTHER CHANGES  ------
5390              
5391              Title:  "ptags broken"
5392              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5393              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
5394              Files:  emacs/ptags
5395              
5396              ------  PORTABILITY - WIN32  ------
5397              
5398              Title:  "win32 tweaks (signals and crypt support)"
5399              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5400              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
5401              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
5402              win32/config_H.vc win32/win32.c
5403              
5404              ------  PORTABILITY - GENERAL  ------
5405              
5406              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
5407              From:  Russ Allbery <rra@stanford.edu>
5408              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
5409              Files:  Porting/Contract
5410              
5411              Title:  "Config: Irix 5 hints"
5412              From:  kstar@O2.chapin.edu
5413              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
5414              Files:  hints/irix_5.sh
5415              
5416              Title:  "VMS patches to 5.004_03"
5417              From:  Charles Bailey <BAILEY@newman.upenn.edu>
5418              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
5419              Files:  vms/vms.c
5420              
5421              Title:  "hints/netbsd.sh - enable vfork"
5422              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5423              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
5424              Files:  hints/netbsd.sh
5425              
5426              ------  UTILITIES  ------
5427              
5428              Title:  "support find2perl -follow"
5429              From:  Billy <wdconsta@cs.adelaide.edu.au>
5430              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
5431              Files:  x2p/find2perl.PL
5432      Branch: maint-5.004/perl
5433            + Porting/Contract t/op/hashwarn.t
5434            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
5435            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
5436            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
5437            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
5438            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
5439            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
5440            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
5441            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
5442            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
5443            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
5444            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
5445            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
5446            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
5447            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
5448            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
5449            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
5450            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
5451            ! win32/config_H.bc win32/config_H.vc win32/win32.c
5452            ! x2p/find2perl.PL
5453 ____________________________________________________________________________
5454 [   896] By: TimBunce                              on 1998/04/22  11:49:24
5455         Log: Assorted patches:
5456              
5457              ------  CORE LANGUAGE  ------
5458              
5459              Title:  "Additional regex-cache patch"
5460              From:  Chip Salzenberg <chip@atlantic.net>
5461              Msg-ID:  <19980305104831.38100@cyprus>
5462              Files:  pp_ctl.c
5463              
5464              Title:  "Conservative C<*x = undef> patch"
5465              From:  Chip Salzenberg <chip@atlantic.net>
5466              Msg-ID:  <19980310163310.48509@cyprus>
5467              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
5468              
5469              Title:  "Consider @ARGV to be plain files if inplace (-i)"
5470              From:  Chip Salzenberg <salzench@nielsenmedia.com>
5471              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
5472              Files:  doio.c
5473              
5474              Title:  "Fix semctl for Linux, Sun and SVR4"
5475              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
5476              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
5477              Files:  doio.c
5478              
5479              Title:  "C<dSP> entails using C<SP>, not C<sp>"
5480              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5481              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
5482              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
5483              doio.c doop.c ext/DB_File/DB_File.xs
5484              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
5485              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
5486              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
5487              win32/win32.c
5488              
5489              Title:  "Make autouse -w-safe"
5490              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5491              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
5492              Files:  lib/autouse.pm op.c sv.c
5493              
5494              Title:  "Misleading error on close of unopened handle"
5495              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5496              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
5497              Files:  doio.c
5498              
5499              Title:  "Confusing error from perl -e "x'""
5500              From:  Hans Mulder <hansmu@xs4all.nl>
5501              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
5502              Files:  toke.c
5503              
5504              Title:  "Add HAS_GNULIBC define"
5505              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5506              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
5507              Files:  config_H config_h.SH
5508              
5509              Title:  "h_errno might not be an int"
5510              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5511              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
5512              Files:  pp_sys.c
5513              
5514              Title:  "Revised taint hole closer", "Revised taint hole closer"
5515              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
5516              <ilya@math.ohio-state.edu>
5517              Msg-ID:  <19980310222127.09350@cyprus>,
5518              <199803110554.AAA29157@monk.mps.ohio-state.edu>
5519              Files:  doio.c
5520              
5521              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
5522              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
5523              van der Sanden)
5524              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
5525              <199803171727.MAA05234@aatma.engin.umich.edu>
5526              Files:  op.c t/op/misc.t
5527              
5528              Title:  "Stale SP in pp_substr"
5529              From:  Stephen McCamant <alias@mcs.com>
5530              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
5531              Files:  pp.c
5532              
5533              Title:  "Statement unlikely to be reached warning"
5534              From:  Hans Mulder <hansm@icgned.nl>
5535              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
5536              Files:  op.c
5537              
5538              Title:  "Tainting propagates from nowhere"
5539              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5540              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
5541              Files:  pp.c
5542              
5543              Title:  "two trivial tweaks to 5.004m5t1"
5544              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5545              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
5546              Files:  proto.h win32/Makefile
5547              
5548              Title:  "unpacking negatives on Alpha"
5549              From:  Achim Bohnet <ach@mpe.mpg.de>
5550              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
5551              Files:  pp.c t/op/pack.t
5552              
5553              ------  LIBRARY AND EXTENSIONS  ------
5554              
5555              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
5556              From:  Graham Barr <gbarr@ti.com>
5557              Msg-ID:  <3482F365.4A0486BA@ti.com>
5558              Files:  lib/Cwd.pm
5559              
5560              Title:  "Math/BigInt.pm, fixed use of undefined value."
5561              From:  abigail@fnx.com
5562              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
5563              Files:  lib/Math/BigInt.pm
5564              
5565              Title:  "File::Find rewrite"
5566              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5567              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
5568              Files:  lib/File/Find.pm
5569              
5570              Title:  "efficient version of strict.pm"
5571              From:  koenig@anna.mind.de (Andreas J. Koenig)
5572              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
5573              Files:  lib/strict.pm
5574              
5575              Title:  "Socket occasional SEGV in pack_sockaddr_un"
5576              From:  Trevor Blackwell <tlb@viaweb.com>
5577              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
5578              Files:  ext/Socket/Socket.xs
5579              
5580              Title:  "Warning on mis-use of 'use lib'"
5581              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
5582              <rootbeer@teleport.com>, chip@atlantic.net
5583              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
5584              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
5585              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
5586              Files:  lib/lib.pm
5587              
5588              Title:  "bug in Class::Struct"
5589              From:  Tom Christiansen <tchrist@toy.perl.com>
5590              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
5591              Files:  lib/Class/Struct.pm
5592              
5593              Title:  "Allow POSIX to export nice()"
5594              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
5595              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
5596              Files:  ext/POSIX/POSIX.pm
5597              
5598              Title:  "'use Env' on WinNT/95 fails"
5599              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5600              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
5601              Files:  lib/Env.pm
5602              
5603              ------  OTHER CHANGES  ------
5604              
5605              Title:  "mv-if-diff"
5606              From:  Robin Barker <rmb1@cise.npl.co.uk>
5607              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
5608              Files:  mv-if-diff
5609              
5610              ------  PORTABILITY - WIN32  ------
5611              
5612              Title:  "fix various problems with backticks on win32"
5613              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5614              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
5615              Files:  win32/config_h.PL win32/win32.c
5616              
5617              ------  TESTS  ------
5618              
5619              Title:  "Fix bug in locale.t"
5620              From:  Jarkko Hietaniemi <jhi@iki.fi>
5621              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
5622              Files:  t/pragma/locale.t
5623      Branch: maint-5.004/perl
5624            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
5625            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
5626            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
5627            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
5628            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
5629            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
5630            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
5631            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
5632            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
5633            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
5634            ! win32/Makefile win32/config_h.PL win32/win32.c
5635 ____________________________________________________________________________
5636 [   895] By: gsar                                  on 1998/04/22  03:13:19
5637         Log: intern -> sys_intern
5638      Branch: win32/perl
5639            ! embedvar.h interp.sym intrpvar.h win32/win32.h
5640 ____________________________________________________________________________
5641 [   894] By: gsar                                  on 1998/04/22  02:42:20
5642         Log: hand-applied patch along with small tweaks
5643              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
5644              Date:    Tue, 21 Apr 1998 23:31:06 +0200
5645              From:    jan.dubois@ibm.net (Jan Dubois)
5646              Subject: Re: Per-Interpreter variables for win32.c 
5647      Branch: win32/perl
5648            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
5649            ! win32/makedef.pl win32/win32.c win32/win32.h
5650 ____________________________________________________________________________
5651 [   893] By: gsar                                  on 1998/04/21  03:42:21
5652         Log: add AS patch#17
5653      Branch: asperl
5654            + win32/GenCAPI.pl
5655            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
5656            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5657            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
5658            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
5659            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
5660            ! win32/win32.c
5661 ____________________________________________________________________________
5662 [   892] By: gsar                                  on 1998/04/20  20:51:50
5663         Log: add AS patch#16
5664      Branch: asperl
5665            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
5666            ! win32/makefile.mk
5667 ____________________________________________________________________________
5668 [   891] By: gsar                                  on 1998/04/19  23:50:34
5669         Log: tweak doc for C<do FILENAME>
5670      Branch: win32/perl
5671            ! pod/perlfunc.pod
5672 ____________________________________________________________________________
5673 [   890] By: gsar                                  on 1998/04/19  01:08:11
5674         Log: use a pidtable that grows dynamically for popen()
5675              Message-Id: <3539f434.44835409@smtp1.ibm.net>
5676              Date:    Sat, 18 Apr 1998 21:01:27 +0200
5677              From:    jan.dubois@ibm.net (Jan Dubois)
5678              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
5679      Branch: win32/perl
5680            ! win32/win32.c
5681 ____________________________________________________________________________
5682 [   889] By: gsar                                  on 1998/04/17  02:13:58
5683         Log: support POSIX, enable more locale tests
5684      Branch: win32/perl
5685            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5686            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
5687            ! win32/makedef.pl win32/makefile.mk
5688 ____________________________________________________________________________
5689 [   888] By: mbeattie                              on 1998/04/14  16:22:51
5690         Log: CC did "<<" instead of ">>" for right-shift on ints.
5691      Branch: perl
5692            ! ext/B/B/CC.pm
5693 ____________________________________________________________________________
5694 [   887] By: TimBunce                              on 1998/04/10  17:44:55
5695         Log: Assorted patches:
5696              
5697              ------  CORE LANGUAGE  ------
5698              
5699              Title:  "Re: die exits with 0"
5700              From:  Robin Barker <rmb1@cise.npl.co.uk>
5701              Files:  perl.c t/op/die_exit.t
5702              
5703              Title:  "More toke.c commentary; fix oddity"
5704              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
5705              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
5706              Files:  toke.c
5707              
5708              Title:  "for semctl on solaris"
5709              From:  Graham Barr <gbarr@ti.com>
5710              Msg-ID:  <34624B80.C014E841@ti.com>
5711              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
5712              
5713              ------  DOCUMENTATION  ------
5714              
5715              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
5716              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
5717              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
5718              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
5719              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
5720              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
5721              Files:  pod/perlre.pod
5722              
5723              ------  LIBRARY AND EXTENSIONS  ------
5724              
5725              Title:  "BigFloat - small neagtive numbers cause panic"
5726              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
5727              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
5728              Files:  lib/Math/BigFloat.pm
5729              
5730              Title:  "Update Getopt::Long to 2.16"
5731              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
5732              <jvromans@squirrel.nl>
5733              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
5734              <13572.6847.863219.973795@phoenix.squirrel.nl>
5735              Files:  lib/Getopt/Long.pm
5736              
5737              Title:  "New Text::ParseWords"
5738              From:  pomeranz@netcom.com (Hal Pomeranz)
5739              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
5740              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
5741              
5742              Title:  "Fixed Text/Wrap.pm bugs (2)"
5743              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
5744              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
5745              Files:  lib/Text/Wrap.pm
5746              
5747              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
5748              print/exit)"
5749              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
5750              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
5751              Files:  lib/File/CheckTree.pm
5752              
5753              ------  OTHER CHANGES  ------
5754              
5755              Title:  "Add ./emacs/ptags"
5756              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5757              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
5758              Files:  emacs/ptags
5759              
5760              ------  TESTS  ------
5761              
5762              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
5763              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
5764              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
5765              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
5766              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
5767              <v02130515b06be80f1486@[205.228.240.16]>
5768              Files:  t/op/stat.t
5769              
5770              Title:  "for failure with lib/timelocal"
5771              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
5772              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
5773              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
5774              Files:  t/lib/timelocal.t
5775              
5776              Title:  "Make "localhost" related failures more clear"
5777              From:  Paul Hoffman <phoffman@proper.com>
5778              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
5779              Files:  t/lib/io_sock.t t/lib/io_udp.t
5780              
5781              ------  UTILITIES  ------
5782              
5783              Title:  "Let h2xs read multiple header files"
5784              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
5785              <bsugars@canoe.ca>
5786              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
5787              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
5788              Files:  utils/h2xs.PL
5789      Branch: maint-5.004/perl
5790            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
5791            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
5792            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
5793            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
5794            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
5795            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
5796 ____________________________________________________________________________
5797 [   886] By: TimBunce                              on 1998/04/10  14:35:34
5798         Log: Changes relating primarily to portability.
5799              
5800              ------  CORE LANGUAGE  ------
5801              
5802              Title:  "5.004_55: Another round of OS/2 patches"
5803              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5804              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
5805              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
5806              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
5807              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
5808              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
5809              t/lib/filecopy.t util.c utils/perldoc.PL
5810              
5811              Title:  "VMS: chdir() with empty arg list"
5812              From:  lane@duphy4.drexel.edu (Charles Lane)
5813              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
5814              Files:  pp_sys.c
5815              
5816              ------  LIBRARY AND EXTENSIONS  ------
5817              
5818              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
5819              From:  "W. Phillip Moore" <wpm@ms.com>
5820              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
5821              Files:  lib/ExtUtils/MM_Unix.pm
5822              
5823              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
5824              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
5825              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
5826              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
5827              
5828              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
5829              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5830              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
5831              Files:  ext/POSIX/POSIX.xs
5832              
5833              Title:  ""ODBM_File.c", line 275: NULL undefined"
5834              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
5835              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
5836              Files:  ext/ODBM_File/ODBM_File.xs
5837              
5838              ------  OTHER CHANGES  ------
5839              Files:  
5840              
5841              ------  PORTABILITY - GENERAL  ------
5842              
5843              Title:  "5.004_04 QNX getcwd"
5844              From:  Norton Allen <allen@huarp.harvard.edu>
5845              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
5846              <199803061511.KAA22346@bottesini.harvard.edu>
5847              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
5848              
5849              Title:  "hints/netbsd.sh d_setrgid d_setruid"
5850              From:  Jarkko Hietaniemi <jhi@iki.fi>
5851              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
5852              Files:  hints/netbsd.sh
5853              
5854              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
5855              d_casti32=undef"
5856              From:  Tom Hughes <tom@compton.demon.co.uk>
5857              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
5858              Files:  hints/svr4.sh
5859              
5860              Title:  "hints/bsdos.sh patch for BSDI 3.1"
5861              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
5862              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
5863              Files:  hints/bsdos.sh
5864              
5865              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
5866              From:  Keong Lim <Keong.Lim@sr.com.au>
5867              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
5868              Files:  ext/DynaLoader/dl_hpux.xs
5869              
5870              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
5871              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
5872              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
5873              Files:  hints/aix.sh
5874              
5875              Title:  "alpha-dec_osf 5.0"
5876              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
5877              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
5878              Files:  hints/dec_osf.sh
5879              
5880              Title:  "Off-by-one error with OS2::PrfDB"
5881              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
5882              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
5883              Files:  os2/OS2/PrfDB/PrfDB.xs
5884              
5885              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
5886              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5887              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
5888              Files:  hints/openbsd.sh
5889              
5890              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
5891              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5892              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
5893              Files:  hints/linux.sh
5894              
5895              Title:  "5.004_(04|63)] Close VMS security hole"
5896              From:  Charles Bailey <BAILEY@newman.upenn.edu>
5897              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
5898              Files:  vms/vms.c
5899              
5900              Title:  "Re: Perl online documentation on OpenVMS"
5901              From:  pvhp@forte.com (Peter Prymmer)
5902              Msg-ID:  <9803192143.AA28120@forte.com>
5903              Files:  README.vms
5904              
5905              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
5906              vms/perly_c.vms and vms/perly_h.vms"
5907              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
5908              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
5909              Msg-ID:  <199710151650.JAA29185@wall.org>,
5910              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
5911              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
5912              Files:  vms/perly_c.vms
5913              
5914              Title:  "Updated, non-wordwrapped, patch to README.VMS"
5915              From:  Dan Sugalski <sugalskd@osshe.edu>
5916              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
5917              Files:  README.vms
5918              
5919              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
5920              From:  Charles Bailey <BAILEY@newman.upenn.edu>
5921              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
5922              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
5923              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
5924              vms/ext/filespec.t
5925              
5926              Title:  "Re: VMSperl crashes on -Mblib argument"
5927              From:  bailey@newman.upenn.edu (Charles Bailey)
5928              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
5929              Files:  lib/blib.pm vms/vms.c
5930              
5931              Title:  "hints/linux.sh (MkLinux / PPC)"
5932              From:  pudge@pobox.com (Chris Nandor)
5933              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
5934              Files:  hints/linux.sh
5935              
5936              Title:  "hpux.sh hints file clarification suggestion"
5937              From:  root@qad.com
5938              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
5939              Files:  hints/hpux.sh
5940              
5941              Title:  "new hints/solaris_2.sh"
5942              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5943              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
5944              Files:  hints/solaris_2.sh
5945      Branch: maint-5.004/perl
5946            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
5947            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
5948            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
5949            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
5950            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
5951            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
5952            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5953            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
5954            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
5955            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
5956            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
5957            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
5958            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
5959            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
5960            ! vms/vms.c
5961 ____________________________________________________________________________
5962 [   885] By: gsar                                  on 1998/04/08  01:14:29
5963         Log: small tweaks to make it compile (doesn't run)
5964      Branch: asperl
5965            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
5966            ! win32/config.vc win32/makefile.mk
5967 ____________________________________________________________________________
5968 [   884] By: gsar                                  on 1998/04/08  00:14:13
5969         Log: integrate mainline changes
5970      Branch: asperl
5971           +> Changes5.004 ext/Thread/Thread/Signal.pm
5972           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
5973           +> lib/ExtUtils/inst t/op/hashwarn.t
5974            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
5975           !> (integrate 127 files)
5976 ____________________________________________________________________________
5977 [   883] By: gsar                                  on 1998/04/06  20:21:20
5978         Log: make old DomainName() implementation the default (so Win95
5979              is happy)
5980      Branch: win32/perl
5981            ! win32/win32.c
5982 ____________________________________________________________________________
5983 [   882] By: gsar                                  on 1998/04/05  23:32:33
5984         Log: fix memory leaks in offer_nice_chunk()
5985      Branch: win32/perl
5986            ! perl.h sv.c
5987 ____________________________________________________________________________
5988 [   881] By: gsar                                  on 1998/04/04  23:11:52
5989         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
5990      Branch: win32/perl
5991            ! cop.h util.c
5992 ____________________________________________________________________________
5993 [   880] By: gsar                                  on 1998/04/04  22:35:54
5994         Log: fix refcounting of GvSTASH() when glob becomes nought
5995              (this takes care of the "unbalanced strtab refcount" problem)
5996      Branch: win32/perl
5997            ! sv.c
5998 ____________________________________________________________________________
5999 [   879] By: gsar                                  on 1998/04/04  21:16:17
6000         Log: change 866 was incomplete
6001      Branch: win32/perl
6002            ! hv.c
6003 ____________________________________________________________________________
6004 [   878] By: gsar                                  on 1998/04/04  20:31:56
6005         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
6006      Branch: win32/perl
6007            ! cop.h perl.c pp_ctl.c
6008 ____________________________________________________________________________
6009 [   877] By: gsar                                  on 1998/04/04  17:55:30
6010         Log: integrate mainline
6011      Branch: win32/perl
6012           +> Changes5.004
6013           !> Changes MANIFEST sv.c t/op/misc.t
6014 ____________________________________________________________________________
6015 [   876] By: gsar                                  on 1998/04/04  17:26:32
6016         Log: remove __declspec kludge in sdbm.h in favor of setting a
6017              flag for static symbols
6018      Branch: win32/perl
6019            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
6020            ! ext/SDBM_File/sdbm/sdbm.h
6021 ____________________________________________________________________________
6022 [   875] By: gsar                                  on 1998/04/04  01:11:57
6023         Log: fix order of init
6024              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
6025              Date:    Fri, 03 Apr 1998 13:58:15 PST
6026              From:    Dan Sugalski <sugalskd@osshe.edu>
6027              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
6028              with MULTIPLICITY
6029      Branch: win32/perl
6030            ! perl.c
6031 ____________________________________________________________________________
6032 [   874] By: gsar                                  on 1998/04/04  00:34:59
6033         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
6034              the declared symbol is not in a DLL (so kludge it)
6035      Branch: win32/perl
6036            ! ext/SDBM_File/sdbm/sdbm.h
6037 ____________________________________________________________________________
6038 [   873] By: TimBunce                              on 1998/04/03  22:17:40
6039         Log: Title:  "FileHandle Documentation patch"
6040              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
6041              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
6042              Files:  lib/FileHandle.pm
6043      Branch: maint-5.004/perl
6044            ! lib/FileHandle.pm
6045 ____________________________________________________________________________
6046 [   872] By: TimBunce                              on 1998/04/03  22:01:03
6047         Log: Documentation and documentation related patches:
6048              
6049              ------  BUILD PROCESS  ------
6050              
6051              Title:  "Docs re /usr/bin/perl quasi-standard location"
6052              From:  Tom Phoenix <rootbeer@teleport.com>
6053              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
6054              Files:  INSTALL pod/perlrun.pod
6055              
6056              ------  DOCUMENTATION  ------
6057              
6058              Title:  "/RFC|RFC-1305/ non-greedy"
6059              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
6060              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
6061              Files:  pod/perlre.pod
6062              
6063              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
6064              From:  Jarkko Hietaniemi <jhi@iki.fi>
6065              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
6066              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
6067              
6068              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
6069              From:  Jarkko Hietaniemi <jhi@iki.fi>
6070              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
6071              Files:  pod/perlfunc.pod
6072              
6073              Title:  "typo-fix and suggestion for perlguts.pod"
6074              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
6075              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
6076              Files:  pod/perlguts.pod
6077              
6078              Title:  "perlfunc/syscall curiosity"
6079              From:  Roderick Schertler <roderick@argon.org>, Tkil
6080              <tkil@reptile.scrye.com>
6081              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
6082              <pziut8snva.fsf@eeyore.ibcinc.com>
6083              Files:  pod/perlfunc.pod
6084              
6085              Title:  "Document sprintf %#x behaviour for zero value"
6086              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
6087              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
6088              Files:  pod/perlfunc.pod
6089              
6090              Title:  "NUL termination (was Re: STOP THE PRESSES)"
6091              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6092              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
6093              Files:  pod/perlguts.pod
6094              
6095              Title:  "Typo fix."
6096              From:  abigail@fnx.com
6097              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
6098              Files:  pod/perlop.pod pod/perlvar.pod
6099              
6100              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
6101              From:  Achim Bohnet <ach@mpe.mpg.de>
6102              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
6103              Files:  pod/perlrun.pod
6104              
6105              Title:  "Re: Conservative C<*x = undef> patch"
6106              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6107              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
6108              Files:  pod/perltrap.pod
6109              
6110              Title:  "perlfunc.pod for flock()"
6111              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
6112              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
6113              Files:  pod/perlfunc.pod
6114              
6115              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
6116              From:  Tkil <tkil@scrye.com>
6117              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
6118              Files:  pod/perl.pod
6119              
6120              Title:  "for() and map() peculiarity"
6121              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6122              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
6123              Files:  pod/perlsyn.pod
6124              
6125              Title:  "Re: new text for perlsec"
6126              From:  Tom Phoenix <rootbeer@teleport.com>
6127              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
6128              Files:  pod/perlsec.pod
6129              
6130              Title:  "perldsc's debugger x command"
6131              From:  Roderick Schertler <roderick@argon.org>
6132              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
6133              Files:  pod/perldsc.pod
6134              
6135              Title:  "perlre.pod"
6136              From:  Ted Ashton <ashted@southern.edu>
6137              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
6138              Files:  pod/perlre.pod
6139              
6140              Title:  "Re: printf and $\", "printf and $\"
6141              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
6142              <rootbeer@teleport.com>, nag <nick@flirble.org>
6143              Msg-ID:  <199711141918.TAA08096@flirble.org>,
6144              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
6145              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
6146              Files:  pod/perlfunc.pod
6147              
6148              Title:  "recv() typo"
6149              From:  Roderick Schertler <roderick@argon.org>
6150              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
6151              Files:  pod/perlfunc.pod
6152              
6153              Title:  "truncate return value"
6154              From:  Roderick Schertler <roderick@argon.org>
6155              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
6156              Files:  pod/perlfunc.pod
6157              
6158              Title:  "update to perlbook.pod"
6159              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
6160              <merlyn@stonehenge.com>, Stephen Potter
6161              <spp@psasolar.colltech.com>, Tom Phoenix
6162              <rootbeer@teleport.com>
6163              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
6164              <199803241441.OAA01261@mediaone.net>,
6165              <8clnu0i05k.fsf@gadget.cscaper.com>,
6166              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
6167              Files:  pod/perlbook.pod
6168              
6169              Title:  "utime documentation"
6170              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
6171              <mjtg@cus.cam.ac.uk>
6172              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
6173              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
6174              Files:  pod/perlfunc.pod
6175              
6176              Title:  "(well, doc patch) use of // requires successful match"
6177              From:  Roderick Schertler <roderick@argon.org>
6178              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
6179              Files:  pod/perlop.pod
6180              
6181              ------  LIBRARY AND EXTENSIONS  ------
6182              
6183              Title:  "MakeMaker PM doc patch and a DIR buglet"
6184              From:  Achim Bohnet <ach@mpe.mpg.de>
6185              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
6186              Files:  lib/ExtUtils/MakeMaker.pm
6187              
6188              Title:  "bareword clarification for constant.pm"
6189              From:  Roderick Schertler <roderick@argon.org>
6190              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
6191              Files:  lib/constant.pm
6192              
6193              Title:  "integer rand - bug or feature?"
6194              From:  Roderick Schertler <roderick@argon.org>
6195              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
6196              Files:  lib/integer.pm
6197              
6198              ------  OTHER CHANGES  ------
6199              
6200              Title:  "FileHandle Documentation patch"
6201              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
6202              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
6203              
6204              Title:  "perl5.004_61 myconfig updates"
6205              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
6206              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
6207              Files:  myconfig
6208              
6209              Title:  "small fixups in pod2latex.PL"
6210              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
6211              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
6212              
6213              ------  PORTABILITY - GENERAL  ------
6214              
6215              Title:  "Misc doc fixes for README.VMS"
6216              From:  Dan Sugalski <sugalskd@osshe.edu>
6217              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
6218              Files:  README.vms
6219              
6220              Title:  "moved DynaLib"
6221              From:  John Tobey <jtobey@channel1.com>
6222              Msg-ID:  <199710182332.XAA21630@remote212>
6223              Files:  ext/DynaLoader/DynaLoader.pm.PL
6224              
6225              ------  UTILITIES  ------
6226              
6227              Title:  "Searching for FAQs (patch to perldoc)"
6228              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
6229              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
6230              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
6231              Files:  utils/perldoc.PL
6232              
6233              Title:  "perldoc"
6234              From:  Ted Ashton <ashted@southern.edu>
6235              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
6236              Files:  utils/perldoc.PL
6237              
6238              Title:  "perldoc -f not using pod2man"
6239              From:  Russ Allbery <rra@stanford.edu>
6240              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
6241              Files:  utils/perldoc.PL
6242              
6243              Title:  "perldoc -m should not require pod"
6244              From:  Robin Houston <robin@nml.guardian.co.uk>
6245              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
6246              Files:  utils/perldoc.PL
6247              
6248              Title:  "small fix for perldoc in perl 5.004_04"
6249              From:  Julian Yip <julian@imoney.com>
6250              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
6251              Files:  utils/perldoc.PL
6252      Branch: maint-5.004/perl
6253            - ext/DynaLoader/DynaLoader.pm
6254            ! Changes Configure INSTALL README.vms
6255            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
6256            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
6257            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
6258            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
6259            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
6260            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
6261            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
6262            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
6263            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
6264            ! pod/pod2latex.PL toke.c utils/perldoc.PL
6265
6266 ----------------
6267 Version 5.004_64
6268 ----------------
6269
6270 ____________________________________________________________________________
6271 [   871] By: mbeattie                              on 1998/04/03  13:38:59
6272         Log: Update Changes5.004 and Changes, fix MANIFEST
6273      Branch: perl
6274            + Changes
6275            ! Changes5.004 MANIFEST
6276 ____________________________________________________________________________
6277 [   870] By: mbeattie                              on 1998/04/03  13:36:29
6278         Log: Rename Changes to Changes5.004 (via an integrate)
6279      Branch: perl
6280           +> Changes5.004
6281            - Changes
6282 ____________________________________________________________________________
6283 [   869] By: mbeattie                              on 1998/04/03  11:53:00
6284         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
6285              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
6286              From: Jan-Pieter Cornet <johnpc@xs4all.net>
6287      Branch: perl
6288            ! sv.c t/op/misc.t
6289 ____________________________________________________________________________
6290 [   868] By: mbeattie                              on 1998/04/03  11:16:26
6291         Log: Integrate win32 branch into mainline
6292      Branch: perl
6293           !> (integrate 31 files)
6294 ____________________________________________________________________________
6295 [   867] By: gsar                                  on 1998/04/03  08:47:55
6296         Log: config.* fixes
6297      Branch: win32/perl
6298            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6299            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6300            ! win32/makefile.mk
6301 ____________________________________________________________________________
6302 [   866] By: gsar                                  on 1998/04/03  07:22:50
6303         Log: fixup hv_free_ent() to not fail on null HeVAL()
6304      Branch: win32/perl
6305            ! hv.c perl.c
6306 ____________________________________________________________________________
6307 [   865] By: gsar                                  on 1998/04/03  07:06:12
6308         Log: integrate mainline
6309      Branch: win32/perl
6310           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
6311           !> (integrate 71 files)
6312 ____________________________________________________________________________
6313 [   864] By: gsar                                  on 1998/04/03  06:59:37
6314         Log: implement stack-of-stacks so that magic invocations don't
6315              invalidate local stack pointer
6316      Branch: win32/perl
6317            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
6318            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
6319            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
6320 ____________________________________________________________________________
6321 [   863] By: gsar                                  on 1998/04/03  01:26:09
6322         Log: add AS patch#15
6323      Branch: asperl
6324            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
6325            ! win32/config.bc win32/config.gc win32/config.vc
6326            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6327            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
6328            ! win32/win32.c win32/win32.h
6329 ____________________________________________________________________________
6330 [   862] By: mbeattie                              on 1998/04/02  17:08:43
6331         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
6332              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
6333              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6334      Branch: perl
6335            ! Configure ext/Socket/Socket.xs myconfig
6336 ____________________________________________________________________________
6337 [   861] By: mbeattie                              on 1998/04/02  16:32:53
6338         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
6339              since appropriate headers aren't included.
6340      Branch: perl
6341            ! ext/SDBM_File/sdbm/sdbm.h
6342 ____________________________________________________________________________
6343 [   860] By: mbeattie                              on 1998/04/02  16:17:11
6344         Log: Bumped patchlevel.h to 64
6345      Branch: perl
6346            ! patchlevel.h
6347 ____________________________________________________________________________
6348 [   859] By: mbeattie                              on 1998/04/02  16:16:26
6349         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
6350              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
6351              From: Jarkko Hietaniemi <jhi@iki.fi>
6352      Branch: perl
6353            ! hints/unicos.sh regcomp.h
6354 ____________________________________________________________________________
6355 [   858] By: mbeattie                              on 1998/04/02  16:13:24
6356         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
6357              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
6358              From: Tom Phoenix <rootbeer@teleport.com>
6359      Branch: perl
6360            + t/op/hashwarn.t
6361            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
6362 ____________________________________________________________________________
6363 [   857] By: mbeattie                              on 1998/04/02  16:08:43
6364         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
6365              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
6366              From: Charles Bailey <BAILEY@newman.upenn.edu>
6367      Branch: perl
6368            ! vms/vms.c
6369 ____________________________________________________________________________
6370 [   856] By: mbeattie                              on 1998/04/02  16:07:44
6371         Log: Subject: [PATCH] mv-if-diff
6372              Date: Fri, 27 Mar 98 18:06:11 GMT
6373              From: Robin Barker <rmb1@cise.npl.co.uk>
6374      Branch: perl
6375            ! mv-if-diff
6376 ____________________________________________________________________________
6377 [   855] By: mbeattie                              on 1998/04/02  16:06:54
6378         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
6379              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
6380              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
6381              Subject: [PATCH] another destruct_level fix
6382              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
6383      Branch: perl
6384            ! perl.c sv.c
6385 ____________________________________________________________________________
6386 [   854] By: mbeattie                              on 1998/04/02  16:03:37
6387         Log: Subject: Next wave of _63 VMS patches
6388              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
6389              From: Charles Bailey <BAILEY@newman.upenn.edu>
6390      Branch: perl
6391            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
6392            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
6393            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
6394            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
6395            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
6396            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
6397            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
6398            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
6399            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
6400            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
6401            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
6402            ! vms/vmsish.h
6403 ____________________________________________________________________________
6404 [   853] By: mbeattie                              on 1998/04/02  15:55:46
6405         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
6406              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
6407              From: Hans Mulder <hansmu@xs4all.nl>
6408      Branch: perl
6409            ! toke.c
6410 ____________________________________________________________________________
6411 [   852] By: mbeattie                              on 1998/04/02  15:54:24
6412         Log: Subject: [PATCH] small fixups in pod2latex.PL
6413              Date: 25 Mar 1998 13:30:25 -0800
6414              From: "Darren/Torin/Who Ever..." <torin@daft.com>
6415      Branch: perl
6416            ! pod/pod2latex.PL
6417 ____________________________________________________________________________
6418 [   851] By: mbeattie                              on 1998/04/02  15:50:58
6419         Log: Subject: [PATCH] hints/irix_6.sh with GCC
6420              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
6421              From: kstar@chapin.edu (Kurt D. Starsinic)
6422      Branch: perl
6423            ! hints/irix_6.sh
6424 ____________________________________________________________________________
6425 [   850] By: mbeattie                              on 1998/04/02  15:45:33
6426         Log: Subject: [PATCH] perldoc -m
6427              Date: Tue, 24 Mar 1998 13:19:38 GMT
6428              From: Robin Houston <robin@nml.guardian.co.uk>
6429      Branch: perl
6430            ! utils/perldoc.PL
6431 ____________________________________________________________________________
6432 [   849] By: mbeattie                              on 1998/04/02  15:42:52
6433         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
6434              Date: Mon, 23 Mar 1998 14:13:46 +0100
6435              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6436      Branch: perl
6437            ! djgpp/config.over hints/dos_djgpp.sh
6438 ____________________________________________________________________________
6439 [   848] By: mbeattie                              on 1998/04/02  15:38:19
6440         Log: Subject: [PATCH] Stale SP in pp_substr
6441              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
6442              From: Stephen McCamant <alias@mcs.com>
6443      Branch: perl
6444            ! pp.c
6445 ____________________________________________________________________________
6446 [   847] By: mbeattie                              on 1998/04/02  15:36:33
6447         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
6448      Branch: perl
6449            ! ext/POSIX/POSIX.pm
6450 ____________________________________________________________________________
6451 [   846] By: mbeattie                              on 1998/04/02  15:34:36
6452         Log: Subject: [PATCH] 5.004_63: further -e patching
6453              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
6454              From: Jarkko Hietaniemi <jhi@iki.fi>
6455      Branch: perl
6456            ! perl.c pod/perldiag.pod
6457 ____________________________________________________________________________
6458 [   845] By: mbeattie                              on 1998/04/02  15:25:18
6459         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
6460      Branch: perl
6461            ! Configure INSTALL Policy_sh.SH Porting/Glossary
6462            ! Porting/config.sh Porting/config_H config_h.SH
6463            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
6464            ! pp.c pp_sys.c regexec.c
6465 ____________________________________________________________________________
6466 [   844] By: mbeattie                              on 1998/04/02  14:28:17
6467         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
6468              Date: Wed, 18 Mar 1998 20:40:19 +0100
6469              From: Achim Bohnet <ach@mpe.mpg.de>
6470      Branch: perl
6471            ! pod/perlrun.pod
6472 ____________________________________________________________________________
6473 [   843] By: mbeattie                              on 1998/04/02  14:26:52
6474         Log: From: Dan Sugalski <sugalskd@osshe.edu>
6475              Subject: 5.004_63 picky compiler fixes [PATCH]
6476              Date: Wed, 18 Mar 1998 09:36:32 -0800
6477              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
6478              Date: Wed, 18 Mar 1998 14:48:19 -0800
6479      Branch: perl
6480            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
6481 ____________________________________________________________________________
6482 [   842] By: mbeattie                              on 1998/04/02  14:22:41
6483         Log: From: Stephen Potter <spp@psasolar.colltech.com>
6484              Subject: Re: doc: perlrun typo 
6485              Date: Wed, 18 Mar 1998 10:06:55 -0600
6486              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
6487              Date: Tue, 24 Mar 1998 21:20:51 -0600
6488      Branch: perl
6489            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
6490 ____________________________________________________________________________
6491 [   841] By: mbeattie                              on 1998/04/02  14:17:31
6492         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
6493              Date: Wed, 18 Mar 1998 12:44:58 +0100
6494              From: Dominic Dunlop <domo@vo.lu>
6495      Branch: perl
6496            ! Porting/pumpkin.pod Todo
6497 ____________________________________________________________________________
6498 [   840] By: mbeattie                              on 1998/04/02  14:14:22
6499         Log: Subject: [PATCH] Configure hints/ patches
6500              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
6501              From: Jan-Pieter Cornet <johnpc@xs4all.net>
6502      Branch: perl
6503            ! hints/linux.sh hints/qnx.sh
6504 ____________________________________________________________________________
6505 [   839] By: mbeattie                              on 1998/04/02  14:13:13
6506         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
6507      Branch: perl
6508            ! cygwin32/perlgcc
6509 ____________________________________________________________________________
6510 [   838] By: gsar                                  on 1998/03/28  05:01:57
6511         Log: fix Env.pm to weed out illegal names
6512      Branch: win32/perl
6513            ! lib/Env.pm
6514 ____________________________________________________________________________
6515 [   837] By: gsar                                  on 1998/03/28  04:39:43
6516         Log: fix typo in makefile.mk
6517      Branch: win32/perl
6518            ! win32/makefile.mk
6519 ____________________________________________________________________________
6520 [   836] By: gsar                                  on 1998/03/23  17:40:15
6521         Log: add file: to installhtml URLs
6522      Branch: win32/perl
6523            ! win32/Makefile win32/makefile.mk
6524 ____________________________________________________________________________
6525 [   835] By: mbeattie                              on 1998/03/18  11:03:11
6526         Log: Add Thread::Signal to run signal handlers reliably in a new thread
6527      Branch: perl
6528            + ext/Thread/Thread/Signal.pm
6529            ! MANIFEST ext/Thread/Thread.xs
6530
6531 ----------------
6532 Version 5.004_63
6533 ----------------
6534
6535 ____________________________________________________________________________
6536 [   834] By: mbeattie                              on 1998/03/17  16:19:10
6537         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
6538      Branch: perl
6539            ! Policy_sh.SH
6540 ____________________________________________________________________________
6541 [   833] By: mbeattie                              on 1998/03/17  16:11:02
6542         Log: Integrate win32 branch into mainline.
6543      Branch: perl
6544           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
6545           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6546           !> win32/win32.c
6547 ____________________________________________________________________________
6548 [   832] By: gsar                                  on 1998/03/17  14:32:39
6549         Log: propagate bugfix @ change831 from asperl
6550      Branch: win32/perl
6551            ! regcomp.c
6552 ____________________________________________________________________________
6553 [   831] By: gsar                                  on 1998/03/17  14:02:51
6554         Log: fix buggy order of free() in regcomp.c (from AS)
6555      Branch: asperl
6556            ! regcomp.c
6557 ____________________________________________________________________________
6558 [   830] By: gsar                                  on 1998/03/17  01:10:54
6559         Log: add a part of AS patch#14, backout incomplete variable
6560              name changes for gcc. Builds and tests under VC/BC once again.
6561      Branch: asperl
6562            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
6563 ____________________________________________________________________________
6564 [   829] By: gsar                                  on 1998/03/16  23:49:18
6565         Log: stray tweak to win32.c
6566      Branch: win32/perl
6567            ! win32/win32.c
6568 ____________________________________________________________________________
6569 [   828] By: gsar                                  on 1998/03/16  22:06:03
6570         Log: update win32/config* files
6571      Branch: win32/perl
6572            ! win32/config.bc win32/config.gc win32/config.vc
6573            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6574 ____________________________________________________________________________
6575 [   827] By: gsar                                  on 1998/03/16  19:09:30
6576         Log: trivial integrate of mainline
6577      Branch: win32/perl
6578           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
6579           +> lib/ExtUtils/inst
6580           !> (integrate 61 files)
6581 ____________________________________________________________________________
6582 [   826] By: mbeattie                              on 1998/03/16  16:39:23
6583         Log: newCONSTSUB had private MY_start_subparse.
6584      Branch: perl
6585            ! op.c
6586 ____________________________________________________________________________
6587 [   825] By: mbeattie                              on 1998/03/16  16:36:55
6588         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
6589      Branch: perl
6590            ! hv.c
6591 ____________________________________________________________________________
6592 [   824] By: mbeattie                              on 1998/03/16  16:27:43
6593         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
6594      Branch: perl
6595            ! MANIFEST
6596 ____________________________________________________________________________
6597 [   823] By: mbeattie                              on 1998/03/16  16:26:02
6598         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
6599      Branch: perl
6600            + lib/ExtUtils/Packlist.pm
6601 ____________________________________________________________________________
6602 [   822] By: mbeattie                              on 1998/03/16  16:22:58
6603         Log: Bump patchlevel.h to 63.
6604      Branch: perl
6605            ! ext/IO/IO.xs patchlevel.h
6606           !> (integrate 41 files)
6607 ____________________________________________________________________________
6608 [   821] By: mbeattie                              on 1998/03/16  16:18:35
6609         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
6610              Subject: Bundling builtin.pm and newCONSTSUB with the core?
6611              From: jan.dubois@ibm.net (Jan Dubois)
6612              Date: Sun, 15 Mar 1998 19:09:05 +0100
6613      Branch: perl
6614            ! embed.h global.sym op.c pod/perlguts.pod proto.h
6615 ____________________________________________________________________________
6616 [   820] By: mbeattie                              on 1998/03/16  16:02:50
6617         Log: Subject: [PATCH] STRESS_REALLOC
6618              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
6619              From: Stephen McCamant <alias@mcs.com>
6620      Branch: perl
6621            ! malloc.c perl.c scope.c
6622 ____________________________________________________________________________
6623 [   819] By: mbeattie                              on 1998/03/16  16:01:06
6624         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
6625              Date: Fri, 13 Mar 1998 23:21:25 +0100
6626              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
6627      Branch: perl
6628            ! perly.c
6629 ____________________________________________________________________________
6630 [   818] By: mbeattie                              on 1998/03/16  15:59:16
6631         Log: Subject: [Configure PATCH] for OS/2
6632              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
6633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6634              [Two hunks to Configure failed to apply due to clashes]
6635      Branch: perl
6636            ! Configure hints/os2.sh
6637 ____________________________________________________________________________
6638 [   817] By: mbeattie                              on 1998/03/16  15:55:28
6639         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
6640              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
6641              From: Charles Bailey <BAILEY@newman.upenn.edu>
6642              [Needed manual tweaks on vms/config.vms since it clashed with other
6643              patches. I may have got it wrong.]
6644      Branch: perl
6645            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
6646            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
6647            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
6648            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
6649            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
6650            ! vms/test.com vms/vms.c vms/vmsish.h
6651 ____________________________________________________________________________
6652 [   816] By: mbeattie                              on 1998/03/16  15:26:04
6653         Log: Subject: [PATCH] Let h2xs read multiple header files
6654              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
6655              From: Benjamin Sugars <bsugars@canoe.ca>
6656      Branch: perl
6657            ! utils/h2xs.PL
6658 ____________________________________________________________________________
6659 [   815] By: mbeattie                              on 1998/03/16  15:24:12
6660         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
6661              Date: Mon, 09 Mar 1998 09:18:56 -0800
6662              From: Dan Sugalski <sugalskd@osshe.edu>
6663      Branch: perl
6664            ! vms/config.vms
6665 ____________________________________________________________________________
6666 [   814] By: mbeattie                              on 1998/03/16  13:17:14
6667         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
6668              Date: Sun, 08 Mar 1998 12:50:23 +0000
6669              From: Alan Burlison <alan.burlison@UK.Sun.COM>
6670              plus manual update of MANIFEST
6671      Branch: perl
6672            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
6673            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
6674            ! lib/ExtUtils/MM_Unix.pm
6675 ____________________________________________________________________________
6676 [   813] By: mbeattie                              on 1998/03/16  13:08:55
6677         Log: From: Blair Zajac <blair@gps.caltech.edu>
6678              Subject: PATCH: util.c and util.h function declarations do not match
6679              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
6680              Subject: PATCH: cgywin32 patch for perlgcc
6681              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
6682              Subject: PATCH: perl5.004_62 on cygwin32
6683              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
6684      Branch: perl
6685            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
6686 ____________________________________________________________________________
6687 [   812] By: mbeattie                              on 1998/03/16  12:55:39
6688         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6689              Subject: [PATCH 5.004_62} Config_62-01 patch available.
6690              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
6691              Subject: [PATCH 5.004_62] Tiny hint file updates
6692              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
6693      Branch: perl
6694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6695            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
6696            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
6697            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
6698            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
6699            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
6700 ____________________________________________________________________________
6701 [   811] By: mbeattie                              on 1998/03/16  12:13:55
6702         Log: DOS djgpp updates:
6703              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
6704              Subject: [PATCH for 5.004_61] dos-djgpp update
6705              Date: Fri, 6 Mar 1998 10:41:01 +0100
6706              Subject: [PATCH 5.004_62] dos-djgpp update
6707              Date: Thu, 12 Mar 1998 13:34:51 +0100
6708      Branch: perl
6709            ! djgpp/config.over hints/dos_djgpp.sh
6710 ____________________________________________________________________________
6711 [   810] By: gsar                                  on 1998/03/16  08:48:17
6712         Log: integrate mainline
6713      Branch: win32/perl
6714           !> pp_sys.c
6715 ____________________________________________________________________________
6716 [   809] By: gsar                                  on 1998/03/16  08:44:37
6717         Log: various changes to get asperl working under Borland
6718              (passes all tests when built under PERL_OBJECT)
6719      Branch: asperl
6720            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
6721            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
6722            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
6723            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
6724            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
6725            ! win32/win32sck.c
6726 ____________________________________________________________________________
6727 [   808] By: gsar                                  on 1998/03/12  19:50:20
6728         Log: set sockets to nonoverlapped mode for every thread
6729              Message-Id: <35081FE4.965A484D@enteract.com>
6730              Date:    Thu, 12 Mar 1998 11:48:20 CST
6731              From:    Steve Nielsen <spn@enteract.com>
6732              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
6733      Branch: win32/perl
6734            ! win32/win32.h win32/win32sck.c
6735 ____________________________________________________________________________
6736 [   807] By: gsar                                  on 1998/03/12  19:26:54
6737         Log: add AS patch#13
6738      Branch: asperl
6739            ! win32/Makefile
6740 ____________________________________________________________________________
6741 [   806] By: gsar                                  on 1998/03/12  00:51:08
6742         Log: added AS patch#12 with minor changes
6743      Branch: asperl
6744            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
6745            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6746            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
6747            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
6748            ! win32/runperl.c
6749 ____________________________________________________________________________
6750 [   805] By: gsar                                  on 1998/03/10  20:35:10
6751         Log: reinstate some standard sig_names to avoid noise from
6752              modules (and in hopes of making them _do_ something in future)
6753      Branch: win32/perl
6754            ! win32/config.bc win32/config.gc win32/config.vc
6755            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6756 ____________________________________________________________________________
6757 [   804] By: gsar                                  on 1998/03/10  20:33:05
6758         Log: mingw32 tweaks
6759      Branch: win32/perl
6760            ! win32/makefile.mk win32/win32.c win32/win32.h
6761 ____________________________________________________________________________
6762 [   803] By: gsar                                  on 1998/03/09  20:56:07
6763         Log: tweak Win32::DomainName() implementation
6764      Branch: win32/perl
6765            ! win32/Makefile win32/win32.c
6766 ____________________________________________________________________________
6767 [   802] By: gsar                                  on 1998/03/09  03:51:01
6768         Log: merge C<local $tied{foo}> patch, also moved statics in
6769              [ah]v.c to thrdvar.h
6770      Branch: win32/perl
6771            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
6772 ____________________________________________________________________________
6773 [   801] By: gsar                                  on 1998/03/09  02:38:35
6774         Log: minor win32 support fixes
6775              - add a better implementation of Win32::DomainName() (as
6776              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
6777              - fix opendir() emulation was unsafe what given long paths
6778      Branch: win32/perl
6779            ! win32/win32.c
6780 ____________________________________________________________________________
6781 [   800] By: nick                                  on 1998/03/07  09:36:41
6782         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
6783              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
6784              exist. (Breaks libnet).
6785      Branch: perl
6786            ! pp_sys.c
6787 ____________________________________________________________________________
6788 [   799] By: gsar                                  on 1998/03/07  07:51:28
6789         Log: integrate mainline changes
6790      Branch: asperl
6791           !> (integrate 111 files)
6792 ____________________________________________________________________________
6793 [   798] By: gsar                                  on 1998/03/07  07:01:55
6794         Log: integrate mainline
6795      Branch: win32/perl
6796           !> myconfig patchlevel.h
6797 ____________________________________________________________________________
6798 [   797] By: gsar                                  on 1998/03/07  06:49:49
6799         Log: provide our own popen()/pclose() to fix problems with qx//:
6800              - qx// used to always invoke the shell, now does so only when needed
6801              - qx// didn't respect PERL5SHELL, now does
6802      Branch: win32/perl
6803            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
6804 ____________________________________________________________________________
6805 [   796] By: gsar                                  on 1998/03/07  01:37:10
6806         Log: a missed s/sp/SP/
6807      Branch: win32/perl
6808            ! lib/ExtUtils/typemap pod/perlcall.pod
6809 ____________________________________________________________________________
6810 [   795] By: gsar                                  on 1998/03/07  01:05:21
6811         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
6812              mention that local stack pointer should be called SP.  This makes the
6813              API safer from source incompatibilities down the line.
6814      Branch: win32/perl
6815            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
6816            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
6817            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
6818            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
6819            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
6820            ! pp_ctl.c pp_hot.c pp_sys.c util.c
6821
6822 ----------------
6823 Version 5.004_62
6824 ----------------
6825
6826 ____________________________________________________________________________
6827 [   794] By: mbeattie                              on 1998/03/06  09:38:08
6828         Log: Subject: [PATCH] perl5.004_61 myconfig updates
6829              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
6830              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6831      Branch: perl
6832            ! myconfig
6833 ____________________________________________________________________________
6834 [   793] By: mbeattie                              on 1998/03/06  09:36:37
6835         Log: Bump patchlevel.h to 62.
6836      Branch: perl
6837            ! patchlevel.h
6838 ____________________________________________________________________________
6839 [   792] By: mbeattie                              on 1998/03/06  09:35:57
6840         Log: Integrate win32 branch into mainline.
6841      Branch: perl
6842           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
6843           !> win32/config.gc win32/config.vc win32/config_H.bc
6844           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
6845 ____________________________________________________________________________
6846 [   791] By: gsar                                  on 1998/03/06  06:00:08
6847         Log: various
6848              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
6849              - add missing prototypes
6850              - regenerate win32/config*.?c
6851      Branch: win32/perl
6852            ! bytecode.h proto.h win32/config.bc win32/config.gc
6853            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6854            ! win32/config_H.vc win32/makefile.mk
6855 ____________________________________________________________________________
6856 [   790] By: gsar                                  on 1998/03/06  03:19:23
6857         Log: fix typo in Makefile
6858      Branch: win32/perl
6859            ! win32/Makefile
6860 ____________________________________________________________________________
6861 [   789] By: gsar                                  on 1998/03/05  22:55:53
6862         Log: integrate mainline
6863      Branch: win32/perl
6864           !> (integrate 47 files)
6865 ____________________________________________________________________________
6866 [   788] By: gsar                                  on 1998/03/05  20:02:09
6867         Log: added AS patch#11
6868              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
6869              Date:    Thu, 05 Mar 1998 10:23:04 PST
6870              From:    Douglas Lankshear <dougl@ActiveState.com>
6871              
6872              This patch fixes a bug I introduced removing duplicate code.
6873              -- Doug
6874      Branch: asperl
6875            ! ObjXSub.h objpp.h win32/runperl.c
6876 ____________________________________________________________________________
6877 [   787] By: gsar                                  on 1998/03/05  19:56:17
6878         Log: add Nick's dTHR fixes
6879      Branch: win32/perl
6880            ! op.c scope.c
6881 ____________________________________________________________________________
6882 [   786] By: gsar                                  on 1998/03/05  19:54:49
6883         Log: maintpatch
6884              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
6885              Date:    Thu, 05 Mar 1998 02:49:46 EST
6886              From:    Spider Boardman <spider@orb.nashua.nh.us>
6887              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
6888      Branch: win32/perl
6889            ! scope.c
6890 ____________________________________________________________________________
6891 [   785] By: mbeattie                              on 1998/03/05  19:12:14
6892         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
6893              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
6894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6895      Branch: perl
6896            ! op.c proto.h regcomp.c regexp.h util.c
6897 ____________________________________________________________________________
6898 [   784] By: mbeattie                              on 1998/03/05  19:11:09
6899         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
6900              Date: Wed, 4 Mar 1998 10:18:03 GMT
6901              From: Nick Ing-Simmons <nik@tiuk.ti.com>
6902      Branch: perl
6903            ! atomic.h
6904 ____________________________________________________________________________
6905 [   783] By: mbeattie                              on 1998/03/05  19:09:16
6906         Log: Subject: Configure patches -01 and -02 for 5.004_61.
6907              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
6908              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6909      Branch: perl
6910            ! Configure INSTALL Policy_sh.SH Porting/Glossary
6911            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
6912            ! config_h.SH handy.h hints/README.hints hints/aix.sh
6913            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
6914            ! makedepend.SH myconfig pp_sys.c
6915 ____________________________________________________________________________
6916 [   782] By: mbeattie                              on 1998/03/05  19:05:23
6917         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
6918              Date: 03 Mar 1998 18:05:07 +0100
6919              From: Gisle Aas <gisle@aas.no>
6920      Branch: perl
6921            ! perl.h pp_ctl.c
6922 ____________________________________________________________________________
6923 [   781] By: mbeattie                              on 1998/03/05  19:04:34
6924         Log: Subject: [PATCH] Make autouse -w-safe
6925              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
6926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6927      Branch: perl
6928            ! lib/autouse.pm op.c sv.c
6929 ____________________________________________________________________________
6930 [   780] By: mbeattie                              on 1998/03/05  19:02:50
6931         Log: Subject: [PATCH] External symbol re_croak2
6932              Date: 02 Mar 1998 13:00:45 +0100
6933              From: Gisle Aas <gisle@aas.no>
6934      Branch: perl
6935            ! regcomp.c regcomp.h
6936 ____________________________________________________________________________
6937 [   779] By: mbeattie                              on 1998/03/05  19:01:25
6938         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
6939              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
6940              From: bailey@newman.upenn.edu (Charles Bailey)
6941      Branch: perl
6942            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
6943            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
6944            ! sv.h
6945 ____________________________________________________________________________
6946 [   778] By: mbeattie                              on 1998/03/05  18:53:13
6947         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
6948              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
6949              From: bailey@newman.upenn.edu (Charles Bailey)
6950      Branch: perl
6951            ! perl.h
6952 ____________________________________________________________________________
6953 [   777] By: mbeattie                              on 1998/03/05  18:50:25
6954         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
6955              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
6956              From: bailey@newman.upenn.edu (Charles Bailey)
6957      Branch: perl
6958            ! lib/File/Basename.pm
6959 ____________________________________________________________________________
6960 [   776] By: mbeattie                              on 1998/03/05  18:49:15
6961         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
6962              Date: 01 Mar 1998 15:16:03 +0100
6963              From: Gisle Aas <gisle@aas.no>
6964      Branch: perl
6965            ! pod/perlguts.pod
6966 ____________________________________________________________________________
6967 [   775] By: mbeattie                              on 1998/03/05  18:48:05
6968         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
6969              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
6970              From: Jarkko Hietaniemi <jhi@iki.fi>
6971      Branch: perl
6972            ! Makefile.SH perl_exp.SH
6973 ____________________________________________________________________________
6974 [   774] By: mbeattie                              on 1998/03/05  18:46:32
6975         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
6976              Date: Sun, 1 Mar 1998 02:02:47 -0500
6977              From: Spider Boardman <spider@orb.nashua.nh.us>
6978      Branch: perl
6979            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
6980 ____________________________________________________________________________
6981 [   773] By: mbeattie                              on 1998/03/05  18:43:57
6982         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
6983              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
6984              From: Hans Mulder <hansmu@xs4all.nl>
6985      Branch: perl
6986            ! pp_ctl.c
6987 ____________________________________________________________________________
6988 [   772] By: mbeattie                              on 1998/03/05  18:39:25
6989         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
6990              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
6991              From: Jarkko Hietaniemi <jhi@iki.fi>
6992      Branch: perl
6993            ! Makefile.SH
6994 ____________________________________________________________________________
6995 [   771] By: mbeattie                              on 1998/03/05  18:38:32
6996         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
6997              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
6998              From: Jarkko Hietaniemi <jhi@iki.fi>
6999      Branch: perl
7000            ! hints/netbsd.sh
7001 ____________________________________________________________________________
7002 [   770] By: mbeattie                              on 1998/03/05  18:36:50
7003         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
7004      Branch: perl
7005            ! cflags.SH
7006 ____________________________________________________________________________
7007 [   769] By: mbeattie                              on 1998/03/05  18:34:35
7008         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
7009              Subject: [PATCH 5.004_61] bunch of small patches
7010              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
7011              From: Andrew Cohen <cohen@andy.bu.edu>
7012      Branch: perl
7013            ! bytecode.h
7014 ____________________________________________________________________________
7015 [   768] By: mbeattie                              on 1998/03/05  18:13:06
7016         Log: Integrate win32 branch into mainline.
7017      Branch: perl
7018           !> (integrate 53 files)
7019 ____________________________________________________________________________
7020 [   767] By: TimBunce                              on 1998/03/05  11:48:09
7021         Log: Update to change 744.
7022      Branch: maint-5.004/perl
7023            ! lib/ExtUtils/Install.pm
7024 ____________________________________________________________________________
7025 [   765] By: TimBunce                              on 1998/03/05  11:24:24
7026         Log: Update embed.h after make regen_headers.
7027      Branch: maint-5.004/perl
7028            ! embed.h
7029 ____________________________________________________________________________
7030 [   764] By: TimBunce                              on 1998/03/05  11:05:13
7031         Log: APPLLIB_EXP now has arch and version dirs added to @INC
7032      Branch: maint-5.004/perl
7033            ! perl.c
7034 ____________________________________________________________________________
7035 [   763] By: TimBunce                              on 1998/03/05  11:01:38
7036         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
7037              Added MAINT_TRIAL_1 local patch label to patchlevel.h
7038              Removed win32/win32io.c and win32/win32io.h from repository
7039      Branch: maint-5.004/perl
7040            - win32/win32io.c win32/win32io.h
7041            ! MANIFEST patchlevel.h
7042 ____________________________________________________________________________
7043 [   762] By: TimBunce                              on 1998/03/05  10:05:34
7044         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
7045              From:  Spider Boardman <spider@orb.nashua.nh.us>
7046              Files:  scope.c
7047      Branch: maint-5.004/perl
7048            ! scope.c
7049 ____________________________________________________________________________
7050 [   761] By: TimBunce                              on 1998/03/05  10:03:10
7051         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
7052              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7053              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
7054              Files:  av.c hv.c scope.c t/op/local.t
7055      Branch: maint-5.004/perl
7056            ! av.c hv.c scope.c t/op/local.t
7057 ____________________________________________________________________________
7058 [   760] By: gsar                                  on 1998/03/04  20:58:21
7059         Log: added AS patch#10
7060              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
7061              Date:    Tue, 03 Mar 1998 10:46:13 PST
7062              From:    Douglas Lankshear <dougl@ActiveState.com>
7063              Subject: [PATCH]
7064              
7065              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
7066              linked modules.
7067              
7068              -- Doug
7069      Branch: asperl
7070            ! win32/dl_win32.xs
7071 ____________________________________________________________________________
7072 [   759] By: TimBunce                              on 1998/03/04  18:46:41
7073         Log: Update patchls utility
7074      Branch: maint-5.004/perl
7075            ! Porting/patchls
7076 ____________________________________________________________________________
7077 [   758] By: TimBunce                              on 1998/03/04  17:07:06
7078         Log: perldoc -f now uses pager if text is too long for screen
7079      Branch: maint-5.004/perl
7080            ! utils/perldoc.PL
7081 ____________________________________________________________________________
7082 [   757] By: TimBunce                              on 1998/03/04  16:57:04
7083         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
7084              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
7085      Branch: maint-5.004/perl
7086            + hints/openbsd.sh
7087            ! pod/perlfunc.pod
7088 ____________________________________________________________________________
7089 [   756] By: TimBunce                              on 1998/03/04  16:48:40
7090         Log: Fix for new gnulibc stdio.h when using sfio+perlio
7091      Branch: maint-5.004/perl
7092            ! perlsdio.h
7093 ____________________________________________________________________________
7094 [   755] By: TimBunce                              on 1998/03/04  16:47:08
7095         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
7096              Added details of split in scalar context to perlfunc.pod
7097      Branch: maint-5.004/perl
7098            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
7099 ____________________________________________________________________________
7100 [   754] By: TimBunce                              on 1998/03/04  16:35:58
7101         Log: Updated perl -v info to include reference to docs and home page.
7102      Branch: maint-5.004/perl
7103            ! perl.c
7104 ____________________________________________________________________________
7105 [   753] By: TimBunce                              on 1998/03/04  16:31:29
7106         Log: Updated hints/bsdos.sh for BSD/OS 3.1
7107              Fixed typo in pod/perlsyn.pod
7108              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
7109              Fixed typo in ext/GDBM_File/GDBM_File.pm
7110      Branch: maint-5.004/perl
7111            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
7112            ! hints/bsdos.sh pod/perlsyn.pod
7113 ____________________________________________________________________________
7114 [   752] By: TimBunce                              on 1998/03/04  15:49:19
7115         Log: Changed bug address in README to perlbug@perl.com
7116              Changed Copyright in perl.c to 1998
7117              Added op/pos.t test from Robin Houston <robin@oneworld.org>
7118      Branch: maint-5.004/perl
7119            + t/op/pos.t
7120            ! README perl.c
7121 ____________________________________________________________________________
7122 [   751] By: TimBunce                              on 1998/03/04  14:47:15
7123         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
7124      Branch: maint-5.004/perl
7125            ! t/comp/require.t t/lib/ph.t
7126 ____________________________________________________________________________
7127 [   750] By: TimBunce                              on 1998/03/04  13:29:58
7128         Log: Added dTHR definition to ease backwards compatibility for XS
7129              source code from 5.005.
7130      Branch: maint-5.004/perl
7131            ! perl.h
7132 ____________________________________________________________________________
7133 [   749] By: TimBunce                              on 1998/03/04  12:19:19
7134         Log: Title:  "rename local 'op' variables to 'o'", #F114
7135              From:  Gurusamy Sarathy
7136              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
7137              toke.c
7138      Branch: maint-5.004/perl
7139            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
7140            ! scope.c toke.c
7141 ____________________________________________________________________________
7142 [   748] By: TimBunce                              on 1998/03/04  12:12:27
7143         Log: Title:  "consolidated win32 patch", #F112
7144              From:  Gurusamy Sarathy
7145              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
7146              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
7147              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
7148              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
7149              t/harness win32/win32.h win32/win32iop.h README.win32
7150              doio.c installhtml installperl pp_sys.c win32/Makefile
7151              win32/config.bc win32/config.vc win32/config_H.bc
7152              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
7153              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
7154              win32/perllib.c win32/runperl.c win32/win32.c
7155              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
7156              x2p/a2py.c
7157      Branch: maint-5.004/perl
7158            + win32/bin/perlglob.pl
7159            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
7160            ! installhtml installperl lib/ExtUtils/Command.pm
7161            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
7162            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
7163            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
7164            ! win32/Makefile win32/config.bc win32/config.vc
7165            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
7166            ! win32/config_sh.PL win32/dl_win32.xs
7167            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
7168            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
7169            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
7170            ! x2p/a2py.c
7171 ____________________________________________________________________________
7172 [   747] By: TimBunce                              on 1998/03/04  11:59:57
7173         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
7174              From:  Gurusamy Sarathy
7175              Files:  MANIFEST t/lib/ph.t
7176      Branch: maint-5.004/perl
7177            ! MANIFEST t/lib/ph.t
7178 ____________________________________________________________________________
7179 [   746] By: TimBunce                              on 1998/03/04  11:47:43
7180         Log: Title:  "properly save STDOUT during system() in debugger", #F110
7181              From:  Jason Smith <smithj4@rpi.edu>
7182              Files:  lib/perl5db.pl
7183      Branch: maint-5.004/perl
7184            ! lib/perl5db.pl
7185 ____________________________________________________________________________
7186 [   745] By: TimBunce                              on 1998/03/04  11:40:19
7187         Log: Title:  "generate DynaLoader.pm at build time", #F109
7188              From:  Achim Bohnet <ach@mpe.mpg.de>
7189              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
7190              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
7191      Branch: maint-5.004/perl
7192            + ext/DynaLoader/DynaLoader.pm.PL
7193            ! MANIFEST ext/DynaLoader/Makefile.PL
7194 ____________________________________________________________________________
7195 [   744] By: TimBunce                              on 1998/03/04  11:34:09
7196         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
7197              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
7198              J. Koenig)
7199              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
7200              Files:  lib/ExtUtils/Install.pm
7201      Branch: maint-5.004/perl
7202            ! lib/ExtUtils/Install.pm
7203 ____________________________________________________________________________
7204 [   743] By: TimBunce                              on 1998/03/04  10:45:05
7205         Log: Title:  "Pod::Html trips over "C<0>"", #F107
7206              From:  Chip Salzenberg
7207              Files:  lib/Pod/Html.pm
7208      Branch: maint-5.004/perl
7209            ! lib/Pod/Html.pm
7210 ____________________________________________________________________________
7211 [   742] By: TimBunce                              on 1998/03/04  10:12:54
7212         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
7213              From:  Achim Bohnet <ach@mpe.mpg.de>
7214              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
7215              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
7216      Branch: maint-5.004/perl
7217            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
7218 ____________________________________________________________________________
7219 [   741] By: TimBunce                              on 1998/03/04  10:08:31
7220         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
7221              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
7222              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
7223              Zakharevich)
7224              Msg-ID:  <199801040630.AA29298@metronet.com>,
7225              <199801041826.NAA11568@aatma.engin.umich.edu>,
7226              <1998Jan4.130412.2719461@cor.newman>
7227              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
7228              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
7229      Branch: maint-5.004/perl
7230            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
7231            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
7232            ! win32/win32.h
7233 ____________________________________________________________________________
7234 [   740] By: TimBunce                              on 1998/03/04  09:55:57
7235         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
7236              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7237              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
7238              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
7239      Branch: maint-5.004/perl
7240            ! lib/Tie/Hash.pm pod/perlfunc.pod
7241 ____________________________________________________________________________
7242 [   739] By: TimBunce                              on 1998/03/04  09:26:01
7243         Log: Title:  "more doc for perldoc", #F103
7244              From:  Gurusamy Sarathy
7245              Files:  utils/perldoc.PL
7246      Branch: maint-5.004/perl
7247            ! utils/perldoc.PL
7248 ____________________________________________________________________________
7249 [   738] By: TimBunce                              on 1998/03/04  09:23:16
7250         Log: Title:  "Make perldoc look for an index file ", #F102
7251              From:  Gisle Aas <gisle@aas.no>
7252              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
7253              Files:  utils/perldoc.PL
7254      Branch: maint-5.004/perl
7255            ! utils/perldoc.PL
7256 ____________________________________________________________________________
7257 [   737] By: TimBunce                              on 1998/03/04  09:21:15
7258         Log: Title:  "perldoc -F filename", #F101
7259              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7260              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
7261              Files:  utils/perldoc.PL
7262      Branch: maint-5.004/perl
7263            ! utils/perldoc.PL
7264 ____________________________________________________________________________
7265 [   736] By: TimBunce                              on 1998/03/04  09:16:20
7266         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
7267              From:  Gisle Aas <gisle@aas.no>
7268              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
7269              Files:  sv.c
7270      Branch: maint-5.004/perl
7271            ! sv.c
7272 ____________________________________________________________________________
7273 [   735] By: TimBunce                              on 1998/03/04  09:08:51
7274         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
7275              From:  abigail@fnx.com
7276              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
7277              Files:  lib/Benchmark.pm
7278      Branch: maint-5.004/perl
7279            ! lib/Benchmark.pm
7280 ____________________________________________________________________________
7281 [   734] By: TimBunce                              on 1998/03/04  08:59:58
7282         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
7283              From:  Gisle Aas <gisle@aas.no>
7284              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
7285              Files:  hv.c
7286      Branch: maint-5.004/perl
7287            ! hv.c
7288 ____________________________________________________________________________
7289 [   733] By: TimBunce                              on 1998/03/04  08:35:19
7290         Log: Title:  "support caseless %ENV", #F097
7291              From:  Gurusamy Sarathy
7292              Files:  hv.c t/op/magic.t win32/win32.h
7293      Branch: maint-5.004/perl
7294            ! hv.c t/op/magic.t win32/win32.h
7295 ____________________________________________________________________________
7296 [   732] By: TimBunce                              on 1998/03/04  08:33:58
7297         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
7298              From:  Ilya Zakharevich
7299              Files:  emacs/cperl-mode.el
7300      Branch: maint-5.004/perl
7301            ! emacs/cperl-mode.el
7302 ____________________________________________________________________________
7303 [   731] By: TimBunce                              on 1998/03/04  08:26:23
7304         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
7305              magic", #F095
7306              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7307              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
7308              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
7309              lib/ExtUtils/xsubpp sv.c
7310      Branch: maint-5.004/perl
7311            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
7312            ! pod/perlxs.pod proto.h sv.c sv.h
7313 ____________________________________________________________________________
7314 [   730] By: TimBunce                              on 1998/03/04  08:20:52
7315         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
7316              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7317              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
7318              Files:  mg.c
7319      Branch: maint-5.004/perl
7320            ! mg.c
7321 ____________________________________________________________________________
7322 [   729] By: TimBunce                              on 1998/03/04  08:18:02
7323         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
7324              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7325              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
7326              Files:  t/op/sort.t
7327      Branch: maint-5.004/perl
7328            ! t/op/sort.t
7329 ____________________________________________________________________________
7330 [   728] By: TimBunce                              on 1998/03/04  08:17:07
7331         Log: Title:  "Make search.pl work on win32", #F092
7332              From:  Gurusamy Sarathy
7333              Files:  win32/bin/search.pl
7334      Branch: maint-5.004/perl
7335            ! win32/bin/search.pl
7336 ____________________________________________________________________________
7337 [   727] By: gsar                                  on 1998/03/04  04:13:23
7338         Log: missing s/op/o/ from one of the mainpatches
7339      Branch: win32/perl
7340            ! op.c
7341 ____________________________________________________________________________
7342 [   726] By: gsar                                  on 1998/03/04  02:12:13
7343         Log: maintpatches #102 and #103 to perldoc.PL
7344      Branch: win32/perl
7345            ! utils/perldoc.PL
7346 ____________________________________________________________________________
7347 [   725] By: gsar                                  on 1998/03/04  02:00:15
7348         Log: renumber some tests to match maint branch
7349      Branch: win32/perl
7350            ! t/op/local.t
7351 ____________________________________________________________________________
7352 [   724] By: gsar                                  on 1998/03/04  01:25:50
7353         Log: maintpatch
7354              #70:  "Fix random whitespace errors in docs"
7355              From:  Roderick Schertler <roderick@argon.org>
7356              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
7357              Date:  Fri, 24 Oct 1997 11:20:44 -0400
7358              Files:  pod/checkpods.PL pod/perlfunc.pod
7359      Branch: win32/perl
7360            ! pod/checkpods.PL
7361 ____________________________________________________________________________
7362 [   723] By: gsar                                  on 1998/03/04  01:04:37
7363         Log: sync maintpatch
7364              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
7365              From:  Chip Salzenberg
7366              Files:  lib/File/Path.pm
7367      Branch: win32/perl
7368            ! lib/File/Path.pm
7369 ____________________________________________________________________________
7370 [   722] By: gsar                                  on 1998/03/04  00:46:46
7371         Log: remove redundancy in File::Find
7372      Branch: win32/perl
7373            ! lib/File/Find.pm
7374 ____________________________________________________________________________
7375 [   721] By: TimBunce                              on 1998/03/03  20:06:41
7376         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
7377              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
7378              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
7379              Files:  utils/perldoc.PL
7380      Branch: maint-5.004/perl
7381            ! utils/perldoc.PL
7382 ____________________________________________________________________________
7383 [   720] By: TimBunce                              on 1998/03/03  20:03:59
7384         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
7385              #F090
7386              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7387              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
7388              Files:  lib/ExtUtils/MM_Unix.pm
7389      Branch: maint-5.004/perl
7390            ! lib/ExtUtils/MM_Unix.pm
7391 ____________________________________________________________________________
7392 [   719] By: TimBunce                              on 1998/03/03  20:02:06
7393         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
7394              From:  Gurusamy Sarathy
7395              Files:  lib/FindBin.pm
7396      Branch: maint-5.004/perl
7397            ! lib/FindBin.pm
7398 ____________________________________________________________________________
7399 [   718] By: TimBunce                              on 1998/03/03  20:00:26
7400         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
7401              #F088
7402              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7403              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
7404              Files:  lib/File/Find.pm
7405      Branch: maint-5.004/perl
7406            ! lib/File/Find.pm
7407 ____________________________________________________________________________
7408 [   717] By: TimBunce                              on 1998/03/03  19:59:38
7409         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
7410              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7411              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
7412              Files:  op.c
7413      Branch: maint-5.004/perl
7414            ! op.c
7415 ____________________________________________________________________________
7416 [   716] By: TimBunce                              on 1998/03/03  19:57:17
7417         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
7418              #F086
7419              From:  Gurusamy Sarathy
7420              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
7421      Branch: maint-5.004/perl
7422            ! pod/perldelta.pod pod/perldiag.pod toke.c
7423 ____________________________________________________________________________
7424 [   715] By: TimBunce                              on 1998/03/03  19:51:33
7425         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
7426              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7427              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
7428              Files:  lib/Pod/Html.pm
7429      Branch: maint-5.004/perl
7430            ! lib/Pod/Html.pm
7431 ____________________________________________________________________________
7432 [   714] By: TimBunce                              on 1998/03/03  19:50:28
7433         Log: Title:  "New pod: perlhist", #F084
7434              From:  Jarkko Hietaniemi <jhi@iki.fi>
7435              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
7436              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
7437      Branch: maint-5.004/perl
7438            + pod/perlhist.pod
7439            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
7440 ____________________________________________________________________________
7441 [   713] By: TimBunce                              on 1998/03/03  19:47:13
7442         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
7443              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7444              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
7445              Files:  pp_ctl.c t/op/local.t
7446      Branch: maint-5.004/perl
7447            ! pp_ctl.c t/op/local.t
7448 ____________________________________________________________________________
7449 [   712] By: TimBunce                              on 1998/03/03  19:45:56
7450         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
7451              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7452              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
7453              Files:  pp_ctl.c
7454      Branch: maint-5.004/perl
7455            ! pp_ctl.c
7456 ____________________________________________________________________________
7457 [   711] By: TimBunce                              on 1998/03/03  19:44:41
7458         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
7459              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7460              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
7461              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
7462      Branch: maint-5.004/perl
7463            + t/comp/require.t
7464            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
7465 ____________________________________________________________________________
7466 [   710] By: TimBunce                              on 1998/03/03  19:36:34
7467         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
7468              From:  Jarkko Hietaniemi <jhi@iki.fi>
7469              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
7470              Files:  t/pragma/locale.t
7471      Branch: maint-5.004/perl
7472            ! t/pragma/locale.t
7473 ____________________________________________________________________________
7474 [   709] By: TimBunce                              on 1998/03/03  19:32:30
7475         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
7476              From:  Gisle Aas <gisle@aas.no>
7477              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
7478              Files:  sv.c
7479      Branch: maint-5.004/perl
7480            ! sv.c
7481 ____________________________________________________________________________
7482 [   708] By: TimBunce                              on 1998/03/03  19:28:06
7483         Log: Title:  "Eliminate double warnings under C<package;>", #F077
7484              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7485              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
7486              Files:  gv.c op.c toke.c
7487      Branch: maint-5.004/perl
7488            ! gv.c op.c toke.c
7489 ____________________________________________________________________________
7490 [   707] By: TimBunce                              on 1998/03/03  19:13:17
7491         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
7492              #F076
7493              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
7494              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
7495              Files:  lib/File/Path.pm
7496      Branch: maint-5.004/perl
7497            ! lib/File/Path.pm
7498 ____________________________________________________________________________
7499 [   706] By: TimBunce                              on 1998/03/03  19:08:45
7500         Log: Title:  "Update of h2ph", #F075
7501              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
7502              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
7503              Files:  t/lib/ph.t utils/h2ph.PL
7504      Branch: maint-5.004/perl
7505            + t/lib/ph.t
7506            ! utils/h2ph.PL
7507 ____________________________________________________________________________
7508 [   705] By: TimBunce                              on 1998/03/03  18:56:59
7509         Log: Title:  "Fix AutoLoader for deep packages", #F074
7510              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
7511              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
7512              Files:  lib/AutoLoader.pm
7513      Branch: maint-5.004/perl
7514            ! lib/AutoLoader.pm
7515 ____________________________________________________________________________
7516 [   704] By: TimBunce                              on 1998/03/03  18:35:36
7517         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
7518              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7519              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
7520              Files:  op.c
7521      Branch: maint-5.004/perl
7522            ! op.c
7523 ____________________________________________________________________________
7524 [   703] By: TimBunce                              on 1998/03/03  18:32:28
7525         Log: Title:  "Make recursive lexical analysis more robust", #F072
7526              From:  Ilya Zakharevich and Chip Salzenberg
7527              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
7528              Files:  toke.c
7529      Branch: maint-5.004/perl
7530            ! toke.c
7531 ____________________________________________________________________________
7532 [   702] By: TimBunce                              on 1998/03/03  18:18:10
7533         Log: Title:  "Fix random whitespace errors in docs", #F070
7534              From:  Roderick Schertler <roderick@argon.org>
7535              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
7536              Files:  pod/perlfunc.pod pod/checkpods.PL
7537      Branch: maint-5.004/perl
7538            ! pod/checkpods.PL pod/perlfunc.pod
7539 ____________________________________________________________________________
7540 [   701] By: TimBunce                              on 1998/03/03  18:13:54
7541         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
7542              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7543              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
7544              Files:  toke.c
7545      Branch: maint-5.004/perl
7546            ! toke.c
7547 ____________________________________________________________________________
7548 [   700] By: TimBunce                              on 1998/03/03  18:11:20
7549         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
7550              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
7551              <nick@flirble.org>
7552              Msg-ID:  <199710241248.NAA00163@flirble.org>,
7553              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
7554              net>
7555              Files:  pp_ctl.c sv.c
7556      Branch: maint-5.004/perl
7557            ! pp_ctl.c sv.c
7558 ____________________________________________________________________________
7559 [   699] By: TimBunce                              on 1998/03/03  18:06:59
7560         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
7561              From:  Jarkko Hietaniemi <jhi@iki.fi>
7562              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
7563              Files:  op.c
7564      Branch: maint-5.004/perl
7565            ! op.c
7566 ____________________________________________________________________________
7567 [   698] By: TimBunce                              on 1998/03/03  18:04:51
7568         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
7569              From:  Administration <fadmin@informatics.muni.cz>
7570              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
7571              Files:  op.c
7572      Branch: maint-5.004/perl
7573            ! op.c
7574 ____________________________________________________________________________
7575 [   697] By: TimBunce                              on 1998/03/03  18:02:54
7576         Log: Title:  "Allow C<last()> to mean C<last>", #F065
7577              From:  Chip Salzenberg
7578              Files:  op.c
7579      Branch: maint-5.004/perl
7580            ! op.c
7581 ____________________________________________________________________________
7582 [   696] By: TimBunce                              on 1998/03/03  17:58:12
7583         Log: Title:  "Fix extension version mismatch message", #F064
7584              From:  Chip Salzenberg
7585              Files:  XSUB.h
7586      Branch: maint-5.004/perl
7587            ! XSUB.h
7588 ____________________________________________________________________________
7589 [   695] By: TimBunce                              on 1998/03/03  17:53:04
7590         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
7591              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
7592              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
7593              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7594              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
7595      Branch: maint-5.004/perl
7596            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
7597            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
7598 ____________________________________________________________________________
7599 [   694] By: TimBunce                              on 1998/03/03  17:40:47
7600         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
7601              From:  Tom Christiansen
7602              Files:  ext/Socket/Socket.pm
7603      Branch: maint-5.004/perl
7604            ! ext/Socket/Socket.pm
7605 ____________________________________________________________________________
7606 [   693] By: TimBunce                              on 1998/03/03  17:32:57
7607         Log: Title:  "Kill warning about parameter type", #F061
7608              From:  Chip Salzenberg
7609              Files:  op.c
7610      Branch: maint-5.004/perl
7611            ! op.c
7612 ____________________________________________________________________________
7613 [   692] By: TimBunce                              on 1998/03/03  17:11:07
7614         Log: Title:  "Socket occasional SEGV", #F060
7615              From:  Trevor Blackwell <tlb@viaweb.com>
7616              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
7617              Files:  ext/Socket/Socket.xs
7618      Branch: maint-5.004/perl
7619            ! ext/Socket/Socket.xs
7620 ____________________________________________________________________________
7621 [   691] By: TimBunce                              on 1998/03/03  17:09:51
7622         Log: Title:  "Avoid SEGV from local($@)", #F059
7623              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7624              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
7625              Files:  pp_ctl.c
7626      Branch: maint-5.004/perl
7627            ! pp_ctl.c
7628 ____________________________________________________________________________
7629 [   690] By: TimBunce                              on 1998/03/03  17:08:21
7630         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
7631              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7632              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
7633              Files:  op.c
7634      Branch: maint-5.004/perl
7635            ! op.c
7636 ____________________________________________________________________________
7637 [   689] By: TimBunce                              on 1998/03/03  17:05:57
7638         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
7639              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7640              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
7641              Files:  XSUB.h
7642      Branch: maint-5.004/perl
7643            ! XSUB.h
7644 ____________________________________________________________________________
7645 [   688] By: TimBunce                              on 1998/03/03  17:04:15
7646         Log: Title:  "Re: Sort grammar bug", #F056
7647              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7648              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
7649              Files:  toke.c
7650      Branch: maint-5.004/perl
7651            ! toke.c
7652 ____________________________________________________________________________
7653 [   687] By: TimBunce                              on 1998/03/03  17:01:32
7654         Log: Title:  "Document indirect object cases for exec(), system()", #F055
7655              From:  Dominic Dunlop <domo@slipper.ip.lu>
7656              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
7657              Files:  pod/perlfunc.pod
7658      Branch: maint-5.004/perl
7659            ! pod/perlfunc.pod
7660 ____________________________________________________________________________
7661 [   686] By: TimBunce                              on 1998/03/03  16:56:44
7662         Log: Title:  "Update docs on tr///", #F054
7663              From:  Tom Phoenix <rootbeer@teleport.com>
7664              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
7665              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7666              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7667              pod/perlstyle.pod toke.c
7668      Branch: maint-5.004/perl
7669            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7670            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7671            ! pod/perlstyle.pod toke.c
7672 ____________________________________________________________________________
7673 [   685] By: TimBunce                              on 1998/03/03  16:38:50
7674         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
7675              From:  Tom Phoenix <rootbeer@teleport.com>
7676              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
7677              Files:  pod/perlop.pod
7678      Branch: maint-5.004/perl
7679            ! pod/perlop.pod
7680 ____________________________________________________________________________
7681 [   684] By: TimBunce                              on 1998/03/03  16:37:00
7682         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
7683              From:  "Joseph N. Hall" <joseph@cscaper.com>
7684              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
7685              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
7686      Branch: maint-5.004/perl
7687            ! perly.c perly.c.diff perly.y vms/perly_c.vms
7688 ____________________________________________________________________________
7689 [   683] By: TimBunce                              on 1998/03/03  16:31:15
7690         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
7691              sv_vsetpfn", #F051
7692              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
7693              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
7694              Files:  pod/perlguts.pod
7695      Branch: maint-5.004/perl
7696            ! pod/perlguts.pod
7697 ____________________________________________________________________________
7698 [   682] By: TimBunce                              on 1998/03/03  16:28:30
7699         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
7700              From:  Jarkko Hietaniemi <jhi@iki.fi>
7701              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
7702              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
7703      Branch: maint-5.004/perl
7704            ! INSTALL pod/perldiag.pod pod/perllocale.pod
7705 ____________________________________________________________________________
7706 [   681] By: TimBunce                              on 1998/03/03  16:24:12
7707         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
7708              From:  Jerome Abela <abela@hsc.fr>
7709              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
7710              Files:  ext/Fcntl/Fcntl.pm
7711      Branch: maint-5.004/perl
7712            ! ext/Fcntl/Fcntl.pm
7713 ____________________________________________________________________________
7714 [   680] By: TimBunce                              on 1998/03/03  16:23:20
7715         Log: Title:  "Commenting toke.c", #F048
7716              From:  gnat@frii.com
7717              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
7718              Files:  toke.c
7719      Branch: maint-5.004/perl
7720            ! toke.c
7721 ____________________________________________________________________________
7722 [   679] By: TimBunce                              on 1998/03/03  16:18:32
7723         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
7724              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7725              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
7726              Files:  pod/perlguts.pod pp.c t/op/vec.t
7727      Branch: maint-5.004/perl
7728            ! pod/perlguts.pod pp.c t/op/vec.t
7729 ____________________________________________________________________________
7730 [   678] By: TimBunce                              on 1998/03/03  16:15:44
7731         Log: Title:  "A few perl5.004_03 bugs", #F046
7732              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7733              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
7734              Files:  mg.c t/op/magic.t
7735      Branch: maint-5.004/perl
7736            ! mg.c t/op/magic.t
7737 ____________________________________________________________________________
7738 [   677] By: TimBunce                              on 1998/03/03  16:13:11
7739         Log: Title:  "Faster, cleaner av_unshift() ", #F045
7740              From:  Gisle Aas <gisle@aas.no>
7741              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
7742              Files:  av.c
7743      Branch: maint-5.004/perl
7744            ! av.c
7745 ____________________________________________________________________________
7746 [   676] By: TimBunce                              on 1998/03/03  16:04:30
7747         Log: Title:  "New hints/solaris2.sh", #F044
7748              From:  Stephen Zander <srz@mckesson.com>
7749              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
7750              Files:  hints/solaris_2.sh
7751      Branch: maint-5.004/perl
7752            ! hints/solaris_2.sh
7753 ____________________________________________________________________________
7754 [   675] By: TimBunce                              on 1998/03/03  15:33:07
7755         Log: Title:  "Refresh Complex.pm and test", #F043
7756              From:  Jarkko Hietaniemi <jhi@iki.fi>
7757              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
7758              Files:  lib/Math/Complex.pm t/lib/complex.t
7759      Branch: maint-5.004/perl
7760            ! lib/Math/Complex.pm t/lib/complex.t
7761 ____________________________________________________________________________
7762 [   674] By: TimBunce                              on 1998/03/03  15:29:16
7763         Log: Title:  "Fix (\@@) proto", #F042
7764              From:  "Joseph N. Hall" <joseph@cscaper.com>
7765              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
7766              Files:  op.c t/comp/proto.t
7767      Branch: maint-5.004/perl
7768            ! op.c t/comp/proto.t
7769 ____________________________________________________________________________
7770 [   673] By: TimBunce                              on 1998/03/03  15:26:31
7771         Log: Title:  "Allow empty BLOCK in code", #F041
7772              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
7773              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
7774              Files:  toke.c
7775      Branch: maint-5.004/perl
7776            ! toke.c
7777 ____________________________________________________________________________
7778 [   672] By: TimBunce                              on 1998/03/03  15:23:55
7779         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
7780              From:  Chip Salzenberg
7781              Files:  gv.c t/op/gv.t
7782      Branch: maint-5.004/perl
7783            ! gv.c t/op/gv.t
7784 ____________________________________________________________________________
7785 [   671] By: TimBunce                              on 1998/03/03  10:02:32
7786         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
7787              From:  Gisle Aas <gisle@aas.no>
7788              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
7789              Files:  gv.c sv.c
7790      Branch: maint-5.004/perl
7791            ! gv.c sv.c
7792 ____________________________________________________________________________
7793 [   670] By: TimBunce                              on 1998/03/03  09:59:48
7794         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
7795              From:  Chip Salzenberg
7796              Files:  gv.c
7797      Branch: maint-5.004/perl
7798            ! gv.c
7799 ____________________________________________________________________________
7800 [   669] By: TimBunce                              on 1998/03/03  09:58:58
7801         Log: Title:  "Make Configure less negative about PerlIO", #F036
7802              From:  chip@atlantic.net
7803              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
7804              Files:  Configure
7805      Branch: maint-5.004/perl
7806            ! Configure
7807 ____________________________________________________________________________
7808 [   668] By: TimBunce                              on 1998/03/03  09:55:51
7809         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
7810              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
7811              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
7812              Files:  pp_ctl.c
7813      Branch: maint-5.004/perl
7814            ! pp_ctl.c
7815 ____________________________________________________________________________
7816 [   667] By: TimBunce                              on 1998/03/03  09:52:59
7817         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
7818              From:  Irving Reid <irving@tor.securecomputing.com>
7819              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
7820              Files:  lib/Getopt/Long.pm
7821      Branch: maint-5.004/perl
7822            ! lib/Getopt/Long.pm
7823 ____________________________________________________________________________
7824 [   666] By: TimBunce                              on 1998/03/03  09:51:27
7825         Log: Title:  "adding the newSVpvn API function", #F033
7826              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
7827              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
7828              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
7829      Branch: maint-5.004/perl
7830            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
7831 ____________________________________________________________________________
7832 [   665] By: TimBunce                              on 1998/03/03  09:43:30
7833         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
7834              From:  Chip Salzenberg
7835              Files:  toke.c
7836      Branch: maint-5.004/perl
7837            ! toke.c
7838 ____________________________________________________________________________
7839 [   664] By: TimBunce                              on 1998/03/03  09:41:40
7840         Log: Title:  "Re-optimize character classes", #F031
7841              From:  Chip Salzenberg
7842              Files:  regcomp.h regcomp.c regexec.c
7843      Branch: maint-5.004/perl
7844            ! regcomp.c regcomp.h regexec.c
7845 ____________________________________________________________________________
7846 [   663] By: TimBunce                              on 1998/03/03  09:39:55
7847         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
7848              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
7849              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
7850              Files:  op.c t/op/local.t
7851      Branch: maint-5.004/perl
7852            ! op.c t/op/local.t
7853 ____________________________________________________________________________
7854 [   662] By: TimBunce                              on 1998/03/03  09:37:51
7855         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
7856              From:  Chip Salzenberg
7857              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
7858              pp_hot.c regexec.c scope.c
7859      Branch: maint-5.004/perl
7860            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
7861            ! proto.h regexec.c regexp.h scope.c
7862 ____________________________________________________________________________
7863 [   661] By: TimBunce                              on 1998/03/03  09:27:04
7864         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
7865              From:  Chip Salzenberg
7866              Files:  toke.c
7867      Branch: maint-5.004/perl
7868            ! toke.c
7869 ____________________________________________________________________________
7870 [   660] By: TimBunce                              on 1998/03/03  09:24:41
7871         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
7872              From:  Chip Salzenberg
7873              Files:  scope.c
7874      Branch: maint-5.004/perl
7875            ! scope.c
7876 ____________________________________________________________________________
7877 [   659] By: TimBunce                              on 1998/03/03  09:24:00
7878         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
7879              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7880              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
7881              Files:  sv.c t/op/sprintf.t
7882      Branch: maint-5.004/perl
7883            ! sv.c t/op/sprintf.t
7884 ____________________________________________________________________________
7885 [   658] By: TimBunce                              on 1998/03/03  09:22:13
7886         Log: Title:  "Tiny core patch for source filters", #F025
7887              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
7888              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
7889              Files:  toke.c
7890      Branch: maint-5.004/perl
7891            ! toke.c
7892 ____________________________________________________________________________
7893 [   657] By: TimBunce                              on 1998/03/03  09:20:00
7894         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
7895              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7896              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
7897              Files:  t/base/lex.t toke.c
7898      Branch: maint-5.004/perl
7899            ! t/base/lex.t toke.c
7900 ____________________________________________________________________________
7901 [   656] By: TimBunce                              on 1998/03/03  09:17:56
7902         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
7903              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
7904              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
7905              Files:  doio.c t/pragma/warn-1global
7906      Branch: maint-5.004/perl
7907            ! doio.c t/pragma/warn-1global
7908 ____________________________________________________________________________
7909 [   655] By: TimBunce                              on 1998/03/03  09:16:56
7910         Log: Title:  "Fix '*' prototype", #F022
7911              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7912              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
7913              Files:  toke.c
7914      Branch: maint-5.004/perl
7915            ! toke.c
7916 ____________________________________________________________________________
7917 [   654] By: TimBunce                              on 1998/03/03  09:15:04
7918         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
7919              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
7920              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
7921              Files:  lib/File/Find.pm
7922      Branch: maint-5.004/perl
7923            ! lib/File/Find.pm
7924 ____________________________________________________________________________
7925 [   653] By: TimBunce                              on 1998/03/03  09:11:55
7926         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
7927              From:  Chip Salzenberg
7928              Files:  sv.c
7929      Branch: maint-5.004/perl
7930            ! sv.c
7931 ____________________________________________________________________________
7932 [   652] By: TimBunce                              on 1998/03/03  09:07:50
7933         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
7934              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7935              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
7936              Files:  scope.c
7937      Branch: maint-5.004/perl
7938            ! scope.c
7939 ____________________________________________________________________________
7940 [   651] By: TimBunce                              on 1998/03/03  09:07:10
7941         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
7942              From:  Stephane Payrard <stef@francenet.fr>
7943              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
7944              Files:  op.c t/op/my.t
7945      Branch: maint-5.004/perl
7946            ! op.c t/op/my.t
7947 ____________________________________________________________________________
7948 [   650] By: TimBunce                              on 1998/03/03  09:04:04
7949         Log: Title:  "enhanced "use strict" warning", #F017
7950              From:  Tkil <tkil@reptile.scrye.com>
7951              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
7952              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
7953      Branch: maint-5.004/perl
7954            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
7955 ____________________________________________________________________________
7956 [   649] By: TimBunce                              on 1998/03/03  09:02:55
7957         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
7958              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7959              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
7960              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
7961      Branch: maint-5.004/perl
7962            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
7963 ____________________________________________________________________________
7964 [   648] By: TimBunce                              on 1998/03/03  08:58:00
7965         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
7966              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7967              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
7968              Files:  sv.c
7969      Branch: maint-5.004/perl
7970            ! sv.c
7971 ____________________________________________________________________________
7972 [   647] By: TimBunce                              on 1998/03/03  08:53:35
7973         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
7974              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
7975              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
7976              Files:  os2/os2.c util.c
7977      Branch: maint-5.004/perl
7978            ! os2/os2.c util.c
7979 ____________________________________________________________________________
7980 [   646] By: TimBunce                              on 1998/03/03  08:51:04
7981         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
7982              From:  Roderick Schertler <roderick@argon.org>
7983              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
7984              Files:  doio.c t/op/misc.t
7985      Branch: maint-5.004/perl
7986            ! doio.c t/op/misc.t
7987 ____________________________________________________________________________
7988 [   645] By: TimBunce                              on 1998/03/03  08:49:34
7989         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
7990              From:  Stephen McCamant <alias@mcs.com>
7991              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
7992              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
7993      Branch: maint-5.004/perl
7994            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
7995 ____________________________________________________________________________
7996 [   644] By: TimBunce                              on 1998/03/03  08:43:06
7997         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
7998              From:  Spider Boardman <spider@orb.nashua.nh.us>
7999              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
8000              Files:  sv.c
8001      Branch: maint-5.004/perl
8002            ! sv.c
8003 ____________________________________________________________________________
8004 [   643] By: TimBunce                              on 1998/03/03  08:41:07
8005         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
8006              From:  Chip Salzenberg
8007              Files:  op.c t/op/my.t
8008      Branch: maint-5.004/perl
8009            ! op.c t/op/my.t
8010 ____________________________________________________________________________
8011 [   642] By: TimBunce                              on 1998/03/03  08:39:11
8012         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
8013              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8014              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
8015              Files:  pod/perlobj.pod sv.c t/op/ref.t
8016      Branch: maint-5.004/perl
8017            ! pod/perlobj.pod sv.c t/op/ref.t
8018 ____________________________________________________________________________
8019 [   641] By: gsar                                  on 1998/03/03  04:39:49
8020         Log: merge problematic maintpatch to op.c
8021              #77:  "Eliminate double warnings under C<package;>"
8022              From:  Chip Salzenberg
8023              Files:  gv.c op.c toke.c
8024      Branch: win32/perl
8025            ! gv.c op.c toke.c
8026 ____________________________________________________________________________
8027 [   640] By: gsar                                  on 1998/03/03  04:30:22
8028         Log: merge another conflicting maintpatch to op.c
8029              #17:  "Enhanced "use strict" warning"
8030              From:  Tkil <tkil@reptile.scrye.com>
8031              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
8032              Date:  Thu, 4 Dec 1997 02:38:26 -0700
8033              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
8034      Branch: win32/perl
8035            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
8036 ____________________________________________________________________________
8037 [   639] By: gsar                                  on 1998/03/03  04:09:11
8038         Log: maintpatch
8039              #73:  "Fix order of warnings for misplaced subscripts"
8040              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
8041              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
8042              Date:  Mon, 13 Oct 1997 11:23:56 +0100
8043              Files:  op.c
8044      Branch: win32/perl
8045            ! op.c
8046 ____________________________________________________________________________
8047 [   638] By: gsar                                  on 1998/03/03  04:02:16
8048         Log: manually apply another conflicting maintpatch
8049              #64:  "Fix extension version mismatch message"
8050              From:  Chip Salzenberg
8051              Files:  XSUB.h
8052      Branch: win32/perl
8053            ! XSUB.h
8054 ____________________________________________________________________________
8055 [   637] By: gsar                                  on 1998/03/03  03:57:08
8056         Log: maintpatch
8057              #62:  "Fix doc bug in getservbyname() examples"
8058              From:  Tom Christiansen
8059              Files:  ext/Socket/Socket.pm
8060      Branch: win32/perl
8061            ! ext/Socket/Socket.pm
8062 ____________________________________________________________________________
8063 [   636] By: gsar                                  on 1998/03/03  03:55:13
8064         Log: maintpatch
8065              #60:  "Socket occasional SEGV"
8066              From:  Trevor Blackwell <tlb@viaweb.com>
8067              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
8068              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
8069              Files:  ext/Socket/Socket.xs
8070      Branch: win32/perl
8071            ! ext/Socket/Socket.xs
8072 ____________________________________________________________________________
8073 [   635] By: gsar                                  on 1998/03/03  03:51:01
8074         Log: maintpatches for docs
8075              #53:  "Perlop bitwise & | ^ documentation"
8076              From:  Tom Phoenix <rootbeer@teleport.com>
8077              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
8078              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
8079              Files:  pod/perlfunc.pod
8080              -------- 
8081              #54:  "Update docs on tr///"
8082              From:  Tom Phoenix <rootbeer@teleport.com>
8083              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
8084              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
8085              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8086              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
8087              pod/perlstyle.pod toke.c
8088      Branch: win32/perl
8089            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8090            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
8091            ! pod/perlstyle.pod toke.c
8092 ____________________________________________________________________________
8093 [   634] By: gsar                                  on 1998/03/03  03:43:42
8094         Log: another maintpatch (this one needed adjust of test nos.)
8095              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8096              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
8097              Date: Thu, 22 Jan 1998 12:11:49 +0000
8098              Subject: Re: [PERL] A few perl5.004_03 bugs 
8099      Branch: win32/perl
8100            ! mg.c t/op/magic.t
8101 ____________________________________________________________________________
8102 [   633] By: gsar                                  on 1998/03/03  03:36:40
8103         Log: merge another toke.c patch and its dependent (very carefully)
8104              #32:  "Support C<Package::> as function-blind bearword"
8105              From:  Chip Salzenberg
8106              Files:  toke.c
8107              --------
8108              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
8109              From:  Gurusamy Sarathy
8110              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
8111      Branch: win32/perl
8112            ! pod/perldelta.pod pod/perldiag.pod toke.c
8113 ____________________________________________________________________________
8114 [   632] By: gsar                                  on 1998/03/03  03:12:16
8115         Log: another toke.c maintpatch
8116              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
8117              From:  Chip Salzenberg
8118              Files:  toke.c
8119      Branch: win32/perl
8120            ! toke.c
8121 ____________________________________________________________________________
8122 [   631] By: gsar                                  on 1998/03/03  03:06:59
8123         Log: still another maintpatch
8124              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8125              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
8126              Date: Sun, 02 Nov 1997 13:31:54 +0000
8127              Subject: [PATCH] assorted sprintf bugs
8128      Branch: win32/perl
8129            ! sv.c t/op/sprintf.t
8130 ____________________________________________________________________________
8131 [   630] By: gsar                                  on 1998/03/03  03:03:55
8132         Log: yet another maintpatch
8133              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8134              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
8135              Date: Sat, 22 Nov 1997 12:52:16 +0000
8136              Subject: Re: [PERL] Unexpected output 
8137      Branch: win32/perl
8138            ! doio.c t/pragma/warn-1global
8139 ____________________________________________________________________________
8140 [   629] By: gsar                                  on 1998/03/03  02:57:33
8141         Log: merge another maintpatch to toke.c
8142              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8143              Date: Sat, 22 Nov 1997 14:45:23 GMT
8144              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
8145              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
8146      Branch: win32/perl
8147            ! t/base/lex.t toke.c
8148 ____________________________________________________________________________
8149 [   628] By: gsar                                  on 1998/03/03  02:50:20
8150         Log: manually merge a maintpatch
8151              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
8152              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
8153              From: gnat@frii.com
8154              Subject: [PERL] Commenting toke.c
8155      Branch: win32/perl
8156            ! toke.c
8157 ____________________________________________________________________________
8158 [   627] By: TimBunce                              on 1998/03/02  22:34:47
8159         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
8160              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
8161              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
8162              Files:  pp_hot.c pp_sys.c
8163      Branch: maint-5.004/perl
8164            ! pp_hot.c pp_sys.c
8165 ____________________________________________________________________________
8166 [   626] By: TimBunce                              on 1998/03/02  22:31:13
8167         Log: This is the change description for change 625
8168              Title:  "Fix tr///s option", #F007
8169              From:  Inaba Hiroto <inaba@st.rim.or.jp>
8170              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
8171              Files:  doop.c
8172      Branch: maint-5.004/perl
8173            ! doop.c
8174 ____________________________________________________________________________
8175 [   625] By: TimBunce                              on 1998/03/02  22:23:48
8176         Log:      Branch: maint-5.004/perl
8177            ! doop.c
8178 ____________________________________________________________________________
8179 [   623] By: TimBunce                              on 1998/03/02  21:51:53
8180         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
8181              From:  Chip Salzenberg
8182              Files:  pp_ctl.c
8183      Branch: maint-5.004/perl
8184            ! pp_ctl.c
8185 ____________________________________________________________________________
8186 [   622] By: TimBunce                              on 1998/03/02  21:43:29
8187         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
8188              From:  Chip Salzenberg
8189              Files:  sv.c
8190      Branch: maint-5.004/perl
8191            ! sv.c
8192 ____________________________________________________________________________
8193 [   621] By: TimBunce                              on 1998/03/02  21:29:59
8194         Log: Title:  "Fix compile-time warning line in while ()", #F004
8195              From:  Chip Salzenberg
8196              Files:  op.c
8197      Branch: maint-5.004/perl
8198            ! op.c
8199 ____________________________________________________________________________
8200 [   620] By: TimBunce                              on 1998/03/02  21:25:27
8201         Log: Title:  "STMT foreach LIST;", #F002
8202              From:  Chip Salzenberg
8203              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
8204              vms/perly_c.vms
8205      Branch: maint-5.004/perl
8206            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
8207            ! toke.c vms/perly_c.vms
8208 ____________________________________________________________________________
8209 [   619] By: TimBunce                              on 1998/03/02  21:12:58
8210         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
8211              From:  Chip Salzenberg
8212              Files:  op.c
8213      Branch: maint-5.004/perl
8214            ! op.c
8215 ____________________________________________________________________________
8216 [   618] By: gsar                                  on 1998/03/02  04:40:16
8217         Log: make t/lib/nothread.t type xtext also
8218      Branch: win32/perl
8219            ! t/op/nothread.t
8220 ____________________________________________________________________________
8221 [   617] By: gsar                                  on 1998/03/02  04:35:15
8222         Log: make t/lib/thread.t type xtext
8223      Branch: win32/perl
8224            ! t/lib/thread.t
8225 ____________________________________________________________________________
8226 [   616] By: gsar                                  on 1998/03/02  04:17:40
8227         Log: fix misapplied hunks in change#614
8228      Branch: win32/perl
8229            ! scope.c scope.h
8230 ____________________________________________________________________________
8231 [   615] By: gsar                                  on 1998/03/02  03:39:16
8232         Log: another one down
8233              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
8234              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
8235              Date: Tue, 25 Nov 1997 23:03:48 -0800
8236              Subject: [PERL] File::Find bugs & patches
8237      Branch: win32/perl
8238            ! lib/File/Find.pm
8239 ____________________________________________________________________________
8240 [   614] By: gsar                                  on 1998/03/02  03:28:28
8241         Log: this one with adjusted test numbers
8242              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
8243              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
8244              From: Stephen McCamant <alias@mcs.com>
8245              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
8246      Branch: win32/perl
8247            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
8248 ____________________________________________________________________________
8249 [   613] By: gsar                                  on 1998/03/02  03:13:32
8250         Log: still another
8251              From: Inaba Hiroto <inaba@st.rim.or.jp>
8252              Subject: [PERL] tr///s bug
8253              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
8254              Date: Sat, 10 Jan 1998 15:53:33 +0900
8255      Branch: win32/perl
8256            ! doop.c t/op/subst.t
8257 ____________________________________________________________________________
8258 [   612] By: gsar                                  on 1998/03/02  03:01:27
8259         Log: yet another patch
8260              From: Chip Salzenberg <salzench@nielsenmedia.com>
8261              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
8262              Subject: Tiny but massively cool:  C<statement foreach @list>
8263              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
8264      Branch: win32/perl
8265            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
8266            ! toke.c vms/perly_c.vms
8267 ____________________________________________________________________________
8268 [   611] By: gsar                                  on 1998/03/02  01:52:46
8269         Log: yet another 'old' patch
8270              From: Stephane Payrard <stef@francenet.fr>
8271              Message-Id: <199712040054.BAA04612@www.zweig.com>
8272              To: perl5-porters@perl.org
8273              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
8274              between `my' and `local' (Patch included)
8275      Branch: win32/perl
8276            ! op.c t/op/my.t
8277 ____________________________________________________________________________
8278 [   610] By: gsar                                  on 1998/03/02  01:45:55
8279         Log: another 'old' patch
8280              From: Roderick Schertler <roderick@argon.org>
8281              Date: 19 Dec 1997 12:52:36 -0500
8282              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
8283              Subject: [PERL] [PATCH] Re: Problem with open >&=
8284      Branch: win32/perl
8285            ! doio.c t/op/misc.t
8286 ____________________________________________________________________________
8287 [   609] By: gsar                                  on 1998/03/02  01:23:56
8288         Log: apply missing pieces from:
8289              From: Chip Salzenberg <salzench@nielsenmedia.com>
8290              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
8291              Subject: [PATCH] Improved LVALUE patch
8292              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
8293      Branch: win32/perl
8294            ! sv.c
8295 ____________________________________________________________________________
8296 [   608] By: gsar                                  on 1998/03/02  01:13:01
8297         Log: merge two important 'old' patches
8298              From: Chip Salzenberg <salzench@nielsenmedia.com>
8299              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
8300              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
8301              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
8302              ------
8303              From: Chip Salzenberg <salzench@nielsenmedia.com>
8304              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
8305              Subject: [PATCH] Fix for compile-time while() warnings
8306              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
8307      Branch: win32/perl
8308            ! op.c
8309 ____________________________________________________________________________
8310 [   607] By: gsar                                  on 1998/03/01  06:52:26
8311         Log: integrate mainline changes
8312      Branch: asperl
8313           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
8314           +> lib/Tie/Handle.pm t/op/tiehandle.t
8315            - config_H
8316           !> (integrate 89 files)
8317 ____________________________________________________________________________
8318 [   606] By: gsar                                  on 1998/02/28  23:11:00
8319         Log: misc small tweaks
8320              - AutoLoader fix for long::pack::names
8321              - d_mymalloc can be set from makefiles now
8322              - make search.pl actually work on win32
8323              - revert podoc about $^E on OS/2 (per Ilya's wishes)
8324      Branch: win32/perl
8325            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
8326            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
8327 ____________________________________________________________________________
8328 [   605] By: gsar                                  on 1998/02/28  22:16:45
8329         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
8330      Branch: win32/perl
8331            ! embedvar.h sv.h
8332 ____________________________________________________________________________
8333 [   604] By: gsar                                  on 1998/02/28  21:08:58
8334         Log: integrate mainline
8335      Branch: win32/perl
8336           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
8337           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
8338           !> byterun.c ext/SDBM_File/Makefile.PL
8339           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
8340           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
8341           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
8342           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
8343           !> vms/test.com win32/makedef.pl
8344 ____________________________________________________________________________
8345 [   603] By: nick                                  on 1998/02/28  11:31:15
8346         Log: Missed FREAD in bytecode.h
8347              Cannot export svref_mutex in non-threaded perl
8348      Branch: perl
8349            ! bytecode.h win32/makedef.pl
8350
8351 ----------------
8352 Version 5.004_61
8353 ----------------
8354
8355 ____________________________________________________________________________
8356 [   602] By: mbeattie                              on 1998/02/27  18:35:27
8357         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
8358              preprocessor symbol on Digital UNIX.
8359      Branch: perl
8360            ! bytecode.h bytecode.pl byterun.c
8361 ____________________________________________________________________________
8362 [   601] By: mbeattie                              on 1998/02/27  18:27:00
8363         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
8364      Branch: perl
8365            ! sv.h
8366 ____________________________________________________________________________
8367 [   600] By: mbeattie                              on 1998/02/27  18:15:07
8368         Log: Add atomic.h to MANIFEST
8369      Branch: perl
8370            ! MANIFEST
8371 ____________________________________________________________________________
8372 [   599] By: mbeattie                              on 1998/02/27  18:13:52
8373         Log: Integrate win32 branch into mainline.
8374      Branch: perl
8375            ! bytecode.pl
8376           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
8377           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
8378           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
8379           !> win32/config.gc win32/config.vc win32/config_H.bc
8380           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
8381           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
8382           !> win32/win32thread.h
8383 ____________________________________________________________________________
8384 [   598] By: mbeattie                              on 1998/02/27  18:06:41
8385         Log: Make refcounts atomic for threading (dependent on appropriate
8386              arch-dependent and compiler-dependent definitions in atomic.h
8387              or else falls back to a global mutex to protect refcounts).
8388      Branch: perl
8389            + atomic.h
8390            ! global.sym perl.c perlvars.h sv.c sv.h
8391 ____________________________________________________________________________
8392 [   597] By: mbeattie                              on 1998/02/27  15:37:22
8393         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
8394      Branch: perl
8395            ! MANIFEST
8396 ____________________________________________________________________________
8397 [   596] By: mbeattie                              on 1998/02/27  15:34:55
8398         Log: Missed adding new file Policy_sh.SH in change 592.
8399      Branch: perl
8400            + Policy_sh.SH
8401 ____________________________________________________________________________
8402 [   595] By: mbeattie                              on 1998/02/27  15:34:06
8403         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
8404              Date: Fri, 27 Feb 1998 04:15:04 +0000
8405              From: Graham Barr <gbarr@pobox.com>
8406      Branch: perl
8407            + lib/Tie/Handle.pm t/op/tiehandle.t
8408            ! pod/perltie.pod pp_sys.c
8409 ____________________________________________________________________________
8410 [   594] By: mbeattie                              on 1998/02/27  15:31:12
8411         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8412              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
8413              Date: Thu, 26 Feb 1998 11:09:55 -0800
8414              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
8415              Date: Thu, 26 Feb 1998 11:15:24 -0800
8416      Branch: perl
8417            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
8418            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
8419            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
8420            ! vms/test.com
8421 ____________________________________________________________________________
8422 [   593] By: mbeattie                              on 1998/02/27  15:26:45
8423         Log: Fix file-descriptor leak when pipes fail via taint checks:
8424              Subject: [PATCH] Some patches went through cracks
8425              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
8426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8427      Branch: perl
8428            ! os2/os2.c util.c
8429 ____________________________________________________________________________
8430 [   592] By: mbeattie                              on 1998/02/27  15:15:12
8431         Log: Subject: Config_60-03-04.diff patch for 5.004_60
8432              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
8433              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8434      Branch: perl
8435            ! Configure MANIFEST Makefile.SH os2/diff.configure
8436 ____________________________________________________________________________
8437 [   591] By: gsar                                  on 1998/02/26  19:34:50
8438         Log: added AS patch#9
8439      Branch: asperl
8440            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
8441            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
8442            - win32/ipstdiowin.h win32/perlobj.def
8443            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
8444            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
8445            ! win32/win32sck.c win32/win32thread.c
8446 ____________________________________________________________________________
8447 [   590] By: gsar                                  on 1998/02/26  04:25:40
8448         Log: various changes to make win32 build under the new Configure & co.
8449              - added byterun.c to core C build
8450              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
8451              after adding new variables to config.[bgv]c
8452              - sig_name_init now has only the valid signals
8453              - we now have $Config{usethreads}
8454              - tested under the two commercial compilers w/ and w/o usethreads
8455      Branch: win32/perl
8456            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8457            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8458            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
8459 ____________________________________________________________________________
8460 [   589] By: gsar                                  on 1998/02/26  03:56:19
8461         Log: various cleanups so that B can be built as "just another extension"
8462              - export symbols needed for building B
8463              - bset_obj_store() is needed by byterun(), so define it there instead
8464              of at B.xs, and export it
8465              - freadpv() is only used in B.xs, so move it there
8466              - byte*.h are now included by perl.h
8467              - regenerate embed*.h
8468      Branch: win32/perl
8469            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
8470            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
8471 ____________________________________________________________________________
8472 [   588] By: gsar                                  on 1998/02/25  21:46:35
8473         Log: integrate mainline
8474      Branch: win32/perl
8475           +> Porting/config.sh Porting/config_H
8476            - config_H
8477           !> (integrate 54 files)
8478 ____________________________________________________________________________
8479 [   587] By: gsar                                  on 1998/02/25  19:20:26
8480         Log: added AS patch#8
8481      Branch: asperl
8482            ! sv.c x2p/a2py.c x2p/util.c
8483 ____________________________________________________________________________
8484 [   586] By: gsar                                  on 1998/02/25  19:08:06
8485         Log: added AS patch#7
8486              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
8487              Date:    Tue, 24 Feb 1998 07:57:07 PST
8488              From:    Douglas Lankshear <dougl@ActiveState.com>
8489              Subject: [PATCH] 
8490              
8491              Here's an attempt at
8492              6. MANIFEST must be updated with new file names
8493              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
8494              And some changes to move toward
8495              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
8496              
8497              -- Doug
8498      Branch: asperl
8499            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
8500            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
8501            ! perlenv.h perlio.h perllio.h win32/Makefile
8502 ____________________________________________________________________________
8503 [   585] By: mbeattie                              on 1998/02/25  17:44:34
8504         Log: More compiler tweaks.
8505      Branch: perl
8506            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
8507 ____________________________________________________________________________
8508 [   584] By: mbeattie                              on 1998/02/25  15:36:38
8509         Log: Subject: [PATCH 5.004_60] dos-djgpp update
8510              Date: Wed, 25 Feb 1998 11:17:07 +0100
8511              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8512      Branch: perl
8513            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
8514 ____________________________________________________________________________
8515 [   583] By: mbeattie                              on 1998/02/25  15:34:48
8516         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
8517      Branch: perl
8518            ! global.sym patchlevel.h
8519 ____________________________________________________________________________
8520 [   582] By: mbeattie                              on 1998/02/25  15:28:08
8521         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
8522              Date: Tue, 24 Feb 1998 11:15:57 +0000
8523              From: Robin Houston <robin@oneworld.org>
8524      Branch: perl
8525            ! pod/perldiag.pod pp_ctl.c
8526 ____________________________________________________________________________
8527 [   581] By: mbeattie                              on 1998/02/25  15:27:06
8528         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
8529              Date: 23 Feb 1998 23:36:09 +0100
8530              From: Gisle Aas <gisle@aas.no>
8531      Branch: perl
8532            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
8533 ____________________________________________________________________________
8534 [   580] By: mbeattie                              on 1998/02/25  15:25:29
8535         Log: Subject: [PATCH 5.004_60] improved Test.pm
8536              Date: Sat, 21 Feb 1998 14:17:09 -0500
8537              From: Joshua Pritikin <pritikin@mindspring.com>
8538      Branch: perl
8539            ! lib/Test.pm
8540 ____________________________________________________________________________
8541 [   579] By: mbeattie                              on 1998/02/25  15:23:24
8542         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
8543              From: Jarkko Hietaniemi <jhi@iki.fi>
8544              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
8545              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
8546              Subject: Re: your HP-UX perl patch
8547              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
8548      Branch: perl
8549            ! Makefile.SH embed.h global.sym hints/hpux.sh
8550 ____________________________________________________________________________
8551 [   578] By: mbeattie                              on 1998/02/25  15:18:06
8552         Log: Back out DB_File patch (change _553) and tweak Configure.
8553              Subject: ANNOUNCE: perl5.004_60 is available
8554              Date: Mon, 23 Feb 1998 10:47:26 -0000
8555              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
8556      Branch: perl
8557            ! Configure ext/DB_File/DB_File.xs
8558 ____________________________________________________________________________
8559 [   577] By: mbeattie                              on 1998/02/25  15:04:00
8560         Log: Subject: [PATCH] Cwd.pm
8561              Date: Fri, 20 Feb 1998 10:27:54 -0600
8562              From: Graham Barr <gbarr@ti.com>
8563      Branch: perl
8564            ! lib/Cwd.pm
8565 ____________________________________________________________________________
8566 [   576] By: mbeattie                              on 1998/02/25  15:02:57
8567         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
8568              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
8569              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
8570              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
8571              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
8572              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
8573              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
8574      Branch: perl
8575            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
8576 ____________________________________________________________________________
8577 [   575] By: mbeattie                              on 1998/02/25  14:58:00
8578         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
8579              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
8580              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
8581      Branch: perl
8582            + Porting/config.sh Porting/config_H
8583            - config_H
8584            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
8585            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
8586            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
8587            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
8588            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
8589            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
8590            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
8591 ____________________________________________________________________________
8592 [   574] By: gsar                                  on 1998/02/24  02:21:14
8593         Log: fix typos in sv.c
8594      Branch: win32/perl
8595            ! sv.c
8596 ____________________________________________________________________________
8597 [   573] By: mbeattie                              on 1998/02/23  10:03:39
8598         Log: Remove old Linux+threads segfault degugging kludge.
8599      Branch: perl
8600            ! perl.c
8601 ____________________________________________________________________________
8602 [   572] By: gsar                                  on 1998/02/23  09:45:26
8603         Log: undo previous change (no added value!)
8604      Branch: win32/perl
8605            ! win32/bin/pl2bat.pl
8606 ____________________________________________________________________________
8607 [   571] By: gsar                                  on 1998/02/23  09:18:32
8608         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
8609              John Cavanaugh <cavanaug@sdd.hp.com>)
8610      Branch: win32/perl
8611            ! win32/bin/pl2bat.pl
8612 ____________________________________________________________________________
8613 [   570] By: gsar                                  on 1998/02/22  04:02:15
8614         Log: support chown() (just a noop for now)
8615      Branch: win32/perl
8616            ! dosish.h win32/win32.c win32/win32.h
8617 ____________________________________________________________________________
8618 [   569] By: gsar                                  on 1998/02/22  03:09:55
8619         Log: integrate latest win32 branch
8620      Branch: asperl
8621           +> (branch 41 files)
8622           !> (integrate 59 files)
8623 ____________________________________________________________________________
8624 [   568] By: gsar                                  on 1998/02/22  02:40:56
8625         Log: get compiler building under win32 (needed Makefile.PL
8626              hacks that could be applicable to other platforms)
8627      Branch: win32/perl
8628            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
8629 ____________________________________________________________________________
8630 [   567] By: gsar                                  on 1998/02/22  01:30:19
8631         Log: integrate mainline
8632      Branch: win32/perl
8633           +> (branch 41 files)
8634           !> (integrate 46 files)
8635 ____________________________________________________________________________
8636 [   566] By: gsar                                  on 1998/02/20  22:31:56
8637         Log: fix handle leak in join()
8638      Branch: win32/perl
8639            ! win32/win32thread.h
8640
8641 ----------------
8642 Version 5.004_60
8643 ----------------
8644
8645 ____________________________________________________________________________
8646 [   565] By: mbeattie                              on 1998/02/20  18:23:47
8647         Log: Remove compiler files from their old lib/B locations. The compiler
8648              now builds by default (without the byteperl executable so far) and
8649              seems to work at least minimally.
8650      Branch: perl
8651            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
8652            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
8653            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
8654            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
8655            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
8656            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
8657            ! MANIFEST bytecode.pl
8658 ____________________________________________________________________________
8659 [   564] By: mbeattie                              on 1998/02/20  18:05:33
8660         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
8661              under ext/B.
8662      Branch: perl
8663           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
8664           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
8665           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
8666           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
8667           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
8668           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
8669           +> ext/B/B/makeliblinks ext/B/O.pm
8670 ____________________________________________________________________________
8671 [   563] By: mbeattie                              on 1998/02/20  17:54:58
8672         Log: Start getting compiler to work when built with the core.
8673              [Still won't work as of this change.]
8674      Branch: perl
8675           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
8676           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
8677           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
8678           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
8679           +> lib/B/Terse.pm lib/B/Xref.pm
8680            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
8681 ____________________________________________________________________________
8682 [   562] By: mbeattie                              on 1998/02/20  16:42:13
8683         Log: Merge perlext/Compiler/... into mainline. Some files move to
8684              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
8685              move to the base perl directory (e.g. headers). Will need some
8686              cleaning up before it builds properly, I would guess.
8687      Branch: perl
8688           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
8689           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
8690           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
8691           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
8692           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
8693           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
8694           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
8695           +> lib/B/makeliblinks lib/O.pm
8696 ____________________________________________________________________________
8697 [   561] By: mbeattie                              on 1998/02/20  16:39:38
8698         Log: Win32 changes from Sarathy, tweaked slightly by me.
8699      Branch: perlext
8700            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
8701            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
8702            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
8703            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
8704 ____________________________________________________________________________
8705 [   560] By: mbeattie                              on 1998/02/20  15:46:15
8706         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
8707      Branch: perl
8708            ! perl.c
8709 ____________________________________________________________________________
8710 [   559] By: mbeattie                              on 1998/02/20  12:56:10
8711         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
8712      Branch: perl
8713            ! MANIFEST patchlevel.h
8714 ____________________________________________________________________________
8715 [   558] By: mbeattie                              on 1998/02/20  12:53:26
8716         Log: Integrate win32 branch into mainline.
8717      Branch: perl
8718           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
8719           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8720           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8721           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
8722           !> win32/win32iop.h x2p/a2p.h
8723 ____________________________________________________________________________
8724 [   557] By: mbeattie                              on 1998/02/20  12:51:42
8725         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
8726              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
8727              From: Jarkko Hietaniemi <jhi@iki.fi>
8728      Branch: perl
8729            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
8730            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
8731            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
8732            ! pod/perltoc.pod pod/perlvar.pod
8733 ____________________________________________________________________________
8734 [   556] By: mbeattie                              on 1998/02/20  12:49:54
8735         Log: Subject: [PATCH] installperl
8736              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
8737              From: Norton Allen <allen@huarp.harvard.edu>
8738      Branch: perl
8739            ! installperl
8740 ____________________________________________________________________________
8741 [   555] By: mbeattie                              on 1998/02/20  12:49:09
8742         Log: Subject: [PATCH:_59] t/op/wantarray.t
8743              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
8744              From: Norton Allen <allen@huarp.harvard.edu>
8745      Branch: perl
8746            + t/op/wantarray.t
8747 ____________________________________________________________________________
8748 [   554] By: mbeattie                              on 1998/02/20  12:47:44
8749         Log: Subject: Misprint in regcomp.c [PATCH]
8750              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
8751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8752      Branch: perl
8753            ! regcomp.c
8754 ____________________________________________________________________________
8755 [   553] By: mbeattie                              on 1998/02/20  12:45:08
8756         Log: Subject: DB_File ->length does not work just after tie.
8757              Date: Tue, 17 Feb 1998 13:19:18 GMT
8758              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8759      Branch: perl
8760            ! ext/DB_File/DB_File.xs
8761 ____________________________________________________________________________
8762 [   552] By: mbeattie                              on 1998/02/20  12:43:32
8763         Log: Subject: [PATCH] - perl5.005_59, update Copyright
8764              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
8765              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
8766      Branch: perl
8767            ! perl.c
8768 ____________________________________________________________________________
8769 [   551] By: mbeattie                              on 1998/02/20  12:42:41
8770         Log: Subject: Re: for() and map() peculiarity
8771              Date: Mon, 16 Feb 1998 21:33:44 +0000
8772              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8773      Branch: perl
8774            ! pod/perlsyn.pod
8775 ____________________________________________________________________________
8776 [   550] By: mbeattie                              on 1998/02/20  12:41:53
8777         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
8778              Date: Mon, 16 Feb 1998 11:46:29 -0800
8779              From: Dan Sugalski <sugalskd@osshe.edu>
8780      Branch: perl
8781            ! vms/config.vms
8782 ____________________________________________________________________________
8783 [   549] By: mbeattie                              on 1998/02/20  12:40:55
8784         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
8785              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
8786              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
8787      Branch: perl
8788            ! global.sym
8789 ____________________________________________________________________________
8790 [   548] By: mbeattie                              on 1998/02/20  12:39:56
8791         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
8792              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
8793              From: Jarkko Hietaniemi <jhi@iki.fi>
8794      Branch: perl
8795            ! hints/irix_6.sh
8796 ____________________________________________________________________________
8797 [   547] By: mbeattie                              on 1998/02/20  12:38:58
8798         Log: Subject: [PATCH] perlguts update
8799              Date: 16 Feb 1998 11:23:53 +0100
8800              From: Gisle Aas <gisle@aas.no>
8801      Branch: perl
8802            ! pod/perlguts.pod
8803 ____________________________________________________________________________
8804 [   546] By: mbeattie                              on 1998/02/20  12:38:01
8805         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
8806              Date: Sun, 15 Feb 1998 23:56:05 -0500
8807              From: Irving Reid <irving@tor.securecomputing.com>
8808      Branch: perl
8809            ! hints/bsdos.sh
8810 ____________________________________________________________________________
8811 [   545] By: mbeattie                              on 1998/02/20  12:37:11
8812         Log: Subject: [PATCH] 5% speedup in an empty loop
8813              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
8814              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8815      Branch: perl
8816            ! op.c
8817 ____________________________________________________________________________
8818 [   544] By: mbeattie                              on 1998/02/20  12:36:26
8819         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
8820              Date: Sun, 15 Feb 98 23:06:16 +0100
8821              From: Hans Mulder <hansm@icgroup.nl>
8822      Branch: perl
8823            ! hints/next_3.sh hints/next_4.sh
8824 ____________________________________________________________________________
8825 [   543] By: mbeattie                              on 1998/02/20  12:35:39
8826         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
8827              Date: Sun, 15 Feb 98 23:05:20 +0100
8828              From: Hans Mulder <hansm@icgroup.nl>
8829      Branch: perl
8830            ! malloc.c
8831 ____________________________________________________________________________
8832 [   542] By: mbeattie                              on 1998/02/20  12:35:03
8833         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
8834              From: Hans Mulder <hansm@icgroup.nl>
8835              Date: Sun, 15 Feb 98 23:04:29 +0100
8836      Branch: perl
8837            ! Configure
8838 ____________________________________________________________________________
8839 [   541] By: mbeattie                              on 1998/02/20  12:33:56
8840         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
8841              NeXT   needs DONT_DECLARE_STD)
8842              Date: Sun, 15 Feb 98 23:04:19 +0100
8843              From: Hans Mulder <hansm@icgroup.nl>
8844      Branch: perl
8845            ! perl.h
8846 ____________________________________________________________________________
8847 [   540] By: mbeattie                              on 1998/02/20  12:32:25
8848         Log: Subject: [PATCH] sv_check_thinkfirst macroized
8849              Date: 15 Feb 1998 22:00:38 +0100
8850              From: Gisle Aas <gisle@aas.no>
8851      Branch: perl
8852            ! sv.c
8853 ____________________________________________________________________________
8854 [   539] By: mbeattie                              on 1998/02/20  12:31:07
8855         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
8856              Date: Sat, 14 Feb 1998 17:58:01 -0500
8857              From: Joshua Pritikin <pritikin@mindspring.com>
8858      Branch: perl
8859            + lib/Test.pm
8860            ! MANIFEST lib/Test/Harness.pm
8861 ____________________________________________________________________________
8862 [   538] By: mbeattie                              on 1998/02/20  12:24:31
8863         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
8864              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
8865              From: Jarkko Hietaniemi <jhi@iki.fi>
8866      Branch: perl
8867            ! INSTALL pod/perldiag.pod pod/perllocale.pod
8868 ____________________________________________________________________________
8869 [   537] By: mbeattie                              on 1998/02/20  12:23:04
8870         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
8871              Date: Fri, 13 Feb 1998 13:38:28 -0800
8872              From: Dan Sugalski <sugalskd@osshe.edu>
8873      Branch: perl
8874            ! README.vms
8875 ____________________________________________________________________________
8876 [   536] By: mbeattie                              on 1998/02/20  12:20:29
8877         Log: Subject: [PATCH] 5.004_58, move intuition tests
8878              Date: Thu, 12 Feb 1998 17:11:05 -0600
8879              From: Stephen Potter <spp@psa.pencom.com>
8880      Branch: perl
8881            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
8882            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
8883            ! t/op/flip.t t/op/pat.t t/op/push.t
8884 ____________________________________________________________________________
8885 [   535] By: gsar                                  on 1998/02/19  23:07:24
8886         Log: applied a version of this with tabs intact
8887              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
8888              Date:    19 Feb 1998 15:06:38 EST
8889              From:    dfan@harmonixmusic.com (Dan Schmidt)
8890              Subject: Pod::Html bug and fix: missing </UL> in index
8891      Branch: win32/perl
8892            ! lib/Pod/Html.pm
8893 ____________________________________________________________________________
8894 [   534] By: gsar                                  on 1998/02/19  19:40:27
8895         Log: Fix C<0> problem in Pod::Html
8896      Branch: win32/perl
8897            ! lib/Pod/Html.pm
8898 ____________________________________________________________________________
8899 [   533] By: gsar                                  on 1998/02/18  18:11:08
8900         Log: non-debug VC builds are -O1 now (they say it works, and is
8901              faster)
8902      Branch: win32/perl
8903            ! win32/Makefile win32/makefile.mk
8904 ____________________________________________________________________________
8905 [   532] By: gsar                                  on 1998/02/18  04:11:03
8906         Log: integrate nick's patch to mainline
8907      Branch: win32/perl
8908           !> pp.c
8909 ____________________________________________________________________________
8910 [   531] By: mbeattie                              on 1998/02/17  17:50:50
8911         Log: Assorted changes to the compiler
8912      Branch: perlext
8913            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
8914            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
8915            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
8916            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
8917 ____________________________________________________________________________
8918 [   530] By: gsar                                  on 1998/02/17  01:47:35
8919         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
8920              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
8921              build passes all tests except t/lib/io_xs.t (seems to be due to
8922              broken tmpfile() in the CRT or import lib)
8923      Branch: win32/perl
8924            ! XSUB.h win32/makefile.mk win32/win32.h
8925 ____________________________________________________________________________
8926 [   529] By: gsar                                  on 1998/02/16  23:03:31
8927         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
8928              in this version of gcc!)
8929      Branch: win32/perl
8930            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
8931            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
8932 ____________________________________________________________________________
8933 [   528] By: nick                                  on 1998/02/16  22:13:04
8934         Log: Missing PUSHMARK in unshift TIEARRAY hook
8935      Branch: perl
8936            ! pp.c
8937 ____________________________________________________________________________
8938 [   527] By: gsar                                  on 1998/02/15  20:59:07
8939         Log: integrate win32 branch
8940      Branch: asperl
8941           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
8942           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8943           !> win32/makedef.pl
8944 ____________________________________________________________________________
8945 [   526] By: gsar                                  on 1998/02/15  20:02:11
8946         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
8947      Branch: win32/perl
8948            ! config_h.SH win32/config_H.bc win32/config_H.gc
8949            ! win32/config_H.vc
8950 ____________________________________________________________________________
8951 [   525] By: gsar                                  on 1998/02/15  03:26:45
8952         Log: fix build problems due to renamed Config variables
8953      Branch: win32/perl
8954            ! win32/config.bc win32/config.gc win32/config.vc
8955            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8956            ! win32/makedef.pl
8957 ____________________________________________________________________________
8958 [   524] By: gsar                                  on 1998/02/14  01:00:15
8959         Log: bring ASPerl uptodate with mainline changes
8960      Branch: asperl
8961           +> ext/DB_File/Changes t/comp/require.t
8962           !> (integrate 41 files)
8963 ____________________________________________________________________________
8964 [   523] By: gsar                                  on 1998/02/14  00:52:17
8965         Log: integrate mainline
8966      Branch: win32/perl
8967           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
8968           !> pp_hot.c t/op/magic.t
8969 ____________________________________________________________________________
8970 [   522] By: gsar                                  on 1998/02/14  00:42:37
8971         Log: added AS patch#6
8972              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
8973              Date:    Fri, 13 Feb 1998 06:14:51 PST
8974              From:    Douglas Lankshear <dougl@ActiveState.com>
8975              Subject: [PATCH] command line build
8976              
8977              This patch is for the command line build of perl object.
8978              I'll merge the ipfoo.c function with win32_xxx functions next.
8979              
8980              -- Doug
8981      Branch: asperl
8982            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
8983            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
8984            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
8985 ____________________________________________________________________________
8986 [   521] By: gsar                                  on 1998/02/14  00:14:04
8987         Log: added AS patch#5 (patch #4 was intentionally skipped after
8988              discussion)
8989      Branch: asperl
8990            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
8991            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
8992            ! regexec.c sv.c toke.c
8993 ____________________________________________________________________________
8994 [   520] By: nick                                  on 1998/02/13  18:15:46
8995         Log: Resolve ansiperl against win32
8996      Branch: ansiperl
8997           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
8998           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
8999           +> t/lib/ph.t
9000           !> (integrate 898 files)
9001
9002 ----------------
9003 Version 5.004_59
9004 ----------------
9005
9006 ____________________________________________________________________________
9007 [   519] By: mbeattie                              on 1998/02/13  17:05:37
9008         Log: Integrate win32 into mainline.
9009      Branch: perl
9010            ! lib/ExtUtils/xsubpp
9011           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9012           !> win32/makefile.mk
9013 ____________________________________________________________________________
9014 [   518] By: mbeattie                              on 1998/02/13  17:01:16
9015         Log: Bump patchlevel.h to 59.
9016      Branch: perl
9017            ! patchlevel.h
9018 ____________________________________________________________________________
9019 [   517] By: mbeattie                              on 1998/02/13  16:57:59
9020         Log: Subject: [PATCH] _58: wantarray in void context broken
9021              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
9022              From: Norton Allen <allen@huarp.harvard.edu>
9023      Branch: perl
9024            ! pp_hot.c
9025 ____________________________________________________________________________
9026 [   516] By: mbeattie                              on 1998/02/13  16:55:33
9027         Log: Subject: [PATCH] 5.004_58 QNX getcwd
9028              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
9029              From: Norton Allen <allen@huarp.harvard.edu>
9030      Branch: perl
9031            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
9032 ____________________________________________________________________________
9033 [   515] By: gsar                                  on 1998/02/12  18:29:52
9034         Log: pickup lddlflags properly for Config.pm
9035      Branch: win32/perl
9036            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
9037            ! win32/makefile.mk
9038 ____________________________________________________________________________
9039 [   514] By: gsar                                  on 1998/02/12  18:16:09
9040         Log: fix xsubpp bug in SETMAGIC code
9041      Branch: win32/perl
9042            ! lib/ExtUtils/xsubpp
9043 ____________________________________________________________________________
9044 [   513] By: gsar                                  on 1998/02/12  18:06:30
9045         Log: integrate mainline
9046      Branch: win32/perl
9047           +> ext/DB_File/Changes
9048           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
9049           !> ext/DB_File/DB_File.xs hints/machten.sh
9050           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
9051           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
9052           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
9053           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
9054           !> t/op/re_tests t/pragma/locale.t
9055 ____________________________________________________________________________
9056 [   512] By: mbeattie                              on 1998/02/12  17:34:02
9057         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
9058              with -DUSE_THREADS -DDEBUGGING to fail.
9059      Branch: perl
9060            ! scope.h
9061 ____________________________________________________________________________
9062 [   511] By: mbeattie                              on 1998/02/12  16:44:03
9063         Log: Integrate win32 into mainline
9064      Branch: perl
9065           +> t/comp/require.t
9066           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
9067 ____________________________________________________________________________
9068 [   510] By: mbeattie                              on 1998/02/12  16:42:26
9069         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
9070              Date: 12 Feb 1998 14:25:55 +0100
9071              From: koenig@kulturbox.de (Andreas J. Koenig)
9072      Branch: perl
9073            ! lib/ExtUtils/Install.pm
9074 ____________________________________________________________________________
9075 [   509] By: mbeattie                              on 1998/02/12  16:40:34
9076         Log: Subject: Re: wrong prototype for sbrk [PATCH]
9077              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
9078              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
9079      Branch: perl
9080            ! malloc.c
9081 ____________________________________________________________________________
9082 [   508] By: mbeattie                              on 1998/02/12  16:36:53
9083         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
9084              Date: Wed, 11 Feb 1998 17:29:20 +0100
9085              From: Achim Bohnet <ach@mpe.mpg.de>
9086      Branch: perl
9087            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
9088 ____________________________________________________________________________
9089 [   507] By: mbeattie                              on 1998/02/12  16:35:26
9090         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
9091              Date: Wed, 11 Feb 1998 14:59:46 +0100
9092              From: Dominic Dunlop <domo@vo.lu>
9093      Branch: perl
9094            ! hints/machten.sh
9095 ____________________________________________________________________________
9096 [   506] By: mbeattie                              on 1998/02/12  16:28:40
9097         Log: Subject: DB_File 1.58 patch
9098              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
9099              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9100      Branch: perl
9101            + ext/DB_File/Changes
9102            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
9103            ! t/lib/db-recno.t
9104 ____________________________________________________________________________
9105 [   505] By: mbeattie                              on 1998/02/12  16:24:26
9106         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
9107              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
9108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9109      Branch: perl
9110            ! regexec.c t/op/re_tests
9111 ____________________________________________________________________________
9112 [   504] By: mbeattie                              on 1998/02/12  16:22:46
9113         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9114              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
9115              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
9116              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
9117              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
9118              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
9119              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
9120      Branch: perl
9121            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
9122            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
9123 ____________________________________________________________________________
9124 [   503] By: mbeattie                              on 1998/02/12  16:15:43
9125         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
9126              Date: Mon, 9 Feb 1998 13:19:45 +0100
9127              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
9128      Branch: perl
9129            ! t/lib/filecopy.t
9130 ____________________________________________________________________________
9131 [   502] By: mbeattie                              on 1998/02/12  16:14:27
9132         Log: Assorted patches to sv.c:
9133              From: Gisle Aas <gisle@aas.no>
9134              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
9135              Date: 07 Feb 1998 00:21:57 +0100
9136              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
9137              Date: 07 Feb 1998 00:29:45 +0100
9138              Subject: [PATCH] sv_upgrade() always returns TRUE
9139              Date: 09 Feb 1998 15:44:01 +0100
9140      Branch: perl
9141            ! sv.c
9142 ____________________________________________________________________________
9143 [   501] By: mbeattie                              on 1998/02/12  16:09:26
9144         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
9145              Subject: Perl debugger.
9146              Date: Fri, 6 Feb 1998 17:47:08 -0500
9147              From: "Jason A. Smith" <smithj4@rpi.edu>
9148      Branch: perl
9149            ! lib/perl5db.pl
9150 ____________________________________________________________________________
9151 [   500] By: gsar                                  on 1998/02/12  03:20:55
9152         Log: merge another maint patch
9153              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
9154              Date:    Tue, 10 Feb 1998 18:49:00 EST
9155              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9156              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
9157      Branch: win32/perl
9158            ! pp_ctl.c
9159 ____________________________________________________________________________
9160 [   499] By: gsar                                  on 1998/02/12  03:14:39
9161         Log: make t/comp/require.t type xtext
9162      Branch: win32/perl
9163            ! t/comp/require.t
9164 ____________________________________________________________________________
9165 [   498] By: gsar                                  on 1998/02/12  03:09:58
9166         Log: fix extra LEAVE when require fails
9167              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
9168              Date:    Tue, 10 Feb 1998 18:21:37 EST
9169              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9170              Subject: Re: evals and requires make seg-fault with bad require file 
9171      Branch: win32/perl
9172            + t/comp/require.t
9173            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
9174 ____________________________________________________________________________
9175 [   497] By: gsar                                  on 1998/02/12  02:47:29
9176         Log: merge a maint patch
9177              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
9178              Date:    Wed, 11 Feb 1998 00:15:51 EST
9179              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9180              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
9181      Branch: win32/perl
9182            ! pp_ctl.c t/op/local.t
9183 ____________________________________________________________________________
9184 [   496] By: mbeattie                              on 1998/02/11  13:04:50
9185         Log: Integrate win32 into mainline.
9186      Branch: perl
9187           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
9188           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
9189           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
9190           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
9191           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
9192           !> win32/makedef.pl win32/win32.c win32/win32iop.h
9193 ____________________________________________________________________________
9194 [   495] By: mbeattie                              on 1998/02/11  13:03:59
9195         Log: Fix special constants in Xref.pm
9196      Branch: perlext
9197            ! Compiler/B/Xref.pm
9198 ____________________________________________________________________________
9199 [   494] By: gsar                                  on 1998/02/10  18:26:28
9200         Log: fix opendir() problem on share names
9201              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
9202              Date:    Tue, 10 Feb 1998 13:28:53 EST
9203              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9204              Subject: Re: BUG: opendir and UNC names on NT 
9205      Branch: win32/perl
9206            ! win32/win32.c
9207 ____________________________________________________________________________
9208 [   493] By: gsar                                  on 1998/02/09  23:09:40
9209         Log: integrate win32 branch contents
9210      Branch: asperl
9211           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9212           +> lib/Fatal.pm t/lib/ph.t
9213            ! hv.c
9214           !> (integrate 895 files)
9215 ____________________________________________________________________________
9216 [   492] By: gsar                                  on 1998/02/09  07:30:19
9217         Log: enhancements to previous patch for XSUB OUTPUT args
9218              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
9219              Date:    Mon, 09 Feb 1998 02:31:55 EST
9220              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9221              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
9222      Branch: win32/perl
9223            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
9224            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
9225            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
9226            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
9227            ! sv.h
9228 ____________________________________________________________________________
9229 [   491] By: gsar                                  on 1998/02/09  03:00:52
9230         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
9231              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
9232              Date:    Wed, 29 Oct 1997 19:36:25 EST
9233              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9234              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
9235      Branch: win32/perl
9236            ! op.c
9237 ____________________________________________________________________________
9238 [   490] By: gsar                                  on 1998/02/09  02:30:43
9239         Log: fix for bugs in handling DESTROY (adjusted test numbers)
9240              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
9241              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
9242              Date: Wed, 31 Dec 1997 19:30:46 -0500
9243              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9244      Branch: win32/perl
9245            ! pod/perlobj.pod sv.c t/op/ref.t
9246 ____________________________________________________________________________
9247 [   489] By: gsar                                  on 1998/02/09  00:30:35
9248         Log: ansify prototype for my_safemalloc(), avoid warnings
9249      Branch: win32/perl
9250            ! sv.c
9251 ____________________________________________________________________________
9252 [   488] By: gsar                                  on 1998/02/09  00:29:08
9253         Log: fix misapplied hunks in 5.004_58
9254              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
9255              Date:    Sun, 08 Feb 1998 02:18:12 EST
9256              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9257              Subject: [PATCH] fixes for test failures in 5.004_58
9258      Branch: win32/perl
9259            ! gv.c op.c
9260 ____________________________________________________________________________
9261 [   487] By: gsar                                  on 1998/02/09  00:27:16
9262         Log: win32_utime() tweaks to avoid warnings
9263      Branch: win32/perl
9264            ! win32/win32.c win32/win32iop.h
9265 ____________________________________________________________________________
9266 [   486] By: gsar                                  on 1998/02/07  23:45:22
9267         Log: integrate mainline, plus a few small win32 enhancements
9268              - remove Win32::GetCurrentDirectory()
9269              - add Win32::Sleep() for compat
9270              - add smarter utime() from Jan Dubois, and export it as win32_utime()
9271      Branch: win32/perl
9272           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9273           +> lib/Fatal.pm t/lib/ph.t
9274            ! win32/makedef.pl win32/win32.c win32/win32iop.h
9275           !> (integrate 61 files)
9276
9277 ----------------
9278 Version 5.004_58
9279 ----------------
9280
9281 ____________________________________________________________________________
9282 [   485] By: mbeattie                              on 1998/02/06  18:11:47
9283         Log: Bump patchlevel to 58.
9284      Branch: perl
9285            ! patchlevel.h
9286 ____________________________________________________________________________
9287 [   484] By: mbeattie                              on 1998/02/06  18:08:28
9288         Log: Fix up problem with gv.c from change 477.
9289              Fix up Config.pm use in t/lib/ph.t from change 478.
9290      Branch: perl
9291            ! gv.c t/lib/ph.t
9292 ____________________________________________________________________________
9293 [   483] By: mbeattie                              on 1998/02/06  17:34:34
9294         Log: Integrate win32 branch into mainline
9295      Branch: perl
9296           !> win32/win32sck.c
9297 ____________________________________________________________________________
9298 [   482] By: mbeattie                              on 1998/02/06  17:26:41
9299         Log: lib/Fatal.pm missing from repository
9300      Branch: perl
9301            + lib/Fatal.pm
9302 ____________________________________________________________________________
9303 [   481] By: mbeattie                              on 1998/02/06  17:24:57
9304         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
9305              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
9306              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
9307      Branch: perl
9308            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
9309            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
9310 ____________________________________________________________________________
9311 [   480] By: mbeattie                              on 1998/02/06  17:19:52
9312         Log: x2p/str.c was missing from list of changed files in change 466
9313      Branch: perl
9314            ! x2p/str.c
9315 ____________________________________________________________________________
9316 [   479] By: mbeattie                              on 1998/02/06  17:16:54
9317         Log: Added t/lib/ph.t to MANIFEST
9318      Branch: perl
9319            ! MANIFEST
9320 ____________________________________________________________________________
9321 [   478] By: mbeattie                              on 1998/02/06  17:15:38
9322         Log: Subject: [PATCH] h2ph.PL
9323              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
9324              From: kstar@www.chapin.edu (Kurt D. Starsinic)
9325      Branch: perl
9326            + t/lib/ph.t
9327            ! utils/h2ph.PL
9328 ____________________________________________________________________________
9329 [   477] By: mbeattie                              on 1998/02/06  17:10:46
9330         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
9331              Date: 04 Feb 1998 14:49:46 +0100
9332              From: Gisle Aas <gisle@aas.no>
9333              as modified by
9334              From: chip@atlantic.net
9335              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
9336      Branch: perl
9337            ! gv.c
9338 ____________________________________________________________________________
9339 [   476] By: mbeattie                              on 1998/02/06  16:47:03
9340         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
9341              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
9342              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
9343              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
9344              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
9345      Branch: perl
9346            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
9347 ____________________________________________________________________________
9348 [   475] By: mbeattie                              on 1998/02/06  16:44:57
9349         Log: Subject: [PATCH] nomemok
9350              Date: Mon, 2 Feb 1998 15:06:50 +0100
9351              From: Gisle Aas <gisle@aas.no>
9352      Branch: perl
9353            ! hv.c
9354 ____________________________________________________________________________
9355 [   474] By: mbeattie                              on 1998/02/06  16:43:46
9356         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
9357              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
9358              From: abigail@fnx.com
9359      Branch: perl
9360            ! lib/Benchmark.pm
9361 ____________________________________________________________________________
9362 [   473] By: mbeattie                              on 1998/02/06  16:42:53
9363         Log: Subject: [PATCH] adding the newSVpvn API function
9364              Date: Sat, 31 Jan 1998 06:32:42 +0100
9365              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
9366      Branch: perl
9367            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
9368            ! proto.h sv.c
9369 ____________________________________________________________________________
9370 [   472] By: mbeattie                              on 1998/02/06  16:35:41
9371         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
9372              Date: 28 Jan 1998 17:40:37 -0800
9373              From: Stephen Zander <srz@mckesson.com>
9374      Branch: perl
9375            ! hints/solaris_2.sh
9376 ____________________________________________________________________________
9377 [   471] By: mbeattie                              on 1998/02/06  16:02:57
9378         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
9379              Date: Thu, 15 Jan 1998 11:53:06 +0000
9380              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9381      Branch: perl
9382            ! pod/perlguts.pod pp.c t/op/vec.t
9383 ____________________________________________________________________________
9384 [   470] By: mbeattie                              on 1998/02/06  16:01:36
9385         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9386              Subject: 5.004_56: Patch to Tie::Hash and docs
9387              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
9388              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
9389              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
9390      Branch: perl
9391            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
9392            ! t/op/misc.t t/op/pat.t toke.c
9393 ____________________________________________________________________________
9394 [   469] By: mbeattie                              on 1998/02/06  15:58:31
9395         Log: Subject: Another Array.pm patch
9396              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
9397              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9398      Branch: perl
9399            ! lib/Tie/Array.pm
9400 ____________________________________________________________________________
9401 [   468] By: mbeattie                              on 1998/02/06  15:56:28
9402         Log: Subject: documentation patch for 5.004_57
9403              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
9404              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9405      Branch: perl
9406            ! lib/Tie/Array.pm
9407 ____________________________________________________________________________
9408 [   467] By: mbeattie                              on 1998/02/06  15:55:34
9409         Log: Subject: 5.004_56: patch for `use Fatal' again
9410              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
9411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9412      Branch: perl
9413            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
9414            ! pp.c t/comp/proto.t toke.c
9415 ____________________________________________________________________________
9416 [   466] By: mbeattie                              on 1998/02/06  15:53:53
9417         Log: Subject: Newer -DLEAKTEST patch
9418              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
9419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9420      Branch: perl
9421            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
9422            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
9423            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
9424            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
9425            ! toke.c util.c vms/perly_c.vms x2p/hash.c
9426 ____________________________________________________________________________
9427 [   465] By: mbeattie                              on 1998/02/06  15:46:35
9428         Log: More Chip patches (tweaked for _5x). The final one mentioned here
9429              (@ARGV with -i) actually went in at change 462 but I failed to
9430              add it to the change description:
9431              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
9432              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
9433              Subject: [PATCH] Fix for C<@x = my @y>
9434              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
9435              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
9436              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
9437              Subject: [PATCH] Allow last() to mean last
9438              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
9439              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
9440              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
9441      Branch: perl
9442            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
9443            ! vms/perly_h.vms
9444 ____________________________________________________________________________
9445 [   464] By: mbeattie                              on 1998/02/06  15:06:18
9446         Log: More Chip patches:
9447              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
9448              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
9449              Subject: [PATCH] Fix line numbers after here documents in eval STRING
9450              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
9451              Subject: [PATCH] Make recursive lexical analysis more robust
9452              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
9453      Branch: perl
9454            ! pp_ctl.c sv.c toke.c
9455 ____________________________________________________________________________
9456 [   463] By: mbeattie                              on 1998/02/06  15:04:17
9457         Log: Some more Chip patches (tweaked to match _5x):
9458              Subject: [PATCH] Fix empty BLOCK
9459              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
9460              Subject: [PATCH] fix (\@@) proto
9461              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
9462              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
9463              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
9464              Subject: [PATCH] Don't fold string comparison under  C<use locale>
9465              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
9466      Branch: perl
9467            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
9468 ____________________________________________________________________________
9469 [   462] By: mbeattie                              on 1998/02/06  14:56:30
9470         Log: Some Chip patches (some tweaked to match _5x source):
9471              From: Chip Salzenberg <salzench@nielsenmedia.com>
9472              Subject: [PATCH] local leakage
9473              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
9474              Subject: [PATCH] NULs in patterns
9475              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
9476              Subject: [PATCH] Configure on PerlIO
9477              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
9478              Subject: [PATCH] Avoid core dump on package alias
9479              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
9480              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
9481              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
9482      Branch: perl
9483            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
9484            ! t/op/local.t
9485 ____________________________________________________________________________
9486 [   461] By: gsar                                  on 1998/02/04  03:34:36
9487         Log: support win32_select(0,0,0,msec) (winsock doesn't)
9488      Branch: win32/perl
9489            ! win32/win32sck.c
9490 ____________________________________________________________________________
9491 [   460] By: gsar                                  on 1998/02/04  00:44:47
9492         Log: bug: win32_select() must StartSockets()
9493      Branch: win32/perl
9494            ! win32/win32sck.c
9495
9496 ----------------
9497 Version 5.004_57
9498 ----------------
9499
9500 ____________________________________________________________________________
9501 [   459] By: mbeattie                              on 1998/02/03  16:00:07
9502         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
9503              of execution causes core dump if threadsvp is moved). Replaced
9504              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
9505      Branch: perl
9506            ! av.c perl.c
9507 ____________________________________________________________________________
9508 [   458] By: mbeattie                              on 1998/02/03  14:40:02
9509         Log: Fix up MANIFEST.
9510      Branch: perl
9511            ! MANIFEST
9512 ____________________________________________________________________________
9513 [   457] By: mbeattie                              on 1998/02/03  13:50:23
9514         Log: Integrate win32 into mainline. My last integration from ansiperl
9515              to the mainline was a dismal failure: I did -ay but meant -at.
9516              This should fix things now since win32 has already integrated
9517              all the necessary changes from ansiperl.
9518      Branch: perl
9519           !> (integrate 111 files)
9520 ____________________________________________________________________________
9521 [   456] By: gsar                                  on 1998/02/03  04:48:08
9522         Log: Fix minor problems with non USE_THREADS build. win32 branch
9523              now looks 5.004_57-ready.
9524      Branch: win32/perl
9525            ! thread.h win32/makedef.pl
9526 ____________________________________________________________________________
9527 [   455] By: gsar                                  on 1998/02/03  03:45:09
9528         Log: integrate mainline
9529      Branch: win32/perl
9530           !> (integrate 887 files)
9531 ____________________________________________________________________________
9532 [   454] By: mbeattie                              on 1998/02/02  16:44:24
9533         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
9534              defaults have been commented out for now. 
9535      Branch: perl
9536            ! hints/dec_osf.sh
9537 ____________________________________________________________________________
9538 [   453] By: mbeattie                              on 1998/02/02  15:51:39
9539         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
9540              variables. Moved threadnum to a per-interpreter variable and
9541              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
9542              more than one thread may be running. Minor tweaks to Thread.xs.
9543      Branch: perl
9544            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
9545            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
9546            ! thread.h util.c
9547 ____________________________________________________________________________
9548 [   452] By: gsar                                  on 1998/02/02  04:56:50
9549         Log: remove totally egregious s/\\dir// in File::Find
9550      Branch: win32/perl
9551            ! lib/File/Find.pm
9552 ____________________________________________________________________________
9553 [   451] By: gsar                                  on 1998/02/01  22:20:20
9554         Log: added AS patch#3
9555              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
9556              Date:    Sun, 01 Feb 1998 09:18:13 PST
9557              From:    Douglas Lankshear <dougl@ActiveState.com>
9558              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
9559              
9560              Here's an additional diff against //depot/asperl
9561              
9562              The field name mg_length was changed back to mg_len
9563              The function name mg_len was change to mg_length
9564              
9565              The need for sort_mutex removed thanks to the code derived
9566              from Tom Horsley's work.
9567              
9568              -- Doug
9569      Branch: asperl
9570            + XSLock.h
9571            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
9572            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
9573            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
9574            ! scope.c scope.h sv.c toke.c universal.c util.c
9575            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
9576            ! win32/perlobj.def win32/runperl.c
9577 ____________________________________________________________________________
9578 [   450] By: gsar                                  on 1998/01/30  23:43:57
9579         Log: various tweaks
9580              - add new functions to proto.h
9581              - fix up makefile.mk for $(OBJECT)
9582      Branch: asperl
9583            ! pp_ctl.c proto.h win32/makefile.mk
9584 ____________________________________________________________________________
9585 [   449] By: gsar                                  on 1998/01/30  21:23:15
9586         Log: fix up missing patches from AS patch#2
9587      Branch: asperl
9588            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
9589            ! pp_ctl.c proto.h
9590 ____________________________________________________________________________
9591 [   448] By: gsar                                  on 1998/01/30  18:23:17
9592         Log: fix htonlx typo
9593      Branch: win32/perl
9594            ! perlsock.h
9595 ____________________________________________________________________________
9596 [   447] By: mbeattie                              on 1998/01/30  16:03:49
9597         Log: Fix up MANIFEST to add missing files
9598      Branch: perl
9599            ! MANIFEST
9600 ____________________________________________________________________________
9601 [   446] By: mbeattie                              on 1998/01/30  12:34:55
9602         Log: Bump patchlevel to 57.
9603      Branch: perl
9604            ! patchlevel.h
9605 ____________________________________________________________________________
9606 [   445] By: gsar                                  on 1998/01/30  10:44:38
9607         Log: initial merge of latest win32 branch into ASPerl
9608      Branch: asperl
9609           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
9610           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
9611           +> win32/bin/perlglob.pl
9612           !> (integrate 141 files)
9613 ____________________________________________________________________________
9614 [   444] By: gsar                                  on 1998/01/30  09:25:58
9615         Log: goofed branching, redo asperl branch
9616      Branch: asperl
9617            ! perl.h
9618 ____________________________________________________________________________
9619 [   443] By: gsar                                  on 1998/01/30  09:23:36
9620         Log: added AS patch#2
9621      Branch: asperl
9622            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
9623            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
9624            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
9625            + win32/ipstdiowin.h win32/perlobj.def
9626            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
9627            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
9628            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
9629            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
9630            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
9631            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
9632            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
9633            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
9634            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
9635 ____________________________________________________________________________
9636 [   441] By: gsar                                  on 1998/01/30  08:54:19
9637         Log: Created new branch from win32@396, added AS patch#1
9638      Branch: asperl
9639            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
9640            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
9641            + regcomp.c scope.h sv.c toke.c util.c
9642           +> (branch 915 files)
9643 ____________________________________________________________________________
9644 [   440] By: gsar                                  on 1998/01/30  04:43:23
9645         Log: integrate winansi
9646      Branch: win32/perl
9647           +> pod/perlhist.pod
9648           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
9649           !> util.c
9650 ____________________________________________________________________________
9651 [   439] By: mbeattie                              on 1998/01/27  15:31:53
9652         Log: Integrate ansi branch into mainline (resolve -ay).
9653      Branch: perl
9654           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
9655           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
9656           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
9657           +> win32/bin/perlglob.pl
9658            ! op.c
9659           !> (integrate 868 files)
9660 ____________________________________________________________________________
9661 [   438] By: nick                                  on 1998/01/24  12:02:34
9662         Log: Gisle's av_unshift tweak, two small patches from chip
9663              and check for NULL in hv_delete in case '~' and tie magic
9664              are present
9665      Branch: ansiperl
9666            ! av.c hv.c op.c pp_ctl.c scope.c
9667 ____________________________________________________________________________
9668 [   437] By: nick                                  on 1998/01/24  10:37:56
9669         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
9670              Ugh! ...
9671              Macros were unsuitable for declaring the functions, extra () round
9672              parameters removed - non-function forms of PerlXxx_yyyy() need to 
9673              add () themselves.
9674              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
9675      Branch: ansiperl
9676            ! perlsock.h pp_sys.c util.c
9677 ____________________________________________________________________________
9678 [   436] By: nick                                  on 1998/01/24  10:03:03
9679         Log: Integrate win32 into ansiperl
9680      Branch: ansiperl
9681           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
9682           +> win32/bin/perlglob.pl
9683           !> (integrate 38 files)
9684 ____________________________________________________________________________
9685 [   435] By: nick                                  on 1998/01/24  09:47:49
9686         Log: Add perlhist.pod
9687      Branch: ansiperl
9688            + pod/perlhist.pod
9689            ! MANIFEST
9690 ____________________________________________________________________________
9691 [   434] By: gsar                                  on 1998/01/19  05:01:47
9692         Log: s/PerlENV/PerlEnv/ just to be consistent
9693      Branch: win32/perl
9694            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
9695 ____________________________________________________________________________
9696 [   433] By: gsar                                  on 1998/01/19  04:52:18
9697         Log: foo() -> PerlGroup_foo() patch from ActiveState
9698      Branch: win32/perl
9699            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
9700            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
9701            ! scope.h sv.c toke.c util.c
9702 ____________________________________________________________________________
9703 [   432] By: gsar                                  on 1998/01/19  04:42:26
9704         Log: integrate mainline
9705      Branch: win32/perl
9706           !> pod/perlfunc.pod
9707 ____________________________________________________________________________
9708 [   431] By: gsar                                  on 1998/01/19  04:40:04
9709         Log: integrate changes in winansi
9710      Branch: win32/perl
9711           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
9712           +> t/lib/tie-stdpush.t t/op/tiearray.t
9713           !> (integrate 98 files)
9714 ____________________________________________________________________________
9715 [   430] By: gsar                                  on 1998/01/19  04:10:43
9716         Log: Fix autovivification problems with XSUB OUTPUT args
9717              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
9718              Date:    Sun, 18 Jan 1998 23:09:07 EST
9719              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
9720              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
9721      Branch: win32/perl
9722            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
9723            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
9724            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
9725            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
9726 ____________________________________________________________________________
9727 [   429] By: nick                                  on 1998/01/17  21:01:50
9728         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
9729              Date: Thu, 25 Dec 1997 13:39:15 -0500
9730              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9731              To: perl5-porters@perl.org
9732              
9733              It turns out that the potential for the "CONFIG key 'exe_ext'
9734              does not exist in Config.pm" problem has been around for a while,
9735              in the definition of SvTRUE().  It's just that non-gcc compilers
9736              are more or less being built as CRIPPLED_CC when USE_THREADS is
9737              defined (even if they can inline things).  The inline macro for
9738              SvTRUE works with tied hashes and the EXISTS method, and the
9739              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
9740              does not, because it adds an excess mg_get() which replaces the
9741              EXISTS result with a FETCH result.
9742      Branch: ansiperl
9743            ! sv.c
9744 ____________________________________________________________________________
9745 [   428] By: nick                                  on 1998/01/17  20:59:11
9746         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
9747              Date: Fri, 19 Dec 97 17:19:09 GMT
9748              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
9749      Branch: ansiperl
9750            ! doio.c sv.c toke.c util.c
9751 ____________________________________________________________________________
9752 [   427] By: nick                                  on 1998/01/17  12:01:53
9753         Log: Permit tie ?foo,$object 
9754              tidy up dead #ifdef ORIGINAL_TIE)
9755              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
9756      Branch: ansiperl
9757            ! pp_sys.c
9758 ____________________________________________________________________________
9759 [   426] By: nick                                  on 1998/01/15  18:06:36
9760         Log: First working TIEARRAY and other misc tie fixes
9761      Branch: ansiperl
9762            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
9763 ____________________________________________________________________________
9764 [   425] By: nick                                  on 1998/01/14  21:56:40
9765         Log: Not working yet - split problems ...
9766      Branch: ansiperl
9767            ! pp.c t/lib/thread.t t/op/tiearray.t
9768 ____________________________________________________________________________
9769 [   424] By: nick                                  on 1998/01/14  18:49:25
9770         Log: TIEARRAY updates - almost works ...
9771      Branch: ansiperl
9772            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
9773            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
9774            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
9775            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
9776 ____________________________________________________________________________
9777 [   423] By: gsar                                  on 1998/01/14  00:13:16
9778         Log: fix MakeMaker installbin problem
9779              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
9780              Subject: Re: can't modify message with HTML-Stream, v.1.42 
9781              Date: Tue, 06 Jan 1998 19:16:35 -0500
9782              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9783      Branch: win32/perl
9784            ! lib/ExtUtils/MM_Unix.pm
9785 ____________________________________________________________________________
9786 [   422] By: gsar                                  on 1998/01/13  23:53:02
9787         Log: add archname to *sitearch in config.{b,g,v}c
9788      Branch: win32/perl
9789            ! win32/config.bc win32/config.gc win32/config.vc
9790 ____________________________________________________________________________
9791 [   421] By: gsar                                  on 1998/01/13  23:15:14
9792         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
9793      Branch: win32/perl
9794            ! t/harness
9795 ____________________________________________________________________________
9796 [   420] By: nick                                  on 1998/01/13  22:55:02
9797         Log: tiearray tweaks
9798      Branch: ansiperl
9799            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
9800 ____________________________________________________________________________
9801 [   419] By: nick                                  on 1998/01/13  21:27:33
9802         Log: Skeleton Tie::Array
9803      Branch: ansiperl
9804            + lib/Tie/Array.pm
9805 ____________________________________________________________________________
9806 [   418] By: nick                                  on 1998/01/13  20:52:38
9807         Log: tie array changes to core and tests
9808      Branch: ansiperl
9809            + t/op/tiearray.t
9810            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
9811            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
9812            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
9813 ____________________________________________________________________________
9814 [   417] By: gsar                                  on 1998/01/13  20:49:52
9815         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
9816      Branch: win32/perl
9817            + win32/bin/perlglob.pl
9818            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
9819            ! win32/makefile.mk
9820 ____________________________________________________________________________
9821 [   416] By: gsar                                  on 1998/01/13  02:46:53
9822         Log: various tweaks to build support (NOTE: meant for 5.004_57)
9823              - build and install x2p
9824              - fix installperl warnings on win32
9825              - `make install` now does puts the archlibs in right places
9826              - makefiles don't default to USE_THREADS anymore
9827              - sync config.{b,g,v}c
9828              - sync makefile.mk -> Makefile
9829      Branch: win32/perl
9830            ! installperl win32/Makefile win32/config.bc win32/config.gc
9831            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
9832            ! x2p/a2py.c
9833 ____________________________________________________________________________
9834 [   415] By: nick                                  on 1998/01/11  16:54:26
9835         Log: Integrate win32 into ansiperl
9836      Branch: ansiperl
9837           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
9838           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
9839           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
9840           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
9841           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
9842           !> vms/vmsish.h x2p/s2p.PL
9843 ____________________________________________________________________________
9844 [   414] By: nick                                  on 1998/01/11  15:13:49
9845         Log: Integratye mainline -> ansiperl
9846      Branch: ansiperl
9847           !> (integrate 64 files)
9848 ____________________________________________________________________________
9849 [   413] By: mbeattie                              on 1998/01/09  12:57:58
9850         Log: Add missing blank line in pod/perlfunc.pod.
9851      Branch: perl
9852            ! pod/perlfunc.pod
9853 ____________________________________________________________________________
9854 [   412] By: gsar                                  on 1998/01/08  20:54:31
9855         Log: change#398 breaks ENV_IS_CASELESS, fix it
9856      Branch: win32/perl
9857            ! hv.c
9858 ____________________________________________________________________________
9859 [   411] By: gsar                                  on 1998/01/08  18:33:58
9860         Log: Integrate mainline
9861      Branch: win32/perl
9862           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
9863           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
9864           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
9865           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
9866           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
9867           !> vms/vmsish.h x2p/s2p.PL
9868 ____________________________________________________________________________
9869 [   410] By: mbeattie                              on 1998/01/08  16:06:22
9870         Log: Fix thinko in t/pragma/locale.t:
9871              Subject: [PATCH] _04 or _56: locale.t
9872              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
9873              From: Jarkko Hietaniemi <jhi@iki.fi>
9874      Branch: perl
9875            ! t/pragma/locale.t
9876 ____________________________________________________________________________
9877 [   409] By: mbeattie                              on 1998/01/08  16:05:09
9878         Log: Use Tom Horley's qsort for sorting:
9879              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
9880              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
9881              From: Hans Mulder <hansm@icgned.nl>
9882      Branch: perl
9883            ! pp_ctl.c
9884 ____________________________________________________________________________
9885 [   408] By: mbeattie                              on 1998/01/08  16:01:57
9886         Log: Make s2p not use cpp:
9887              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
9888              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
9889              From: Hans Mulder <hansm@icgned.nl>
9890      Branch: perl
9891            ! x2p/s2p.PL
9892 ____________________________________________________________________________
9893 [   407] By: mbeattie                              on 1998/01/08  15:57:31
9894         Log: DG/UX tweaks to perl.h:
9895              Subject: [PATCH] _56 on dgux without threads
9896              Date: Sat, 20 Dec 1997 23:01:40 -0500
9897              From: Roderick Schertler <roderick@argon.org>
9898      Branch: perl
9899            ! perl.h
9900 ____________________________________________________________________________
9901 [   406] By: mbeattie                              on 1998/01/08  15:56:02
9902         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
9903              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
9904              Date: Sat, 20 Dec 1997 02:30:01 -0500
9905              From: Spider Boardman <spider@web.zk3.dec.com>
9906      Branch: perl
9907            ! Configure hints/dec_osf.sh
9908 ____________________________________________________________________________
9909 [   405] By: mbeattie                              on 1998/01/08  15:53:40
9910         Log: Missing "" in Configure echo for gethbadd_addr_type.
9911      Branch: perl
9912            ! Configure
9913 ____________________________________________________________________________
9914 [   404] By: mbeattie                              on 1998/01/08  13:04:48
9915         Log: print/printf/... over-eager mg_find for glob magic:
9916              Subject: [PATCH] fix inefficient checks for TIEHANDLE
9917              Date: Wed, 07 Jan 1998 20:06:05 -0500
9918              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9919      Branch: perl
9920            ! pp_hot.c pp_sys.c
9921 ____________________________________________________________________________
9922 [   403] By: mbeattie                              on 1998/01/08  12:56:31
9923         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
9924              Subject: [PATCH] VMS update for 5.004_56
9925              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
9926              From: Charles Bailey <bailey@newman.upenn.edu>
9927      Branch: perl
9928            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
9929            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
9930            ! vms/vmsish.h
9931 ____________________________________________________________________________
9932 [   402] By: mbeattie                              on 1998/01/08  12:46:15
9933         Log: Fix utils/perldoc.PL for dos-djgpp:
9934              Subject: 5.004_56: perldoc.PL dos-djgpp patches
9935              Date: Tue, 6 Jan 1998 18:14:59 +0100
9936              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
9937      Branch: perl
9938            ! utils/perldoc.PL
9939 ____________________________________________________________________________
9940 [   401] By: mbeattie                              on 1998/01/08  12:40:14
9941         Log: Version 2.13 of GetoptLong:
9942              Subject: Re: ANNOUNCE: perl 5.004_56 is available
9943              Date: 06 Jan 1998 16:21:45 +0100
9944              From: JVromans@Squirrel.nl (Johan Vromans)
9945      Branch: perl
9946            ! lib/Getopt/Long.pm lib/newgetopt.pl
9947 ____________________________________________________________________________
9948 [   400] By: mbeattie                              on 1998/01/08  12:28:08
9949         Log: Fix variable export and threading configuration for AIX:
9950              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
9951              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
9952              From: Jarkko Hietaniemi <jhi@iki.fi>
9953      Branch: perl
9954            ! Configure perl_exp.SH
9955 ____________________________________________________________________________
9956 [   399] By: mbeattie                              on 1998/01/08  12:25:38
9957         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
9958              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
9959              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
9960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9961      Branch: perl
9962            ! regexec.c t/op/re_tests
9963 ____________________________________________________________________________
9964 [   398] By: mbeattie                              on 1998/01/08  12:23:41
9965         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
9966              to cope with ENV_IS_CASELESS:
9967              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
9968              Date: Fri, 19 Dec 1997 11:31:36 -0500
9969              From: Owen Taylor <owt1@cornell.edu>
9970      Branch: perl
9971            ! hv.c
9972 ____________________________________________________________________________
9973 [   397] By: mbeattie                              on 1998/01/08  12:10:29
9974         Log: Integrate win32 branch into mainline.
9975      Branch: perl
9976           !> (integrate 41 files)
9977 ____________________________________________________________________________
9978 [   396] By: gsar                                  on 1998/01/07  19:12:27
9979         Log: tweak case-insensitive ENV implementation
9980      Branch: win32/perl
9981            ! hv.c
9982 ____________________________________________________________________________
9983 [   395] By: nick                                  on 1998/01/07  18:40:55
9984         Log: Integrate win32 branch
9985      Branch: ansiperl
9986           !> (integrate 31 files)
9987 ____________________________________________________________________________
9988 [   394] By: gsar                                  on 1998/01/05  19:17:40
9989         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
9990              the fact
9991      Branch: win32/perl
9992            ! pod/perlrun.pod win32/win32.c
9993 ____________________________________________________________________________
9994 [   393] By: gsar                                  on 1998/01/05  05:43:33
9995         Log: Support case-tolerant %ENV
9996              - underlying system calls see the case-as-supplied by user
9997              - added tests to verify addition/deletion/enumeration case-tolerance
9998              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
9999              which is default on win32 now
10000      Branch: win32/perl
10001            ! hv.c t/op/magic.t win32/win32.h
10002 ____________________________________________________________________________
10003 [   392] By: gsar                                  on 1998/01/04  17:55:19
10004         Log: Add a tweaked version of:
10005              Message-Id: <199801040630.AA29298@metronet.com>
10006              Date:    Sun, 04 Jan 1998 00:30:57 CST
10007              From:    Tye McQueen <tye@metronet.com>
10008              Subject: New patch for $^E==GetLastError() under Win32
10009      Branch: win32/perl
10010            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
10011            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
10012            ! win32/win32.c win32/win32.h
10013 ____________________________________________________________________________
10014 [   391] By: gsar                                  on 1998/01/04  07:59:44
10015         Log: Various win32 fixes
10016              - support spawn via system(&P_NOWAIT,...) like OS2
10017              - support wait() and waitpid()
10018              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
10019              - support -lfoo properly in ExtUtils::Liblist
10020              - fix outdated info about Win32 support in perlfaq2
10021              - fix win32 bug in perldoc that causes spurious warnings
10022              - regularize global function/variable names yet more
10023              - fix bug in do_aspawn() (it was always invoking shell, instead of
10024              almost never)
10025              - implement and export win32_wait()
10026              - stub version of USE_RTL_THREAD_API
10027      Branch: win32/perl
10028            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
10029            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
10030            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10031            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
10032            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
10033            ! win32/win32thread.h
10034 ____________________________________________________________________________
10035 [   390] By: gsar                                  on 1997/12/30  21:00:28
10036         Log: Fix $ENV{Path} in FindBin.pm
10037      Branch: win32/perl
10038            ! lib/FindBin.pm
10039 ____________________________________________________________________________
10040 [   389] By: nick                                  on 1997/12/29  10:33:23
10041         Log: Resolve ansiperl against win32
10042      Branch: ansiperl
10043           !> (integrate 105 files)
10044 ____________________________________________________________________________
10045 [   388] By: gsar                                  on 1997/12/24  04:59:28
10046         Log: make $? Unix (and ActiveWare) compatible
10047      Branch: win32/perl
10048            ! README.win32 win32/win32.c
10049 ____________________________________________________________________________
10050 [   387] By: gsar                                  on 1997/12/24  04:21:30
10051         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
10052              non-blocking IO on sockets possible
10053      Branch: win32/perl
10054            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
10055            ! win32/win32iop.h win32/win32sck.c
10056 ____________________________________________________________________________
10057 [   386] By: gsar                                  on 1997/12/24  03:10:55
10058         Log: support getlogin()
10059      Branch: win32/perl
10060            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
10061            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10062            ! win32/win32.c win32/win32.h
10063 ____________________________________________________________________________
10064 [   385] By: gsar                                  on 1997/12/24  02:24:59
10065         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
10066              Update README.win32.
10067      Branch: win32/perl
10068            ! README.win32 perl.h win32/Makefile win32/makedef.pl
10069            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
10070 ____________________________________________________________________________
10071 [   384] By: gsar                                  on 1997/12/24  02:22:42
10072         Log: tweak op.c to avoid warning
10073      Branch: win32/perl
10074            ! op.c
10075 ____________________________________________________________________________
10076 [   383] By: gsar                                  on 1997/12/23  21:12:42
10077         Log: Trivial bugfix#3 from local repository
10078              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
10079              Subject: Re: Assigning result of pop scrambles unrelated reference 
10080              Date: Sat, 06 Dec 1997 06:00:45 -0500
10081              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10082      Branch: win32/perl
10083            ! sv.c
10084 ____________________________________________________________________________
10085 [   382] By: gsar                                  on 1997/12/23  21:09:32
10086         Log: Trivial bugfix#2 from local repository
10087              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
10088              Subject: Re: eval of sub gives spurious "uninitialised" warning 
10089              Date: Sat, 06 Dec 1997 05:25:07 -0500
10090              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10091      Branch: win32/perl
10092            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
10093 ____________________________________________________________________________
10094 [   381] By: gsar                                  on 1997/12/23  21:01:04
10095         Log: Trivial bugfix#1 from local repository
10096              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
10097              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
10098              Date: Fri, 28 Nov 1997 18:26:52 -0500
10099              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10100      Branch: win32/perl
10101            ! scope.c
10102 ____________________________________________________________________________
10103 [   380] By: gsar                                  on 1997/12/18  15:10:23
10104         Log: Integrate mainline
10105      Branch: win32/perl
10106           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
10107           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
10108           +> os2/os2.sym os2/os2thread.h
10109           !> (integrate 77 files)
10110
10111 ----------------
10112 Version 5.004_56
10113 ----------------
10114
10115 ____________________________________________________________________________
10116 [   379] By: mbeattie                              on 1997/12/18  13:28:35
10117         Log: Integrate ansi @364,@366 into mainline.
10118      Branch: perl
10119           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
10120 ____________________________________________________________________________
10121 [   378] By: mbeattie                              on 1997/12/18  13:20:15
10122         Log: Add a few missing files to MANIFEST
10123      Branch: perl
10124            ! MANIFEST
10125 ____________________________________________________________________________
10126 [   377] By: mbeattie                              on 1997/12/18  13:00:16
10127         Log: Bump patchlevel to 56.
10128      Branch: perl
10129            ! patchlevel.h
10130 ____________________________________________________________________________
10131 [   376] By: nick                                  on 1997/12/18  01:32:12
10132         Log: Resolve against mainline
10133      Branch: ansiperl
10134           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
10135           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
10136           +> os2/os2.sym os2/os2thread.h
10137           !> (integrate 74 files)
10138 ____________________________________________________________________________
10139 [   375] By: nick                                  on 1997/12/18  01:06:15
10140         Log: Resolve against Win32
10141      Branch: ansiperl
10142           !> Configure README.threads config_h.SH doop.c embed.h
10143           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
10144           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
10145           !> sv.c sv.h thread.h util.c
10146 ____________________________________________________________________________
10147 [   374] By: mbeattie                              on 1997/12/17  14:44:26
10148         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
10149              needs rewriting now that we use perlvars.h and foovar.h:
10150              Subject: [PATCH] 5.004_54 under VMS (fwd)
10151              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
10152              From: Charles Bailey <BAILEY@newman.upenn.edu>
10153      Branch: perl
10154            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
10155            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
10156            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
10157            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
10158            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
10159            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
10160 ____________________________________________________________________________
10161 [   373] By: mbeattie                              on 1997/12/17  14:10:50
10162         Log: Major changes to the DOS/djgpp port (including threading):
10163              Subject: Re: dos-djgpp port not in perl 5.004_54
10164              Date: Fri, 21 Nov 1997 10:58:26 +0100
10165              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
10166      Branch: perl
10167            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
10168            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
10169            ! Configure MANIFEST Makefile.SH doio.c dosish.h
10170            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
10171            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
10172            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
10173            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
10174            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
10175            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
10176            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
10177            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
10178            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
10179 ____________________________________________________________________________
10180 [   372] By: mbeattie                              on 1997/12/17  13:18:34
10181         Log: Upgrade DB_File to 1.56:
10182              Subject: DB_File-1.56 for _55
10183              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
10184              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10185      Branch: perl
10186            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
10187            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
10188 ____________________________________________________________________________
10189 [   371] By: mbeattie                              on 1997/12/17  12:02:03
10190         Log: Threading patches for OS/2 (missing files taken from previous patch):
10191              Subject: Re: 5.004_55: OS/2 patches again
10192              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
10193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10194      Branch: perl
10195            + os2/os2.sym os2/os2thread.h
10196            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
10197            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
10198            ! os2/os2ish.h perl.h
10199 ____________________________________________________________________________
10200 [   370] By: mbeattie                              on 1997/12/17  11:01:34
10201         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
10202              Subject: Re: 5.004_55: OS/2 patches again
10203              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
10204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10205      Branch: perl
10206            ! perl.h
10207 ____________________________________________________________________________
10208 [   369] By: mbeattie                              on 1997/12/17  10:59:40
10209         Log: Fix typo in compiler B/C.pm.
10210      Branch: perlext
10211            ! Compiler/B/C.pm
10212 ____________________________________________________________________________
10213 [   368] By: mbeattie                              on 1997/12/17  10:58:35
10214         Log: Allow "perldoc -F filename":
10215              Subject: 5.004_55: Patch to perldoc
10216              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
10217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10218      Branch: perl
10219            ! utils/perldoc.PL
10220 ____________________________________________________________________________
10221 [   367] By: mbeattie                              on 1997/12/17  10:54:47
10222         Log: Fix not-reached warning for pp_threadsv.
10223      Branch: perl
10224            ! pp.c
10225 ____________________________________________________________________________
10226 [   366] By: nick                                  on 1997/12/14  16:06:24
10227         Log: Fix typo in Ilya's patch :-(
10228      Branch: ansiperl
10229            ! lib/ExtUtils/MakeMaker.pm
10230 ____________________________________________________________________________
10231 [   365] By: nick                                  on 1997/12/14  15:30:25
10232         Log: #undef new PERLVARIC macro in appropriate places
10233      Branch: ansiperl
10234            ! miniperlmain.c perl.h
10235 ____________________________________________________________________________
10236 [   364] By: nick                                  on 1997/12/14  15:04:36
10237         Log: Ilya's MakeMaker (empty makefile) patch
10238      Branch: ansiperl
10239            ! lib/ExtUtils/MakeMaker.pm
10240 ____________________________________________________________________________
10241 [   363] By: gsar                                  on 1997/12/13  05:57:13
10242         Log: Integrate mainline.  Builds and passes (Borland).
10243      Branch: win32/perl
10244           !> Configure README.threads config_h.SH doop.c embed.h
10245           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
10246           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
10247           !> sv.c sv.h thread.h util.c
10248 ____________________________________________________________________________
10249 [   362] By: nick                                  on 1997/12/13  02:53:03
10250         Log: Resolve ansiperl against mainline
10251      Branch: ansiperl
10252           !> (integrate 92 files)
10253 ____________________________________________________________________________
10254 [   361] By: mbeattie                              on 1997/12/12  16:20:38
10255         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
10256              instead of MEXTEND leading to core dumps. This fix needs
10257              propagating back to the maintenance branch.
10258      Branch: perl
10259            ! pp_hot.c pp_sys.c
10260 ____________________________________________________________________________
10261 [   360] By: mbeattie                              on 1997/12/11  15:45:56
10262         Log: Add missing patch to op.c that didn't come across with win32 merge.
10263      Branch: perl
10264            ! op.c
10265 ____________________________________________________________________________
10266 [   359] By: mbeattie                              on 1997/12/11  11:54:41
10267         Log: Stop tr/// from writing to target when only counting.
10268      Branch: perl
10269            ! doop.c op.c op.h
10270 ____________________________________________________________________________
10271 [   358] By: mbeattie                              on 1997/12/10  18:36:26
10272         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
10273              a few extraneous trailing semicolons in perlvars.h.
10274      Branch: perl
10275            ! perlvars.h util.c
10276 ____________________________________________________________________________
10277 [   357] By: mbeattie                              on 1997/12/10  18:33:53
10278         Log: Start overhauling compiler. It was working at least minimally
10279              right up until the final tweak of B.xs to add threadsv_names
10280              at which point building it provokes a seg fault in perl while
10281              doing the xsubpp :-(.
10282      Branch: perl
10283            ! op.h util.c
10284      Branch: perlext
10285            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
10286            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
10287            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
10288            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
10289            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
10290            ! Compiler/test_harness_cc
10291 ____________________________________________________________________________
10292 [   356] By: mbeattie                              on 1997/12/10  13:43:32
10293         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
10294              sv_setfoo functions go back to not needing dTHR. Fix Configure
10295              to check for already-existing -thread on archname and to check
10296              better for d_pthread_created_joinable.
10297      Branch: perl
10298            ! Configure perl.h sv.c sv.h thread.h
10299 ____________________________________________________________________________
10300 [   355] By: mbeattie                              on 1997/12/10  10:53:58
10301         Log: Minor fix/speedup to util.c:fbm_instr:
10302              Subject: 5.004_55: Minor regexp patch
10303              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
10304              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
10305      Branch: perl
10306            ! util.c
10307 ____________________________________________________________________________
10308 [   354] By: mbeattie                              on 1997/12/10  10:41:25
10309         Log: Patches for IRIX, AIX and some generic stuff:
10310              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
10311              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
10312              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10313              (checked/ignored a few rejects; tweaked wording).
10314      Branch: perl
10315            ! Configure README.threads config_h.SH embed.h
10316            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
10317            ! hints/irix_6.sh
10318 ____________________________________________________________________________
10319 [   353] By: mbeattie                              on 1997/12/10  10:10:19
10320         Log: Integrate win32 back into mainline (trivial).
10321      Branch: perl
10322           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
10323           +> win32/config_H.gc
10324           !> (integrate 36 files)
10325 ____________________________________________________________________________
10326 [   352] By: nick                                  on 1997/12/09  17:36:45
10327         Log: Resolve win32 - Sarathy's tweak.
10328      Branch: ansiperl
10329           !> win32/makedef.pl
10330 ____________________________________________________________________________
10331 [   351] By: gsar                                  on 1997/12/08  06:13:04
10332         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
10333      Branch: win32/perl
10334            ! win32/makedef.pl
10335 ____________________________________________________________________________
10336 [   350] By: nick                                  on 1997/12/05  00:56:03
10337         Log: Resolve ansiperl against win32
10338      Branch: ansiperl
10339            - win32/makegcc.mk
10340           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
10341           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
10342           !> win32/makefile.mk win32/perllib.c win32/win32.h
10343 ____________________________________________________________________________
10344 [   349] By: gsar                                  on 1997/12/02  07:28:23
10345         Log: Revert to keeping (some) constant strings as globals
10346      Branch: win32/perl
10347            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
10348            ! perlvars.h win32/makedef.pl win32/perllib.c
10349 ____________________________________________________________________________
10350 [   348] By: gsar                                  on 1997/12/02  05:38:06
10351         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
10352              Other minor fixes.  Now is a good time to get the changes in win32 branch.
10353      Branch: win32/perl
10354            - win32/makegcc.mk
10355            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
10356 ____________________________________________________________________________
10357 [   347] By: gsar                                  on 1997/12/02  03:32:55
10358         Log: Integrate winansi again.  Result builds and passes all tests on all
10359              three compilers.
10360      Branch: win32/perl
10361           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
10362           !> win32/makegcc.mk win32/win32.h
10363 ____________________________________________________________________________
10364 [   346] By: gsar                                  on 1997/12/02  03:28:23
10365         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
10366              makegcc.mk to be merged into makefile.mk soon.
10367      Branch: win32/perl
10368            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
10369            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
10370            ! win32/win32.h
10371 ____________________________________________________________________________
10372 [   345] By: nick                                  on 1997/12/02  01:57:17
10373         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
10374              Now runs again...
10375      Branch: ansiperl
10376            ! lib/ExtUtils/MM_Win32.pm
10377 ____________________________________________________________________________
10378 [   344] By: nick                                  on 1997/12/02  01:11:16
10379         Log: Sarathy's patch 
10380      Branch: ansiperl
10381            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
10382            ! win32/makegcc.mk win32/win32.h
10383 ____________________________________________________________________________
10384 [   343] By: gsar                                  on 1997/12/01  04:37:06
10385         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
10386              is identical to ansiperl/* now)
10387      Branch: win32/perl
10388           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
10389           !> (integrate 34 files)
10390 ____________________________________________________________________________
10391 [   342] By: nick                                  on 1997/12/01  04:01:57
10392         Log: Builds and passes all tests with gcc on Win32 - phew!
10393      Branch: ansiperl
10394            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
10395            ! proto.h util.c win32/makedef.pl
10396 ____________________________________________________________________________
10397 [   341] By: nick                                  on 1997/12/01  02:54:29
10398         Log: Create a struct for all perls globals (as an option)
10399              Mainly for Mingw32 which cannot import data.
10400              Now only Opcode tests fail (op_desc/op_name not 
10401              handled yet stuff)
10402      Branch: ansiperl
10403            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
10404            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
10405            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
10406            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
10407            ! win32/win32iop.h win32/win32thread.c
10408 ____________________________________________________________________________
10409 [   340] By: nick                                  on 1997/11/30  20:21:10
10410         Log: Fixup exports in non -DDEBUGGING case
10411      Branch: ansiperl
10412            ! win32/makedef.pl
10413 ____________________________________________________________________________
10414 [   339] By: nick                                  on 1997/11/30  20:10:04
10415         Log: Disable hard-coded -DDEBUGGING
10416      Branch: ansiperl
10417            ! win32/config_h.PL
10418 ____________________________________________________________________________
10419 [   338] By: nick                                  on 1997/11/30  20:00:19
10420         Log: embed.pl now reads *var*.h to do its stuff.
10421              Split generated embed.h into two - new embedvar.h
10422              is #included when 'op' etc. will not mess up proto.h etc.
10423              Removed #define foo (thr->Tfoo) from thread.h
10424              Added some 'missing' symbols to global.sym, removed
10425              those in the *var*.h files
10426              Has build all MULTIPLICITY/USE_THREADS options on win32
10427              with VC++ (and passed tests), but not with exactly this set
10428              of files.
10429      Branch: ansiperl
10430            + embedvar.h
10431            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
10432            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
10433            ! win32/makedef.pl
10434 ____________________________________________________________________________
10435 [   337] By: nick                                  on 1997/11/29  23:55:31
10436         Log: Globals and structs via macros - part 1 of N
10437              - introduce perlvars.h intrpvar.h and thrdvar.h
10438              - change perl.h and thread.h to include them with
10439              appropriate macros defined
10440              - result is status-quo but with macros
10441              - next step is to tweak embed.* to capitalize on 
10442              new easy-to-find info.
10443      Branch: ansiperl
10444            + intrpvar.h perlvars.h thrdvar.h
10445            ! perl.h thread.h win32/Makefile
10446 ____________________________________________________________________________
10447 [   336] By: nick                                  on 1997/11/29  19:13:55
10448         Log: VC++ default to threaded
10449      Branch: ansiperl
10450            ! win32/Makefile
10451 ____________________________________________________________________________
10452 [   335] By: nick                                  on 1997/11/29  18:38:26
10453         Log: Avoid __declspec(thread) by default, for both scratch
10454              return areas and THR stuff. Use struct thread intern instead.
10455      Branch: ansiperl
10456            ! win32/win32.c win32/win32.h win32/win32sck.c
10457            ! win32/win32thread.c win32/win32thread.h
10458 ____________________________________________________________________________
10459 [   334] By: nick                                  on 1997/11/29  17:49:04
10460         Log: Non-threaded build fix
10461      Branch: ansiperl
10462            ! win32/win32thread.c
10463 ____________________________________________________________________________
10464 [   333] By: nick                                  on 1997/11/29  17:29:07
10465         Log: Sort out malloc_mutex for perl's malloc
10466              Remove BINCOMPAT3 from embed.pl 
10467              Add dependancy to CORE_H for PERL95_OBJ
10468      Branch: ansiperl
10469            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
10470            ! win32/win32.c
10471 ____________________________________________________________________________
10472 [   332] By: nick                                  on 1997/11/29  16:21:01
10473         Log: Integrate win32 into ansiperl
10474      Branch: ansiperl
10475           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
10476           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
10477           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
10478           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10479           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
10480           !> win32/perllib.c
10481 ____________________________________________________________________________
10482 [   331] By: nick                                  on 1997/11/29  01:35:45
10483         Log: GCC + Threads on Win32 - best gcc results yet
10484      Branch: ansiperl
10485            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
10486            ! win32/win32.h win32/win32iop.h win32/win32thread.c
10487            ! win32/win32thread.h
10488 ____________________________________________________________________________
10489 [   330] By: nick                                  on 1997/11/28  23:05:08
10490         Log: Un-botch gcc workround
10491      Branch: ansiperl
10492            ! XSUB.h
10493 ____________________________________________________________________________
10494 [   329] By: nick                                  on 1997/11/28  22:39:39
10495         Log: Builds completely with Mingw32, dynamic loaded extensions
10496              don't work yet - suspect __declspec() non-implemented issues.
10497      Branch: ansiperl
10498            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
10499            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
10500            ! win32/runperl.c win32/win32.c win32/win32iop.h
10501 ____________________________________________________________________________
10502 [   328] By: gsar                                  on 1997/11/28  05:48:15
10503         Log: integrate winansi.
10504      Branch: win32/perl
10505           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
10506            ! perl.h
10507           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
10508           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
10509           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
10510 ____________________________________________________________________________
10511 [   327] By: gsar                                  on 1997/11/28  05:38:48
10512         Log: Integrate mainline.
10513      Branch: win32/perl
10514           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
10515           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
10516           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
10517           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10518           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
10519           !> win32/perllib.c
10520 ____________________________________________________________________________
10521 [   326] By: nick                                  on 1997/11/27  19:13:36
10522         Log: GCC builds perl.dll and perl.exe on Win32
10523      Branch: ansiperl
10524            ! win32/makedef.pl win32/makegcc.mk
10525 ____________________________________________________________________________
10526 [   325] By: nick                                  on 1997/11/27  17:46:30
10527         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
10528              far as building miniperl and perl.dll (but not import lib yet)
10529              Seems to lack popen()/pclose() and fcloseall() and fflushall().
10530              Also only CRTDLL not MCRTDLL so threading is probably not
10531              possible yet.
10532              Had to mess with win32iop.h's placement as we need __attribute__
10533              to get STDCALL, and #define of printf messes up proto.h 
10534      Branch: ansiperl
10535            + win32/config.gc win32/config_H.gc win32/makegcc.mk
10536            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
10537            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
10538            ! win32/win32iop.h win32/win32sck.c
10539 ____________________________________________________________________________
10540 [   324] By: mbeattie                              on 1997/11/27  17:08:06
10541         Log: Give dire warnings about the IRIX 6.2 kernel panic.
10542      Branch: perl
10543            ! README.threads hints/irix_6.sh
10544 ____________________________________________________________________________
10545 [   323] By: mbeattie                              on 1997/11/27  16:57:33
10546         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
10547              Subject: Re: ANNOUNCE: perl 5.004_55 is available
10548              Date: 27 Nov 1997 17:18:53 +0100
10549              From: koenig@kulturbox.de (Andreas J. Koenig)
10550      Branch: perl
10551            ! sv.c
10552 ____________________________________________________________________________
10553 [   322] By: mbeattie                              on 1997/11/27  16:12:15
10554         Log: Integrate win32 branch back into mainline.
10555      Branch: perl
10556           !> (integrate 42 files)
10557 ____________________________________________________________________________
10558 [   321] By: mbeattie                              on 1997/11/27  15:06:36
10559         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
10560              Subject: Re: ANNOUNCE: perl 5.004_55 is available
10561              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
10562              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10563      Branch: perl
10564            ! t/lib/safe2.t
10565 ____________________________________________________________________________
10566 [   320] By: mbeattie                              on 1997/11/27  15:02:59
10567         Log: Fix MYMALLOC (wrong #define in malloc.c):
10568              Subject: 5.004_55: MYMALLOC completely busted
10569              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
10570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10571      Branch: perl
10572            ! malloc.c
10573 ____________________________________________________________________________
10574 [   319] By: mbeattie                              on 1997/11/27  15:01:37
10575         Log: Fix newSVrv so sv_setref_foo work better:
10576              Subject: [PATCH] [5.004_55] newSVrv (again)
10577              Date: Thu, 27 Nov 1997 00:25:50 -0500
10578              From: Owen Taylor <owt1@cornell.edu>
10579      Branch: perl
10580            ! sv.c
10581 ____________________________________________________________________________
10582 [   318] By: mbeattie                              on 1997/11/27  14:59:03
10583         Log: Output skipped test information in test suite:
10584              Subject: 5.004_55: Making test harness platform_aware
10585              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
10586              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
10587      Branch: perl
10588            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
10589            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
10590            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
10591 ____________________________________________________________________________
10592 [   317] By: mbeattie                              on 1997/11/27  14:55:15
10593         Log: Add 'W'atch command to debugger and improve help:
10594              Subject: 5.004_55: Debugger patch again
10595              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
10596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10597      Branch: perl
10598            ! lib/perl5db.pl
10599 ____________________________________________________________________________
10600 [   316] By: mbeattie                              on 1997/11/27  14:52:44
10601         Log: Stop double initialisation of malloc_mutex:
10602              Subject: 5.004_55: Double initialiazation of malloc_mutex
10603              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
10604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10605      Branch: perl
10606            ! miniperlmain.c win32/perllib.c
10607 ____________________________________________________________________________
10608 [   315] By: mbeattie                              on 1997/11/27  14:48:58
10609         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
10610      Branch: perl
10611            ! sv.c t/op/pat.t
10612 ____________________________________________________________________________
10613 [   314] By: nick                                  on 1997/11/27  01:03:19
10614         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
10615      Branch: ansiperl
10616           !> (integrate 897 files)
10617 ____________________________________________________________________________
10618 [   313] By: gsar                                  on 1997/11/26  03:20:55
10619         Log: merge win32-aware installperl in ansiperl branch.
10620      Branch: win32/perl
10621           !> installperl
10622 ____________________________________________________________________________
10623 [   312] By: gsar                                  on 1997/11/26  01:50:37
10624         Log: Fix for C<sort 'foo'...> bug:
10625              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10626              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
10627              Subject: [PATCH] Re: Sort grammar bug 
10628              Date: Sat, 01 Nov 1997 14:46:35 -0500
10629              ------
10630              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10631              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
10632              Subject: Re: Sort grammar bug 
10633              Date: Sun, 02 Nov 1997 12:47:51 +0000
10634      Branch: win32/perl
10635            ! t/op/sort.t toke.c
10636 ____________________________________________________________________________
10637 [   311] By: nick                                  on 1997/11/26  01:42:50
10638         Log: Win32-ize installperl
10639      Branch: ansiperl
10640            ! installperl
10641 ____________________________________________________________________________
10642 [   310] By: gsar                                  on 1997/11/26  01:36:39
10643         Log: Another trivial patch:
10644              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10645              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
10646              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
10647              Date: Wed, 29 Oct 1997 21:45:26 -0500
10648      Branch: win32/perl
10649            ! XSUB.h
10650 ____________________________________________________________________________
10651 [   309] By: nick                                  on 1997/11/26  01:33:32
10652         Log: Fixup _55 for Win32:
10653              Missed thread :-> perl_thread changes
10654              Two #define THR (not the same)
10655              K&R style func in hv.c
10656      Branch: ansiperl
10657            ! hv.c win32/win32thread.c win32/win32thread.h
10658 ____________________________________________________________________________
10659 [   308] By: gsar                                  on 1997/11/26  01:30:21
10660         Log: Sync yet another patch (this one manually edited):
10661              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10662              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
10663              Subject: [PATCH] Re: local($@) gives core dump 
10664              Date: Tue, 28 Oct 1997 21:51:25 -0500
10665      Branch: win32/perl
10666            ! pp_ctl.c
10667 ____________________________________________________________________________
10668 [   307] By: gsar                                  on 1997/11/26  01:22:10
10669         Log: Sync another change from local repository.
10670              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10671              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
10672              Subject: Re: do_postponed breaks with multiple interpreters 
10673              Date: Tue, 28 Oct 1997 22:16:13 -0500
10674      Branch: win32/perl
10675            ! op.c
10676 ____________________________________________________________________________
10677 [   306] By: gsar                                  on 1997/11/26  01:17:46
10678         Log: Sync a change from local repository.
10679              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10680              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
10681              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
10682              Date: Tue, 28 Oct 1997 20:06:06 -0500
10683      Branch: win32/perl
10684            ! mg.c
10685 ____________________________________________________________________________
10686 [   305] By: nick                                  on 1997/11/26  00:50:10
10687         Log: Integrate mainline as of _55
10688      Branch: ansiperl
10689           +> emacs/ptags
10690           !> (integrate 36 files)
10691 ____________________________________________________________________________
10692 [   304] By: gsar                                  on 1997/11/26  00:27:57
10693         Log: Various changes to make it build cleanly and pass all tests:
10694              - needed to run `perl embed.pl`
10695              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
10696              - fix prototypes for a few declarations (Borland is finally quiet)
10697              - move declaration of Mymalloc etc to perl.h (since win32 and other
10698              ports may #define malloc themselves, to let extensions bind to
10699              the version that perl used)
10700              - move struct reg_data into a public header file, since it is
10701              referenced in a public datatype
10702              - win32 makefile fixes
10703              - fix remaining s/thread/perl_thread/
10704      Branch: win32/perl
10705            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
10706            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
10707            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
10708            ! win32/win32.h win32/win32iop.h win32/win32thread.c
10709 ____________________________________________________________________________
10710 [   303] By: gsar                                  on 1997/11/25  20:57:31
10711         Log: Fixup the places where the automatic merge got it wrong.
10712              Previous change (#302) was just a normal integration--ignore the
10713              "reverse" in there.
10714      Branch: win32/perl
10715            ! op.c perl.h
10716 ____________________________________________________________________________
10717 [   302] By: gsar                                  on 1997/11/25  20:32:12
10718         Log: reverse integrate mainline
10719      Branch: win32/perl
10720           +> emacs/ptags
10721           !> (integrate 896 files)
10722
10723 ----------------
10724 Version 5.004_55
10725 ----------------
10726
10727 ____________________________________________________________________________
10728 [   301] By: mbeattie                              on 1997/11/25  17:59:53
10729         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
10730      Branch: perl
10731            ! hv.c pp_ctl.c
10732 ____________________________________________________________________________
10733 [   300] By: mbeattie                              on 1997/11/25  16:29:36
10734         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
10735      Branch: perl
10736            ! MANIFEST patchlevel.h
10737 ____________________________________________________________________________
10738 [   299] By: mbeattie                              on 1997/11/25  15:59:16
10739         Log: Move malloc_mutex initialisation/destruction:
10740              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
10741              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
10742      Branch: perl
10743            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
10744            ! unixish.h vms/vmsish.h
10745 ____________________________________________________________________________
10746 [   298] By: mbeattie                              on 1997/11/25  15:49:22
10747         Log: Make hv_ functions cope better with 'm'-magic:
10748              Subject: [5.004_54] Another neglected patch
10749              Date: Fri, 21 Nov 1997 22:28:17 -0500
10750              From: Owen Taylor <owt1@cornell.edu>
10751      Branch: perl
10752            ! hv.c
10753 ____________________________________________________________________________
10754 [   297] By: mbeattie                              on 1997/11/25  15:47:36
10755         Log: Fix typo in Thread.xs.
10756      Branch: perl
10757            ! ext/Thread/Thread.xs
10758 ____________________________________________________________________________
10759 [   296] By: mbeattie                              on 1997/11/25  15:42:07
10760         Log: Integrate from ansi branch to mainline.
10761      Branch: perl
10762           !> (integrate 890 files)
10763 ____________________________________________________________________________
10764 [   295] By: mbeattie                              on 1997/11/25  14:29:31
10765         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
10766              Subject: Re: _54 on AIX
10767              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
10768              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10769      Branch: perl
10770            ! ext/DynaLoader/dl_aix.xs
10771 ____________________________________________________________________________
10772 [   294] By: mbeattie                              on 1997/11/25  14:29:10
10773         Log: AIX patch for hints/aix.sh:
10774              Subject: Re: _54 on AIX
10775              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
10776              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10777      Branch: perl
10778            ! hints/aix.sh
10779 ____________________________________________________________________________
10780 [   291] By: mbeattie                              on 1997/11/25  14:17:05
10781         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
10782      Branch: perl
10783            ! op.c op.h
10784 ____________________________________________________________________________
10785 [   290] By: mbeattie                              on 1997/11/25  14:16:29
10786         Log: AIX patch (including Configure support for {sched,pthread}_yield,
10787              pthread initial detach state, renaming perl_thread to perl_os_thread
10788              and struct thread to struct perl_thread):
10789              Subject: Re: _54 on AIX
10790              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
10791              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10792      Branch: perl
10793            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
10794            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
10795            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
10796            ! proto.h sv.h thread.h util.c win32/win32thread.c
10797            ! win32/win32thread.h
10798 ____________________________________________________________________________
10799 [   289] By: mbeattie                              on 1997/11/25  12:33:02
10800         Log: Rename perl_thread to perl_os_thread.
10801      Branch: perl
10802            ! fakethr.h thread.h util.c win32/win32thread.h
10803 ____________________________________________________________________________
10804 [   288] By: mbeattie                              on 1997/11/25  12:27:35
10805         Log: Remove bincompat3 support:
10806              Subject: Re: ANNOUNCE: perl5.004_54 is available
10807              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
10808              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
10809      Branch: perl
10810            ! Configure INSTALL embed.h global.sym malloc.c
10811 ____________________________________________________________________________
10812 [   287] By: mbeattie                              on 1997/11/25  12:23:50
10813         Log: Emacs/tags update:
10814              Subject: Emacs/tags update for 5.004_54
10815              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
10816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10817      Branch: perl
10818            + emacs/ptags
10819            ! MANIFEST Makefile.SH emacs/cperl-mode.el
10820 ____________________________________________________________________________
10821 [   286] By: nick                                  on 1997/11/23  23:03:56
10822         Log: Add $$_ test 
10823      Branch: ansiperl
10824            ! t/op/ref.t
10825 ____________________________________________________________________________
10826 [   285] By: gsar                                  on 1997/11/23  08:26:00
10827         Log: Initial reverse integration of winansi branch.
10828      Branch: win32/perl
10829           !> (integrate 50 files)
10830 ____________________________________________________________________________
10831 [   284] By: gsar                                  on 1997/11/23  07:32:24
10832         Log: Add to docs about the BEGIN { shift } feature.  Make the change
10833              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
10834      Branch: win32/perl
10835            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
10836 ____________________________________________________________________________
10837 [   283] By: nick                                  on 1997/11/22  21:29:30
10838         Log: Duplicate perl_threadsv
10839      Branch: ansiperl
10840            ! global.sym
10841 ____________________________________________________________________________
10842 [   282] By: nick                                  on 1997/11/22  21:18:11
10843         Log: Munge pseudo-Configure stuff to add -thread to archname as
10844              Malcolm seems to think that is way to test for threads.
10845              Update @INC stuffing hackery to have traditional @INC
10846              search order archlib, privlib, sitearch, site.
10847      Branch: ansiperl
10848            ! t/lib/english.t win32/config.bc win32/config_H.bc
10849            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10850            ! win32/makefile.mk win32/win32.c win32/win32.h
10851 ____________________________________________________________________________
10852 [   281] By: nick                                  on 1997/11/22  19:28:21
10853         Log: Builds and passes all but english.t on win32 VC++
10854      Branch: ansiperl
10855            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
10856            ! win32/config_H.vc win32/win32thread.h
10857 ____________________________________________________________________________
10858 [   280] By: nick                                  on 1997/11/22  18:10:50
10859         Log: ansiperl builds with Borland C++ again
10860      Branch: ansiperl
10861            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
10862            ! win32/config.bc win32/config_H.bc win32/perlglob.c
10863            ! win32/win32.c win32/win32.h
10864 ____________________________________________________________________________
10865 [   279] By: nick                                  on 1997/11/22  16:42:51
10866         Log: Resolve ansiperl against mainline
10867      Branch: ansiperl
10868           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
10869           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
10870           !> t/lib/english.t thread.h toke.c util.c
10871 ____________________________________________________________________________
10872 [   278] By: nick                                  on 1997/11/22  16:30:27
10873         Log: Resolve ansiperl against win32
10874      Branch: ansiperl
10875           !> (integrate 55 files)
10876 ____________________________________________________________________________
10877 [   277] By: gsar                                  on 1997/11/22  09:48:02
10878         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
10879              - added a test for the above
10880              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
10881              ansification hunks
10882      Branch: win32/perl
10883            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
10884 ____________________________________________________________________________
10885 [   276] By: gsar                                  on 1997/11/22  07:24:01
10886         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
10887              when USE_THREADS.  GCC for instance, can do without macros that use
10888              globals.  Instead, selectively re#define only those macros
10889              that use globals to their functional equivalents.  Tests 100% on
10890              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
10891      Branch: win32/perl
10892            ! perl.h sv.h
10893 ____________________________________________________________________________
10894 [   275] By: gsar                                  on 1997/11/22  05:27:04
10895         Log: Integrate mainline.
10896      Branch: win32/perl
10897           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
10898            - lib/Class/Fields.pm lib/ISA.pm
10899           !> (integrate 41 files)
10900 ____________________________________________________________________________
10901 [   274] By: mbeattie                              on 1997/11/21  18:28:22
10902         Log: $_ is now per-thread (rather a lot of changes). Only tested under
10903              *-linux-thread at the moment.
10904      Branch: perl
10905            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
10906            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
10907            ! t/lib/english.t thread.h toke.c util.c
10908 ____________________________________________________________________________
10909 [   273] By: mbeattie                              on 1997/11/21  10:31:29
10910         Log: Filter patch to toke.c:
10911              Subject: Tiny core patch for source filters
10912              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
10913              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
10914      Branch: perl
10915            ! toke.c
10916 ____________________________________________________________________________
10917 [   272] By: nick                                  on 1997/11/21  00:54:43
10918         Log: Basic integrate of lastest perl into ansiperl
10919      Branch: ansiperl
10920           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
10921            - lib/Class/Fields.pm lib/ISA.pm
10922            ! win32/win32.c win32/win32.h
10923           !> (integrate 57 files)
10924 ____________________________________________________________________________
10925 [   271] By: mbeattie                              on 1997/11/20  12:12:00
10926         Log: Initial stab at IRIX configuration support for threading. Manually
10927              applied parts of following patches:
10928              Subject: Perl 5.004_54 on IRIX
10929              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
10930              From: Jarkko Hietaniemi <jhi@iki.fi>
10931              Subject: Re: Perl 5.004_54 on IRIX
10932              Date: 19 Nov 1997 17:10:17 -0800
10933              From: Scott Henry <scotth@sgi.com>
10934      Branch: perl
10935            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
10936            ! hints/irix_6_1.sh perl.h
10937 ____________________________________________________________________________
10938 [   270] By: mbeattie                              on 1997/11/19  17:45:37
10939         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
10940              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
10941              also fixed two instances of referring to SVs after destruction.
10942      Branch: perl
10943            ! regcomp.c regexec.c
10944 ____________________________________________________________________________
10945 [   269] By: mbeattie                              on 1997/11/19  15:33:23
10946         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
10947              changed by mg_get(*keysp) (!). Introducing a new local variable
10948              fixed it but I don't know if it's a compiler problem or some
10949              other corruption happening elsewhere.
10950      Branch: perl
10951            ! av.c
10952 ____________________________________________________________________________
10953 [   268] By: mbeattie                              on 1997/11/19  11:39:49
10954         Log: Let Configure sort out get{host,net}byaddr* prototypes:
10955              Subject: [PATCH] 5.004_54: little something for
10956              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
10957              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
10958              From: Jarkko Hietaniemi <jhi@iki.fi>
10959      Branch: perl
10960            ! Configure config_h.SH pp_sys.c
10961 ____________________________________________________________________________
10962 [   267] By: mbeattie                              on 1997/11/19  11:04:15
10963         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
10964              Subject: Version 7 of Jumbo RE patch available
10965              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
10966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10967      Branch: perl
10968            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
10969            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10970            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
10971            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
10972            ! util.c
10973 ____________________________________________________________________________
10974 [   266] By: mbeattie                              on 1997/11/18  17:26:09
10975         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
10976              version of patch:
10977              Subject: tie fake hash patch for 5.004_54
10978              Date: Sat, 15 Nov 1997 19:18:30 -0500
10979              From: Joshua Pritikin <pritikin@mindspring.com>
10980      Branch: perl
10981            + t/op/avhv.t
10982            ! av.c embed.h global.sym proto.h
10983 ____________________________________________________________________________
10984 [   265] By: mbeattie                              on 1997/11/18  16:51:04
10985         Log: Bring MANIFEST up to date. Add new thread tests.
10986      Branch: perl
10987            + ext/Thread/die.t ext/Thread/die2.t
10988            ! MANIFEST
10989 ____________________________________________________________________________
10990 [   264] By: mbeattie                              on 1997/11/18  16:41:27
10991         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
10992              is assigned to. Added tests to t/op/array.t. magic_setisa now
10993              warns about including non-existent packages in @ISA when -w is on.
10994      Branch: perl
10995            - lib/Class/Fields.pm lib/ISA.pm
10996            ! mg.c t/op/array.t
10997 ____________________________________________________________________________
10998 [   263] By: mbeattie                              on 1997/11/18  16:38:57
10999         Log: Fix typo in win32 -> mainline integration.
11000      Branch: perl
11001            ! perl.h
11002 ____________________________________________________________________________
11003 [   262] By: mbeattie                              on 1997/11/18  11:56:09
11004         Log: Integrate win32 branch back into mainline.
11005      Branch: perl
11006            - win32/win32io.c win32/win32io.h
11007            ! op.c
11008           !> (integrate 30 files)
11009 ____________________________________________________________________________
11010 [   261] By: gsar                                  on 1997/11/18  00:14:02
11011         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
11012      Branch: win32/perl
11013            ! win32/config.bc win32/config.vc win32/config_H.bc
11014            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
11015 ____________________________________________________________________________
11016 [   260] By: nick                                  on 1997/11/16  23:16:16
11017         Log: Generic file changes for MYMALLOC
11018      Branch: ansiperl
11019            ! miniperlmain.c perl.c
11020 ____________________________________________________________________________
11021 [   259] By: nick                                  on 1997/11/16  23:14:36
11022         Log: MYMALLOC for Win32:
11023              1. Initialize malloc_mutex before it is used (all platforms!)
11024              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
11025              3. Tweak win32/config*.* to define MYMALLOC
11026              4. Provide sbrk() in terms of VirtualAlloc().
11027              
11028              Also fixup -MT (perl95) build to handle Perl_current_thread
11029              via call to DLL (as though an extension).
11030      Branch: ansiperl
11031            ! win32/Makefile win32/config.bc win32/config.vc
11032            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
11033            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
11034            ! win32/win32iop.h win32/win32thread.h
11035 ____________________________________________________________________________
11036 [   258] By: nick                                  on 1997/11/15  20:42:28
11037         Log: Implement dTHR via __declspec(thread) - part 2
11038      Branch: ansiperl
11039            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
11040 ____________________________________________________________________________
11041 [   257] By: nick                                  on 1997/11/15  19:52:53
11042         Log: Use __declspec(thread) var rather tha TslAlloc & co.
11043      Branch: ansiperl
11044            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
11045 ____________________________________________________________________________
11046 [   256] By: gsar                                  on 1997/11/15  02:58:09
11047         Log: Add #include guard in Thread.xs so it will build even under
11048              no USE_THREADS (for win32).  This was missed because of edit
11049              w/o checkout perforce kludge.
11050      Branch: win32/perl
11051            ! ext/Thread/Thread.xs
11052 ____________________________________________________________________________
11053 [   255] By: nick                                  on 1997/11/15  00:33:46
11054         Log: Integrate mainline (5.004_54?) into ansiperl
11055      Branch: ansiperl
11056           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
11057           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
11058           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
11059           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
11060           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
11061 ____________________________________________________________________________
11062 [   254] By: nick                                  on 1997/11/15  00:25:26
11063         Log: Interate win32 into ansiperl
11064      Branch: ansiperl
11065           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
11066           +> lib/fields.pm
11067           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
11068           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
11069           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
11070           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
11071           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
11072 ____________________________________________________________________________
11073 [   253] By: gsar                                  on 1997/11/14  22:04:58
11074         Log: Integrate mainline changes into win32 branch.  Now would be a good time
11075              to reverse integrate the win32 branch into mainline.
11076      Branch: win32/perl
11077           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
11078           +> lib/fields.pm
11079           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
11080           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
11081           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
11082           !> t/op/magic.t thread.h
11083
11084 ----------------
11085 Version 5.004_54
11086 ----------------
11087
11088 ____________________________________________________________________________
11089 [   252] By: mbeattie                              on 1997/11/14  15:07:19
11090         Log: Two more delays added to test suite to help *-solaris-thread.
11091      Branch: perl
11092            ! t/io/pipe.t t/lib/io_pipe.t
11093 ____________________________________________________________________________
11094 [   251] By: mbeattie                              on 1997/11/14  15:05:57
11095         Log: Remove stale code from Thread.xs.
11096      Branch: perl
11097            ! ext/Thread/Thread.xs
11098 ____________________________________________________________________________
11099 [   250] By: mbeattie                              on 1997/11/14  10:12:40
11100         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
11101              doesn't run handlers for self-sent signals until kill has returned.)
11102      Branch: perl
11103            ! t/op/magic.t
11104 ____________________________________________________________________________
11105 [   249] By: gsar                                  on 1997/11/14  05:14:44
11106         Log: Fix various details in win32 makefiles and Config.pm setup.
11107              - ldflags is set for both compilers now
11108              - extensions list is now correct
11109              - delete perl95.exe on distclean
11110              - cf_time now gets updated (once)
11111              - ccdlflags is set for Borland
11112              - fix startperl so dprofpp works
11113      Branch: win32/perl
11114            ! win32/Makefile win32/config.bc win32/config.vc
11115            ! win32/config_sh.PL win32/makefile.mk
11116 ____________________________________________________________________________
11117 [   248] By: mbeattie                              on 1997/11/13  18:01:27
11118         Log: Rewrite thread return code to distinguish between ordinary return
11119              and die() and make join propagate the die. Add tiny method eval
11120              which just does "return eval { shift->join; }". Add Thread::Specific
11121              class for access to thread specific user data along with specific.t.
11122              Rename Class to classname throughout Thread.xs for consistency.
11123              Fix pp_specific to pp_threadsv in global.sym. Add support to
11124              pp_entersub in pp_hot.c to lock stash for static locked methods.
11125      Branch: perl
11126            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
11127            + lib/fields.pm
11128            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
11129            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
11130 ____________________________________________________________________________
11131 [   247] By: mbeattie                              on 1997/11/13  14:13:30
11132         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
11133              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
11134              in pp_sys.c for whether getnet* function get protoyped (since the
11135              default had a broken prototype for getnetbyaddr).
11136      Branch: perl
11137            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
11138            ! scope.c thread.h
11139 ____________________________________________________________________________
11140 [   246] By: nick                                  on 1997/11/13  02:44:40
11141         Log: Integrate Win32 branch
11142      Branch: ansiperl
11143            - configure ext/util/extliblist win32/bin/pl2bat.bat
11144            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
11145            - win32/config.H win32/config.w32 win32/win32io.c
11146            - win32/win32io.h
11147           !> (integrate 905 files)
11148 ____________________________________________________________________________
11149 [   245] By: nick                                  on 1997/11/13  00:47:54
11150         Log: Integrate (-ay) win32 branch at its creation to 
11151              establish and ancestor as per perkforce technote #9
11152      Branch: ansiperl
11153           +> configure ext/util/extliblist win32/bin/pl2bat.bat
11154           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
11155           +> win32/config.H win32/config.w32
11156           !> (integrate 859 files)
11157 ____________________________________________________________________________
11158 [   244] By: gsar                                  on 1997/11/12  22:26:39
11159         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
11160              contains the all the declarations and macros for the win32io layer.
11161              New std-ish functions are exported now.  All win32-specific exported
11162              functions begin with "win32_" consistently.  win32 version of
11163              init_os_extras() is now exported, so embedders can get the in-core
11164              xsubs.
11165      Branch: win32/perl
11166            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
11167            ! win32/win32iop.h win32/win32sck.c
11168 ____________________________________________________________________________
11169 [   243] By: gsar                                  on 1997/11/12  07:41:52
11170         Log: Really delete deleted files.
11171      Branch: win32/perl
11172            - win32/win32io.c win32/win32io.h
11173 ____________________________________________________________________________
11174 [   242] By: gsar                                  on 1997/11/12  07:40:54
11175         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
11176              files (win32/win32io.[ch]) completely removed, as are all traces
11177              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
11178              for later. Various myfoo() things regularized to my_foo().  CPP not
11179              required anymore to create a perl binary :)
11180      Branch: win32/perl
11181            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
11182            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
11183            ! win32/win32io.c win32/win32io.h win32/win32iop.h
11184            ! win32/win32sck.c
11185 ____________________________________________________________________________
11186 [   241] By: gsar                                  on 1997/11/12  05:31:28
11187         Log: Fix various win32 code blemishes:
11188              - s/stolen/win32/g
11189              - s/(CROAK|WARN)/lc($1)/eg
11190              - remove deadcode from most places
11191      Branch: win32/perl
11192            ! win32/makedef.pl win32/win32.c win32/win32io.c
11193            ! win32/win32iop.h
11194 ____________________________________________________________________________
11195 [   240] By: gsar                                  on 1997/11/12  04:36:29
11196         Log: Carry over changes in ansiperl branch.  Win32 branch is now
11197              the leading edge.
11198      Branch: win32/perl
11199            ! embed.h global.sym perl.c win32/win32thread.c
11200            ! win32/win32thread.h
11201 ____________________________________________________________________________
11202 [   239] By: gsar                                  on 1997/11/12  03:39:57
11203         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
11204      Branch: win32/perl
11205            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
11206 ____________________________________________________________________________
11207 [   238] By: gsar                                  on 1997/11/12  03:25:17
11208         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
11209              done cleaner, if really needed (perhaps only for efficiency reasons?)).
11210              Redundant EXTERN_C definitions and related warnings fixed.
11211      Branch: win32/perl
11212            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
11213            ! win32/win32iop.h win32/win32sck.c
11214 ____________________________________________________________________________
11215 [   237] By: nick                                  on 1997/11/12  02:45:15
11216         Log: Fixup Win32
11217              - #undef start_env before re-#defining it
11218              - change pp_specific pp_threadsv in global.sym
11219              - re-build embed.h
11220              - avoid HAVE_THREAD_INTERN - we don't and empty struct
11221              is a pain. If we did have it it would contain cached
11222              values of things we can only get at _IN_ the thread
11223              so new_struct_thread is wrong place to call it.
11224              - add new macro SET_THREAD_SELF - we must (in main thread)
11225              define in win32thread.h, support in win32thread.c,
11226              test and call in perl.c
11227      Branch: ansiperl
11228            ! embed.h global.sym perl.c thread.h win32/win32thread.c
11229            ! win32/win32thread.h
11230 ____________________________________________________________________________
11231 [   236] By: nick                                  on 1997/11/12  01:54:23
11232         Log: Integrate mainline after it integrated us.
11233              Accepted 'theirs' everywhere - so two branches should
11234              now point to same files again.
11235              Almost all of these were what was suggested, others were
11236              whitespace diffs. A few dubious spots which we will now 
11237              go fix.
11238      Branch: ansiperl
11239           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
11240           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
11241           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
11242           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
11243           !> util.c
11244 ____________________________________________________________________________
11245 [   235] By: gsar                                  on 1997/11/12  01:22:26
11246         Log: Minor tweaks to add a thread_intern struct that should ultimately
11247              contain all the win32-specific statics.
11248              Win32 branch now passes all tests with or w/o USE_THREADS.
11249      Branch: win32/perl
11250            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
11251 ____________________________________________________________________________
11252 [   234] By: gsar                                  on 1997/11/11  23:08:54
11253         Log: Initial (untested) integration of mainline changes.
11254      Branch: win32/perl
11255            - configure
11256           !> (integrate 89 files)
11257 ____________________________________________________________________________
11258 [   233] By: mbeattie                              on 1997/11/11  18:07:30
11259         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
11260      Branch: perl
11261            ! thread.h
11262 ____________________________________________________________________________
11263 [   232] By: mbeattie                              on 1997/11/11  17:49:12
11264         Log: t/TEST (reverted to @229 version) should have been included in the
11265              previous change (231) but my way of recovering it didn't work
11266              properly. The change 231 comments about successful tests applies
11267              to this t/TEST (i.e. as of this change).
11268      Branch: perl
11269            ! t/TEST
11270 ____________________________________________________________________________
11271 [   231] By: mbeattie                              on 1997/11/11  17:46:59
11272         Log: Fix up ansiperl integration. Back to passing all expected tests
11273              with usethreads. Untested with non-threaded perl.
11274      Branch: perl
11275            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
11276            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
11277 ____________________________________________________________________________
11278 [   230] By: mbeattie                              on 1997/11/11  16:36:22
11279         Log: Initial integration of ansi branch into mainline (untested).
11280      Branch: perl
11281           +> t/lib/thread.t t/op/nothread.t thread.sym
11282            - configure
11283           !> (integrate 84 files)
11284 ____________________________________________________________________________
11285 [   229] By: mbeattie                              on 1997/11/11  15:20:43
11286         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
11287              getting per-thread magicals. Fixed thr->errsv initialisation.
11288      Branch: perl
11289            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
11290            ! t/lib/safe2.t toke.c
11291 ____________________________________________________________________________
11292 [   228] By: mbeattie                              on 1997/11/11  12:48:26
11293         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
11294              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
11295              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
11296              again for non-threaded perl. Enhanced perl_get_sv to return
11297              per-thread magicals where necessary for threaded perl.
11298      Branch: perl
11299            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
11300            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
11301 ____________________________________________________________________________
11302 [   227] By: mbeattie                              on 1997/11/11  11:00:02
11303         Log: hashlock bug.
11304              
11305              Jobs fixed ...
11306              
11307              hashlock fixed on 1997/11/11 by mbeattie@localhost
11308              
11309              Subject: [perl5.004_53; patch] Another hash-locking fix
11310              Date: 23 Oct 1997 14:13:55 -0400
11311              From: Owen Taylor <owt1@cornell.edu>
11312      Branch: bugs
11313            + hashlock
11314 ____________________________________________________________________________
11315 [   226] By: gsar                                  on 1997/11/11  02:11:23
11316         Log: Slightly more refined lock() keyword recognition (using %INC).
11317      Branch: win32/perl
11318            ! toke.c
11319 ____________________________________________________________________________
11320 [   225] By: gsar                                  on 1997/11/11  00:26:09
11321         Log: "weak" lock keyword (hardcoded initial implementation) now works.
11322              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
11323              is recognized as a sub, a regular keyword otherwise.  Could be
11324              generalized by storing a flag for every op in OP struct, and turning
11325              the flag off when Thread.xs loads.
11326      Branch: win32/perl
11327            ! toke.c
11328 ____________________________________________________________________________
11329 [   224] By: gsar                                  on 1997/11/10  22:59:55
11330         Log: Merge a patch in preparation for "weak keywords":
11331              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11332              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
11333              Subject: [PATCH] global overrides for keywords
11334              Date: Wed, 08 Oct 1997 02:18:23 -0400
11335      Branch: win32/perl
11336            ! embed.h interp.sym perl.c perl.h toke.c
11337 ____________________________________________________________________________
11338 [   223] By: gsar                                  on 1997/11/10  22:41:31
11339         Log: Remove runlevel.  It was used to count how many runops() calls
11340              we were in the process of executing, and longjmp() to the topmost
11341              one (if not already there).  We use a null top_env->je_prev
11342              to distinguish that now.
11343      Branch: win32/perl
11344            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
11345 ____________________________________________________________________________
11346 [   222] By: gsar                                  on 1997/11/10  04:47:48
11347         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
11348              USE_THREADS case builds and passes all tests using both compilers.
11349              Additional tweaks:
11350              - fixup win32/makedef.pl to skip more symbols for non-thread build.
11351              - sync win32/Makefile with win32/makefile.mk
11352              >>>Non-thread build fails a lot of tests.<<<
11353      Branch: win32/perl
11354            + thread.sym
11355            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
11356            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
11357            ! win32/makedef.pl win32/makefile.mk
11358 ____________________________________________________________________________
11359 [   221] By: gsar                                  on 1997/11/10  00:57:53
11360         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
11361              into win32 branch.
11362      Branch: win32/perl
11363            + t/lib/thread.t t/op/nothread.t
11364            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
11365            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
11366            ! util.c win32/Makefile win32/config.bc win32/config.vc
11367            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
11368            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
11369            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
11370            ! win32/win32thread.c win32/win32thread.h
11371 ____________________________________________________________________________
11372 [   220] By: gsar                                  on 1997/11/09  22:44:41
11373         Log: Integrate latest mainline into win32 branch.
11374      Branch: win32/perl
11375           +> win32/win32thread.c win32/win32thread.h
11376           !> (integrate 39 files)
11377 ____________________________________________________________________________
11378 [   219] By: nick                                  on 1997/11/09  21:46:06
11379         Log: Conditionalize english.t,
11380              Enhance times() for NT,
11381              (Failed) attempt to implement alarm(),
11382              Fixed config.h dependancy in makefile.mk
11383      Branch: ansiperl
11384            ! t/lib/english.t win32/config.bc win32/config_H.bc
11385            ! win32/makefile.mk win32/win32.c
11386 ____________________________________________________________________________
11387 [   218] By: nick                                  on 1997/11/09  15:38:00
11388         Log: Dick Hardt's patch for build on Alpha
11389      Branch: ansiperl
11390            ! win32/Makefile
11391 ____________________________________________________________________________
11392 [   217] By: nick                                  on 1997/11/09  03:31:20
11393         Log: MakeMaker not in vofig noise fix for dmake
11394      Branch: ansiperl
11395            ! win32/config.bc win32/makefile.mk
11396 ____________________________________________________________________________
11397 [   216] By: nick                                  on 1997/11/09  03:15:06
11398         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
11399              TIEHASH works, but 2nd call (after db is closed, attempt
11400              to reopen) tries to AUTOLOAD TIEHASH rather than using
11401              cached value.
11402      Branch: ansiperl
11403            ! pp_sys.c
11404 ____________________________________________________________________________
11405 [   215] By: nick                                  on 1997/11/08  16:41:24
11406         Log: Cleanup MakeMaker 'not in config' noise
11407      Branch: ansiperl
11408            ! win32/Makefile win32/config.vc
11409 ____________________________________________________________________________
11410 [   214] By: nick                                  on 1997/11/08  15:07:24
11411         Log: Remove 'configure' leaving configure.gnu and Configure
11412              Win32 ignores case and keeps trying to update
11413              repository copy of 'configure' or 'Configure' with
11414              the other.
11415      Branch: ansiperl
11416            - configure
11417            ! MANIFEST
11418 ____________________________________________________________________________
11419 [   213] By: nick                                  on 1997/11/08  15:03:39
11420         Log: Get threads working again on Win32
11421              Root cause of fail was init_thread_intern() in
11422              new_struct_thread() (which is called in parent thread)
11423              clobbering dTHR of parent thread. 
11424              It is doubtfull if setting 'self' in new_struct_thread()
11425              is 'right' but left in for now.
11426      Branch: ansiperl
11427            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
11428            ! win32/win32thread.c win32/win32thread.h
11429 ____________________________________________________________________________
11430 [   212] By: nick                                  on 1997/11/08  00:34:03
11431         Log: Add :base_thread to :default in Opcode.pm
11432              This allows lib/safe.t to pass when threaded.
11433              It is unclear if 'lock' should be safe as it allows
11434              denial of service attack, but could not figure out
11435              how to add just 'specific' (sic) to :default
11436              without triggering 'already tagged' warning noise.
11437      Branch: ansiperl
11438            ! ext/Opcode/Opcode.pm win32/makefile.mk
11439 ____________________________________________________________________________
11440 [   211] By: nick                                  on 1997/11/07  23:59:31
11441         Log: Merge changes as of 18:00 CST 
11442      Branch: ansiperl
11443           !> op.c pp.c pp_sys.c thread.h util.c
11444 ____________________________________________________________________________
11445 [   210] By: nick                                  on 1997/11/07  23:52:35
11446         Log: Reverse integrate Malcolm's chanes into local
11447              repository, then import result back into my view
11448              of Malcolm's repository.
11449              Builds and passes (most) tests with GNU C++/Solaris
11450              and Borland C++, Win32.
11451      Branch: ansiperl
11452            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
11453            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
11454            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
11455            ! thread.h toke.c util.c win32/makefile.mk
11456 ____________________________________________________________________________
11457 [   209] By: mbeattie                              on 1997/11/07  18:12:36
11458         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
11459              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
11460              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
11461              missing #ifdef USE_THREADS around some DEBU_L statements in die().
11462              Building without USE_THREADS fails quite a lot of tests. It looks
11463              as though the move to per-thread magicals must be missing some
11464              #ifdef USE_THREADS.
11465      Branch: perl
11466            ! op.c pp.c pp_sys.c thread.h util.c
11467 ____________________________________________________________________________
11468 [   208] By: nick                                  on 1997/11/07  01:37:28
11469         Log: Raw integrate of latest perl
11470      Branch: ansiperl
11471            ! t/TEST
11472           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
11473           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
11474           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
11475           !> thread.h toke.c util.c
11476 ____________________________________________________________________________
11477 [   207] By: mbeattie                              on 1997/11/06  14:58:00
11478         Log: Update README.threads and Todo.5.005.
11479      Branch: perl
11480            ! README.threads Todo.5.005
11481 ____________________________________________________________________________
11482 [   206] By: mbeattie                              on 1997/11/06  14:37:37
11483         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
11484      Branch: perl
11485            ! op.c pp_ctl.c proto.h scope.h
11486 ____________________________________________________________________________
11487 [   205] By: mbeattie                              on 1997/11/06  14:31:38
11488         Log: Per-thread magicals now stored in their own thr->magicals and keyed
11489              more directly. cvcache and oursv become ordinary struct thread
11490              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
11491              for 0 again. Main thread initialisation done by new function
11492              init_main_thread instead of (now fixed) new_struct_thread.
11493              
11494              Jobs fixed ...
11495              
11496              jmpenv fixed on 1997/11/06 by mbeattie@localhost
11497              
11498              Subject: [perl5.004_53; patch] eval's and threads
11499              Date: 23 Oct 1997 23:59:19 -0400
11500              From: Owen Taylor <owt1@cornell.edu>
11501      Branch: bugs
11502            + jmpenv
11503      Branch: perl
11504            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
11505            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
11506 ____________________________________________________________________________
11507 [   204] By: mbeattie                              on 1997/11/05  17:18:18
11508         Log: Per-thread magicals mostly working (and localisable). Now getting
11509              intermittent occasional "Use of uninitialized value" warnings
11510              which may be due to some op flag black magic I've broken.
11511      Branch: perl
11512            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
11513            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
11514 ____________________________________________________________________________
11515 [   203] By: nick                                  on 1997/11/05  01:04:10
11516         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
11517      Branch: ansiperl
11518            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
11519            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
11520            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
11521            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
11522            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
11523            ! win32/config.vc win32/config_H.vc win32/makedef.pl
11524            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
11525            ! win32/win32io.c win32/win32io.h win32/win32iop.h
11526            ! win32/win32sck.c win32/win32thread.h
11527 ____________________________________________________________________________
11528 [   202] By: nick                                  on 1997/11/05  00:50:27
11529         Log: Compile(d) at least once with threads on win32 
11530              but did not work
11531      Branch: ansiperl
11532            ! embed.h perl.c thread.h
11533 ____________________________________________________________________________
11534 [   201] By: nick                                  on 1997/11/05  00:32:13
11535         Log: Trivial integrate
11536      Branch: ansiperl
11537           !> patchlevel.h
11538 ____________________________________________________________________________
11539 [   200] By: mbeattie                              on 1997/11/04  12:06:09
11540         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
11541      Branch: perl
11542            ! patchlevel.h
11543 ____________________________________________________________________________
11544 [   199] By: nick                                  on 1997/11/01  00:18:52
11545         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
11546      Branch: ansiperl
11547           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
11548           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
11549           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
11550           !> util.c
11551 ____________________________________________________________________________
11552 [   198] By: nick                                  on 1997/11/01  00:08:33
11553         Log: win32thread.* not in MANIFEST which has muddled moving
11554              back and forth between depots.
11555      Branch: ansiperl
11556            ! MANIFEST win32/win32thread.c win32/win32thread.h
11557 ____________________________________________________________________________
11558 [   197] By: nick                                  on 1997/11/01  00:02:49
11559         Log: Test changes
11560      Branch: ansiperl
11561            + t/lib/thread.t t/op/nothread.t thread.sym
11562            ! MANIFEST
11563 ____________________________________________________________________________
11564 [   196] By: nick                                  on 1997/10/31  23:54:01
11565         Log: Further ANSI changes now builds and passes (most) tests
11566              with gcc -x c++. 
11567      Branch: ansiperl
11568            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
11569            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
11570            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11571            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
11572            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
11573            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
11574            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
11575            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
11576            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
11577            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
11578            ! x2p/walk.c
11579 ____________________________________________________________________________
11580 [   195] By: mbeattie                              on 1997/10/31  18:05:31
11581         Log: Half way through moving per-thread magicals into per-thread fields
11582              and the associated new OP_SPECIFIC and find_thread_magical stuff.
11583              perl will compile but plenty of the magicals are still broken.
11584      Branch: perl
11585            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
11586            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
11587            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
11588            ! util.c
11589 ____________________________________________________________________________
11590 [   194] By: nick                                  on 1997/10/31  01:43:49
11591         Log: Convert miniperl sources to ANSI C. Several passes of
11592              GNU C's 'protoize' plus a few hand edits.
11593              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
11594              Does not link seems gcc's C++ does not define a symbol for
11595              const char foo[] = "....";
11596              i.e. with empty [].
11597      Branch: ansiperl
11598            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
11599            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
11600            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11601            ! sv.c taint.c toke.c universal.c util.c
11602 ____________________________________________________________________________
11603 [   193] By: nick                                  on 1997/10/30  03:00:01
11604         Log: Make the ansi branch
11605      Branch: ansiperl
11606           +> (branch 907 files)
11607 ____________________________________________________________________________
11608 [   192] By: nick                                  on 1997/10/30  02:48:17
11609         Log: Oneperl builds with THREADS/THISPTR Borland
11610              Manualy inserted Sarathy's new COND_XXXXX from his mail.
11611              Manual change if Tself -> self as was easier than resolve :-(
11612              Two aTHIS's in op.c
11613      Branch: oneperl
11614            ! embed.h op.c thread.h thread.sym win32/makefile.mk
11615            ! win32/win32thread.h
11616 ____________________________________________________________________________
11617 [   191] By: nick                                  on 1997/10/30  01:54:50
11618         Log: Raw resolve of latest sources with oneperl
11619      Branch: oneperl
11620           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
11621           !> opcode.pl perl.c thread.h win32/win32thread.c
11622           !> win32/win32thread.h
11623 ____________________________________________________________________________
11624 [   190] By: mbeattie                              on 1997/10/29  14:39:54
11625         Log: Remove global macro "self". Change thr->Tself to thr->self.
11626      Branch: perl
11627            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
11628            ! win32/win32thread.c win32/win32thread.h
11629 ____________________________________________________________________________
11630 [   189] By: mbeattie                              on 1997/10/29  12:49:01
11631         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
11632      Branch: perl
11633            ! Todo.5.005
11634 ____________________________________________________________________________
11635 [   188] By: mbeattie                              on 1997/10/29  12:45:32
11636         Log: Add pp_lock knowledge to compiler
11637      Branch: perlext
11638            ! Compiler/ccop.c Compiler/ccop.h
11639 ____________________________________________________________________________
11640 [   187] By: mbeattie                              on 1997/10/29  12:45:02
11641         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
11642      Branch: perl
11643            ! op.c
11644 ____________________________________________________________________________
11645 [   186] By: mbeattie                              on 1997/10/29  12:43:36
11646         Log: Move compiler OP class information into opcode.pl.
11647      Branch: perl
11648            ! op.h opcode.h opcode.pl
11649 ____________________________________________________________________________
11650 [   185] By: nick                                  on 1997/10/26  22:52:05
11651         Log: Split failing test in op/misc.t into op/nothread.t
11652              so all tests can be passed where they apply.
11653              Cleanup other two cases of THREADS/THISPTR.
11654              Conditional compile option for CriticalSection's on Win32
11655      Branch: oneperl
11656            + t/op/nothread.t
11657            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
11658            ! win32/win32thread.h
11659 ____________________________________________________________________________
11660 [   184] By: nick                                  on 1997/10/26  19:42:00
11661         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
11662      Branch: oneperl
11663            ! embed.h global.sym proto.h sv.c sv.h toke.c
11664 ____________________________________________________________________________
11665 [   183] By: nick                                  on 1997/10/26  18:31:58
11666         Log: Make USE_THREADS imply CRIPPLED_CC.
11667              This avoids most of the uses of 'Sv' and hence many needs of 
11668              dTHR in extension code. 
11669              With this change Data::Dumper builds as-is
11670              and Tk only needs four tweaks:
11671              1. Obscure dump-stack case which really needs dTHR
11672              2. A curcop in error-message code
11673              3. Two cases of SAVETMPS
11674              4. A curcop == &compiling which is probably not required.
11675              IMHO the SAVETMPS case is only one which merits further automation.
11676      Branch: oneperl
11677            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
11678 ____________________________________________________________________________
11679 [   182] By: nick                                  on 1997/10/26  16:31:58
11680         Log: Change dSP to imply dTHR for extension source compatibility
11681              introduce djSP (Declare Just SP) for use in perl sources
11682              and thread-aware extensions. Use latter.
11683      Branch: oneperl
11684            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
11685            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
11686 ____________________________________________________________________________
11687 [   181] By: nick                                  on 1997/10/26  00:39:57
11688         Log: More tests
11689      Branch: oneperl
11690            ! t/lib/thread.t
11691 ____________________________________________________________________________
11692 [   180] By: nick                                  on 1997/10/25  22:18:27
11693         Log: Use return of THREAD_CREATE() - add basic thread test
11694      Branch: oneperl
11695            + t/lib/thread.t
11696            ! ext/Thread/Thread.xs
11697 ____________________________________________________________________________
11698 [   179] By: nick                                  on 1997/10/25  21:25:23
11699         Log: Builds with no thread/this
11700      Branch: oneperl
11701            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
11702            ! win32/win32thread.c
11703 ____________________________________________________________________________
11704 [   178] By: nick                                  on 1997/10/25  18:28:03
11705         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
11706      Branch: oneperl
11707            ! perl.c
11708 ____________________________________________________________________________
11709 [   177] By: nick                                  on 1997/10/25  18:11:33
11710         Log: Basic integrate of oneperl with threads, passes 
11711              tests THISPTR+THREADs - win32/win32thread.* needed
11712              changes (where did they come from)?
11713      Branch: oneperl
11714            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
11715            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
11716 ____________________________________________________________________________
11717 [   176] By: nick                                  on 1997/10/25  17:05:52
11718         Log: Onepel builds THISPTR no threads
11719      Branch: oneperl
11720            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
11721 ____________________________________________________________________________
11722 [   175] By: nick                                  on 1997/10/25  16:40:10
11723         Log: Integrate oneperl with new style JOIN etc. macros
11724      Branch: oneperl
11725           +> win32/win32thread.c win32/win32thread.h
11726           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
11727           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
11728           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
11729           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
11730           !> win32/makefile.mk
11731 ____________________________________________________________________________
11732 [   174] By: mbeattie                              on 1997/10/24  17:14:00
11733         Log: Remove xcv_condp CV field which is no longer used.
11734      Branch: perl
11735            ! sv.h
11736 ____________________________________________________________________________
11737 [   173] By: mbeattie                              on 1997/10/24  14:36:09
11738         Log: Patches for VMS [Dan Sugalski]
11739      Branch: bugs
11740            + vms2
11741      Branch: perl
11742            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
11743            ! vms/vmsish.h
11744 ____________________________________________________________________________
11745 [   172] By: mbeattie                              on 1997/10/24  13:50:59
11746         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
11747              to use new API and patch win32 makefile stuff a little.
11748      Branch: perl
11749            + win32/win32thread.c win32/win32thread.h
11750            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
11751            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
11752 ____________________________________________________________________________
11753 [   171] By: mbeattie                              on 1997/10/23  14:00:27
11754         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
11755              
11756              Jobs fixed ...
11757              
11758              get_db_sub fixed on 1997/10/23 by mbeattie@squash
11759              
11760              Subject: [perl5.004_53] Debugger crash (patch)
11761              Date: Thu, 16 Oct 1997 22:03:09 -0400
11762              From: Owen Taylor <owt1@cornell.edu>
11763      Branch: bugs
11764            + get_db_sub
11765      Branch: perl
11766            ! pp_hot.c
11767 ____________________________________________________________________________
11768 [   170] By: mbeattie                              on 1997/10/23  09:22:40
11769         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
11770              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
11771              a ref to its argument for AV, HV, CV. 
11772      Branch: perl
11773            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
11774 ____________________________________________________________________________
11775 [   169] By: gsar                                  on 1997/10/21  03:49:25
11776         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
11777              - Fixup static functions that were missing aTHIS.
11778              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
11779              - Removed static functions from global.sym.
11780              - Typo in perl.h.
11781              - Additions to makefile.mk.
11782      Branch: oneperl
11783            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
11784            ! win32/makefile.mk
11785 ____________________________________________________________________________
11786 [   168] By: nick                                  on 1997/10/20  02:47:18
11787         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
11788      Branch: oneperl
11789            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
11790            ! scope.h thread.h
11791 ____________________________________________________________________________
11792 [   167] By: nick                                  on 1997/10/20  01:03:00
11793         Log: Add missing aTHIS in cast
11794      Branch: oneperl
11795            ! win32/dl_win32.xs
11796 ____________________________________________________________________________
11797 [   166] By: nick                                  on 1997/10/20  00:44:42
11798         Log: Builds and passes test with -DUSE_THISPTR
11799      Branch: oneperl
11800            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
11801            ! win32/perllib.c
11802 ____________________________________________________________________________
11803 [   165] By: nick                                  on 1997/10/19  21:45:36
11804         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
11805      Branch: oneperl
11806            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
11807            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
11808            ! win32/makefile.mk win32/perllib.c
11809 ____________________________________________________________________________
11810 [   164] By: nick                                  on 1997/10/19  20:09:13
11811         Log: oneperl compiles (but fails) with -DUSE_THISPTR
11812      Branch: oneperl
11813            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
11814            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
11815            ! win32/win32.c win32/win32.h
11816 ____________________________________________________________________________
11817 [   163] By: nick                                  on 1997/10/19  16:46:09
11818         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
11819      Branch: oneperl
11820            ! embed.h perl.h thread.h vars.h
11821 ____________________________________________________________________________
11822 [   162] By: nick                                  on 1997/10/19  14:42:16
11823         Log: Dubious merge of oneperl's variable and struct thread
11824      Branch: oneperl
11825           !> perl.h thread.h
11826 ____________________________________________________________________________
11827 [   161] By: nick                                  on 1997/10/18  18:05:13
11828         Log: integrate all but perl.h/thread.h
11829      Branch: oneperl
11830           +> Todo.5.005 perlio.sym
11831           !> (integrate 98 files)
11832 ____________________________________________________________________________
11833 [   160] By: nick                                  on 1997/10/18  03:49:27
11834         Log: Integrate rest of sub-dirs into oneperl
11835      Branch: oneperl
11836           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
11837           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
11838           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
11839           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
11840           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
11841           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
11842           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
11843           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
11844           +> hints/os390.sh
11845            - ext/util/extliblist
11846           !> (integrate 425 files)
11847 ____________________________________________________________________________
11848 [   159] By: nick                                  on 1997/10/18  03:20:11
11849         Log: Integrate (accept) t and win32 into oneperl
11850      Branch: oneperl
11851           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
11852           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
11853           +> win32/config.vc win32/config_H.bc win32/config_H.vc
11854           +> win32/makefile.mk
11855           !> (integrate 188 files)
11856 ____________________________________________________________________________
11857 [   158] By: nick                                  on 1997/10/18  03:12:59
11858         Log: Integrate lib/... into oneperl
11859      Branch: oneperl
11860           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
11861           !> (integrate 138 files)
11862 ____________________________________________________________________________
11863 [   157] By: nick                                  on 1997/10/18  02:55:53
11864         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
11865      Branch: oneperl
11866            ! lib/Bundle/CPAN.pm
11867 ____________________________________________________________________________
11868 [   156] By: nick                                  on 1997/10/18  02:52:44
11869         Log: Make lib/Bundle/CPAN.pm a text file
11870      Branch: perl
11871            ! lib/Bundle/CPAN.pm
11872 ____________________________________________________________________________
11873 [   155] By: nick                                  on 1997/10/18  02:33:02
11874         Log: Some weirdness in the intgrate process
11875      Branch: oneperl
11876            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
11877            - win32/bin/webget.bat win32/config.H win32/config.w32
11878 ____________________________________________________________________________
11879 [   153] By: nick                                  on 1997/10/18  02:29:16
11880         Log: Let us try all the pure integrate stuff
11881      Branch: oneperl
11882           !> (integrate 647 files)
11883 ____________________________________________________________________________
11884 [   152] By: nick                                  on 1997/10/18  02:13:35
11885         Log: Get more sub directories out of the way.
11886      Branch: oneperl
11887           !> (integrate 92 files)
11888 ____________________________________________________________________________
11889 [   151] By: nick                                  on 1997/10/18  02:05:41
11890         Log: Integrate hints 
11891      Branch: oneperl
11892           !> (integrate 68 files)
11893 ____________________________________________________________________________
11894 [   150] By: nick                                  on 1997/10/18  01:57:20
11895         Log: Try reopening some non-contravertial files
11896      Branch: oneperl
11897           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
11898           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
11899           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
11900           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
11901 ____________________________________________________________________________
11902 [   144] By: gsar                                  on 1997/10/16  22:26:07
11903         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
11904              build.  Once again, builds and runs all    Thread tests using either
11905              compiler.
11906      Branch: win32/perl
11907            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
11908            ! win32/makefile.mk
11909 ____________________________________________________________________________
11910 [   143] By: gsar                                  on 1997/10/16  20:45:58
11911         Log: A quick merge of latest mainline.
11912      Branch: win32/perl
11913           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
11914           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
11915           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
11916           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
11917           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
11918           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
11919           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
11920           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
11921           +> lib/base.pm t/lib/dosglob.t
11922            - ext/util/extliblist
11923           !> (integrate 134 files)
11924
11925 ----------------
11926 Version 5.004_53
11927 ----------------
11928
11929 ____________________________________________________________________________
11930 [   142] By: mbeattie                              on 1997/10/16  16:52:55
11931         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
11932      Branch: perl
11933            ! MANIFEST
11934 ____________________________________________________________________________
11935 [   141] By: mbeattie                              on 1997/10/16  16:42:13
11936         Log: Move perlext/Thread into perl/ext/Thread.
11937      Branch: perl
11938           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
11939           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
11940           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
11941           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
11942           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
11943           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
11944           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
11945           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
11946            ! Configure
11947      Branch: perlext
11948            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
11949            - Thread/Thread.xs Thread/Thread/Queue.pm
11950            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
11951            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
11952            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
11953            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
11954            - Thread/unsync4.t
11955 ____________________________________________________________________________
11956 [   140] By: mbeattie                              on 1997/10/16  16:26:53
11957         Log: Correct threads_mutex locking in main thread destruction.
11958              Add per-interp thrsv to hold SV struct thread for main thread.
11959              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
11960              Add Thread/list.t test of Thread->list method.
11961              Let Thread::Semaphore methods up and down take an extra argument.
11962      Branch: perl
11963            ! embed.h interp.sym perl.c perl.h thread.h
11964      Branch: perlext
11965            + Thread/list.t
11966            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
11967 ____________________________________________________________________________
11968 [   139] By: mbeattie                              on 1997/10/16  14:01:11
11969         Log: Fix up merge with 5.004_04.
11970      Branch: perl
11971            ! op.c perl.c t/lib/dosglob.t
11972 ____________________________________________________________________________
11973 [   138] By: TimBunce                              on 1997/10/16  12:58:22
11974         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
11975      Branch: maint-5.004/perl
11976            ! t/lib/dosglob.t
11977 ____________________________________________________________________________
11978 [   137] By: mbeattie                              on 1997/10/16  11:09:25
11979         Log: Merge maint-5.004 branch (5.004_04) with mainline.
11980      Branch: perl
11981           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
11982            - ext/util/extliblist
11983           !> (integrate 132 files)
11984 ____________________________________________________________________________
11985 [   135] By: gsar                                  on 1997/10/15  21:46:05
11986         Log: Win32 changes over 5.004_52:
11987              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
11988              on an already locked mutex.
11989              - other minor tweaks.
11990              Now builds and runs win32-version of Thread_52, passing all tests.
11991      Branch: win32/perl
11992            ! perl.c proto.h thread.h
11993 ____________________________________________________________________________
11994 [   134] By: gsar                                  on 1997/10/15  18:19:31
11995         Log: fixup makefile.mk conflict.
11996      Branch: win32/perl
11997            ! win32/makefile.mk
11998 ____________________________________________________________________________
11999 [   133] By: gsar                                  on 1997/10/15  18:02:46
12000         Log: Integrated latest changes from mainline into win32.
12001      Branch: win32/perl
12002           +> fakethr.h
12003           !> MANIFEST Porting/makerel Porting/patchls README.threads
12004           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
12005           !> win32/config.vc win32/config_H.bc win32/config_H.vc
12006           !> win32/makefile.mk
12007
12008 ----------------
12009 Version 5.004_52
12010 ----------------
12011
12012 ____________________________________________________________________________
12013 [   132] By: mbeattie                              on 1997/10/15  17:02:38
12014         Log: Remove out-of-date test Thread/cond.t.
12015      Branch: perlext
12016            - Thread/cond.t
12017 ____________________________________________________________________________
12018 [   131] By: mbeattie                              on 1997/10/15  16:57:45
12019         Log: Finish thread state machine: fixes global destruction of threads,
12020              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
12021              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
12022              Thread.xs.
12023      Branch: perl
12024            ! MANIFEST README.threads Todo.5.005 perl.c util.c
12025      Branch: perlext
12026            ! Thread/Thread.xs Thread/queue.t
12027 ____________________________________________________________________________
12028 [   130] By: mbeattie                              on 1997/10/15  16:55:10
12029         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
12030              Fix ThrSETSTATE not to lock t->mutex itself.
12031      Branch: perl
12032            ! fakethr.h thread.h
12033 ____________________________________________________________________________
12034 [   129] By: mbeattie                              on 1997/10/15  16:53:35
12035         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
12036      Branch: perl
12037            ! pp_hot.c
12038 ____________________________________________________________________________
12039 [   128] By: TimBunce                              on 1997/10/15  15:55:26
12040         Log: Maintenance 5.004_04 changes
12041      Branch: maint-5.004/perl
12042            + hints/os390.sh lib/base.pm t/lib/dosglob.t
12043            - ext/util/extliblist
12044            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
12045            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
12046            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
12047            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
12048            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
12049            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
12050            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
12051            ! installperl lib/AutoLoader.pm lib/CPAN.pm
12052            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
12053            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
12054            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
12055            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
12056            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
12057            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
12058            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
12059            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
12060            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
12061            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
12062            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
12063            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
12064            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12065            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
12066            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
12067            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
12068            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
12069            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
12070            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
12071            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
12072            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
12073            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
12074            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
12075            ! win32/Makefile win32/config_H.bc win32/config_H.vc
12076            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
12077            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
12078 ____________________________________________________________________________
12079 [   127] By: mbeattie                              on 1997/10/15  10:00:18
12080         Log: Added fakethr.h.
12081      Branch: perl
12082            + fakethr.h
12083 ____________________________________________________________________________
12084 [   126] By: mbeattie                              on 1997/10/15  09:50:57
12085         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
12086      Branch: perl
12087            ! thread.h
12088 ____________________________________________________________________________
12089 [   125] By: mbeattie                              on 1997/10/15  09:09:24
12090         Log: Started rewriting thread state machine.
12091      Branch: perl
12092            ! perl.c thread.h
12093      Branch: perlext
12094            ! Thread/Thread.xs
12095 ____________________________________________________________________________
12096 [   124] By: gsar                                  on 1997/10/14  00:23:15
12097         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
12098              tests in win32 version of latest perlext/Thread.
12099      Branch: win32/perl
12100            ! pp_hot.c
12101 ____________________________________________________________________________
12102 [   123] By: gsar                                  on 1997/10/13  23:18:38
12103         Log: Initial merge of win32 threads patch.
12104      Branch: win32/perl
12105            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
12106            ! win32/Makefile win32/makedef.pl win32/makefile.mk
12107            ! win32/perllib.c win32/pod.mak win32/win32.h
12108 ____________________________________________________________________________
12109 [   122] By: gsar                                  on 1997/10/10  20:58:40
12110         Log: Integrated changes on mainline into the win32 branch.  Had to set
12111              P4USER=mbeattie for the resolve step (due to the presence of newly
12112              branched files that had not been submitted?)
12113      Branch: win32/perl
12114           +> Porting/makerel Porting/patchls README.threads Todo.5.005
12115           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
12116           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
12117           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
12118           +> win32/bin/webget.pl win32/config.bc win32/config.vc
12119           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
12120            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
12121            - win32/bin/webget.bat win32/config.H win32/config.w32
12122            ! thread.h
12123           !> (integrate 858 files)
12124 ____________________________________________________________________________
12125 [   121] By: mbeattie                              on 1997/10/10  17:23:41
12126         Log: Tweak a few Thread tests.
12127      Branch: perlext
12128            + Thread/join2.t
12129            ! Thread/io.t Thread/sync2.t
12130 ____________________________________________________________________________
12131 [   120] By: mbeattie                              on 1997/10/10  17:22:46
12132         Log: Rewrite thread destruction system using linked list of threads.
12133              Still not completely done. Add methods self, equal, flags, list
12134              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
12135      Branch: perl
12136            ! perl.c perl.h thread.h
12137      Branch: perlext
12138            ! Thread/Thread.xs Thread/typemap
12139 ____________________________________________________________________________
12140 [   119] By: mbeattie                              on 1997/10/10  17:19:55
12141         Log: Fix up locking/synchronisation for pp_entersub.
12142      Branch: perl
12143            ! pp_hot.c
12144 ____________________________________________________________________________
12145 [   118] By: mbeattie                              on 1997/10/10  09:55:32
12146         Log: Put back entries in MANIFEST for the four now-returned win32/* files
12147      Branch: perl
12148            ! MANIFEST
12149 ____________________________________________________________________________
12150 [   117] By: mbeattie                              on 1997/10/10  08:12:23
12151         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
12152      Branch: perl
12153            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
12154 ____________________________________________________________________________
12155 [   116] By: mbeattie                              on 1997/10/08  15:41:08
12156         Log: Add missing sig_pipe definition to Thread.xs.
12157      Branch: perlext
12158            ! Thread/Thread.xs
12159 ____________________________________________________________________________
12160 [   115] By: mbeattie                              on 1997/10/08  15:40:46
12161         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
12162              add missing dTHR; to new function unwind_handler_stack() in mg.c
12163              and bump patchlevel.h to 5.004_52.
12164      Branch: perl
12165            ! MANIFEST mg.c patchlevel.h
12166 ____________________________________________________________________________
12167 [   114] By: mbeattie                              on 1997/10/08  10:19:27
12168         Log: Merge maint-5.004 branch (5.004_03) with mainline.
12169              MANIFEST is out of sync.
12170      Branch: perl
12171           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
12172           +> win32/bin/webget.pl
12173            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
12174            - win32/bin/webget.bat
12175           !> (integrate 168 files)
12176 ____________________________________________________________________________
12177 [   113] By: mbeattie                              on 1997/10/05  17:52:49
12178         Log: Move init of global mutexes/cond vars earlier.
12179      Branch: perl
12180            ! perl.c
12181 ____________________________________________________________________________
12182 [   112] By: nick                                  on 1997/10/04  15:25:28
12183         Log: Add perl.sym to MANIFEST
12184      Branch: oneperl
12185            ! MANIFEST
12186 ____________________________________________________________________________
12187 [   111] By: nick                                  on 1997/10/04  15:23:37
12188         Log: Missing file
12189      Branch: oneperl
12190            + perl.sym
12191 ____________________________________________________________________________
12192 [   110] By: nick                                  on 1997/10/04  13:04:26
12193         Log: Now builds the extensions as well
12194              Passes all tests
12195      Branch: oneperl
12196            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
12197            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
12198            ! toke.c util.c writemain.SH
12199 ____________________________________________________________________________
12200 [   109] By: nick                                  on 1997/10/04  12:02:14
12201         Log: Odd checkin issue
12202      Branch: oneperl
12203            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
12204            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
12205            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
12206            ! vms/perly_h.vms writemain.SH
12207 ____________________________________________________________________________
12208 [   108] By: nick                                  on 1997/10/04  11:12:52
12209         Log: Added lots of (missing) prototypes (ckprotos is util to check)
12210              Fixed missing aTHIS flagged by above.
12211              -DUSE_THISPTR passes minitest!
12212      Branch: oneperl
12213            + ckprotos
12214            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
12215            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
12216            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
12217            ! vms/perly_h.vms
12218 ____________________________________________________________________________
12219 [   107] By: nick                                  on 1997/10/03  22:36:52
12220         Log: .y muddle fixup - will get this sorted oneday ...
12221      Branch: oneperl
12222            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
12223            ! vms/perly_h.vms
12224 ____________________________________________________________________________
12225 [   106] By: mbeattie                              on 1997/10/03  17:12:33
12226         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
12227              from struct thread. Added missing thr->Tfoo defines for statbuf
12228              and timesbuf and removed unused Tbuf field.
12229      Branch: perl
12230            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
12231 ____________________________________________________________________________
12232 [   105] By: nick                                  on 1997/10/03  15:56:50
12233         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
12234      Branch: oneperl
12235            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
12236            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
12237            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
12238            ! sv.c taint.c thread.h toke.c universal.c util.c
12239 ____________________________________________________________________________
12240 [   104] By: mbeattie                              on 1997/10/03  15:23:25
12241         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
12242      Branch: perl
12243            ! global.sym pp.c proto.h sv.c
12244 ____________________________________________________________________________
12245 [   103] By: mbeattie                              on 1997/10/03  15:17:39
12246         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
12247      Branch: perl
12248            ! av.c hv.c perl.h sv.c
12249 ____________________________________________________________________________
12250 [   102] By: mbeattie                              on 1997/10/03  11:53:51
12251         Log: Reliable thread signal handling.
12252      Branch: perl
12253            ! global.sym mg.c perl.c perl.h
12254      Branch: perlext
12255            ! Thread/Thread.xs
12256 ____________________________________________________________________________
12257 [   101] By: nick                                  on 1997/10/02  20:43:17
12258         Log: Cleanup perly.y stuff
12259      Branch: oneperl
12260            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
12261 ____________________________________________________________________________
12262 [   100] By: nick                                  on 1997/10/02  18:54:08
12263         Log: Compiles with less invasive aTHIS adding
12264      Branch: oneperl
12265            + nothis.sym
12266            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
12267            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
12268            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
12269            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
12270            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
12271            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
12272            ! util.c vars.h
12273
12274 ----------------
12275 Version 5.004_51
12276 ----------------
12277
12278 ____________________________________________________________________________
12279 [    99] By: mbeattie                              on 1997/10/02  17:23:48
12280         Log: Added Thread/queue.t.
12281      Branch: perlext
12282            + Thread/queue.t
12283 ____________________________________________________________________________
12284 [    98] By: mbeattie                              on 1997/10/02  17:19:44
12285         Log: Bumped patchlevel to 51. Updated Todo.5.005.
12286      Branch: perl
12287            ! Todo.5.005 patchlevel.h
12288 ____________________________________________________________________________
12289 [    97] By: mbeattie                              on 1997/10/02  17:07:47
12290         Log: Update README.threads amd Thread/README
12291      Branch: perl
12292            ! README.threads
12293      Branch: perlext
12294            ! Thread/README
12295 ____________________________________________________________________________
12296 [    96] By: mbeattie                              on 1997/10/02  16:58:47
12297         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
12298              fix sv_bless3 prototype.
12299      Branch: perl
12300            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
12301 ____________________________________________________________________________
12302 [    95] By: mbeattie                              on 1997/10/02  16:50:21
12303         Log: Fixed broken typemap for Thread.
12304      Branch: perlext
12305            ! Thread/typemap
12306 ____________________________________________________________________________
12307 [    94] By: mbeattie                              on 1997/10/02  16:34:03
12308         Log: Fix pod text in Lint.pm for private-names option.
12309      Branch: perlext
12310            ! Compiler/B/Lint.pm
12311 ____________________________________________________________________________
12312 [    93] By: mbeattie                              on 1997/10/02  13:44:46
12313         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
12314      Branch: perl
12315            ! MANIFEST embed.h
12316 ____________________________________________________________________________
12317 [    92] By: mbeattie                              on 1997/10/02  13:27:10
12318         Log: Add Todo.5.005
12319      Branch: perl
12320            + Todo.5.005
12321 ____________________________________________________________________________
12322 [    91] By: nick                                  on 1997/10/01  20:23:38
12323         Log: Raw _T# trial
12324      Branch: oneperl
12325            ! embed.h embed.pl proto.h sv.c
12326 ____________________________________________________________________________
12327 [    90] By: nick                                  on 1997/10/01  18:22:03
12328         Log: THIS + new sort stuff
12329      Branch: oneperl
12330            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
12331 ____________________________________________________________________________
12332 [    89] By: nick                                  on 1997/10/01  18:03:05
12333         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
12334      Branch: oneperl
12335            ! pp_ctl.c proto.h util.c
12336 ____________________________________________________________________________
12337 [    88] By: mbeattie                              on 1997/10/01  17:04:12
12338         Log: Start of Configure support for -Dusethreads plus associated
12339              Linux hints.
12340      Branch: perl
12341            ! Configure hints/linux.sh
12342 ____________________________________________________________________________
12343 [    87] By: mbeattie                              on 1997/10/01  17:03:34
12344         Log: Move runops_foo prototypes from proto.h to early in perl.h.
12345      Branch: perl
12346            ! perl.h proto.h
12347 ____________________________________________________________________________
12348 [    86] By: nick                                  on 1997/09/30  19:15:21
12349         Log: Debug hackery to thread.h - temporary
12350              Quick-fix qsort() replacement - more to come.
12351      Branch: oneperl
12352            ! thread.h util.c
12353 ____________________________________________________________________________
12354 [    85] By: mbeattie                              on 1997/09/30  15:50:27
12355         Log: Added Lint option regexp-variables.
12356      Branch: perlext
12357            ! Compiler/B/Lint.pm
12358 ____________________________________________________________________________
12359 [    84] By: mbeattie                              on 1997/09/30  15:11:07
12360         Log: Merge maint-5.004 branch (5.004_01) with mainline.
12361      Branch: perl
12362           +> Porting/makerel Porting/patchls hints/newsos4.sh
12363           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
12364           +> win32/config.vc win32/config_H.bc win32/config_H.vc
12365           +> win32/makefile.mk
12366            - win32/config.H win32/config.w32
12367           !> (integrate 109 files)
12368 ____________________________________________________________________________
12369 [    83] By: TimBunce                              on 1997/09/30  14:27:09
12370         Log: Maintenance 5.004_03 changes (addendum)
12371      Branch: maint-5.004/perl
12372            - win32/bin/search.bat
12373 ____________________________________________________________________________
12374 [    82] By: TimBunce                              on 1997/09/30  14:11:29
12375         Log: Maintenance 5.004_03 changes
12376      Branch: maint-5.004/perl
12377            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
12378            + win32/bin/webget.pl
12379            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
12380            - win32/bin/webget.bat
12381            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
12382            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
12383            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
12384            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
12385            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
12386            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12387            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
12388            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
12389            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
12390            ! win32/win32.c
12391 ____________________________________________________________________________
12392 [    81] By: TimBunce                              on 1997/09/30  13:17:27
12393         Log: Maintenance 5.004_02 changes
12394      Branch: maint-5.004/perl
12395            + win32/bin/runperl.bat
12396            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
12397            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
12398            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12399            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
12400            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
12401            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
12402            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
12403            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
12404            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
12405            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
12406            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
12407            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
12408            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
12409            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12410            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
12411            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
12412            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
12413            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
12414            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
12415            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
12416            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
12417            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
12418            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
12419            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
12420            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
12421            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
12422            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
12423            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
12424            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
12425            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
12426            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
12427            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
12428            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
12429            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
12430            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
12431            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
12432            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
12433            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
12434            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
12435            ! win32/config.bc win32/config.vc win32/config_H.bc
12436            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
12437            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
12438            ! win32/win32io.c win32/win32io.h win32/win32iop.h
12439            ! win32/win32sck.c
12440 ____________________________________________________________________________
12441 [    80] By: nick                                  on 1997/09/29  20:31:43
12442         Log: Add some prototypes in attempt to flush out errors
12443              Tidy up vars.h usage.
12444      Branch: oneperl
12445            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
12446            ! proto.h util.c vars.h
12447 ____________________________________________________________________________
12448 [    79] By: nick                                  on 1997/09/29  17:12:07
12449         Log: Builds and passes tests without THISPTR
12450      Branch: oneperl
12451            ! MANIFEST global.sym perl.c perl.h vars.h
12452 ____________________________________________________________________________
12453 [    78] By: mbeattie                              on 1997/09/29  16:57:23
12454         Log: Re-introduce the changes from change 68 (runops becomes a
12455              function pointer and sv_bless3 for '~'-magic) which got lost
12456              during the preparation for the maint-merge.
12457      Branch: perl
12458            ! global.sym perl.h pp.c proto.h run.c sv.c
12459 ____________________________________________________________________________
12460 [    77] By: mbeattie                              on 1997/09/29  16:44:16
12461         Log: Start merge with maint-5.004 branch by creating an ancestral
12462              branch point via a fake resolution with the maint-merge branch.
12463              See Perforce Tech Note 9 for details.
12464      Branch: perl
12465           !> (integrate 864 files)
12466 ____________________________________________________________________________
12467 [    76] By: nick                                  on 1997/09/28  19:04:42
12468         Log: Code with this pointer compiles (but core dumps)
12469      Branch: oneperl
12470            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
12471            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
12472            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
12473            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
12474            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
12475            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
12476            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
12477            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
12478            ! vars.h
12479 ____________________________________________________________________________
12480 [    75] By: nick                                  on 1997/09/28  15:45:35
12481         Log: Quasi sensible starting point for aTHIS addition.
12482      Branch: oneperl
12483            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
12484 ____________________________________________________________________________
12485 [    74] By: nick                                  on 1997/09/28  11:23:32
12486         Log: Ooops - unwind perly.* stuff for now
12487      Branch: oneperl
12488            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
12489 ____________________________________________________________________________
12490 [    73] By: nick                                  on 1997/09/28  11:17:23
12491         Log: Builds and passes all tests again
12492      Branch: oneperl
12493            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
12494            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
12495 ____________________________________________________________________________
12496 [    72] By: nick                                  on 1997/09/28  10:47:01
12497         Log: Save "important things" before re-try
12498      Branch: oneperl
12499            + vars.h
12500            ! embed.pl thread.h thread.sym
12501 ____________________________________________________________________________
12502 [    71] By: nick                                  on 1997/09/26  17:47:31
12503         Log: Basic hacks to build with USE_THISPTR, not yet useful
12504              but builds miniperl and passes minitest with all thread 
12505              variables via a _GLOBAL_ thr variable rather than globals.
12506              Now for the local thr variable ...
12507      Branch: oneperl
12508            + thread.sym
12509            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
12510            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
12511            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
12512            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
12513            ! util.c vms/vms.c
12514 ____________________________________________________________________________
12515 [    70] By: mbeattie                              on 1997/09/23  14:29:23
12516         Log: Branch oneperl from mainline.
12517      Branch: oneperl
12518           +> (branch 871 files)
12519 ____________________________________________________________________________
12520 [    69] By: mbeattie                              on 1997/09/22  16:02:37
12521         Log: struct thread now stored in an SV and uses '~'-magic for access.
12522      Branch: perl
12523            ! thread.h
12524      Branch: perlext
12525            ! Thread/Thread.xs Thread/typemap
12526 ____________________________________________________________________________
12527 [    68] By: mbeattie                              on 1997/09/22  16:01:48
12528         Log: runops becomes a funtion pointer and sv_bless3 created
12529              to avoid pointer forgery with '~'-magic.
12530      Branch: perl
12531            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
12532 ____________________________________________________________________________
12533 [    67] By: mbeattie                              on 1997/09/22  15:45:56
12534         Log: More fprintf -> PerlIO_printf changes.
12535      Branch: perl
12536            ! perl.c pp_hot.c util.c
12537 ____________________________________________________________________________
12538 [    66] By: mbeattie                              on 1997/09/22  15:10:40
12539         Log: Minor multi-threading patches for VMS.
12540      Branch: perl
12541            ! mg.c thread.h vms/vms.c
12542 ____________________________________________________________________________
12543 [    65] By: mbeattie                              on 1997/09/15  14:09:11
12544         Log: Add undefined-subs option to Lint.pm.
12545      Branch: perlext
12546            ! Compiler/B/Lint.pm
12547 ____________________________________________________________________________
12548 [    64] By: mbeattie                              on 1997/09/10  16:39:41
12549         Log: Debugging output for lock handling.
12550      Branch: perl
12551            ! mg.c pp.c pp_hot.c util.c
12552 ____________________________________________________________________________
12553 [    63] By: mbeattie                              on 1997/09/10  14:49:00
12554         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
12555      Branch: perlext
12556           +> Thread/Thread/Semaphore.pm
12557            - Thread/Semaphore.pm
12558 ____________________________________________________________________________
12559 [    62] By: mbeattie                              on 1997/09/10  14:47:31
12560         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
12561      Branch: perlext
12562           +> Thread/Thread/Queue.pm
12563            - Thread/Queue.pm
12564 ____________________________________________________________________________
12565 [    61] By: mbeattie                              on 1997/09/10  13:56:50
12566         Log: Solaris fixes: delete pad and padname from thread.h and remove
12567              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
12568      Branch: perl
12569            ! thread.h x2p/Makefile.SH
12570
12571 ----------------
12572 Version 5.004_50        First developer release towards 5.005
12573 ----------------
12574
12575 Maintenance of the 5.004 version of perl continues with the 5.004_xx
12576 series, where 'xx' is <= 49.  Development of the next version, 5.005,
12577 starts with 5.004_50.
12578
12579 ____________________________________________________________________________
12580 [    60] By: mbeattie                              on 1997/09/09  16:57:41
12581         Log: Update README.threads to mention -DL.
12582      Branch: perl
12583            ! README.threads
12584 ____________________________________________________________________________
12585 [    59] By: mbeattie                              on 1997/09/09  16:49:08
12586         Log: Add Thread modules Queue.pm and Semaphore.pm
12587      Branch: perlext
12588            + Thread/Queue.pm Thread/Semaphore.pm
12589 ____________________________________________________________________________
12590 [    58] By: mbeattie                              on 1997/09/09  16:33:45
12591         Log: Update README.threads
12592      Branch: perl
12593            ! README.threads
12594 ____________________________________________________________________________
12595 [    57] By: mbeattie                              on 1997/09/09  16:26:47
12596         Log: Add debug info to Thread typemap.
12597      Branch: perlext
12598            ! Thread/typemap
12599 ____________________________________________________________________________
12600 [    56] By: mbeattie                              on 1997/09/09  15:04:26
12601         Log: Rewrite synchronisation of subs/methods and add attrs
12602              extension for specifying 'locked' and 'method' attributes.
12603      Branch: perl
12604            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
12605            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
12606            ! pp_hot.c proto.h sv.c sv.h toke.c
12607      Branch: perlext
12608            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
12609 ____________________________________________________________________________
12610 [    55] By: mbeattie                              on 1997/09/03  16:34:47
12611         Log: Add new keyword "lock" to Opcode.pm
12612      Branch: perl
12613            ! ext/Opcode/Opcode.pm
12614 ____________________________________________________________________________
12615 [    54] By: mbeattie                              on 1997/09/03  14:44:44
12616         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
12617      Branch: perl
12618            ! embed.h keywords.h
12619 ____________________________________________________________________________
12620 [    53] By: mbeattie                              on 1997/09/03  13:52:24
12621         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
12622      Branch: perl
12623            ! MANIFEST
12624 ____________________________________________________________________________
12625 [    52] By: mbeattie                              on 1997/09/03  13:41:20
12626         Log: Let Lint private_names catch out-of-package _foo methods.
12627      Branch: perlext
12628            ! Compiler/B/Lint.pm
12629 ____________________________________________________________________________
12630 [    51] By: mbeattie                              on 1997/09/03  13:20:12
12631         Log: Bump patchlevel.h to 5.004_50
12632      Branch: perl
12633            ! patchlevel.h
12634 ____________________________________________________________________________
12635 [    50] By: mbeattie                              on 1997/09/03  12:31:48
12636         Log: Make compiler build/work with devel 5.005
12637      Branch: perlext
12638            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
12639            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
12640 ____________________________________________________________________________
12641 [    49] By: mbeattie                              on 1997/09/03  12:28:05
12642         Log: Rename RESTART to INIT and associated changes
12643      Branch: perl
12644            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
12645            ! toke.c vms/perly_c.vms
12646 ____________________________________________________________________________
12647 [    48] By: mbeattie                              on 1997/09/02  15:54:27
12648         Log: Added private-names option.
12649      Branch: perlext
12650            ! Compiler/B/Lint.pm
12651 ____________________________________________________________________________
12652 [    47] By: mbeattie                              on 1997/09/02  11:54:55
12653         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
12654      Branch: perlext
12655            ! Compiler/cc_runtime.h
12656 ____________________________________________________________________________
12657 [    46] By: mbeattie                              on 1997/08/28  19:40:08
12658         Log: Missing sprintf in try_autoload.
12659      Branch: perlext
12660            ! Compiler/B/C.pm
12661 ____________________________________________________________________________
12662 [    45] By: mbeattie                              on 1997/08/13  16:15:25
12663         Log: Threading fixups for Digital UNIX.
12664      Branch: perl
12665            ! README.threads malloc.c perl.h toke.c
12666 ____________________________________________________________________________
12667 [    44] By: mbeattie                              on 1997/08/11  15:46:29
12668         Log: Assorted changes for multi-threading (now works rather more).
12669      Branch: perl
12670            + README.threads
12671            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
12672            ! toke.c util.c
12673      Branch: perlext
12674            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
12675            ! Thread/unsync.t
12676 ____________________________________________________________________________
12677 [    43] By: mbeattie                              on 1997/08/08  14:11:00
12678         Log: Made Lint check subs (and -u packages).
12679              Added support for dollar_underscore and implicit $_ in foreach.
12680      Branch: perlext
12681            ! Compiler/B/Lint.pm
12682 ____________________________________________________________________________
12683 [    42] By: TimBunce                              on 1997/07/25  17:15:57
12684         Log: Maintenance 5.004_01 changes
12685      Branch: maint-5.004/perl
12686            + Porting/makerel Porting/patchls hints/newsos4.sh
12687            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
12688            + win32/config.vc win32/config_H.bc win32/config_H.vc
12689            + win32/makefile.mk
12690            - win32/config.H win32/config.w32
12691            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
12692            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
12693            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12694            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
12695            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
12696            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
12697            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
12698            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12699            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12700            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
12701            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
12702            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
12703            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
12704            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
12705            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
12706            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
12707            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
12708            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
12709            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
12710            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
12711            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
12712            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
12713            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
12714            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
12715            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
12716            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
12717            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
12718            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
12719            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
12720            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
12721 ____________________________________________________________________________
12722 [    41] By: mbeattie                              on 1997/07/24  14:57:53
12723         Log: Start support for fake threads.
12724              pp_lock now returns its argument.
12725      Branch: perl
12726            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
12727            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
12728            ! util.c
12729      Branch: perlext
12730            ! Thread/Thread.xs
12731 ____________________________________________________________________________
12732 [    40] By: mbeattie                              on 1997/07/24  14:55:07
12733         Log: Add missing reset of eval_owner if doeval() fails to parse.
12734      Branch: perl
12735            ! pp_ctl.c
12736 ____________________________________________________________________________
12737 [    39] By: mbeattie                              on 1997/07/17  13:35:51
12738         Log: Fix multiple problems with lexical @_.
12739      Branch: perl
12740            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
12741            ! toke.c
12742 ____________________________________________________________________________
12743 [    38] By: mbeattie                              on 1997/07/16  17:02:09
12744         Log: Change %lx to %x in B::CV::save to prevent some CV
12745              fields becoming 0 in the init section. Add missing
12746              write_back in B::Stackobj::Padsv::load_double to fix
12747              test 22 of op/my.t.
12748      Branch: perlext
12749            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
12750 ____________________________________________________________________________
12751 [    37] By: mbeattie                              on 1997/07/10  11:28:16
12752         Log: Branch win32 developments from main perl branch.
12753      Branch: win32/perl
12754           +> (branch 867 files)
12755 ____________________________________________________________________________
12756 [    36] By: mbeattie                              on 1997/07/05  11:58:05
12757         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
12758              as well as provide_ref (5.003).
12759      Branch: perlext
12760            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
12761 ____________________________________________________________________________
12762 [    35] By: mbeattie                              on 1997/07/05  11:55:18
12763         Log: Introduce pp_lock.
12764      Branch: perl
12765            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
12766            ! pp.c pp_ctl.c toke.c
12767 ____________________________________________________________________________
12768 [    34] By: mbeattie                              on 1997/07/01  12:24:28
12769         Log: Support for op in global register (still buggy)
12770      Branch: perl
12771            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
12772            ! proto.h scope.c scope.h thread.h
12773 ____________________________________________________________________________
12774 [    33] By: mbeattie                              on 1997/06/24  16:34:24
12775         Log: Branch lexical warnings from perl branch.
12776      Branch: lexwarn/perl
12777           +> (branch 867 files)
12778 ____________________________________________________________________________
12779 [    32] By: mbeattie                              on 1997/06/24  14:33:57
12780         Log: Branch integration of maint-5.004 from relperl.
12781      Branch: mainline/perl
12782           +> (branch 600 files)
12783      Branch: maint-5.004/perl
12784           +> (branch 864 files)
12785 ____________________________________________________________________________
12786 [    31] By: mbeattie                              on 1997/06/20  11:46:50
12787         Log: corrected bad_type() prototype. 
12788      Branch: perl
12789            ! op.c
12790 ____________________________________________________________________________
12791 [    30] By: mbeattie                              on 1997/06/12  12:38:05
12792         Log: Tweak README.
12793      Branch: perlext
12794            ! Thread/README
12795 ____________________________________________________________________________
12796 [    29] By: mbeattie                              on 1997/06/12  12:34:59
12797         Log: Document -m option of CC backend.
12798      Branch: perlext
12799            ! Compiler/NOTES
12800 ____________________________________________________________________________
12801 [    28] By: mbeattie                              on 1997/06/12  12:25:05
12802         Log: Support sysseek introduced in 5.004.
12803      Branch: perlext
12804            ! Compiler/ccop.c Compiler/ccop.h
12805 ____________________________________________________________________________
12806 [    27] By: mbeattie                              on 1997/06/05  14:20:51
12807         Log: More fixups for thrperl integration.
12808      Branch: perl
12809            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12810            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
12811            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
12812            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
12813            ! util.c
12814 ____________________________________________________________________________
12815 [    25] By: mbeattie                              on 1997/05/28  15:11:24
12816         Log: Fixups for thrperl integration.
12817      Branch: perl
12818            ! embed.h keywords.h op.c opcode.h perl.c util.c
12819 ____________________________________________________________________________
12820 [    24] By: mbeattie                              on 1997/05/26  20:10:42
12821         Log: Integrate thrperl 5.003->5.004.
12822      Branch: perl
12823           +> thread.h
12824           !> (integrate 33 files)
12825 ____________________________________________________________________________
12826 [    23] By: mbeattie                              on 1997/05/26  11:45:39
12827         Log: Fix ppname when saving subs.
12828      Branch: perlext
12829            ! Compiler/B/C.pm
12830 ____________________________________________________________________________
12831 [    22] By: mbeattie                              on 1997/05/26  11:45:03
12832         Log: -mFoo option now forces -uFoo.
12833      Branch: perlext
12834            ! Compiler/B/CC.pm
12835 ____________________________________________________________________________
12836 [    21] By: mbeattie                              on 1997/05/26  11:43:37
12837         Log: Put back objsym/savesym (used by walkoptree_exec).
12838      Branch: perlext
12839            ! Compiler/B.pm
12840 ____________________________________________________________________________
12841 [    20] By: mbeattie                              on 1997/05/26  11:38:45
12842         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
12843      Branch: perl
12844            ! av.c global.sym
12845 ____________________________________________________________________________
12846 [    19] By: mbeattie                              on 1997/05/25  21:19:38
12847         Log: Fix up integration 5.003->5.004.
12848      Branch: perl
12849            + lib/Class/Fields.pm lib/ISA.pm
12850            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
12851            ! toke.c
12852 ____________________________________________________________________________
12853 [    18] By: mbeattie                              on 1997/05/25  10:31:21
12854         Log: First stab at 5.003 -> 5.004 integration.
12855      Branch: perl
12856           +> (branch 291 files)
12857            - Changes.Conf ext/DynaLoader/dl_os2.xs
12858            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
12859            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
12860            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
12861            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
12862            - lib/chat2.pl lib/splain os2/README os2/README.old
12863            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
12864            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
12865            - x2p/handy.h x2p/s2p.man
12866           !> (integrate 392 files)
12867 ____________________________________________________________________________
12868 [    17] By: mbeattie                              on 1997/05/24  18:46:49
12869         Log: Wholesale update to 5.004.
12870      Branch: relperl
12871            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
12872            + Porting/Glossary Porting/pumpkin.pod README.amiga
12873            + README.cygwin32 README.os2 README.plan9 README.qnx
12874            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
12875            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
12876            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
12877            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
12878            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
12879            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
12880            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
12881            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
12882            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
12883            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
12884            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
12885            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
12886            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
12887            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
12888            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
12889            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
12890            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
12891            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
12892            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
12893            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
12894            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
12895            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
12896            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
12897            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
12898            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
12899            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
12900            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
12901            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
12902            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
12903            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
12904            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
12905            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
12906            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
12907            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
12908            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
12909            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
12910            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
12911            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
12912            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
12913            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
12914            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
12915            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
12916            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
12917            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
12918            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
12919            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
12920            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
12921            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
12922            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
12923            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
12924            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
12925            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
12926            + plan9/config.plan9 plan9/exclude plan9/fndvers
12927            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
12928            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
12929            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
12930            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
12931            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12932            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12933            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
12934            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
12935            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
12936            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
12937            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
12938            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
12939            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
12940            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
12941            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
12942            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
12943            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
12944            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
12945            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
12946            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
12947            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
12948            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
12949            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
12950            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
12951            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
12952            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
12953            + t/pragma/warn-1global t/pragma/warning.t universal.c
12954            + utils/splain.PL vms/ext/DCLsym/0README.txt
12955            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
12956            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
12957            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
12958            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
12959            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
12960            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
12961            + win32/config.H win32/config.w32 win32/config_h.PL
12962            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
12963            + win32/include/arpa/inet.h win32/include/dirent.h
12964            + win32/include/netdb.h win32/include/sys/socket.h
12965            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
12966            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
12967            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
12968            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
12969            + x2p/proto.h
12970            - Changes.Conf ext/DynaLoader/dl_os2.xs
12971            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
12972            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
12973            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
12974            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
12975            - lib/chat2.pl lib/splain os2/README os2/README.old
12976            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
12977            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
12978            - x2p/handy.h x2p/s2p.man
12979            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
12980            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
12981            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
12982            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
12983            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
12984            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
12985            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
12986            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
12987            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
12988            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
12989            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
12990            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
12991            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12992            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
12993            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12994            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
12995            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12996            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
12997            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
12998            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
12999            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
13000            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
13001            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
13002            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
13003            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
13004            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
13005            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
13006            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
13007            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
13008            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
13009            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
13010            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
13011            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
13012            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
13013            ! installman installperl interp.sym keywords.h keywords.pl
13014            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
13015            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
13016            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
13017            ! lib/Exporter.pm lib/ExtUtils/Install.pm
13018            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
13019            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13020            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
13021            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
13022            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
13023            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
13024            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
13025            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
13026            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
13027            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
13028            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
13029            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
13030            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
13031            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
13032            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
13033            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
13034            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
13035            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
13036            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
13037            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
13038            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
13039            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
13040            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
13041            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
13042            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
13043            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
13044            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
13045            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
13046            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
13047            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
13048            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
13049            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
13050            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
13051            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
13052            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
13053            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
13054            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
13055            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
13056            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
13057            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
13058            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
13059            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
13060            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
13061            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
13062            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
13063            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
13064            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
13065            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
13066            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
13067            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
13068            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
13069            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
13070            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
13071            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
13072            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
13073            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
13074            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
13075            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
13076            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
13077            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
13078            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
13079            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
13080            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
13081            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
13082            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
13083            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
13084            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
13085            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
13086            ! x2p/util.h x2p/walk.c
13087 ____________________________________________________________________________
13088 [    16] By: mbeattie                              on 1997/05/23  22:42:08
13089         Log: Initial integration of relperl from 5.003.
13090      Branch: relperl
13091           +> (branch 600 files)
13092 ____________________________________________________________________________
13093 [    14] By: mbeattie                              on 1997/05/12  20:22:56
13094         Log: Finish code generation rewrite. Clean up B::Section class and
13095              handle symbol table translation internally. Simple .pm modules
13096              now compile OK.
13097      Branch: perlext
13098            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
13099            ! Compiler/B/CC.pm
13100 ____________________________________________________________________________
13101 [    13] By: mbeattie                              on 1997/05/05  19:41:18
13102         Log: Don't make pp_enter and pp_return trigger basic blocks.
13103      Branch: perlext
13104            ! Compiler/B/Bblock.pm
13105 ____________________________________________________________________________
13106 [    12] By: mbeattie                              on 1997/05/05  19:40:16
13107         Log: Rewrite code generation. Sections (de)multiplexed into a
13108              temporary file instead of stored in arrays.
13109      Branch: perlext
13110            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
13111 ____________________________________________________________________________
13112 [    11] By: mbeattie                              on 1997/05/03  20:20:59
13113         Log: Development to pre-alpha4
13114      Branch: perlext
13115            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
13116            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
13117            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
13118            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
13119            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
13120            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
13121            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
13122            ! Compiler/test_harness Compiler/test_harness_cc
13123 ____________________________________________________________________________
13124 [    10] By: mbeattie                              on 1997/05/03  14:47:06
13125         Log: Initial check-in of perl compiler.
13126      Branch: perlext
13127            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
13128            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
13129            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
13130            + Compiler/B/CC.pm Compiler/B/Debug.pm
13131            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
13132            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
13133            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
13134            + Compiler/O.pm Compiler/README Compiler/TESTS
13135            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
13136            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
13137            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
13138            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
13139            + Compiler/disassemble Compiler/old/README.feb11
13140            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
13141            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
13142            + Compiler/op.patch Compiler/ramblings/cc.notes
13143            + Compiler/ramblings/curcop.runtime
13144            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
13145            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
13146            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
13147            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
13148            + Compiler/ramblings/runtime.porting
13149            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
13150            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
13151            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
13152            + Compiler/test_harness_bytecode Compiler/test_harness_cc
13153            + Compiler/typemap
13154 ____________________________________________________________________________
13155 [     9] By: mbeattie                              on 1997/05/02  19:03:49
13156         Log: Don't require CvDEPTH == 0 when bombing out of subs.
13157      Branch: thrperl
13158            ! pp_hot.c
13159 ____________________________________________________________________________
13160 [     8] By: mbeattie                              on 1997/04/23  19:06:45
13161         Log: Added programmer-level condition variables via "condpair" magic.
13162              Added support for detached threads and tweaked a few things.
13163      Branch: thrperl
13164            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
13165            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
13166            ! util.c
13167 ____________________________________________________________________________
13168 [     7] By: mbeattie                              on 1997/04/23  19:04:18
13169         Log: Rewrote programmer-level condition variables from scratch. Added
13170              support for detaching threads. Fixed handling for arguments
13171              passed in to threads and return values for joined threads.
13172      Branch: perlext
13173            + Thread/lock.t
13174            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
13175            ! Thread/typemap
13176 ____________________________________________________________________________
13177 [     6] By: mbeattie                              on 1997/04/10  20:17:26
13178         Log: Initial check-in of Thread module.
13179      Branch: perlext
13180            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
13181            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
13182            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
13183            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
13184            + Thread/unsync4.t
13185 ____________________________________________________________________________
13186 [     5] By: mbeattie                              on 1997/04/10  20:05:52
13187         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
13188              missing parens (pad allocation) in the tokener.
13189      Branch: thrperl
13190            ! op.c pp_ctl.c toke.c
13191 ____________________________________________________________________________
13192 [     4] By: mbeattie                              on 1997/03/28  18:40:44
13193         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
13194      Branch: thrperl
13195            + thread.h
13196            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
13197            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
13198            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
13199            ! run.c scope.c sv.c sv.h toke.c util.c
13200 ____________________________________________________________________________
13201 [     3] By: mbeattie                              on 1997/03/28  13:36:23
13202         Log: Branch 5.003 -> thrperl
13203      Branch: thrperl
13204           +> (branch 600 files)
13205 ____________________________________________________________________________
13206 [     2] By: mbeattie                              on 1997/03/28  13:32:21
13207         Log: Initial devel changes.
13208              Pseudo-hashes. Optional strong typing. RESTART {}.
13209      Branch: perl
13210            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
13211            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
13212            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
13213 ____________________________________________________________________________
13214 [     1] By: mbeattie                              on 1997/03/28  13:17:33
13215         Log: Perl 5.003 check-in
13216      Branch: perl
13217            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
13218            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
13219            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
13220            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
13221            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
13222            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
13223            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
13224            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
13225            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
13226            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
13227            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
13228            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
13229            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
13230            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
13231            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
13232            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
13233            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
13234            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
13235            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
13236            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
13237            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
13238            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
13239            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
13240            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
13241            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
13242            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13243            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
13244            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
13245            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
13246            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
13247            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
13248            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
13249            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
13250            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
13251            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
13252            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
13253            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
13254            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
13255            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
13256            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
13257            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
13258            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
13259            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13260            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
13261            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
13262            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
13263            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
13264            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
13265            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
13266            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
13267            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
13268            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
13269            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
13270            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
13271            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
13272            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
13273            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
13274            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
13275            + hints/README.hints hints/aix.sh hints/altos486.sh
13276            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
13277            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
13278            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
13279            + hints/fps.sh hints/freebsd.sh hints/genix.sh
13280            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
13281            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
13282            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
13283            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
13284            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
13285            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
13286            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
13287            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
13288            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
13289            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
13290            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
13291            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
13292            + hints/uts.sh hv.c hv.h installman installperl interp.sym
13293            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
13294            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
13295            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
13296            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
13297            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
13298            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13299            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
13300            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
13301            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
13302            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
13303            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
13304            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
13305            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
13306            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
13307            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
13308            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
13309            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
13310            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
13311            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
13312            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
13313            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
13314            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
13315            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
13316            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
13317            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
13318            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
13319            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
13320            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
13321            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
13322            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
13323            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
13324            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
13325            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
13326            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
13327            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
13328            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
13329            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
13330            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
13331            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
13332            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
13333            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
13334            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
13335            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
13336            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
13337            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
13338            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
13339            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
13340            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
13341            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
13342            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
13343            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
13344            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
13345            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
13346            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
13347            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
13348            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
13349            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
13350            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
13351            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
13352            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
13353            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
13354            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
13355            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
13356            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
13357            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
13358            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
13359            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
13360            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
13361            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
13362            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
13363            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
13364            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
13365            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
13366            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
13367            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
13368            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
13369            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
13370            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
13371            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
13372            + vms/Makefile vms/config.vms vms/descrip.mms
13373            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
13374            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
13375            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
13376            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
13377            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
13378            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
13379            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
13380            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
13381            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
13382            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
13383            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
13384            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
13385            + x2p/walk.c