update Changes
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of March 1997):
18
19     Gisle Aas           <gisle@aas.no>
20     Kenneth Albanowski  <kjahds@kjahds.com>
21     Graham Barr         <gbarr@ti.com>
22     Spider Boardman     <spider@orb.nashua.nh.us>
23     Tom Christiansen    <tchrist@perl.com>
24     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
25     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
26     Gurusamy Sarathy    <gsar@engin.umich.edu>
27     Jarkko Hietaniemi   <jhi@iki.fi>
28     Nick Ing-Simmons    <nik@tiuk.ti.com>
29     Andreas Koenig      <a.koenig@mind.de>
30     Doug MacEachern     <dougm@opengroup.org>
31     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
32     Hans Mulder         <hansm@euronet.nl>
33     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
34     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
35     Tom Phoenix         <rootbeer@teleport.com>
36     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
37     Dean Roehrich       <roehrich@cray.com>
38     Roderick Schertler  <roderick@argon.org>
39     Larry W. Virden     <lvirden@cas.org>
40     Ilya Zakharevich    <ilya@math.ohio-state.edu>
41
42 And the Keepers of the Patch Pumpkin:
43
44     Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
45     Tim Bunce           <Tim.Bunce@ig.co.uk>
46     Andy Dougherty      <doughera@lafcol.lafayette.edu>
47     Chip Salzenberg     <chip@perl.com>
48     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
49
50 And, of course, the Author of Perl:
51
52     Larry Wall          <larry@wall.org>
53
54
55 NOTE: Each change entry shows the change number; who checked it into the
56 repository; when; description of the change; which branch the change
57 happened in; and the affected files.  The file lists have a short symbolic
58 indicator:
59
60             !       modified
61             +       added
62             -       deleted
63             +>      branched (from elsewhere)
64             !>      merged changes (from elsewhere)
65
66
67 ----------------
68 Version 5.004_70        Developer release working toward 5.005
69 ----------------
70
71 ____________________________________________________________________________
72 [  1334] By: gsar                                  on 1998/07/06  06:41:17
73         Log: allow eval-groups in patterns only if they C<use re 'eval';>
74      Branch: perl
75            ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
76            ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
77 ____________________________________________________________________________
78 [  1333] By: gsar                                  on 1998/07/06  03:22:52
79         Log: From: Hans Mulder <hansm@icgroup.nl>
80              Date: Mon,  6 Jul 98 02:11:32 +0200
81              Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
82              Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
83      Branch: perl
84            ! malloc.c
85 ____________________________________________________________________________
86 [  1332] By: gsar                                  on 1998/07/06  03:18:34
87         Log: added Errno-1.09 from CPAN
88      Branch: perl
89            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
90 ____________________________________________________________________________
91 [  1331] By: gsar                                  on 1998/07/06  02:59:09
92         Log: fix small memleak on -e, don't try to find_script() when e_script
93      Branch: perl
94            ! perl.c
95 ____________________________________________________________________________
96 [  1330] By: gsar                                  on 1998/07/06  00:40:24
97         Log: add Symbol::delete_package()
98      Branch: perl
99            ! lib/Symbol.pm pod/perlembed.pod
100 ____________________________________________________________________________
101 [  1329] By: gsar                                  on 1998/07/05  23:05:40
102         Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
103              From: Stephen McCamant <alias@mcs.com>
104              Date: Sun,  5 Jul 1998 17:36:14 -0500 (CDT)
105              Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
106              Subject: [PATCH] alignment in X[IN]V allocation
107      Branch: perl
108            ! sv.c
109 ____________________________________________________________________________
110 [  1328] By: gsar                                  on 1998/07/05  22:47:57
111         Log: make read() return undef on errors as documented, and clarify docs
112      Branch: perl
113            ! pod/perlfunc.pod pp_sys.c
114 ____________________________________________________________________________
115 [  1327] By: gsar                                  on 1998/07/05  22:11:21
116         Log: fix getc() to return empty string instead of undef on eof, as it was
117              documented to behave; still returns undef on error
118      Branch: perl
119            ! pp_sys.c
120 ____________________________________________________________________________
121 [  1326] By: gsar                                  on 1998/07/05  21:53:30
122         Log: patch whitespace-mutiliated; applied manually
123              From: Hans Mulder <hansm@icgroup.nl>
124              Date: Sun,  5 Jul 98 23:23:20 +0200
125              Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
126              Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
127      Branch: perl
128            ! ext/Errno/Errno_pm.PL
129 ____________________________________________________________________________
130 [  1325] By: gsar                                  on 1998/07/05  21:38:39
131         Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
132              From: Tom Christiansen <tchrist@jhereg.perl.com>
133              Date: Sun, 05 Jul 1998 09:15:22 -0500
134              Subject: Re: docpatch 
135              Message-Id: <199807051515.JAA03644@jhereg.perl.com>
136      Branch: perl
137            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
138            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
139            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
140            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
141            ! pod/perlrun.pod
142 ____________________________________________________________________________
143 [  1324] By: gsar                                  on 1998/07/05  21:06:56
144         Log: applied patch, and undid change#1302 which it made unnecessary
145              From: Billy <wdconsta@cs.adelaide.edu.au>
146              Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
147              Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
148              Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
149      Branch: perl
150            ! t/lib/h2ph.t utils/h2ph.PL
151 ____________________________________________________________________________
152 [  1323] By: gsar                                  on 1998/07/05  20:56:39
153         Log: fix t/lib/fields.t's @INC so make test runs
154      Branch: perl
155            ! t/lib/fields.t
156 ____________________________________________________________________________
157 [  1322] By: gsar                                  on 1998/07/05  20:26:43
158         Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
159      Branch: perl
160            ! gv.c gv.h toke.c
161 ____________________________________________________________________________
162 [  1321] By: gsar                                  on 1998/07/05  07:41:50
163         Log: sundry win32 config tweaks
164      Branch: perl
165            ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
166            ! win32/config.gc win32/config.vc win32/config_H.bc
167            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
168            ! win32/config_sh.PL win32/makefile.mk
169 ____________________________________________________________________________
170 [  1320] By: gsar                                  on 1998/07/05  06:30:35
171         Log: update Changes
172      Branch: perl
173            ! Changes
174 ____________________________________________________________________________
175 [  1319] By: gsar                                  on 1998/07/05  06:27:37
176         Log: add ck_sysread() for better sysread/read/recv sanity
177      Branch: perl
178            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
179            ! opcode.pl proto.h
180 ____________________________________________________________________________
181 [  1318] By: gsar                                  on 1998/07/05  04:34:05
182         Log: From: Stephen McCamant <alias@mcs.com>
183              Date: Sat,  4 Jul 1998 23:24:47 -0500 (CDT)
184              Subject: [PATCH] Document B::Deparse, add pp_threadsv
185              Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
186      Branch: perl
187            ! ext/B/B/Deparse.pm
188 ____________________________________________________________________________
189 [  1317] By: gsar                                  on 1998/07/05  04:15:25
190         Log: added patch with tweak to doc
191              From: Chip Salzenberg <chip@perl.org>
192              Message-ID: <19980704205136.A16319@perlsupport.com>
193              Date: Sat, 4 Jul 1998 20:51:36 -0400
194              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
195      Branch: perl
196            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
197 ____________________________________________________________________________
198 [  1316] By: gsar                                  on 1998/07/05  03:56:22
199         Log: Porting/Glossary goes podly into Config.pm
200      Branch: perl
201            ! Porting/Glossary configpm
202 ____________________________________________________________________________
203 [  1315] By: gsar                                  on 1998/07/05  02:50:18
204         Log: add suggested tool as an example in ExtUtils::Packlist
205              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
206              Message-Id: <199807031028.LAA10456@sale-wts>
207              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
208              Subject: Re: [make install] another horror story
209      Branch: perl
210            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
211 ____________________________________________________________________________
212 [  1314] By: gsar                                  on 1998/07/05  02:28:04
213         Log: avoid race condition (storing ptr to SV before incrementing its
214              REFCNT) and warning in newRV()
215      Branch: perl
216            ! sv.c
217 ____________________________________________________________________________
218 [  1313] By: gsar                                  on 1998/07/05  02:06:40
219         Log: applied suggested fix for xhv_array sizing, with portability tweaks
220              From: Gisle Aas <gisle@aas.no>
221              Subject: Re: [PATCH] Re: perl5.004_69 core dump
222              Date: 04 Jul 1998 10:20:35 +0200
223              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
224      Branch: perl
225            ! hv.c
226 ____________________________________________________________________________
227 [  1312] By: gsar                                  on 1998/07/05  01:36:45
228         Log: From: Gisle Aas <gisle@aas.no>
229              Subject: [PATCH] hv_max may be a few too many
230              Date: 04 Jul 1998 09:28:46 +0200
231              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
232      Branch: perl
233            ! doop.c
234 ____________________________________________________________________________
235 [  1311] By: gsar                                  on 1998/07/05  00:35:27
236         Log: patchlevel up to 5.004_70, various tweaks
237              * fix taint problems due to maintbranch regression
238              * PERL_OBJECT now builds again
239              * deal with C++ strong-typing problems in hv.c
240              * fix mismatch in "reserved word" diagnostic
241      Branch: perl
242            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
243            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
244 ____________________________________________________________________________
245 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
246         Log: Remove old RE //t flag from scan_subst().
247      Branch: maint-5.004/perl
248            ! toke.c
249 ____________________________________________________________________________
250 [  1309] By: gsar                                  on 1998/07/04  08:32:53
251         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
252      Branch: perl
253            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
254 ____________________________________________________________________________
255 [  1307] By: gsar                                  on 1998/07/04  07:00:14
256         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
257      Branch: perl
258            ! pp_hot.c t/op/local.t
259 ____________________________________________________________________________
260 [  1306] By: gsar                                  on 1998/07/04  05:52:34
261         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
262              From: joshua.pritikin@db.com
263              Date: Wed, 1 Jul 1998 10:09:43 -0400
264              Message-Id: <H00000e500086fb3@MHS>
265              Subject: [PATCH _69] sv_2mortal fix
266      Branch: perl
267            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
268 ____________________________________________________________________________
269 [  1305] By: gsar                                  on 1998/07/04  05:46:42
270         Log: add patch preextend global string table, tweak for 512 entries
271              From: Gisle Aas <gisle@aas.no>
272              Date: 04 Jul 1998 01:04:08 +0200
273              Subject: Re: [PATCH] Re: perl5.004_69 core dump
274              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
275      Branch: perl
276            ! perl.c
277 ____________________________________________________________________________
278 [  1304] By: gsar                                  on 1998/07/04  05:40:35
279         Log: simplify xhv_array sizing
280              From: Gisle Aas <gisle@aas.no>
281              Date: 04 Jul 1998 00:49:42 +0200
282              Subject: Re: [PATCH] Re: perl5.004_69 core dump
283              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
284      Branch: perl
285            ! hv.c
286 ____________________________________________________________________________
287 [  1303] By: gsar                                  on 1998/07/04  05:37:29
288         Log: make 4-arg win32_select() sleep more reasonably on false values
289              From: Blair Zajac <blair@gps.caltech.edu>
290              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
291              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
292              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
293              --
294              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
295              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
296              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
297      Branch: perl
298            ! win32/win32sck.c
299 ____________________________________________________________________________
300 [  1302] By: gsar                                  on 1998/07/04  05:32:50
301         Log: adjust h2ph.t for dos-specific problem
302              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
303              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
304              Date: Fri, 3 Jul 1998 23:45:25 +0200
305              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
306      Branch: perl
307            ! t/lib/h2ph.t
308 ____________________________________________________________________________
309 [  1301] By: gsar                                  on 1998/07/04  05:31:04
310         Log: fix CPAN.pm problem, OS2 tweaks
311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
312              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
313              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
314              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
315      Branch: perl
316            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
317            ! lib/ExtUtils/MakeMaker.pm
318 ____________________________________________________________________________
319 [  1300] By: gsar                                  on 1998/07/04  05:27:20
320         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
321              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
322              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
323              Subject: [PATCH 5.004_68] Add elc target to to makefile
324      Branch: perl
325            ! Makefile.SH
326 ____________________________________________________________________________
327 [  1299] By: gsar                                  on 1998/07/04  05:25:56
328         Log: newer emacs/cperl-mode.el (via private mail)
329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
330              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
331              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
332              Subject: [PATCH 5.004_68] cperl-mode
333      Branch: perl
334            ! emacs/cperl-mode.el
335 ____________________________________________________________________________
336 [  1298] By: gsar                                  on 1998/07/04  05:22:41
337         Log: From: Dominic Dunlop <domo@computer.org>
338              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
339              Date: Thu, 2 Jul 1998 22:57:26 +0000
340              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
341      Branch: perl
342            ! hints/machten.sh malloc.c
343 ____________________________________________________________________________
344 [  1297] By: gsar                                  on 1998/07/04  05:20:52
345         Log: allow a flags args to fbm_instr() for future needs
346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
347              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
348              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
349              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
350      Branch: perl
351            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
352 ____________________________________________________________________________
353 [  1296] By: gsar                                  on 1998/07/04  05:16:15
354         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
355              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
356              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
357              Subject: [PATCH 5.004_69] INSTALL-1.39
358      Branch: perl
359            ! INSTALL
360 ____________________________________________________________________________
361 [  1295] By: gsar                                  on 1998/07/04  05:15:05
362         Log: Configure update
363              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
364              Date: Wed, 1 Jul 98 23:07:50 EDT
365              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
366              Subject: [PATCH 5.004_69] Config_69-01
367      Branch: perl
368            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
369            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
370            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
371 ____________________________________________________________________________
372 [  1294] By: gsar                                  on 1998/07/04  05:10:25
373         Log: add perlbug -F switch to save message to file
374              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
375              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
376              Date: Wed, 1 Jul 1998 21:14:22 +0200
377              Subject: Re: [PATCH 5.004_69] perlbug -fok
378      Branch: perl
379            ! Makefile.SH utils/perlbug.PL
380 ____________________________________________________________________________
381 [  1293] By: gsar                                  on 1998/07/04  05:06:52
382         Log: catch nonexistent backrefs in REs
383              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
384              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
385              Date: Wed, 1 Jul 1998 20:14:05 +0200
386              Subject: Re: [PATCH _66] for bad backrefs
387              --
388              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
389              Date: Wed, 1 Jul 1998 20:47:16 +0200
390              Subject: Re: [PATCH _66] for bad backrefs
391      Branch: perl
392            ! regcomp.c t/op/re_tests util.c
393 ____________________________________________________________________________
394 [  1292] By: gsar                                  on 1998/07/04  05:02:01
395         Log: fix perlcc to not rm output file, and other -w(arts)
396      Branch: perl
397            ! utils/perlcc.PL
398 ____________________________________________________________________________
399 [  1291] By: gsar                                  on 1998/07/04  04:30:03
400         Log: ignore stash entries that are not GVs in dump.c
401      Branch: perl
402            ! dump.c
403 ____________________________________________________________________________
404 [  1290] By: gsar                                  on 1998/07/04  03:55:10
405         Log: cleaner page headers from pod2man
406      Branch: perl
407            ! pod/pod2man.PL
408 ____________________________________________________________________________
409 [  1288] By: gsar                                  on 1998/07/04  03:16:39
410         Log: tweaks to Getopt::Std
411              From: Robin Barker <rmb1@cise.npl.co.uk>
412              Date: Tue, 30 Jun 98 14:45:49 BST
413              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
414              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
415              --
416              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
417              To: perl5-porters@perl.org
418              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
419      Branch: perl
420            ! lib/Getopt/Std.pm
421 ____________________________________________________________________________
422 [  1287] By: gsar                                  on 1998/07/04  03:13:02
423         Log: added patch, with tweaks
424              From: Gisle Aas <gisle@aas.no>
425              Date: 03 Jul 1998 00:50:15 +0200
426              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
427              Subject: [PATCH] Some AVHV documentation
428      Branch: perl
429            ! pod/perlref.pod
430 ____________________________________________________________________________
431 [  1286] By: gsar                                  on 1998/07/04  02:53:26
432         Log: applied patch with tweaks to prose
433              From: Gisle Aas <gisle@aas.no>
434              Subject: [PATCH] Simplified AVHV support
435              Date: 30 Jun 1998 13:34:07 +0200
436              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
437      Branch: perl
438            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
439            ! pp.c proto.h t/op/avhv.t
440 ____________________________________________________________________________
441 [  1285] By: gsar                                  on 1998/07/04  02:30:48
442         Log: tweak doc for ".."
443              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
444              Subject: [PATCH] pod for scalar ..
445              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
446              Date: Tue, 30 Jun 1998 12:14:50 +0100
447      Branch: perl
448            ! pod/perlop.pod
449 ____________________________________________________________________________
450 [  1284] By: gsar                                  on 1998/07/04  02:28:43
451         Log: fix use of uninitialized var in pp_unpack()
452              From: Jarkko Hietaniemi <jhi@iki.fi>
453              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
454              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
455              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
456      Branch: perl
457            ! pp.c
458 ____________________________________________________________________________
459 [  1283] By: gsar                                  on 1998/07/04  02:26:37
460         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
461              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
462              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
463              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
464      Branch: perl
465            ! lib/Text/ParseWords.pm
466 ____________________________________________________________________________
467 [  1282] By: gsar                                  on 1998/07/04  02:24:32
468         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
469              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
470              Date: Mon, 29 Jun 1998 16:53:56 -0700
471              Subject: [PATCH 5.004_69]README.vms doc patch
472              --
473              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
474              Date: Mon, 29 Jun 1998 16:51:25 -0700
475              --
476              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
477              Date: Thu, 02 Jul 1998 13:53:57 -0700
478              Subject: [PATCH 5.004_69]VMS filetest operator fixup
479      Branch: perl
480            ! README.vms vms/descrip_mms.template vms/vms.c
481 ____________________________________________________________________________
482 [  1281] By: gsar                                  on 1998/07/04  02:17:48
483         Log: From: Dan Sugalski <sugalskd@osshe.edu>
484              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
485              Date: Mon, 29 Jun 1998 16:46:25 -0700
486              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
487      Branch: perl
488            ! vms/subconfigure.com
489 ____________________________________________________________________________
490 [  1280] By: gsar                                  on 1998/07/04  02:16:03
491         Log: don't attempt to copy directories on VMS
492              From: Dan Sugalski <sugalskd@osshe.edu>
493              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
494              Date: Mon, 29 Jun 1998 16:31:29 -0700
495              Subject: [PATCH 5.004_69]Tweak to installperl
496      Branch: perl
497            ! installperl
498 ____________________________________________________________________________
499 [  1279] By: gsar                                  on 1998/07/04  02:09:26
500         Log: add 'installhtml*dir' to win32 config templates
501              From: "Douglas Lankshear" <dougl@ActiveState.com>
502              Subject: [PATCH 5.004_68] For Win32 config
503              Date: Mon, 29 Jun 1998 09:00:13 -0700
504              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
505      Branch: perl
506            ! win32/config.bc win32/config.gc win32/config.vc
507 ____________________________________________________________________________
508 [  1278] By: gsar                                  on 1998/07/04  02:06:23
509         Log: implemented described fix for h2ph hanging on "enum"
510              From: Billy <wdconsta@cs.adelaide.edu.au>
511              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
512              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
513              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
514      Branch: perl
515            ! utils/h2ph.PL
516 ____________________________________________________________________________
517 [  1277] By: gsar                                  on 1998/07/04  01:51:47
518         Log: merge changes#1210,1211,1270 from maintbranch
519      Branch: perl
520            + lib/re.pm
521            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
522            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
523            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
524 ____________________________________________________________________________
525 [  1276] By: gsar                                  on 1998/07/04  00:33:37
526         Log: deprecate use of reserved word "our" (Larry's idea)
527              Date: Mon, 22 Jun 1998 08:55:09 -0700
528              From: larry@wall.org (Larry Wall)
529              Message-Id: <199806221555.IAA07212@wall.org>
530              Subject: Re: our
531      Branch: perl
532            ! pod/perldiag.pod toke.c
533 ____________________________________________________________________________
534 [  1275] By: nick                                  on 1998/07/02  18:36:59
535         Log: Integrate mainline, just to keep up.
536      Branch: ansiperl
537           +> t/lib/fields.t
538            - lib/Math/Trig/Radial.pm
539           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
540           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
541           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
542           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
543           !> win32/config.bc win32/config.gc win32/config.vc
544           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
545           !> win32/win32iop.h
546 ____________________________________________________________________________
547 [  1274] By: gsar                                  on 1998/07/02  16:47:20
548         Log: tweak win32/config.* variables
549      Branch: perl
550            ! win32/config.bc win32/config.gc win32/config.vc
551 ____________________________________________________________________________
552 [  1273] By: gsar                                  on 1998/07/02  16:33:53
553         Log: export opendir() set of functions on win32
554      Branch: perl
555            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
556            ! win32/win32iop.h
557 ____________________________________________________________________________
558 [  1272] By: gsar                                  on 1998/07/01  23:21:49
559         Log: fix C<@a = (%a = 1)> bizarreness
560      Branch: perl
561            ! pp_hot.c
562 ____________________________________________________________________________
563 [  1271] By: gsar                                  on 1998/06/30  22:49:39
564         Log: document perltrap on precedence of keys/values/each
565      Branch: perl
566            ! pod/perltrap.pod
567 ____________________________________________________________________________
568 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
569         Log: Added lib/re.pm missing from change 1210
570      Branch: maint-5.004/perl
571            + lib/re.pm
572 ____________________________________________________________________________
573 [  1269] By: gsar                                  on 1998/06/30  08:20:52
574         Log: From:    Murray Nesbitt <murray@ActiveState.com>
575              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
576              Date:    Mon, 29 Jun 1998 14:30:59 PDT
577              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
578      Branch: perl
579            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
580 ____________________________________________________________________________
581 [  1268] By: gsar                                  on 1998/06/30  05:38:34
582         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
583              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
584              Date:    Mon, 29 Jun 1998 15:04:57 -0000
585              Subject: [PATCH perl5.004_69] perldoc.PL
586      Branch: perl
587            ! utils/perldoc.PL
588 ____________________________________________________________________________
589 [  1267] By: gsar                                  on 1998/06/30  05:34:06
590         Log: add patch to integrate Math::Trig::Radial into Math::Trig
591              From: Jarkko Hietaniemi <jhi@iki.fi>
592              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
593              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
594              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
595      Branch: perl
596            - lib/Math/Trig/Radial.pm
597            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
598 ____________________________________________________________________________
599 [  1266] By: gsar                                  on 1998/06/30  05:17:33
600         Log: From:    Gisle Aas <gisle@aas.no>
601              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
602              Date:    29 Jun 1998 12:36:09 +0200
603              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
604      Branch: perl
605            + t/lib/fields.t
606            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
607            ! t/op/array.t
608 ____________________________________________________________________________
609 [  1265] By: gsar                                  on 1998/06/30  05:12:57
610         Log: tweaks to overloaded constants (change#1259)
611      Branch: perl
612            ! scope.c scope.h toke.c
613 ____________________________________________________________________________
614 [  1264] By: nick                                  on 1998/06/29  17:38:03
615         Log: Integrate mainline c. _69 to ansiperl
616      Branch: ansiperl
617           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
618           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
619           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
620           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
621           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
622           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
623           !> (integrate 100 files)
624 ____________________________________________________________________________
625 [  1263] By: gsar                                  on 1998/06/29  09:17:28
626         Log: update Changes and perlhist.pod
627      Branch: perl
628            ! Changes pod/perlhist.pod
629
630 ----------------
631 Version 5.004_69
632 ----------------
633
634 ____________________________________________________________________________
635 [  1262] By: gsar                                  on 1998/06/29  08:26:36
636         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
637              under several build configurations)
638      Branch: perl
639            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
640            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
641            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
642 ____________________________________________________________________________
643 [  1261] By: gsar                                  on 1998/06/29  06:51:10
644         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
645      Branch: perl
646            ! scope.h
647 ____________________________________________________________________________
648 [  1260] By: gsar                                  on 1998/06/29  06:46:12
649         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
650              Date:    Mon, 29 Jun 1998 08:10:46 +0200
651              From:    ts <decoux@moulon.inra.fr>
652              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
653      Branch: perl
654            ! pod/perlembed.pod
655 ____________________________________________________________________________
656 [  1259] By: gsar                                  on 1998/06/29  06:01:35
657         Log: added patch for overloading constants, made PERL_OBJECT-aware
658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
659              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
660              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
661      Branch: perl
662            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
663            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
664            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
665            ! t/pragma/overload.t toke.c
666 ____________________________________________________________________________
667 [  1258] By: gsar                                  on 1998/06/29  05:32:25
668         Log: fix Socket.pm typo from change#1240
669      Branch: perl
670            ! ext/Socket/Socket.pm
671 ____________________________________________________________________________
672 [  1257] By: gsar                                  on 1998/06/29  05:09:24
673         Log: applied patch, tweak for threads awareness
674              From: Albert Dvornik <bert@genscan.com>
675              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
676              Date: 24 Jun 1998 19:33:09 -0400
677              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
678      Branch: perl
679            + t/op/goto_xs.t
680            ! MANIFEST pp_ctl.c
681 ____________________________________________________________________________
682 [  1256] By: gsar                                  on 1998/06/29  03:34:18
683         Log: applied patch, fixed one more leak, tweaked whitespace bugs
684              From: Guy Decoux <decoux@moulon.inra.fr>
685              (via)
686              Date: Fri, 26 Jun 1998 09:59:32 -0400
687              From: "Chunhui Teng" <cteng@nortel.ca>
688              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
689              Subject: Memory leak in Perl 5.004 and the fix
690      Branch: perl
691            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
692 ____________________________________________________________________________
693 [  1255] By: gsar                                  on 1998/06/29  02:50:37
694         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
695              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
696              Date: 28 Jun 1998 23:47:07 +0200
697              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
698      Branch: perl
699            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
700 ____________________________________________________________________________
701 [  1254] By: gsar                                  on 1998/06/28  21:35:02
702         Log: From: joshua.pritikin@db.com
703              Date: Fri, 26 Jun 1998 09:34:34 -0400
704              Message-Id: <H00000e500081d23@MHS>
705              Subject: [PATCH _68] PUSHSTACK renovation
706      Branch: perl
707            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
708 ____________________________________________________________________________
709 [  1253] By: gsar                                  on 1998/06/28  21:21:22
710         Log: From: Stephen McCamant <alias@mcs.com>
711              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
712              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
713              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
714      Branch: perl
715            ! perlvars.h sv.c
716 ____________________________________________________________________________
717 [  1252] By: gsar                                  on 1998/06/28  21:16:34
718         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
719              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
720              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
721              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
722      Branch: perl
723            ! regcomp.c
724 ____________________________________________________________________________
725 [  1251] By: gsar                                  on 1998/06/28  21:14:32
726         Log: add Math/Trig/Radial.pm, update MANIFEST
727              From: Jarkko Hietaniemi <jhi@iki.fi>
728              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
729              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
730              Subject: Math::Trig::Radial ?
731      Branch: perl
732            + lib/Math/Trig/Radial.pm
733            ! MANIFEST
734 ____________________________________________________________________________
735 [  1250] By: gsar                                  on 1998/06/28  21:09:48
736         Log: applied patch, tweaked doc, and regen regnodes.h
737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
738              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
739              Subject: [PATCH 5.004_68] \z in RE
740              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
741      Branch: perl
742            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
743            ! t/op/re_tests t/op/regexp.t toke.c
744 ____________________________________________________________________________
745 [  1249] By: gsar                                  on 1998/06/28  20:56:38
746         Log: From: mike@bill.iac.net
747              Message-ID: <19980627034913.A32220@bill.minivend.com>
748              Date: Sat, 27 Jun 1998 03:49:13 +0000
749              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
750      Branch: perl
751            ! lib/Text/ParseWords.pm t/lib/parsewords.t
752 ____________________________________________________________________________
753 [  1248] By: gsar                                  on 1998/06/28  20:54:43
754         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
755              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
756              Subject: [PATCH] Fix ptags
757              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
758      Branch: perl
759            ! emacs/ptags
760 ____________________________________________________________________________
761 [  1247] By: gsar                                  on 1998/06/28  20:42:54
762         Log: apply patch sent via private mail
763              From: Stephen McCamant <alias@mcs.com>
764              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
765              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
766              Subject: Re: Enhanced B::Deparse 
767      Branch: perl
768            ! ext/B/B/Deparse.pm
769 ____________________________________________________________________________
770 [  1246] By: gsar                                  on 1998/06/28  20:38:24
771         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
772              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
773              Subject: [PATCH 5.004_68] pat.t tests
774              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
775      Branch: perl
776            ! t/op/pat.t
777 ____________________________________________________________________________
778 [  1245] By: gsar                                  on 1998/06/28  20:36:08
779         Log: From: joshua.pritikin@db.com
780              Date: Fri, 26 Jun 1998 10:02:32 -0400
781              Message-Id: <H00000e500081d28@MHS>
782              Subject: [PATCH _68] improve recursive error messages!
783      Branch: perl
784            ! gv.c pod/perldiag.pod universal.c
785 ____________________________________________________________________________
786 [  1244] By: gsar                                  on 1998/06/28  20:09:02
787         Log: From: Dominic Dunlop <domo@vo.lu>
788              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
789              Date: Thu, 25 Jun 1998 17:46:55 +0000
790              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
791              to op/pat.t; add tests for a few  more regexp parse failures etc.
792      Branch: perl
793            ! t/op/pat.t t/op/re_tests t/op/regexp.t
794 ____________________________________________________________________________
795 [  1243] By: gsar                                  on 1998/06/28  20:06:30
796         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
797              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
798              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
799              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
800              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
801      Branch: perl
802            ! perl_exp.SH
803 ____________________________________________________________________________
804 [  1242] By: gsar                                  on 1998/06/28  20:01:28
805         Log: 
806              From: Gisle Aas <gisle@aas.no>
807              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
808              Date: 25 Jun 1998 10:32:43 +0200
809              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
810      Branch: perl
811            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
812 ____________________________________________________________________________
813 [  1241] By: gsar                                  on 1998/06/28  19:55:11
814         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
815              From: Stephen McCamant <alias@mcs.com>
816              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
817              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
818              Subject: [PATCH REPOST] refgen in opcode.pl
819      Branch: perl
820            ! opcode.h opcode.pl
821 ____________________________________________________________________________
822 [  1240] By: gsar                                  on 1998/06/28  19:46:29
823         Log: From: Chris Nandor <pudge@pobox.com>
824              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
825              Date: Wed, 24 Jun 1998 19:58:28 -0400
826              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
827      Branch: perl
828            ! ext/Socket/Socket.pm
829 ____________________________________________________________________________
830 [  1239] By: gsar                                  on 1998/06/28  19:44:19
831         Log: From: Gisle Aas <gisle@aas.no>
832              Subject: [PATCH] Optimize foreach (1..1000000)
833              Date: 24 Jun 1998 20:26:48 +0200
834              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
835      Branch: perl
836            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
837            ! pp_hot.c t/op/range.t
838 ____________________________________________________________________________
839 [  1238] By: gsar                                  on 1998/06/28  19:28:13
840         Log: avoid creation of %^R
841              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
842              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
843              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
844              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
845      Branch: perl
846            ! perl.c t/op/splice.t
847 ____________________________________________________________________________
848 [  1237] By: gsar                                  on 1998/06/28  19:23:40
849         Log: From: Gisle Aas <gisle@aas.no>
850              Subject: [PATCH] Negative LENGTH argument to splice
851              Date: 24 Jun 1998 15:11:35 +0200
852              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
853      Branch: perl
854            + t/op/splice.t
855            ! MANIFEST pod/perlfunc.pod pp.c
856 ____________________________________________________________________________
857 [  1236] By: gsar                                  on 1998/06/28  19:18:29
858         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
859              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
860              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
861              Date: Wed, 24 Jun 1998 13:13:02 +0100
862      Branch: perl
863            ! pod/perldiag.pod pod/perlsec.pod
864 ____________________________________________________________________________
865 [  1235] By: gsar                                  on 1998/06/28  19:16:13
866         Log: Complex.pm update
867              From: Jarkko Hietaniemi <jhi@iki.fi>
868              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
869              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
870              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
871      Branch: perl
872            ! lib/Math/Complex.pm t/lib/complex.t
873 ____________________________________________________________________________
874 [  1234] By: gsar                                  on 1998/06/28  19:13:05
875         Log: disable perl malloc on UNICOS for now
876              From: Jarkko Hietaniemi <jhi@iki.fi>
877              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
878              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
879              Subject: [PATCH] 5.004_68: UNICOS hints
880      Branch: perl
881            ! hints/unicos.sh
882 ____________________________________________________________________________
883 [  1233] By: gsar                                  on 1998/06/28  19:10:53
884         Log: fixes unpack("q"...), and semctl() tests for UNICOS
885              From: Jarkko Hietaniemi <jhi@iki.fi>
886              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
887              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
888              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
889      Branch: perl
890            ! pp.c t/op/ipcsem.t t/op/pack.t
891 ____________________________________________________________________________
892 [  1232] By: gsar                                  on 1998/06/28  19:01:23
893         Log: tweak various places for iperlsys.h awareness
894      Branch: perl
895            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
896            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
897 ____________________________________________________________________________
898 [  1231] By: gsar                                  on 1998/06/28  18:37:07
899         Log: add a perlio.h stub for compat (some extensions seem to #include it)
900      Branch: perl
901            + perlio.h
902 ____________________________________________________________________________
903 [  1230] By: gsar                                  on 1998/06/28  18:35:23
904         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
905              Date: Wed, 24 Jun 1998 00:37:01 +0200
906              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
907              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
908      Branch: perl
909            ! pod/pod2text.PL
910 ____________________________________________________________________________
911 [  1229] By: gsar                                  on 1998/06/28  18:33:42
912         Log: hand apply mutiliated patch
913              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
914              Date: Tue, 23 Jun 1998 11:41:00 -0700
915              From: Dan Sugalski <sugalskd@osshe.edu>
916              Subject: [PATCH 5.004_68]Configure update for VMS
917      Branch: perl
918            ! configure.com vms/descrip_mms.template vms/subconfigure.com
919 ____________________________________________________________________________
920 [  1228] By: gsar                                  on 1998/06/28  17:17:35
921         Log: hand apply whitespace mutiliated patch
922              Date: Tue, 23 Jun 98 16:38:06 BST
923              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
924              From: Robin Barker <rmb1@cise.npl.co.uk>
925              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
926      Branch: perl
927            ! utils/perlbug.PL
928 ____________________________________________________________________________
929 [  1227] By: gsar                                  on 1998/06/28  17:14:34
930         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
931              From: Tom Phoenix <rootbeer@teleport.com>
932              Subject: [PATCH] documenting close without arguments
933              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
934      Branch: perl
935            ! pod/perlfunc.pod
936 ____________________________________________________________________________
937 [  1226] By: gsar                                  on 1998/06/28  17:12:56
938         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
939              From: Tom Phoenix <rootbeer@teleport.com>
940              Subject: Better diags for vars.pm
941              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
942      Branch: perl
943            ! lib/vars.pm
944 ____________________________________________________________________________
945 [  1225] By: gsar                                  on 1998/06/28  17:05:59
946         Log: hand apply whitespace mutiliated perldoc.PL patches
947              Date: Tue, 23 Jun 98 15:49:52 BST
948              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
949              From: Robin Barker <rmb1@cise.npl.co.uk>
950              Subject: PATCH [5.004_68] perldoc.PL
951              --
952              Date: Fri, 26 Jun 98 17:50:05 BST
953              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
954              From: Robin Barker <rmb1@cise.npl.co.uk>
955              Subject: [PATCH 5.004_68] perldoc.PL
956      Branch: perl
957            ! utils/perldoc.PL
958 ____________________________________________________________________________
959 [  1224] By: gsar                                  on 1998/06/28  16:50:59
960         Log: integrate ansiperl to get makedef.pl tweak
961      Branch: perl
962            ! Porting/pumpkin.pod win32/makedef.pl
963 ____________________________________________________________________________
964 [  1223] By: gsar                                  on 1998/06/28  16:33:32
965         Log: add CGI-2.42, its and testsuite
966      Branch: perl
967            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
968            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
969            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
970            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
971            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
972            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
973            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
974            ! lib/CGI/Switch.pm
975 ____________________________________________________________________________
976 [  1222] By: gsar                                  on 1998/06/28  15:28:29
977         Log: enable Errno build on win32, add Errno-1.08 files to repository
978      Branch: perl
979            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
980            + ext/Errno/Makefile.PL t/lib/errno.t
981            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
982            ! win32/config.vc win32/makefile.mk
983 ____________________________________________________________________________
984 [  1221] By: gsar                                  on 1998/06/28  14:34:06
985         Log: tweak win32 config templates for cpp
986      Branch: perl
987            ! win32/config.bc win32/config.gc win32/config.vc
988 ____________________________________________________________________________
989 [  1220] By: nick                                  on 1998/06/26  16:46:13
990         Log: Integrate mainline
991      Branch: ansiperl
992           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
993           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
994           !> util.c win32/win32.h
995 ____________________________________________________________________________
996 [  1219] By: gsar                                  on 1998/06/26  04:33:57
997         Log: make find_script() return saved string, reenable missing diagnostics
998      Branch: perl
999            ! perl.c util.c
1000 ____________________________________________________________________________
1001 [  1218] By: gsar                                  on 1998/06/25  23:24:53
1002         Log: avoid warning with -P switch
1003      Branch: perl
1004            ! perl.c
1005 ____________________________________________________________________________
1006 [  1217] By: gsar                                  on 1998/06/25  22:06:58
1007         Log: don't suppress display of Makefile recipes that invoke perl
1008      Branch: perl
1009            ! Makefile.SH
1010 ____________________________________________________________________________
1011 [  1216] By: gsar                                  on 1998/06/25  21:32:06
1012         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
1013              in RVs
1014      Branch: perl
1015            ! sv.c
1016 ____________________________________________________________________________
1017 [  1215] By: gsar                                  on 1998/06/25  18:56:59
1018         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
1019      Branch: perl
1020            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1021 ____________________________________________________________________________
1022 [  1214] By: gsar                                  on 1998/06/25  18:11:22
1023         Log: add FILE_SHARE_DELETE ifndef in win32.h
1024      Branch: perl
1025            ! win32/win32.h
1026 ____________________________________________________________________________
1027 [  1213] By: nick                                  on 1998/06/24  17:18:59
1028         Log: Correct perl malloc tweak to .def generation
1029      Branch: ansiperl
1030            ! win32/makedef.pl
1031 ____________________________________________________________________________
1032 [  1212] By: gsar                                  on 1998/06/24  12:40:13
1033         Log: check in what change#1182 didn't, and Changes
1034      Branch: perl
1035            ! Changes pod/perlre.pod pod/perlvar.pod
1036 ____________________________________________________________________________
1037 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
1038         Log: Update test count in t/lib/basename.t (see change 1210)
1039      Branch: maint-5.004/perl
1040            ! t/lib/basename.t
1041 ____________________________________________________________________________
1042 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
1043         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
1044              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
1045              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
1046              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
1047              <199805261143.MAA04260@toad.ig.co.uk>,
1048              <199805261235.IAA10371@aatma.engin.umich.edu>,
1049              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
1050              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
1051              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1052      Branch: maint-5.004/perl
1053            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
1054            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
1055            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1056 ____________________________________________________________________________
1057 [  1209] By: nick                                  on 1998/06/23  21:33:34
1058         Log: Perl_malloced_size() only available with perl's malloc
1059      Branch: ansiperl
1060            ! win32/makefile.mk
1061 ____________________________________________________________________________
1062 [  1208] By: nick                                  on 1998/06/23  18:15:23
1063         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
1064              so see what has changed...
1065      Branch: ansiperl
1066           +> Porting/genlog iperlsys.h lib/File/Spec.pm
1067           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1068           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1069           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
1070           +> t/lib/filespec.t win32/perlhost.h
1071            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
1072            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
1073            - perlproc.h perlsock.h
1074           !> (integrate 96 files)
1075
1076 ----------------
1077 Version 5.004_68
1078 ----------------
1079
1080 ____________________________________________________________________________
1081 [  1207] By: gsar                                  on 1998/06/23  10:55:05
1082         Log: final touches to 5.004_68
1083      Branch: perl
1084            ! perl.c
1085 ____________________________________________________________________________
1086 [  1206] By: gsar                                  on 1998/06/23  10:50:10
1087         Log: more MULTIPLICITY tweaks
1088      Branch: perl
1089            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
1090            ! win32/config.gc win32/config.vc win32/config_H.bc
1091            ! win32/config_H.gc win32/config_H.vc
1092 ____________________________________________________________________________
1093 [  1205] By: gsar                                  on 1998/06/23  09:03:46
1094         Log: partial MULTIPLICITY cleanup
1095      Branch: perl
1096            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
1097            ! thrdvar.h
1098 ____________________________________________________________________________
1099 [  1204] By: gsar                                  on 1998/06/23  09:00:48
1100         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
1101      Branch: perl
1102            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
1103 ____________________________________________________________________________
1104 [  1203] By: gsar                                  on 1998/06/23  07:08:02
1105         Log: bump patchlevel to 68, Porting/makerel tweaks
1106      Branch: perl
1107            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
1108            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1109 ____________________________________________________________________________
1110 [  1202] By: gsar                                  on 1998/06/23  06:16:19
1111         Log: remove atomic.h pending resolution of licensing issues,
1112              EMULATE_ATOMIC_REFCOUNTS everywhere
1113      Branch: perl
1114            - atomic.h
1115            ! MANIFEST perl.h sv.h
1116 ____________________________________________________________________________
1117 [  1201] By: gsar                                  on 1998/06/23  06:06:23
1118         Log: applied patch, regen headers
1119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1120              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
1121              Subject: [PATCH 5.004_67] Malloc size feedback
1122              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
1123      Branch: perl
1124            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
1125            ! pp_sys.c proto.h sv.c toke.c
1126 ____________________________________________________________________________
1127 [  1200] By: gsar                                  on 1998/06/23  05:59:09
1128         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
1129              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
1130              From: Stephen McCamant <alias@mcs.com>
1131              Subject: [PATCH] Inheritance of B:: classes
1132      Branch: perl
1133            ! ext/B/B.pm
1134 ____________________________________________________________________________
1135 [  1199] By: gsar                                  on 1998/06/23  05:57:58
1136         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
1137              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
1138              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
1139              Subject: [PATCH] _67: somebody said POSIX::mknod?
1140              From: Jarkko Hietaniemi <jhi@iki.fi>
1141      Branch: perl
1142            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1143            ! ext/POSIX/POSIX.xs perl.h
1144 ____________________________________________________________________________
1145 [  1198] By: gsar                                  on 1998/06/23  05:48:56
1146         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
1147              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1148              Subject: PATCH [5.004_67] perldoc.PL
1149              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
1150      Branch: perl
1151            ! utils/perldoc.PL
1152 ____________________________________________________________________________
1153 [  1197] By: gsar                                  on 1998/06/23  05:47:24
1154         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
1155              Date: Mon, 22 Jun 1998 09:29:18 -0700
1156              From: Dan Sugalski <sugalskd@ous.edu>
1157              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
1158      Branch: perl
1159            ! lib/AutoSplit.pm
1160 ____________________________________________________________________________
1161 [  1196] By: gsar                                  on 1998/06/23  05:45:19
1162         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
1163              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
1164              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
1165              From: Jarkko Hietaniemi <jhi@iki.fi>
1166      Branch: perl
1167            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
1168 ____________________________________________________________________________
1169 [  1195] By: gsar                                  on 1998/06/23  05:43:32
1170         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
1171              Date: Mon, 22 Jun 1998 15:22:24 +0000
1172              From: Dominic Dunlop <domo@vo.lu>
1173              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
1174              update machten.sh to vary REG_INFTY
1175      Branch: perl
1176            ! hints/machten.sh t/op/re_tests t/op/regexp.t
1177 ____________________________________________________________________________
1178 [  1194] By: gsar                                  on 1998/06/23  05:38:36
1179         Log: filter out array subscripts when generating symbols for AIX
1180              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
1181              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
1182              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
1183              From: Jarkko Hietaniemi <jhi@iki.fi>
1184      Branch: perl
1185            ! perl_exp.SH
1186 ____________________________________________________________________________
1187 [  1193] By: gsar                                  on 1998/06/23  05:32:52
1188         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
1189              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
1190              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
1191              From: Lupe Christoph <lupe@alanya.m.isar.de>
1192              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
1193      Branch: perl
1194            ! hints/solaris_2.sh
1195 ____________________________________________________________________________
1196 [  1192] By: gsar                                  on 1998/06/23  05:27:13
1197         Log: add detailed changelogs and 'genlog'--the script which generates them
1198      Branch: perl
1199            + Porting/genlog
1200            ! Changes INSTALL
1201 ____________________________________________________________________________
1202 [  1191] By: gsar                                  on 1998/06/22  15:56:27
1203         Log: tweak win32 makefiles for PERL_OBJECT build
1204      Branch: perl
1205            ! win32/Makefile win32/makefile.mk
1206 ____________________________________________________________________________
1207 [  1190] By: gsar                                  on 1998/06/22  04:06:02
1208         Log: backout change#1178 as it was dependent on an unapplied patch,
1209              fix filespec.t to know its @INC
1210      Branch: perl
1211            ! sv.c t/lib/filespec.t
1212 ____________________________________________________________________________
1213 [  1189] By: gsar                                  on 1998/06/22  03:47:43
1214         Log: eliminate use of tokenbuf in util.c
1215      Branch: perl
1216            ! util.c
1217 ____________________________________________________________________________
1218 [  1188] By: gsar                                  on 1998/06/22  01:53:59
1219         Log: add patch that generates regnodes.h via regcomp.pl
1220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1221              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
1222              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
1223              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
1224      Branch: perl
1225            + regcomp.pl regcomp.sym regnodes.h
1226            ! MANIFEST Makefile.SH regcomp.h
1227 ____________________________________________________________________________
1228 [  1187] By: gsar                                  on 1998/06/22  01:42:21
1229         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1230              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
1231              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
1232              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
1233      Branch: perl
1234            ! pp_ctl.c pp_hot.c
1235 ____________________________________________________________________________
1236 [  1186] By: gsar                                  on 1998/06/22  01:14:14
1237         Log: merge relevant portions from maintbranch change#1155
1238      Branch: perl
1239            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
1240            ! pod/perlrun.pod pp_hot.c
1241 ____________________________________________________________________________
1242 [  1185] By: gsar                                  on 1998/06/22  00:59:28
1243         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1244              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
1245              Subject: [PATCH 5.004_67] Zero-length matching bug
1246              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
1247      Branch: perl
1248            ! regexec.c t/op/pat.t
1249 ____________________________________________________________________________
1250 [  1184] By: gsar                                  on 1998/06/22  00:57:27
1251         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
1252              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1253              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
1254              Subject: Re: _67 not okay
1255              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
1256      Branch: perl
1257            ! malloc.c
1258 ____________________________________________________________________________
1259 [  1183] By: gsar                                  on 1998/06/22  00:53:37
1260         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1261              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
1262              Subject: [PATCH 5.004_67] Test study/re/
1263              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
1264      Branch: perl
1265            ! t/op/pat.t
1266 ____________________________________________________________________________
1267 [  1182] By: gsar                                  on 1998/06/21  21:25:07
1268         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1269              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
1270              Subject: [PATCH 5.004_67] $^R documented
1271              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
1272      Branch: perl
1273            ! pod/perlre.pod pod/perlvar.pod
1274 ____________________________________________________________________________
1275 [  1181] By: gsar                                  on 1998/06/21  21:23:41
1276         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1277              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
1278              Subject: [PATCH 5.004_67] Re docs
1279              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
1280      Branch: perl
1281            ! pod/perlop.pod pod/perlre.pod
1282 ____________________________________________________________________________
1283 [  1180] By: gsar                                  on 1998/06/21  21:22:16
1284         Log: adapted contents of message into comments in malloc.c and INSTALL
1285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1286              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
1287              Subject: [5.004_67] malloc.c -Defines
1288              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
1289      Branch: perl
1290            ! INSTALL malloc.c
1291 ____________________________________________________________________________
1292 [  1179] By: gsar                                  on 1998/06/21  07:26:35
1293         Log: applied patch, with edits to the prose
1294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1295              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
1296              Subject: [PATCH 5.004_67] Error variables compared
1297              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
1298      Branch: perl
1299            ! pod/perlvar.pod
1300 ____________________________________________________________________________
1301 [  1178] By: gsar                                  on 1998/06/21  07:07:16
1302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1303              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
1304              Subject: [PATCH 5.004_67] print study /re/ broken
1305              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
1306      Branch: perl
1307            ! sv.c
1308 ____________________________________________________________________________
1309 [  1177] By: gsar                                  on 1998/06/21  07:06:10
1310         Log: applied patch, tweaked wording
1311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1312              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
1313              Subject: [PATCH 5.004_67] Documentation patch for malloc
1314              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
1315      Branch: perl
1316            ! malloc.c pod/perldiag.pod
1317 ____________________________________________________________________________
1318 [  1176] By: gsar                                  on 1998/06/21  07:00:30
1319         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1320              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
1321              Subject: [PATCH 5.004_67] Cosmetic malloc patch
1322              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
1323      Branch: perl
1324            ! malloc.c
1325 ____________________________________________________________________________
1326 [  1175] By: gsar                                  on 1998/06/21  06:58:37
1327         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
1328              Date: Fri, 19 Jun 1998 16:00:57 -0700
1329              From: Dan Sugalski <sugalskd@osshe.edu>
1330              Subject: [PATCH 5.004_67] fixup patches for VMS
1331      Branch: perl
1332            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
1333            ! t/op/taint.t vms/test.com vms/vms.c
1334 ____________________________________________________________________________
1335 [  1174] By: gsar                                  on 1998/06/21  06:55:18
1336         Log: applied VMS patch from Dan Sugalski
1337              Date: Fri, 19 Jun 1998 15:36:34 -0700
1338              From: SYSTEM@cedar.osshe.edu
1339              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
1340              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
1341      Branch: perl
1342            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
1343            ! vms/descrip_mms.template vms/gen_shrfls.pl
1344            ! vms/subconfigure.com
1345 ____________________________________________________________________________
1346 [  1173] By: gsar                                  on 1998/06/21  06:51:38
1347         Log: applied patch, modified logic to avoid reentering lexer at compile-time
1348              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
1349              Date: Fri, 19 Jun 1998 11:31:04 -0500
1350              From: Graham Barr <gbarr@ti.com>
1351              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
1352      Branch: perl
1353            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
1354            ! lib/English.pm
1355 ____________________________________________________________________________
1356 [  1172] By: gsar                                  on 1998/06/21  06:27:57
1357         Log: applied patch, along with many changes:
1358              - ipfoo.h headers have been coalesced along with perlfoo.h into
1359              iperlsys.h
1360              - win32/cp*.h have been combined in perlhost.h
1361              - CPerlObj::PerlParse() takes an extra xsinit arg
1362              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
1363              From: "Douglas Lankshear" <dougl@ActiveState.com>
1364              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
1365              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
1366              Date: Fri, 19 Jun 1998 10:59:50 -0700
1367      Branch: perl
1368            + iperlsys.h win32/perlhost.h
1369            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
1370            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
1371            - perlsock.h
1372            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
1373            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
1374            ! win32/runperl.c win32/win32.h
1375 ____________________________________________________________________________
1376 [  1171] By: gsar                                  on 1998/06/21  00:44:42
1377         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
1378              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1379              Subject: Re: PATCH _67 (Doc) perlop.pod 
1380              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
1381      Branch: perl
1382            ! pod/perlop.pod
1383 ____________________________________________________________________________
1384 [  1170] By: gsar                                  on 1998/06/21  00:43:06
1385         Log: a tweaked version of:
1386              From: "Douglas Lankshear" <dougl@ActiveState.com>
1387              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
1388              Date: Wed, 17 Jun 1998 20:25:51 -0700
1389              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
1390      Branch: perl
1391            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
1392 ____________________________________________________________________________
1393 [  1169] By: gsar                                  on 1998/06/21  00:10:18
1394         Log: added patch, regen headers
1395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1396              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
1397              Subject: Re: Ilya's patches
1398              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
1399      Branch: perl
1400            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
1401 ____________________________________________________________________________
1402 [  1168] By: gsar                                  on 1998/06/21  00:05:01
1403         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
1404              From: Tom Phoenix <rootbeer@teleport.com>
1405              Subject: [PATCH] docs creating files via open
1406              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
1407      Branch: perl
1408            ! pod/perlfunc.pod
1409 ____________________________________________________________________________
1410 [  1167] By: gsar                                  on 1998/06/21  00:03:34
1411         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1412              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
1413              Subject: [PATCH 5.004_67] Better version of malloc improver
1414              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
1415      Branch: perl
1416            ! malloc.c
1417 ____________________________________________________________________________
1418 [  1166] By: gsar                                  on 1998/06/20  23:59:23
1419         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
1420      Branch: perl
1421            ! pod/perlre.pod
1422 ____________________________________________________________________________
1423 [  1165] By: gsar                                  on 1998/06/20  23:47:09
1424         Log: added patch, tweaked missed files, excised comment that doesn't really
1425              belong in the sources
1426              From: joshua.pritikin@db.com
1427              Date: Mon, 15 Jun 1998 10:03:37 -0400
1428              Message-Id: <H00000e500072c63@MHS>
1429              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
1430      Branch: perl
1431            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
1432            ! t/op/avhv.t
1433 ____________________________________________________________________________
1434 [  1164] By: gsar                                  on 1998/06/20  23:29:09
1435         Log: add File-Spec-0.6 from CPAN
1436      Branch: perl
1437            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1438            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1439            + lib/File/Spec/Win32.pm t/lib/filespec.t
1440            ! MANIFEST
1441 ____________________________________________________________________________
1442 [  1163] By: gsar                                  on 1998/06/20  23:15:41
1443         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
1444      Branch: perl
1445            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
1446 ____________________________________________________________________________
1447 [  1162] By: gsar                                  on 1998/06/20  21:48:32
1448         Log: manual integration of all outstanding ansi branch stuff into mainline
1449      Branch: perl
1450            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
1451            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
1452            ! win32/win32.h
1453 ____________________________________________________________________________
1454 [  1161] By: gsar                                  on 1998/06/20  21:12:01
1455         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
1456      Branch: perl
1457            ! utils/perldoc.PL
1458 ____________________________________________________________________________
1459 [  1160] By: nick                                  on 1998/06/20  21:05:51
1460         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
1461      Branch: ansiperl
1462            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
1463            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
1464 ____________________________________________________________________________
1465 [  1159] By: gsar                                  on 1998/06/20  02:51:35
1466         Log: cleanup installation of utilities on win32
1467      Branch: perl
1468            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
1469            ! win32/pod.mak
1470 ____________________________________________________________________________
1471 [  1158] By: gsar                                  on 1998/06/20  02:50:35
1472         Log: intuit @INC pathnames from exe location only if dll location
1473              is unknown (ensures that multiple executables will coexist)
1474      Branch: perl
1475            ! win32/win32.c
1476 ____________________________________________________________________________
1477 [  1157] By: gsar                                  on 1998/06/20  02:48:34
1478         Log: make perldoc ignore null files (it tried to open() them)
1479      Branch: perl
1480            ! utils/perldoc.PL
1481 ____________________________________________________________________________
1482 [  1156] By: gsar                                  on 1998/06/19  21:18:47
1483         Log: fix perldoc to ignore unfound null filenames
1484      Branch: perl
1485            ! utils/perldoc.PL
1486 ____________________________________________________________________________
1487 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
1488         Log: Assorted patches:
1489              
1490              ------  BUILD PROCESS  ------
1491              
1492              Title:  "Clarify varargs issues in INSTALL docs"
1493              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1494              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
1495              Files:  INSTALL
1496              
1497              ------  CORE LANGUAGE  ------
1498              
1499              Title:  "Further fixes for updated SysV IPC support"
1500              From:  Jarkko Hietaniemi <jhi@iki.fi>
1501              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
1502              Files:  Configure perl.h doio.c
1503              
1504              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
1505              From:  Andrew Bettison <andrewb@zip.com.au>
1506              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
1507              Files:  pp_hot.c
1508              
1509              Title:  "Invalidate method cache on C<local *subname>"
1510              From:  Chip Salzenberg <chip@perl.org>
1511              Msg-ID:  <19980604134731.D24343@perlsupport.com>
1512              Files:  scope.c t/op/method.t
1513              
1514              Title:  "fix uninitialized cv variable in op.c"
1515              From:  joshua.pritikin@db.com
1516              Msg-ID:  <H00000e50005af05@MHS>
1517              Files:  op.c
1518              
1519              Title:  "fix for undef as last arg to setsockopt"
1520              From:  Graham Barr <gbarr@ti.com>
1521              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
1522              Files:  pp_sys.c
1523              
1524              Title:  "Fix -i when @ARGV is empty"
1525              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
1526              <gsar@engin.umich.edu>, Ilya Zakharevich
1527              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
1528              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
1529              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
1530              <199806071817.OAA28141@aatma.engin.umich.edu>,
1531              <199806191549.QAA16376@toad.ig.co.uk>
1532              Files:  pp_hot.c
1533              
1534              ------  DOCUMENTATION  ------
1535              
1536              Title:  "Discrepancy between perlop.pod and m// operator docs"
1537              From:  Tom Phoenix <rootbeer@teleport.com>
1538              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
1539              Files:  pod/perlop.pod
1540              
1541              Title:  "Doc addition for perlfunc entry for system()"
1542              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
1543              <fletch@phydeaux.org>
1544              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
1545              <199806012057.QAA26830@monk.mps.ohio-state.edu>
1546              Files:  pod/perlfunc.pod
1547              
1548              Title:  "Clarify effects of using quotes with m operator"
1549              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
1550              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
1551              Files:  pod/perlop.pod
1552              
1553              Title:  "Document -i with STDIN"
1554              From:  joshua.pritikin@db.com
1555              Msg-ID:  <H00000e50006a84a@MHS>
1556              Files:  pod/perlrun.pod
1557              
1558              ------  EXTENSIONS  ------
1559              
1560              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
1561              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1562              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
1563              Files:  lib/ExtUtils/Liblist.pm
1564              
1565              ------  LIBRARY  ------
1566              
1567              Title:  "Typo fix for Math::BogFloat"
1568              From:  Mike Stok <mike@stok.co.uk>
1569              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
1570              Files:  lib/Math/BigFloat.pm
1571              
1572              ------  PORTABILITY - GENERAL  ------
1573              
1574              Title:  "Add docs about types of diff to Porting/patching.pod"
1575              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1576              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
1577              Files:  Porting/patching.pod
1578              
1579              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
1580              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
1581              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
1582              Files:  hints/powerux.sh
1583              
1584              Title:  "Assorted improvements to hints/solaris_2.sh"
1585              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1586              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
1587              Files:  hints/solaris_2.sh
1588      Branch: maint-5.004/perl
1589            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
1590            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
1591            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
1592            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
1593            ! t/op/method.t
1594 ____________________________________________________________________________
1595 [  1154] By: gsar                                  on 1998/06/19  17:22:23
1596         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
1597      Branch: perl
1598            ! ext/B/B/Asmdata.pm regcomp.c
1599 ____________________________________________________________________________
1600 [  1153] By: nick                                  on 1998/06/19  17:21:21
1601         Log: Use libxxx.a for -lxxx with GCC
1602      Branch: ansiperl
1603            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
1604            ! win32/makefile.mk
1605 ____________________________________________________________________________
1606 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
1607         Log: Title:  Tom's jumbo doc patch
1608              From:   Tom Christiansen <tchrist@chthon.perl.com>
1609              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
1610              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1611              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1612              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1613              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1614              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1615              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1616              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1617              pod/perlop.pod pod/perlre.pod pod/perlref.pod
1618              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
1619              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
1620              pod/perlvar.pod
1621      Branch: maint-5.004/perl
1622            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1623            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1624            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1625            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1626            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1627            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1628            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1629            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
1630            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
1631            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
1632 ____________________________________________________________________________
1633 [  1151] By: nick                                  on 1998/06/19  15:38:28
1634         Log: Resolve latest
1635      Branch: ansiperl
1636           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
1637           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
1638           !> sv.c t/TEST
1639 ____________________________________________________________________________
1640 [  1150] By: gsar                                  on 1998/06/18  20:43:07
1641         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
1642              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
1643              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1644              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
1645      Branch: perl
1646            ! hints/powerux.sh
1647 ____________________________________________________________________________
1648 [  1149] By: gsar                                  on 1998/06/18  20:41:30
1649         Log: hand apply whitespace-mutiliated patch
1650              From: joshua.pritikin@db.com
1651              Date: Mon, 15 Jun 1998 09:21:36 -0400
1652              Message-Id: <H00000e50007289b@MHS>
1653              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
1654      Branch: perl
1655            ! av.c
1656 ____________________________________________________________________________
1657 [  1148] By: gsar                                  on 1998/06/18  20:33:59
1658         Log: hand apply whitespace-mutiliated and reversed patch
1659              Date: Tue, 16 Jun 1998 16:31:40 -0400
1660              From: Les Peters <lpeters@aol.net>
1661              Message-Id: <199806162031.QAA08202@ds9>
1662              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
1663      Branch: perl
1664            ! ext/Socket/Socket.xs
1665 ____________________________________________________________________________
1666 [  1147] By: gsar                                  on 1998/06/18  20:26:59
1667         Log: close child pipe in t/TEST, other cosmetic tweaks
1668      Branch: perl
1669            ! t/TEST
1670 ____________________________________________________________________________
1671 [  1146] By: gsar                                  on 1998/06/18  19:37:41
1672         Log: back out problematic change#1105, tweak perlsub.pod
1673      Branch: perl
1674            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
1675            ! pp_ctl.c proto.h sv.c
1676 ____________________________________________________________________________
1677 [  1145] By: nick                                  on 1998/06/18  19:31:07
1678         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
1679      Branch: ansiperl
1680           +> configure.com ext/DB_File/dbinfo
1681           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
1682           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
1683           +> vms/subconfigure.com
1684            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
1685            - vms/fndvers.com
1686           !> (integrate 499 files)
1687 ____________________________________________________________________________
1688 [  1144] By: gsar                                  on 1998/06/18  16:35:11
1689         Log: fix spurious cxstack_max init that trampled memory
1690      Branch: perl
1691            ! perl.c
1692 ____________________________________________________________________________
1693 [  1143] By: gsar                                  on 1998/06/18  16:33:01
1694         Log: fix memory leaks and uninitialized memory accesses found by Purify
1695      Branch: perl
1696            ! doio.c perl.c regexec.c sv.c
1697 ____________________________________________________________________________
1698 [  1142] By: gsar                                  on 1998/06/18  16:28:48
1699         Log: fix off-by-one that trampled memory in re_croak2()
1700      Branch: perl
1701            ! regcomp.c
1702 ____________________________________________________________________________
1703 [  1141] By: gsar                                  on 1998/06/18  16:26:59
1704         Log: fix AutoLoader to do the right thing when there are relative paths
1705              in @INC
1706      Branch: perl
1707            ! lib/AutoLoader.pm
1708 ____________________________________________________________________________
1709 [  1140] By: gsar                                  on 1998/06/18  16:22:47
1710         Log: fix Makefile.SH typo
1711      Branch: perl
1712            ! Makefile.SH
1713 ____________________________________________________________________________
1714 [  1139] By: gsar                                  on 1998/06/17  18:06:16
1715         Log: 5.004_67 niggles
1716      Branch: perl
1717            ! Makefile.SH op.c
1718
1719 ----------------
1720 Version 5.004_67
1721 ----------------
1722
1723 ____________________________________________________________________________
1724 [  1138] By: gsar                                  on 1998/06/15  10:09:27
1725         Log: up patchlevel.h to 67, other small tweaks
1726      Branch: perl
1727            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
1728            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1729            ! win32/config_H.vc win32/makefile.mk
1730 ____________________________________________________________________________
1731 [  1137] By: gsar                                  on 1998/06/15  09:08:57
1732         Log: tweaks to get PERL_OBJECT building again; passes tests
1733      Branch: perl
1734            ! ObjXSub.h objpp.h proto.h
1735 ____________________________________________________________________________
1736 [  1136] By: gsar                                  on 1998/06/15  08:51:54
1737         Log: back out previous change (it breaks PERL_OBJECT)
1738      Branch: perl
1739            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
1740            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
1741            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
1742 ____________________________________________________________________________
1743 [  1135] By: gsar                                  on 1998/06/15  05:32:01
1744         Log: added patch, fixed typo, reworked documentation
1745              Message-Id: <H00000e500071aa3@MHS>
1746              Date:    Sun, 14 Jun 1998 14:03:15 EDT
1747              From:    joshua.pritikin@db.com
1748              Subject: [PATCH 5.004_66] JMPENV!
1749      Branch: perl
1750            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
1751            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
1752            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
1753 ____________________________________________________________________________
1754 [  1134] By: gsar                                  on 1998/06/15  04:07:18
1755         Log: various win32 odds and ends
1756              - added support for waitpid(), open2/open3, and a bugfix for kill()
1757              from Ronald Schmidt <RonaldWS@aol.com>
1758              - tweak testsuite mods of above
1759              - regenerate win32/config_H.?c
1760              - change kill() to win32_kill() and export it
1761              - coalesce common code in win32.c
1762              - add PerlProc_waitpid() and export win32_waitpid()
1763              result builds and passes on the three win32 compilers
1764      Branch: perl
1765            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
1766            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
1767            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1768            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
1769            ! win32/win32.c win32/win32iop.h
1770 ____________________________________________________________________________
1771 [  1133] By: gsar                                  on 1998/06/15  01:39:13
1772         Log: newer Getopt/Long.pm from public distribution cited in:
1773              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
1774              Date:    14 Jun 1998 15:15:28 +0200
1775              From:    Johan Vromans <jvromans@squirrel.nl>
1776              Subject: Getopt::Long version 2.17 released
1777      Branch: perl
1778            ! lib/Getopt/Long.pm
1779 ____________________________________________________________________________
1780 [  1132] By: gsar                                  on 1998/06/15  01:37:12
1781         Log: documentation update from tchrist
1782              Message-Id: <199806140419.WAA20549@chthon.perl.com>
1783              Date:    Sat, 13 Jun 1998 22:19:32 MDT
1784              From:    Tom Christiansen <tchrist@chthon.perl.com>
1785              Subject: doc patches
1786      Branch: perl
1787            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1788            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1789            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1790            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1791            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1792            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1793            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1794            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
1795            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
1796            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
1797 ____________________________________________________________________________
1798 [  1131] By: gsar                                  on 1998/06/14  19:33:36
1799         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
1800              From: Roderick Schertler <roderick@argon.org>
1801              Subject: [PATCH] Re: Exceptions in IPC::Open2
1802              Date: 12 Jun 1998 13:24:15 -0400
1803      Branch: perl
1804            ! lib/IPC/Open3.pm
1805 ____________________________________________________________________________
1806 [  1130] By: gsar                                  on 1998/06/14  19:32:25
1807         Log: fixup MANIFEST
1808      Branch: perl
1809            ! MANIFEST
1810 ____________________________________________________________________________
1811 [  1129] By: gsar                                  on 1998/06/14  18:51:53
1812         Log: various win32 fixes
1813              - fixes that silence VC noises about dup exports, non-default libs, and
1814              unsupported *.def file directives
1815              - s/inplace/inplace_label/ malloc.c
1816              - update Config{usemymalloc} based on d_mymalloc
1817              - export Perl_*Vars
1818              - fix makefiles to not build miniperl.exe twice, and to make it properly
1819              when defaults are changed
1820      Branch: perl
1821            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
1822            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
1823            ! win32/makefile.mk win32/perllib.c win32/win32.h
1824 ____________________________________________________________________________
1825 [  1128] By: gsar                                  on 1998/06/14  01:38:39
1826         Log: remove unused global `scrgv'
1827      Branch: perl
1828            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
1829 ____________________________________________________________________________
1830 [  1127] By: nick                                  on 1998/06/13  08:39:07
1831         Log: Move specialsv_list to embed.sym, regen embed*.h
1832      Branch: win32/perl
1833            ! embed.h embedvar.h global.sym interp.sym
1834 ____________________________________________________________________________
1835 [  1126] By: gsar                                  on 1998/06/12  07:23:06
1836         Log: From: jan.dubois@ibm.net (Jan Dubois)
1837              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
1838              Date: Thu, 11 Jun 1998 21:13:31 +0200
1839              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
1840      Branch: perl
1841            ! win32/makedef.pl win32/win32.c win32/win32iop.h
1842 ____________________________________________________________________________
1843 [  1125] By: gsar                                  on 1998/06/12  07:21:29
1844         Log: added patch, undo earlier workaround
1845              From: jan.dubois@ibm.net (Jan Dubois)
1846              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
1847              Date: Thu, 11 Jun 1998 20:28:36 +0200
1848              Message-ID: <35831f69.4975644@smtp1.ibm.net>
1849      Branch: perl
1850            ! perl.c util.c
1851 ____________________________________________________________________________
1852 [  1124] By: gsar                                  on 1998/06/12  07:16:12
1853         Log: hand-applied patch with wrapped lines
1854              From: "Douglas Lankshear" <dougl@ActiveState.com>
1855              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
1856              Date: Thu, 11 Jun 1998 11:06:33 -0700
1857              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
1858      Branch: perl
1859            ! win32/win32.c
1860 ____________________________________________________________________________
1861 [  1123] By: gsar                                  on 1998/06/12  07:07:25
1862         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
1863              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1864              Subject: [PATCH 5.004_66] Config_66-01-02.diff
1865              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
1866      Branch: perl
1867            ! Configure
1868 ____________________________________________________________________________
1869 [  1122] By: gsar                                  on 1998/06/12  07:06:02
1870         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
1871              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
1872              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1873              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
1874      Branch: perl
1875            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
1876            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
1877            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
1878            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
1879 ____________________________________________________________________________
1880 [  1121] By: gsar                                  on 1998/06/12  07:01:20
1881         Log: a tweaked version of:
1882              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
1883              Date: Fri, 12 Jun 1998 01:26:53 +0200
1884              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1885              Subject: Re: Misparsing s///x
1886      Branch: perl
1887            ! pod/perlre.pod
1888 ____________________________________________________________________________
1889 [  1120] By: gsar                                  on 1998/06/12  06:51:08
1890         Log: applied patch, with indentation tweaks
1891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1892              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
1893              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
1894              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
1895      Branch: perl
1896            ! regcomp.c regcomp.h regexec.c
1897 ____________________________________________________________________________
1898 [  1119] By: gsar                                  on 1998/06/11  17:42:07
1899         Log: make REG_INFTY default to something saner when sizeof(short) > 2
1900              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
1901              Date:    Thu, 11 Jun 1998 11:50:07 EDT
1902              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
1903              Subject: Re: [PATCH for tests] Regexp fails on long string 
1904      Branch: perl
1905            ! regcomp.h
1906 ____________________________________________________________________________
1907 [  1118] By: gsar                                  on 1998/06/11  07:09:06
1908         Log: regen embedvar.h
1909      Branch: perl
1910            ! embedvar.h
1911 ____________________________________________________________________________
1912 [  1117] By: gsar                                  on 1998/06/11  06:45:52
1913         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1914              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
1915              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
1916              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
1917      Branch: perl
1918            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
1919            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
1920 ____________________________________________________________________________
1921 [  1116] By: gsar                                  on 1998/06/11  06:35:54
1922         Log: misc win32 fixes
1923              From: "Douglas Lankshear" <dougl@ActiveState.com>
1924              Subject: [PATCH 5.004_66]
1925              Date: Wed, 10 Jun 1998 11:28:27 -0700
1926              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
1927      Branch: perl
1928            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
1929 ____________________________________________________________________________
1930 [  1115] By: gsar                                  on 1998/06/11  06:33:21
1931         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
1932              Date: Wed, 10 Jun 1998 00:53:25 +0200
1933              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1934              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
1935      Branch: perl
1936            ! Makefile.SH
1937 ____________________________________________________________________________
1938 [  1114] By: gsar                                  on 1998/06/11  06:31:34
1939         Log: back out change#1111 and add alternative patch:
1940              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1941              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
1942              Subject: Re: PATCH for study/foo/
1943              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
1944      Branch: perl
1945            ! pp.c sv.c
1946 ____________________________________________________________________________
1947 [  1113] By: gsar                                  on 1998/06/11  02:59:23
1948         Log: fix outdated bytecode.pl
1949      Branch: perl
1950            ! bytecode.h bytecode.pl byterun.c byterun.h
1951 ____________________________________________________________________________
1952 [  1112] By: gsar                                  on 1998/06/10  07:56:06
1953         Log: Added patch, regenerated perly.c and perly.c.diff
1954              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
1955              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
1956              From: Stephen McCamant <alias@mcs.com>
1957              Subject: [PATCH] too many RV2GVs in *foo{THING}
1958      Branch: perl
1959            ! perly.c perly.c.diff perly.y t/op/gv.t
1960 ____________________________________________________________________________
1961 [  1111] By: gsar                                  on 1998/06/10  07:40:30
1962         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1963              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
1964              Subject: Re: PATCH for study/foo/
1965              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
1966      Branch: perl
1967            ! pp.c
1968 ____________________________________________________________________________
1969 [  1110] By: gsar                                  on 1998/06/10  07:37:04
1970         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1971              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
1972              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
1973              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
1974      Branch: perl
1975            ! pod/perldebug.pod
1976 ____________________________________________________________________________
1977 [  1109] By: gsar                                  on 1998/06/10  07:35:29
1978         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1979              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
1980              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
1981              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
1982      Branch: perl
1983            ! regcomp.h
1984 ____________________________________________________________________________
1985 [  1108] By: gsar                                  on 1998/06/10  07:31:25
1986         Log: Added patch, tweaked other places affected by name change
1987              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
1988              Date: Wed, 10 Jun 1998 00:54:17 +0200
1989              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1990              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
1991      Branch: perl
1992           +> ext/DynaLoader/DynaLoader_pm.PL
1993            - ext/DynaLoader/DynaLoader.pm.PL
1994            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
1995            ! win32/makefile.mk
1996 ____________________________________________________________________________
1997 [  1107] By: gsar                                  on 1998/06/10  07:24:20
1998         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
1999              Date: Wed, 10 Jun 1998 00:53:42 +0200
2000              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2001              Subject: [PATCH for _66] new version of README.dos
2002      Branch: perl
2003            ! README.dos
2004 ____________________________________________________________________________
2005 [  1106] By: gsar                                  on 1998/06/10  07:22:31
2006         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
2007              Date: Wed, 10 Jun 1998 00:54:04 +0200
2008              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2009              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
2010      Branch: perl
2011            ! t/op/taint.t
2012 ____________________________________________________________________________
2013 [  1105] By: gsar                                  on 1998/06/10  07:21:21
2014         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
2015              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2016              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
2017              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
2018              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
2019      Branch: perl
2020            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
2021            ! perlvars.h pp_ctl.c proto.h sv.c
2022 ____________________________________________________________________________
2023 [  1104] By: gsar                                  on 1998/06/10  07:06:01
2024         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2025              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
2026              Subject: Lost chunk of RE jumbo patch
2027              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
2028      Branch: perl
2029            + t/op/regexp_noamp.t
2030 ____________________________________________________________________________
2031 [  1103] By: gsar                                  on 1998/06/10  07:04:20
2032         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2033              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
2034              Subject: [PATCH 5.004_66] Combined OS/2 support
2035              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
2036      Branch: perl
2037            ! os2/Changes os2/diff.configure os2/os2.c
2038 ____________________________________________________________________________
2039 [  1102] By: gsar                                  on 1998/06/10  07:00:08
2040         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
2041              Date:    Fri, 13 Mar 1998 20:03:52 EST
2042              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2043              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
2044      Branch: perl
2045            ! lib/Pod/Html.pm
2046 ____________________________________________________________________________
2047 [  1101] By: gsar                                  on 1998/06/10  06:55:20
2048         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2049              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
2050              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
2051      Branch: perl
2052            ! regexec.c
2053 ____________________________________________________________________________
2054 [  1100] By: gsar                                  on 1998/06/10  06:52:50
2055         Log: updated MANIFEST for previous change
2056      Branch: perl
2057            ! MANIFEST
2058 ____________________________________________________________________________
2059 [  1099] By: gsar                                  on 1998/06/10  06:51:08
2060         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
2061              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
2062              Date: Fri, 05 Jun 1998 11:08:40 -0700
2063              From: Dan Sugalski <sugalskd@osshe.edu>
2064              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
2065      Branch: perl
2066            + t/base/rs.t
2067            ! perl.h pod/perlvar.pod sv.c
2068 ____________________________________________________________________________
2069 [  1098] By: gsar                                  on 1998/06/10  06:36:59
2070         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2071              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
2072              Subject: [PATCH fror 5.004_66] DB_File-1.60
2073              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
2074      Branch: perl
2075            + ext/DB_File/dbinfo
2076            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2077            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
2078            ! t/lib/db-hash.t t/lib/db-recno.t
2079 ____________________________________________________________________________
2080 [  1097] By: gsar                                  on 1998/06/10  06:33:16
2081         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
2082              Date: Thu, 4 Jun 1998 13:47:31 -0400
2083              From: Chip Salzenberg <chip@perl.org>
2084              Subject: [PATCH] Invalidate method cache on C<local *subname>
2085      Branch: perl
2086            ! scope.c t/op/method.t
2087 ____________________________________________________________________________
2088 [  1096] By: gsar                                  on 1998/06/10  06:30:51
2089         Log: From: Norton Allen <allen@huarp.harvard.edu>
2090              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
2091              Subject: [PATCH] _66 MM_Unix.pm for QNX
2092              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
2093      Branch: perl
2094            ! lib/ExtUtils/MM_Unix.pm
2095 ____________________________________________________________________________
2096 [  1095] By: gsar                                  on 1998/06/10  06:29:21
2097         Log: From: Norton Allen <allen@huarp.harvard.edu>
2098              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
2099              Subject: [PATCH] _66 proto.h
2100              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
2101      Branch: perl
2102            ! proto.h
2103 ____________________________________________________________________________
2104 [  1094] By: gsar                                  on 1998/06/10  06:26:39
2105         Log: Applied relevant parts of:
2106              From: Paul Johnson <pjcj@transeda.com>
2107              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
2108              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
2109              Subject: [PATCH] Enhancing xsubpp's support for C++
2110      Branch: perl
2111            ! lib/ExtUtils/xsubpp
2112 ____________________________________________________________________________
2113 [  1093] By: gsar                                  on 1998/06/10  06:22:54
2114         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
2115              Date: Wed, 3 Jun 1998 11:22:19 -0500
2116              From: Graham Barr <gbarr@ti.com>
2117              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
2118      Branch: perl
2119            ! pp_sys.c
2120 ____________________________________________________________________________
2121 [  1092] By: gsar                                  on 1998/06/10  06:20:44
2122         Log: Message-Id: <199806030919.KAA03527@sale-wts>
2123              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
2124              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
2125              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
2126      Branch: perl
2127            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
2128 ____________________________________________________________________________
2129 [  1091] By: gsar                                  on 1998/06/10  06:18:42
2130         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
2131              Date: Mon, 01 Jun 1998 12:22:29 -0700
2132              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
2133              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
2134      Branch: perl
2135            ! proto.h
2136 ____________________________________________________________________________
2137 [  1090] By: gsar                                  on 1998/06/10  06:14:24
2138         Log: A tweaked version of:
2139              Date: Mon, 1 Jun 1998 12:05:47 -0700
2140              From: SYSTEM@cedar.osshe.edu
2141              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
2142              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
2143      Branch: perl
2144            ! ext/SDBM_File/sdbm/Makefile.PL
2145 ____________________________________________________________________________
2146 [  1089] By: gsar                                  on 1998/06/10  05:58:00
2147         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
2148              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
2149              From: Stephen McCamant <alias@mcs.com>
2150              Subject: [PATCH] Re: Uninitialised error from -M()
2151      Branch: perl
2152            ! op.c t/op/stat.t
2153 ____________________________________________________________________________
2154 [  1088] By: gsar                                  on 1998/06/10  05:55:24
2155         Log: Date: Sat, 30 May 1998 08:07:01 -0400
2156              From: lvirden@cas.org (Larry Virden)
2157              Message-Id: <199805301207.IAA08856@cas.org>
2158              Subject: PATCH for pod and warning notice
2159      Branch: perl
2160            ! pod/perlguts.pod
2161 ____________________________________________________________________________
2162 [  1087] By: gsar                                  on 1998/06/10  05:52:05
2163         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2164              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
2165              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
2166              Subject: [PATCH 5.004_66] Config_66-01
2167      Branch: perl
2168            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2169            ! Porting/config_H config_h.SH
2170 ____________________________________________________________________________
2171 [  1086] By: gsar                                  on 1998/06/10  05:46:38
2172         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
2173              Date: Mon, 08 Jun 1998 16:13:14 -0700
2174              From: Dan Sugalski <sugalskd@osshe.edu>
2175              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
2176      Branch: perl
2177            ! ext/Thread/Thread/Semaphore.pm
2178 ____________________________________________________________________________
2179 [  1085] By: gsar                                  on 1998/06/10  05:44:44
2180         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
2181              Date: Mon, 08 Jun 1998 16:10:02 -0700
2182              From: Dan Sugalski <sugalskd@osshe.edu>
2183              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
2184      Branch: perl
2185            - vms/descrip.mms
2186            ! ext/Thread/Thread/Queue.pm
2187 ____________________________________________________________________________
2188 [  1084] By: gsar                                  on 1998/06/10  05:38:11
2189         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
2190              Date: Mon, 08 Jun 1998 15:38:28 -0700
2191              From: Dan Sugalski <sugalskd@osshe.edu>
2192              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
2193      Branch: perl
2194            + configure.com vms/descrip_mms.template vms/munchconfig.c
2195            + vms/subconfigure.com
2196            - vms/config.vms vms/fndvers.com
2197            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
2198 ____________________________________________________________________________
2199 [  1083] By: gsar                                  on 1998/06/10  05:07:04
2200         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
2201              variant of:
2202              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
2203              Date:    Sat, 13 Dec 1997 07:31:02 EST
2204              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2205              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
2206      Branch: perl
2207            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
2208 ____________________________________________________________________________
2209 [  1082] By: gsar                                  on 1998/06/10  04:52:26
2210         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
2211              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
2212      Branch: perl
2213            ! malloc.c
2214 ____________________________________________________________________________
2215 [  1081] By: gsar                                  on 1998/06/10  03:45:10
2216         Log: reverse integrate contents of win32 branch into mainline
2217      Branch: perl
2218           !> (integrate 44 files)
2219 ____________________________________________________________________________
2220 [  1080] By: gsar                                  on 1998/06/09  17:37:55
2221         Log: `p4 integrate -b ASPerl && p4 resolve -at`
2222      Branch: asperl
2223           !> (integrate 43 files)
2224 ____________________________________________________________________________
2225 [  1079] By: gsar                                  on 1998/06/09  00:59:06
2226         Log: add examples of diff(1) usage
2227      Branch: win32/perl
2228            ! Porting/patching.pod
2229 ____________________________________________________________________________
2230 [  1078] By: gsar                                  on 1998/06/09  00:52:23
2231         Log: undo change#1077
2232      Branch: win32/perl
2233            ! sv.c
2234 ____________________________________________________________________________
2235 [  1077] By: gsar                                  on 1998/06/06  16:47:32
2236         Log: make sv_setsv() treat freed SVs like SVt_NULL
2237      Branch: win32/perl
2238            ! sv.c
2239 ____________________________________________________________________________
2240 [  1076] By: gsar                                  on 1998/06/05  19:03:14
2241         Log: delete undiscussed AS changes for PPD (broke .packlist
2242              mechanism)
2243      Branch: win32/perl
2244            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2245 ____________________________________________________________________________
2246 [  1075] By: gsar                                  on 1998/06/05  18:18:44
2247         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
2248              with the xsubpp-generated symbol)
2249      Branch: win32/perl
2250            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
2251            ! win32/dl_win32.xs
2252 ____________________________________________________________________________
2253 [  1074] By: gsar                                  on 1998/06/04  22:45:18
2254         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
2255      Branch: win32/perl
2256            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
2257            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
2258 ____________________________________________________________________________
2259 [  1073] By: nick                                  on 1998/06/04  17:18:14
2260         Log: resolve -at win32 branch into ansiperl
2261      Branch: ansiperl
2262           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2263           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
2264           +> t/lib/h2ph.t win32/GenCAPI.pl
2265           !> (integrate 127 files)
2266 ____________________________________________________________________________
2267 [  1072] By: gsar                                  on 1998/06/04  01:49:24
2268         Log: document CORE::GLOBAL:: and global overriding, fix up
2269              File::DosGlob, testsuited and all
2270      Branch: win32/perl
2271            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
2272 ____________________________________________________________________________
2273 [  1071] By: gsar                                  on 1998/06/03  22:12:55
2274         Log: add AS patch#24, remove one other instance of error_no
2275              that was missed (patch#23 was intentionally skipped)
2276      Branch: win32/perl
2277            ! embedvar.h globals.c perlvars.h win32/makedef.pl
2278            ! win32/runperl.c
2279 ____________________________________________________________________________
2280 [  1070] By: gsar                                  on 1998/06/01  19:42:06
2281         Log: fix Liblist.pm to tolerate backslashen in paths
2282      Branch: win32/perl
2283            ! lib/ExtUtils/Liblist.pm
2284 ____________________________________________________________________________
2285 [  1069] By: gsar                                  on 1998/06/01  07:43:02
2286         Log: @INC construction on win32 cleaned up
2287              - perl.dll location based paths should be much more reliable now
2288              - registry stuff unchanged
2289              - Config.pm now has all the installfoolib entries for MakeMaker et al
2290      Branch: win32/perl
2291            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
2292            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2293            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
2294            ! win32/runperl.c win32/win32.c win32/win32.h
2295 ____________________________________________________________________________
2296 [  1068] By: gsar                                  on 1998/05/31  21:52:18
2297         Log: semctl tweak
2298              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
2299              Date:    Sun, 31 May 1998 16:27:33 CDT
2300              From:    Graham Barr <gbarr@pobox.com>
2301              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
2302      Branch: win32/perl
2303            ! doio.c
2304 ____________________________________________________________________________
2305 [  1067] By: gsar                                  on 1998/05/31  21:07:44
2306         Log: minimal fix to enable compiling with -DMULTIPLICITY
2307              (non-threadsafe regcomp.c globals need revisiting)
2308      Branch: win32/perl
2309            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
2310            ! win32/GenCAPI.pl win32/makedef.pl
2311 ____________________________________________________________________________
2312 [  1066] By: gsar                                  on 1998/05/30  21:35:37
2313         Log: integrate mainline changes (ASPerl branch is identical to
2314              win32 branch as of this change)
2315      Branch: asperl
2316           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
2317           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
2318           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
2319           !> win32/config.gc win32/config.vc win32/config_H.bc
2320           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2321 ____________________________________________________________________________
2322 [  1065] By: gsar                                  on 1998/05/30  21:13:06
2323         Log: change#1060 was inexplicably missing some of the "ensure
2324              AS stuff does no harm" fixes
2325      Branch: win32/perl
2326            ! embed.h global.sym win32/Makefile win32/makefile.mk
2327 ____________________________________________________________________________
2328 [  1064] By: gsar                                  on 1998/05/30  21:10:27
2329         Log: integrate mainline to pick up trivial changes
2330      Branch: win32/perl
2331           !> MANIFEST pp_sys.c
2332
2333 ----------------
2334 Version 5.004_66
2335 ----------------
2336
2337 ____________________________________________________________________________
2338 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
2339         Log: Remove duplicate win32/TEST line from MANIFEST.
2340      Branch: perl
2341            ! MANIFEST
2342 ____________________________________________________________________________
2343 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
2344         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
2345      Branch: perl
2346            ! pp_sys.c
2347 ____________________________________________________________________________
2348 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
2349         Log: Integrate from win32 branch into mainline (this now pulls in the
2350              asperl stuff).
2351      Branch: perl
2352           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2353           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
2354           +> t/lib/h2ph.t win32/GenCAPI.pl
2355           !> (integrate 104 files)
2356 ____________________________________________________________________________
2357 [  1060] By: gsar                                  on 1998/05/29  11:05:50
2358         Log: reverse integrate asperl branch contents (phew!)
2359              - various fixups to ensure AS stuff does no harm
2360              - adjust win32/makefiles for the new directory layout (new layout
2361              looks rather a muddle--needs rework)
2362              - verified build & test on NT and Solaris/gcc
2363      Branch: win32/perl
2364           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2365           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
2366            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
2367            ! win32/config.bc win32/config.gc win32/config.vc
2368            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2369            ! win32/makefile.mk
2370           !> (integrate 77 files)
2371 ____________________________________________________________________________
2372 [  1059] By: gsar                                  on 1998/05/29  08:33:56
2373         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
2374      Branch: asperl
2375            ! util.c
2376 ____________________________________________________________________________
2377 [  1058] By: gsar                                  on 1998/05/29  08:31:09
2378         Log: type xtext for *.t that were missing it
2379      Branch: asperl
2380            ! t/lib/thread.t t/op/nothread.t
2381 ____________________________________________________________________________
2382 [  1057] By: gsar                                  on 1998/05/29  08:28:46
2383         Log: stray t/op/ipc*.t fixups
2384      Branch: win32/perl
2385            ! t/op/ipcmsg.t t/op/ipcsem.t
2386 ____________________________________________________________________________
2387 [  1056] By: gsar                                  on 1998/05/29  07:41:49
2388         Log: fixups to make it build and pass tests under both compilers
2389      Branch: asperl
2390            ! ObjXSub.h objpp.h proto.h
2391 ____________________________________________________________________________
2392 [  1055] By: gsar                                  on 1998/05/29  07:22:51
2393         Log: integrate mainline changes
2394      Branch: asperl
2395           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2396           !> (integrate 69 files)
2397      Branch: win32/perl
2398            ! Todo.5.005 pod/perldelta.pod
2399 ____________________________________________________________________________
2400 [  1054] By: gsar                                  on 1998/05/29  05:04:03
2401         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
2402      Branch: win32/perl
2403            ! t/lib/h2ph.t
2404 ____________________________________________________________________________
2405 [  1053] By: gsar                                  on 1998/05/29  05:01:54
2406         Log: misc changes
2407              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
2408              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
2409      Branch: win32/perl
2410            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
2411            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
2412            ! x2p/util.c x2p/util.h
2413 ____________________________________________________________________________
2414 [  1052] By: gsar                                  on 1998/05/29  02:31:44
2415         Log: merge changes#1014,1038 from maintbranch
2416      Branch: win32/perl
2417            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2418            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
2419            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
2420            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
2421            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
2422            ! t/io/pipe.t utils/h2ph.PL
2423 ____________________________________________________________________________
2424 [  1051] By: gsar                                  on 1998/05/29  01:38:51
2425         Log: regenerate win32/config_H.?c
2426      Branch: win32/perl
2427            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2428 ____________________________________________________________________________
2429 [  1050] By: gsar                                  on 1998/05/29  01:32:41
2430         Log: integrate mainline
2431      Branch: win32/perl
2432            ! win32/Makefile win32/makefile.mk
2433           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
2434           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
2435           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
2436           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
2437           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
2438           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
2439 ____________________________________________________________________________
2440 [  1049] By: gsar                                  on 1998/05/29  00:57:05
2441         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
2442              all tests
2443      Branch: asperl
2444            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
2445            ! win32/win32.h win32/win32iop.h
2446 ____________________________________________________________________________
2447 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
2448         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
2449              in change 1043 clashed badly with changes made in the win32
2450              branch. I did an accept on the win32 branch version for now.
2451      Branch: perl
2452           +> t/op/die.t
2453           !> (integrate 52 files)
2454 ____________________________________________________________________________
2455 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
2456         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2457              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
2458              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
2459              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
2460              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
2461      Branch: perl
2462            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2463            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
2464            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
2465            ! win32/config.bc win32/config.gc win32/config.vc
2466 ____________________________________________________________________________
2467 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
2468         Log: Back out change 1043 since Andy's forthcoming Config patch
2469              includes a modified version.
2470      Branch: perl
2471            ! Configure config_h.SH doio.c perl.h
2472 ____________________________________________________________________________
2473 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
2474         Log: Bump patchlevel.h to 66.
2475      Branch: perl
2476            ! patchlevel.h
2477 ____________________________________________________________________________
2478 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
2479         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
2480              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
2481              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
2482              (above minus the t/system.t test pending checking)
2483              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
2484              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
2485              Subject: [PATCH] _65 and _04 <DOC> patching.pod
2486              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
2487      Branch: perl
2488            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
2489 ____________________________________________________________________________
2490 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
2491         Log: This change really is:
2492              Subject: [PATCH] 5.004_65: the infamous semctl()
2493              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
2494              From: Jarkko Hietaniemi <jhi@iki.fi>
2495              
2496              Change 1041 claimed to be this patch but was really:
2497              Subject: [PATCH] 5.004_65: t/op/ipc*.t
2498              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
2499              From: Jarkko Hietaniemi <jhi@iki.fi>
2500      Branch: perl
2501            ! Configure config_h.SH doio.c perl.h
2502 ____________________________________________________________________________
2503 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
2504         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2505              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
2506              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
2507              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
2508              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
2509      Branch: perl
2510            ! Configure INSTALL Porting/Glossary Porting/config.sh
2511            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
2512            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
2513            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
2514 ____________________________________________________________________________
2515 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
2516         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
2517              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
2518              From: Jarkko Hietaniemi <jhi@iki.fi>
2519      Branch: perl
2520            ! t/op/ipcmsg.t t/op/ipcsem.t
2521 ____________________________________________________________________________
2522 [  1040] By: gsar                                  on 1998/05/28  02:06:47
2523         Log: tweaks to enable Borland build
2524      Branch: asperl
2525            ! win32/makefile.mk win32/win32.c
2526 ____________________________________________________________________________
2527 [  1039] By: gsar                                  on 1998/05/27  23:29:22
2528         Log: remove C<#define index strchr> from win32.h (unused, and the
2529              pollution causes spurious variable name changes in extensions)
2530      Branch: win32/perl
2531            ! win32/win32.h
2532 ____________________________________________________________________________
2533 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
2534         Log: Assorted patches:
2535              
2536              ------  BUILD PROCESS  ------
2537              
2538              Title:  "add utilities to make test dependencies"
2539              From:  Robin Barker <rmb1@cise.npl.co.uk>
2540              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
2541              Files:  Makefile.SH
2542              
2543              Title:  "Add 'make nok' complement to 'make ok'"
2544              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2545              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
2546              Files:  Makefile.SH
2547              
2548              Title:  "further h2ph patches (add enum support)"
2549              From:  Billy <wdconsta@cs.adelaide.edu.au>
2550              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
2551              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
2552              
2553              ------  CORE LANGUAGE  ------
2554              
2555              Title:  "Fix %! error spelling and add perldiag.pod entry"
2556              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
2557              Msg-ID:  <19980524193101.A573@pobox.com>
2558              Files:  pod/perldiag.pod gv.c
2559              
2560              Title:  "Remove obsolete Win32 uppercasing ENV code"
2561              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2562              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
2563              Files:  perl.c
2564              
2565              Title:  "Don't mung $! on implicit close"
2566              From:  Chip Salzenberg <chip@perl.org>
2567              Msg-ID:  <19980525113309.A15845@perlsupport.com>
2568              Files:  doio.c
2569              
2570              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
2571              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2572              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
2573              Files:  doio.c
2574              
2575              ------  DOCUMENTATION  ------
2576              
2577              Title:  "doc patch: you canna return an array ( list context: || vs or)"
2578              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
2579              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
2580              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
2581              
2582              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
2583              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2584              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
2585              Files:  pod/perlop.pod pod/perlre.pod
2586              
2587              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
2588              with /g does list context get matches without parens"
2589              From:  Greg Chapman <glc@well.com>, Tom Christiansen
2590              <tchrist@jhereg.perl.com>, Tom Phoenix
2591              <rootbeer@teleport.com>
2592              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
2593              <199805231559.JAA21316@jhereg.perl.com>,
2594              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
2595              Files:  pod/perlop.pod
2596              
2597              Title:  "Documenting last/next/redo even further"
2598              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
2599              <rootbeer@teleport.com>
2600              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
2601              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
2602              Files:  pod/perlfunc.pod
2603              
2604              Title:  "Documenting last/next/redo within continue block"
2605              From:  Tom Phoenix <rootbeer@teleport.com>
2606              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
2607              Files:  pod/perlfunc.pod
2608              
2609              Title:  "Document stat return in scalar context"
2610              From:  Mark-Jason Dominus <mjd@plover.com>
2611              Files:  pod/perlfunc.pod
2612              
2613              ------  EXTENSIONS  ------
2614              
2615              Title:  "Better LD_RUN_PATH handling on IRIX"
2616              From:  "W. Phillip Moore" <wpm@ms.com>
2617              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
2618              Files:  lib/ExtUtils/MM_Unix.pm
2619              
2620              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
2621              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2622              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
2623              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
2624              
2625              ------  LIBRARY  ------
2626              
2627              Title:  "Fix FileHandle.pm example bug"
2628              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2629              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
2630              Files:  lib/FileHandle.pm
2631              
2632              Title:  "Add zero/negative $count docs for Benchmark.pm"
2633              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2634              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
2635              Files:  lib/Benchmark.pm
2636              
2637              ------  PORTABILITY - GENERAL  ------
2638              
2639              Title:  "Add test suite recommendations to Porting/patching.pod"
2640              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2641              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
2642              Files:  Porting/patching.pod
2643              
2644              ------  TESTS  ------
2645              
2646              Title:  "Fix looping bug in t/io/pipe.t"
2647              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2648              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
2649              Files:  t/io/pipe.t
2650      Branch: maint-5.004/perl
2651            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
2652            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
2653            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
2654            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
2655            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
2656            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
2657            ! utils/h2ph.PL
2658 ____________________________________________________________________________
2659 [  1037] By: gsar                                  on 1998/05/27  16:18:30
2660         Log: add AS patch#22 (fix to make die_exit.t pass)
2661      Branch: asperl
2662            ! win32/runperl.c
2663 ____________________________________________________________________________
2664 [  1036] By: gsar                                  on 1998/05/27  12:50:34
2665         Log: add AS patch#21 (misc. fixes)
2666      Branch: asperl
2667            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
2668            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
2669            ! win32/win32.c win32/win32sck.c
2670 ____________________________________________________________________________
2671 [  1035] By: gsar                                  on 1998/05/26  17:26:17
2672         Log: more changes to satisfy non-debug VC build (C-API doesn't
2673              build, and the testsuite still won't run)
2674      Branch: asperl
2675            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
2676            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
2677 ____________________________________________________________________________
2678 [  1034] By: gsar                                  on 1998/05/26  17:20:22
2679         Log: remove doubled hunk (perforce auto-integrate oddity)
2680      Branch: win32/perl
2681            ! pod/perldiag.pod
2682 ____________________________________________________________________________
2683 [  1033] By: gsar                                  on 1998/05/26  13:39:14
2684         Log: tweaks to make it build with the Borland compiler.  Won't run
2685              testsuite because @INC intuition from location of perlcore.dll seems
2686              to be broken.  Also, system() and qx// seem broken as well.
2687      Branch: asperl
2688            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
2689            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
2690            ! regexec.c toke.c
2691 ____________________________________________________________________________
2692 [  1032] By: gsar                                  on 1998/05/24  23:13:05
2693         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
2694      Branch: win32/perl
2695            ! lib/Benchmark.pm
2696 ____________________________________________________________________________
2697 [  1031] By: gsar                                  on 1998/05/24  05:36:44
2698         Log: tweak makefiles
2699      Branch: asperl
2700            ! win32/Makefile win32/makefile.mk
2701 ____________________________________________________________________________
2702 [  1030] By: gsar                                  on 1998/05/23  18:58:23
2703         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
2704      Branch: win32/perl
2705            ! pp_sys.c t/op/die.t
2706 ____________________________________________________________________________
2707 [  1029] By: gsar                                  on 1998/05/23  18:55:13
2708         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
2709              incomplete)
2710      Branch: win32/perl
2711            ! embed.h global.sym op.c pp.c proto.h sv.c
2712 ____________________________________________________________________________
2713 [  1028] By: gsar                                  on 1998/05/23  18:25:14
2714         Log: merge change#1013 from maintbranch (1012 is n/a)
2715      Branch: win32/perl
2716            ! toke.c
2717 ____________________________________________________________________________
2718 [  1027] By: gsar                                  on 1998/05/23  18:02:21
2719         Log: merge change#1011 from maintbranch
2720      Branch: win32/perl
2721            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
2722            ! utils/perlbug.PL
2723 ____________________________________________________________________________
2724 [  1026] By: nick                                  on 1998/05/23  08:45:04
2725         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
2726      Branch: win32/perl
2727            ! t/op/ipcmsg.t t/op/ipcsem.t
2728 ____________________________________________________________________________
2729 [  1025] By: nick                                  on 1998/05/23  08:36:36
2730         Log: Resolve win32 into ansiperl
2731      Branch: ansiperl
2732           +> t/op/die.t
2733           !> (integrate 42 files)
2734 ____________________________________________________________________________
2735 [  1024] By: gsar                                  on 1998/05/21  21:11:12
2736         Log: more mingw32 tweaks
2737      Branch: win32/perl
2738            ! ext/POSIX/POSIX.xs t/pragma/locale.t
2739 ____________________________________________________________________________
2740 [  1023] By: gsar                                  on 1998/05/21  19:15:02
2741         Log: fix problematic change#965 from maintbranch
2742              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
2743              Date:    Sat, 16 May 1998 17:45:22 EDT
2744              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2745              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
2746      Branch: win32/perl
2747            ! gv.c op.c t/comp/proto.t
2748 ____________________________________________________________________________
2749 [  1022] By: gsar                                  on 1998/05/21  01:37:04
2750         Log: fix POSIX for mingw32
2751      Branch: win32/perl
2752            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
2753 ____________________________________________________________________________
2754 [  1021] By: gsar                                  on 1998/05/20  15:02:21
2755         Log: remove strupr() from perl.c
2756      Branch: win32/perl
2757            ! perl.c
2758 ____________________________________________________________________________
2759 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
2760         Log: Title:  "fix up descrepancy in h2ph test"
2761              From:  Tim Bunce
2762              Files:  t/lib/h2ph.pht
2763      Branch: maint-5.004/perl
2764            ! t/lib/h2ph.pht
2765 ____________________________________________________________________________
2766 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
2767         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
2768              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2769              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
2770              Files:  t/op/subst.t
2771              
2772              Title:  "fix up descrepancy in h2ph test"
2773              From:  Tim Bunce
2774              Files:  t/lib/h2ph.t
2775      Branch: maint-5.004/perl
2776            ! t/lib/h2ph.t t/op/subst.t
2777 ____________________________________________________________________________
2778 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
2779         Log: Title:  "fix mem leak and core dump from change 1016"
2780              From:  Tim Bunce
2781              Files:  pp_sys.c
2782      Branch: maint-5.004/perl
2783            ! pp_sys.c
2784 ____________________________________________________________________________
2785 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
2786         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
2787              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2788              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
2789              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
2790              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
2791              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
2792              doio.c doop.c ext/ODBM_File/ODBM_File.xs
2793              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2794              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
2795              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
2796              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2797              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
2798              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
2799              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
2800              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
2801              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
2802              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
2803              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
2804              universal.c util.c win32/Makefile win32/config_H.bc
2805              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
2806              win32/makefile.mk win32/perlglob.c win32/runperl.c
2807              win32/win32.c win32/win32sck.c x2p/s2p.PL
2808      Branch: maint-5.004/perl
2809            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
2810            ! cygwin32/perlld deb.c doio.c doop.c embed.h
2811            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
2812            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
2813            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
2814            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2815            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
2816            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
2817            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
2818            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
2819            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
2820            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
2821            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
2822            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
2823            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
2824            ! universal.c util.c utils/perldoc.PL win32/Makefile
2825            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
2826            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
2827            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
2828            ! x2p/s2p.PL
2829 ____________________________________________________________________________
2830 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
2831         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
2832              From:  Graham Barr <gbarr@ti.com>
2833              Msg-ID:  <3561D147.7F3E0C88@ti.com>
2834              Files:  pp_sys.c t/op/die.t
2835      Branch: maint-5.004/perl
2836            ! pp_sys.c t/op/die.t
2837 ____________________________________________________________________________
2838 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
2839         Log: Title:  "loosen const sub re-defined warnings"
2840              From:  Doug MacEachern <dougm@pobox.com>
2841              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
2842              Files:  proto.h global.sym op.c pp.c sv.c
2843      Branch: maint-5.004/perl
2844            ! global.sym op.c pp.c proto.h sv.c
2845 ____________________________________________________________________________
2846 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
2847         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
2848              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
2849              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
2850              Files:  sv.c
2851              
2852              Title:  "Further h2ph patches (including a test suite)"
2853              From:  Billy <wdconsta@cs.adelaide.edu.au>
2854              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
2855              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
2856      Branch: maint-5.004/perl
2857            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2858            ! MANIFEST sv.c utils/h2ph.PL
2859 ____________________________________________________________________________
2860 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
2861         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
2862              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
2863              <ilya@math.ohio-state.edu>
2864              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
2865              <199805151931.PAA23086@aatma.engin.umich.edu>,
2866              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
2867              Files:  toke.c
2868      Branch: maint-5.004/perl
2869            ! toke.c
2870 ____________________________________________________________________________
2871 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
2872         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
2873              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
2874              <jhi@iki.fi>
2875              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
2876              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
2877              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
2878              t/op/ipcsem.t
2879      Branch: maint-5.004/perl
2880            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
2881            ! t/op/ipcsem.t
2882 ____________________________________________________________________________
2883 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
2884         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
2885              From:  jan.dubois@ibm.net (Jan Dubois)
2886              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
2887              Files:  embed.h interp.sym
2888              
2889              Title:  "Undo changed error message which breaks Tk"
2890              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2891              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
2892              Files:  pp_ctl.c
2893              
2894              Title:  "Minor fixups to new -e script code"
2895              From:  Tim Bunce
2896              Files:  perl.c
2897              
2898              Title:  "Remove old diags not relevant after -e fix"
2899              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
2900              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2901              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
2902              <199805181335.OAA07008@toad.ig.co.uk>,
2903              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
2904              Files:  pod/perldiag.pod
2905              
2906              Title:  "more examples for vec()"
2907              From:  Tom Phoenix <rootbeer@teleport.com>
2908              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
2909              Files:  pod/perlfunc.pod
2910              
2911              Title:  ""make ok" (perlbug -ok) should not be interactive"
2912              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
2913              <jhi@iki.fi>
2914              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
2915              <l03130300b1834f9732a0@[194.222.64.89]>
2916              Files:  utils/perlbug.PL
2917      Branch: maint-5.004/perl
2918            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
2919            ! pp_ctl.c utils/perlbug.PL
2920 ____________________________________________________________________________
2921 [  1010] By: gsar                                  on 1998/05/18  09:40:58
2922         Log: integrate mainline changes (untested)
2923      Branch: asperl
2924           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
2925           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
2926           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
2927           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
2928           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
2929           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
2930            - ext/DynaLoader/DynaLoader.pm
2931            ! win32/win32.c
2932           !> (integrate 234 files)
2933 ____________________________________________________________________________
2934 [  1009] By: gsar                                  on 1998/05/18  07:51:19
2935         Log: more whitespace tweaks from maintbranch
2936      Branch: win32/perl
2937            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
2938 ____________________________________________________________________________
2939 [  1008] By: gsar                                  on 1998/05/17  22:37:20
2940         Log: sundry whitespace cleanups from maintbranch
2941      Branch: win32/perl
2942            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
2943 ____________________________________________________________________________
2944 [  1007] By: gsar                                  on 1998/05/16  21:59:46
2945         Log: integrate mainline
2946      Branch: win32/perl
2947           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
2948           !> t/op/ipcmsg.t t/op/ipcsem.t
2949 ____________________________________________________________________________
2950 [  1006] By: gsar                                  on 1998/05/16  21:54:23
2951         Log: merge changes#996,998,999 from maintbranch
2952      Branch: win32/perl
2953            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
2954 ____________________________________________________________________________
2955 [  1005] By: gsar                                  on 1998/05/16  21:49:47
2956         Log: merge change#995 from maintbranch, tweak interp.sym and
2957              run embed.pl
2958      Branch: win32/perl
2959            ! embedvar.h interp.sym intrpvar.h perl.c
2960 ____________________________________________________________________________
2961 [  1004] By: gsar                                  on 1998/05/16  21:27:18
2962         Log: merge changes#989,990,992 from maintbranch
2963      Branch: win32/perl
2964            + t/op/die.t
2965            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
2966 ____________________________________________________________________________
2967 [  1003] By: gsar                                  on 1998/05/16  21:16:47
2968         Log: sync config*.gc with others, and verify that nothing from
2969              change#986 needs to be merged
2970      Branch: win32/perl
2971            ! win32/config.gc win32/config_H.gc
2972 ____________________________________________________________________________
2973 [  1002] By: gsar                                  on 1998/05/16  21:04:04
2974         Log: merge change#985 from maintbranch
2975      Branch: win32/perl
2976            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
2977            ! util.c
2978 ____________________________________________________________________________
2979 [  1001] By: gsar                                  on 1998/05/16  17:53:16
2980         Log: add a test to check return value from successful s/// (there was none!)
2981      Branch: win32/perl
2982            ! t/op/subst.t
2983 ____________________________________________________________________________
2984 [  1000] By: gsar                                  on 1998/05/16  17:42:34
2985         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
2986              return a value on the stack
2987      Branch: win32/perl
2988            ! pp_hot.c
2989 ____________________________________________________________________________
2990 [   999] By: TimBunce                              on 1998/05/15  23:04:30
2991         Log: Title:  "Update Porting/makerel script for perforce dir structure"
2992              From:  Tim Bunce
2993              Files:  Porting/makerel
2994      Branch: maint-5.004/perl
2995            ! Porting/makerel
2996 ____________________________________________________________________________
2997 [   998] By: TimBunce                              on 1998/05/15  22:49:55
2998         Log: Title:  "Updated Changes file for trial 3"
2999              From:  Tim Bunce
3000              Files:  Changes
3001      Branch: maint-5.004/perl
3002            ! Changes
3003 ____________________________________________________________________________
3004 [   997] By: gsar                                  on 1998/05/15  22:21:41
3005         Log: merge changes#982,984 from maintbranch
3006      Branch: win32/perl
3007            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
3008            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
3009 ____________________________________________________________________________
3010 [   996] By: TimBunce                              on 1998/05/15  22:19:32
3011         Log: Title:  "Negative array subscript unrecognized in regex"
3012              From:  Mark-Jason Dominus <mjd@plover.com>,
3013              h.sanden@elsevier.nl (Hugo van der Sanden)
3014              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
3015              <199805151514.RAA04121@dorlas.elsevier.nl>
3016              Files:  t/base/lex.t toke.c
3017              
3018              Title:  "Remove e_fp from toke.c after change 955"
3019              From:  Tim Bunce
3020              Files:  toke.c
3021      Branch: maint-5.004/perl
3022            ! t/base/lex.t toke.c
3023 ____________________________________________________________________________
3024 [   995] By: TimBunce                              on 1998/05/15  22:08:32
3025         Log: Title:  "Fix -e security hole (no longer uses temp file)"
3026              From:  Tim Bunce
3027              Files:  embed.h perl.h perl.c
3028      Branch: maint-5.004/perl
3029            ! embed.h perl.c perl.h
3030 ____________________________________________________________________________
3031 [   994] By: gsar                                  on 1998/05/15  22:08:17
3032         Log: merge change#981 from maintbranch, add XXX comment about
3033              supporting %! for usethreads case
3034      Branch: win32/perl
3035            ! gv.c op.c
3036 ____________________________________________________________________________
3037 [   992] By: TimBunce                              on 1998/05/15  22:01:32
3038         Log: Title:  "install non-backwards compatible .pm files into archlib"
3039              From:  Tim Bunce
3040              Files:  installperl
3041              
3042              Title:  "revert "Can't locate" message to original for maintenance"
3043              From:  Tim Bunce
3044              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
3045              Files:  pod/perldiag.pod pp_ctl.c
3046      Branch: maint-5.004/perl
3047            ! installperl pod/perldiag.pod pp_ctl.c
3048 ____________________________________________________________________________
3049 [   991] By: gsar                                  on 1998/05/15  21:35:00
3050         Log: reverse integrate ansiperl (all except the
3051              C<attrs qw(package locked)> stuff, and the duplicate hunks)
3052              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
3053      Branch: win32/perl
3054           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
3055           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
3056           !> utils/perldoc.PL
3057 ____________________________________________________________________________
3058 [   990] By: TimBunce                              on 1998/05/15  16:54:18
3059         Log: Title:  "Add tests for die $ref"
3060              From:  Graham Barr <gbarr@ti.com>
3061              Msg-ID:  <355C6297.121B576B@ti.com>
3062              Files:  MANIFEST t/op/die.t
3063      Branch: maint-5.004/perl
3064            + t/op/die.t
3065            ! MANIFEST
3066 ____________________________________________________________________________
3067 [   989] By: TimBunce                              on 1998/05/15  16:38:19
3068         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
3069              From:  Jarkko Hietaniemi <jhi@iki.fi>
3070              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
3071              Files:  t/op/ipcmsg.t
3072      Branch: maint-5.004/perl
3073            ! t/op/ipcmsg.t
3074 ____________________________________________________________________________
3075 [   988] By: mbeattie                              on 1998/05/15  16:28:08
3076         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
3077              (manually applied and tweaked) to fix up SysV IPC semaphores for
3078              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
3079              t/op/ipcsem.t for platforms which wanted to skip test. Completely
3080              disable ipcsem.t since it doesn't seem to work properly even when
3081              not skipped. This is _65.
3082      Branch: perl
3083            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
3084            ! t/op/ipcmsg.t t/op/ipcsem.t
3085 ____________________________________________________________________________
3086 [   987] By: nick                                  on 1998/05/15  16:03:35
3087         Log: Integrate win32
3088      Branch: ansiperl
3089           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
3090           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
3091           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
3092           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
3093           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3094           +> t/op/pos.t utils/perlcc.PL
3095            - ext/DynaLoader/DynaLoader.pm
3096           !> (integrate 208 files)
3097 ____________________________________________________________________________
3098 [   986] By: TimBunce                              on 1998/05/15  15:28:45
3099         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
3100              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
3101              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
3102              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
3103              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
3104              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
3105              win32/config.bc win32/config.vc win32/config_H.bc
3106              win32/config_H.vc
3107      Branch: maint-5.004/perl
3108            + README.beos beos/nm.c hints/beos.sh
3109            ! Configure MANIFEST Porting/Glossary config_h.SH
3110            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
3111            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
3112            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3113 ____________________________________________________________________________
3114 [   985] By: TimBunce                              on 1998/05/15  15:02:43
3115         Log: Title:  "allow die $ref"
3116              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
3117              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
3118              Files:  pp_ctl.c pp_sys.c util.c
3119              
3120              Title:  "ExtUtils::Manifest could truncate files during "make dist""
3121              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
3122              koenig@kulturbox.de (Andreas J. Koenig)
3123              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
3124              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
3125              Files:  lib/ExtUtils/Manifest.pm
3126              
3127              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
3128              From:  Dan Sugalski <sugalskd@osshe.edu>
3129              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
3130              Files:  lib/AutoSplit.pm
3131              
3132              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
3133              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
3134              J. Koenig), larry@wall.org (Larry Wall)
3135              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
3136              <sfc202c9jsb.fsf@anna.in-berlin.de>,
3137              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
3138              Files:  lib/AutoSplit.pm
3139      Branch: maint-5.004/perl
3140            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
3141            ! util.c
3142 ____________________________________________________________________________
3143 [   984] By: TimBunce                              on 1998/05/15  14:18:52
3144         Log: ------  CORE LANGUAGE  ------
3145              
3146              Title:  "Fix close pipe returning status from wrong child"
3147              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
3148              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
3149              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
3150              Files:  t/io/pipe.t util.c
3151              
3152              Title:  "Avoid English.pm triggering load of Errno.pm"
3153              From:  Tim Bunce
3154              Files:  gv.c lib/English.pm
3155              
3156              ------  DOCUMENTATION  ------
3157              
3158              Title:  "Document child exit cause a parent sleep to end early"
3159              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3160              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
3161              Files:  pod/perlfunc.pod
3162              
3163              ------  EXTENSIONS  ------
3164              
3165              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
3166              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3167              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
3168              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3169              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3170              
3171              Title:  "MM_VMS.pm fixes for building external library"
3172              From:  Dan Sugalski <sugalskd@ous.edu>
3173              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
3174              Files:  lib/ExtUtils/MM_VMS.pm
3175              
3176              Title:  "Appease picky DEC compiler in POSIX.xs"
3177              From:  Dan Sugalski <sugalskd@ous.edu>
3178              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
3179              Files:  ext/POSIX/POSIX.xs
3180              
3181              ------  TESTS  ------
3182              
3183              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
3184              From:  Jarkko Hietaniemi <jhi@iki.fi>
3185              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
3186              Files:  t/op/ipcsem.t
3187              
3188              Title:  "Fix doc bug for system() return value"
3189              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
3190              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
3191              Files:  pod/perlfunc.pod t/op/exec.t
3192              
3193              ------  UTILITIES  ------
3194              
3195              Title:  "Avoid possible constant autoload loop"
3196              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
3197              Zakharevich <ilya@math.ohio-state.edu>
3198              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
3199              <355B475A.C5AD4B90@ti.com>,
3200              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
3201              Files:  utils/h2xs.PL
3202              
3203              Title:  "Further improvements to h2ph.PL"
3204              From:  kstar@chapin.edu
3205              Msg-ID:  <199805130241.WAA25459@chapin.edu>
3206              Files:  utils/h2ph.PL
3207      Branch: maint-5.004/perl
3208            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3209            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3210            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
3211            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
3212            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
3213
3214 ----------------
3215 Version 5.004_64
3216 ----------------
3217
3218 ____________________________________________________________________________
3219 [   983] By: mbeattie                              on 1998/05/15  14:04:17
3220         Log: Integrate win32 branch into mainline.
3221      Branch: perl
3222           +> Porting/patching.pod t/op/defins.t
3223           !> (integrate 107 files)
3224 ____________________________________________________________________________
3225 [   982] By: TimBunce                              on 1998/05/15  12:33:26
3226         Log: Title:  "comment init_postdump_symbols issues"
3227              From:  Tim Bunce
3228              Files:  perl.c
3229              
3230              Title:  "Improve sort docs re SUBNAME"
3231              From:  circle@azstarnet.com
3232              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
3233              Files:  pod/perlfunc.pod
3234      Branch: maint-5.004/perl
3235            ! perl.c pod/perlfunc.pod
3236 ____________________________________________________________________________
3237 [   981] By: TimBunce                              on 1998/05/15  11:47:28
3238         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
3239              From:  Graham Barr <gbarr@ti.com>
3240              Msg-ID:  <355080CD.1111BC81@ti.com>
3241              Files:  gv.c
3242      Branch: maint-5.004/perl
3243            ! gv.c
3244 ____________________________________________________________________________
3245 [   980] By: gsar                                  on 1998/05/15  06:16:13
3246         Log: add doc for C<+{}> vs. C<{;}> disambiguation
3247      Branch: win32/perl
3248            ! pod/perlref.pod
3249 ____________________________________________________________________________
3250 [   979] By: gsar                                  on 1998/05/15  04:59:47
3251         Log: tweaks to win32 makefiles.  This version builds and passes all
3252              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
3253      Branch: win32/perl
3254            ! win32/Makefile win32/makefile.mk
3255 ____________________________________________________________________________
3256 [   978] By: gsar                                  on 1998/05/15  02:41:58
3257         Log: merge changes#922,944,949,965,970 from maintbranch
3258      Branch: win32/perl
3259            + Porting/patching.pod t/op/defins.t
3260            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
3261            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
3262            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
3263            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3264            ! utils/perlbug.PL
3265 ____________________________________________________________________________
3266 [   977] By: gsar                                  on 1998/05/15  02:15:25
3267         Log: merge changes#906,907,909,910 from maintbranch
3268      Branch: win32/perl
3269            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
3270            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
3271            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
3272            ! util.c
3273 ____________________________________________________________________________
3274 [   976] By: gsar                                  on 1998/05/15  01:34:53
3275         Log: merge change#905 from maintbranch, minor fixes to get
3276              clean build+test on Solaris
3277      Branch: win32/perl
3278            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
3279            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
3280            ! regcomp.c sv.c t/op/taint.t toke.c
3281 ____________________________________________________________________________
3282 [   975] By: gsar                                  on 1998/05/14  23:34:26
3283         Log: merge change#904 from maintbranch
3284      Branch: win32/perl
3285            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
3286            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
3287            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
3288            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
3289            ! vms/descrip.mms
3290 ____________________________________________________________________________
3291 [   974] By: gsar                                  on 1998/05/14  23:11:05
3292         Log: merge change#897 from maintbranch
3293      Branch: win32/perl
3294            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3295            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
3296            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3297            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
3298            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
3299            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
3300            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3301            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
3302            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
3303            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
3304            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3305            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3306            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3307            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
3308            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
3309            ! win32/config_H.bc win32/config_H.vc win32/win32.c
3310            ! x2p/find2perl.PL
3311 ____________________________________________________________________________
3312 [   973] By: gsar                                  on 1998/05/14  22:24:26
3313         Log: integrate mainline
3314      Branch: win32/perl
3315            + Porting/Contract
3316           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
3317           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
3318           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
3319           +> utils/perlcc.PL
3320            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3321            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
3322            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
3323            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3324            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3325            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
3326            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
3327            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
3328            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
3329            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
3330            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
3331            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
3332            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3333            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3334            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3335            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
3336            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
3337            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3338            ! win32/win32.c x2p/find2perl.PL
3339           !> (integrate 59 files)
3340 ____________________________________________________________________________
3341 [   972] By: nick                                  on 1998/05/14  18:09:01
3342         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
3343              Remove K&R style functions, avoid struct/typedef clash. 
3344      Branch: ansiperl
3345            ! bytecode.h byterun.c sv.c toke.c
3346 ____________________________________________________________________________
3347 [   971] By: TimBunce                              on 1998/05/14  16:52:19
3348         Log: 
3349              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
3350              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3351              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
3352              Files:  pp.c
3353      Branch: maint-5.004/perl
3354            ! pp.c
3355 ____________________________________________________________________________
3356 [   970] By: TimBunce                              on 1998/05/14  16:18:06
3357         Log: 
3358              Title:  "perlbug reformatted"
3359              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
3360              <hv@crypt0.demon.co.uk>
3361              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
3362              <l03130300b17cebcb6d33@[194.222.64.89]>,
3363              <v03110702b17ccbab6824@[195.95.102.67]>
3364              Files:  utils/perlbug.PL
3365      Branch: maint-5.004/perl
3366            ! utils/perlbug.PL
3367 ____________________________________________________________________________
3368 [   969] By: mbeattie                              on 1998/05/14  16:15:09
3369         Log: Integrate win32 branch into mainline
3370      Branch: perl
3371           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
3372           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
3373            - ext/DynaLoader/DynaLoader.pm
3374           !> (integrate 118 files)
3375 ____________________________________________________________________________
3376 [   968] By: mbeattie                              on 1998/05/14  16:05:57
3377         Log: Bump patchlevel to 65
3378      Branch: perl
3379            ! patchlevel.h
3380 ____________________________________________________________________________
3381 [   967] By: mbeattie                              on 1998/05/14  16:05:19
3382         Log: Another fixup of MANIFEST
3383      Branch: perl
3384            ! MANIFEST
3385 ____________________________________________________________________________
3386 [   966] By: mbeattie                              on 1998/05/14  16:02:20
3387         Log: Add missing files to MANIFEST
3388      Branch: perl
3389            ! MANIFEST
3390 ____________________________________________________________________________
3391 [   965] By: TimBunce                              on 1998/05/14  16:00:11
3392         Log: 
3393              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
3394              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3395              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
3396              Files:  gv.h gv.c op.c
3397      Branch: maint-5.004/perl
3398            ! gv.c gv.h op.c
3399 ____________________________________________________________________________
3400 [   964] By: mbeattie                              on 1998/05/14  15:58:01
3401         Log: Subject: [PATCH] Using Getopts::* with strict vars
3402              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
3403              From: Tom Phoenix <rootbeer@teleport.com>
3404      Branch: perl
3405            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
3406 ____________________________________________________________________________
3407 [   963] By: mbeattie                              on 1998/05/14  15:56:53
3408         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
3409              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
3410              From: epeschko@den-mdev1 (Ed Peschko)
3411      Branch: perl
3412            + utils/perlcc.PL
3413            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
3414            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
3415 ____________________________________________________________________________
3416 [   962] By: mbeattie                              on 1998/05/14  15:45:28
3417         Log: From: Dan Sugalski <sugalskd@ous.edu>
3418              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
3419              Date: Wed, 08 Apr 1998 17:08:48 -0700
3420              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
3421              Date: Fri, 08 May 1998 10:49:16 -0700
3422      Branch: perl
3423            ! ext/Thread/Thread.pm
3424 ____________________________________________________________________________
3425 [   961] By: mbeattie                              on 1998/05/14  15:43:39
3426         Log: Subject: Consolidated patch to 5.004_64
3427              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
3428              From: Charles Bailey <BAILEY@newman.upenn.edu>
3429      Branch: perl
3430            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
3431            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
3432            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
3433            ! vms/perlvms.pod
3434 ____________________________________________________________________________
3435 [   960] By: mbeattie                              on 1998/05/14  15:41:41
3436         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
3437              Date: 07 Apr 1998 18:31:21 +0200
3438              From: JVromans@Squirrel.nl (Johan Vromans)
3439      Branch: perl
3440            ! lib/Getopt/Long.pm
3441 ____________________________________________________________________________
3442 [   959] By: mbeattie                              on 1998/05/14  15:39:29
3443         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3444              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
3445              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
3446              Subject: [PATCH] perl 5.004_64+Config_04
3447              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
3448      Branch: perl
3449            ! lib/Benchmark.pm pod/perlfunc.pod
3450 ____________________________________________________________________________
3451 [   958] By: mbeattie                              on 1998/05/14  15:36:30
3452         Log: From: kstar@chapin.edu
3453              Subject: [PATCH] hints for Irix 6
3454              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
3455              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
3456              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
3457      Branch: perl
3458            ! INSTALL hints/irix_6.sh installperl
3459 ____________________________________________________________________________
3460 [   957] By: mbeattie                              on 1998/05/14  15:33:48
3461         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
3462              Date: Mon, 06 Apr 1998 21:09:24 +0200
3463              From: Achim Bohnet <ach@mpe.mpg.de>
3464      Branch: perl
3465            ! lib/ExtUtils/Install.pm
3466 ____________________________________________________________________________
3467 [   956] By: mbeattie                              on 1998/05/14  15:32:39
3468         Log: Subject: [PATCH] Config: Irix 5 hints
3469              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
3470              From: kstar@O2.chapin.edu
3471      Branch: perl
3472            ! hints/irix_5.sh
3473 ____________________________________________________________________________
3474 [   955] By: mbeattie                              on 1998/05/14  15:31:12
3475         Log: Subject: PATCH: h2ph produces incorrect code
3476              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
3477              From: Billy <wdconsta@cs.adelaide.edu.au>
3478      Branch: perl
3479            ! utils/h2ph.PL
3480 ____________________________________________________________________________
3481 [   954] By: mbeattie                              on 1998/05/14  15:29:27
3482         Log: Subject: [PATCH] perldebug.pod
3483              Date: Mon, 6 Apr 1998 00:36:57 -0600
3484              From: jason stewart <jasons@sandy-home.arc.unm.edu>
3485      Branch: perl
3486            ! pod/perldebug.pod
3487 ____________________________________________________________________________
3488 [   953] By: mbeattie                              on 1998/05/14  15:28:00
3489         Log: From: Dominic Dunlop <domo@vo.lu>
3490              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
3491              Date: Wed, 6 May 1998 14:39:32 +0000
3492              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
3493              Date: Sat, 4 Apr 1998 19:44:34 +0000
3494      Branch: perl
3495            ! hints/machten.sh t/op/hashwarn.t
3496 ____________________________________________________________________________
3497 [   952] By: mbeattie                              on 1998/05/14  15:23:19
3498         Log: New pod/perldelta.pod (previous one branched in last change):
3499              Subject: [PATCH 5.004_64] Start new perldelta
3500              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
3501              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3502      Branch: perl
3503            + pod/perldelta.pod
3504 ____________________________________________________________________________
3505 [   951] By: mbeattie                              on 1998/05/14  15:20:43
3506         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3507              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
3508              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
3509              Subject: [PATCH 5.004_64] Start new perldelta
3510              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
3511              (above branched perldelta -> perldelta4, new perldelta will be
3512              created/added next change)
3513              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
3514              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
3515      Branch: perl
3516            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3517            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3518           +> pod/perldelta4.pod
3519            - pod/perldelta.pod
3520            ! MANIFEST hints/svr4.sh
3521 ____________________________________________________________________________
3522 [   949] By: TimBunce                              on 1998/05/14  15:11:30
3523         Log: 
3524              Title:  "while($x=<>) no longer warns (implicit defined added)"
3525              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
3526              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
3527              Files:  MANIFEST op.c t/op/defins.t
3528      Branch: maint-5.004/perl
3529            + t/op/defins.t
3530            ! MANIFEST op.c
3531 ____________________________________________________________________________
3532 [   948] By: mbeattie                              on 1998/05/14  15:09:51
3533         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3534              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
3535              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
3536              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
3537              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
3538              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
3539              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
3540              Subject: [PATCH 5.004_64] Config_64-03-04.diff
3541              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
3542      Branch: perl
3543            + README.beos beos/nm.c hints/beos.sh
3544            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
3545            ! Porting/Glossary Porting/config.sh Porting/config_H
3546            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
3547            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
3548            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
3549            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
3550            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
3551            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
3552            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3553 ____________________________________________________________________________
3554 [   946] By: TimBunce                              on 1998/05/14  15:07:06
3555         Log: 
3556              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
3557              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3558              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
3559              Files:  perl.c sv.c t/op/misc.t
3560      Branch: maint-5.004/perl
3561            ! perl.c sv.c t/op/misc.t
3562 ____________________________________________________________________________
3563 [   945] By: mbeattie                              on 1998/05/14  15:00:31
3564         Log: Subject: Perl Social Contract
3565              Date: 13 Apr 1998 06:16:59 -0700
3566              From: Russ Allbery <rra@stanford.edu>
3567      Branch: perl
3568            + Porting/Contract
3569 ____________________________________________________________________________
3570 [   944] By: TimBunce                              on 1998/05/14  14:59:37
3571         Log: 
3572              Title:  "5.004_04-m2 Cleanup of test failures"
3573              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3574              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
3575              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
3576              win32/config.bc win32/config.vc
3577      Branch: maint-5.004/perl
3578            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
3579            ! win32/config.bc win32/config.vc
3580 ____________________________________________________________________________
3581 [   943] By: mbeattie                              on 1998/05/14  14:58:13
3582         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
3583              Subject: [PATCH 5.004_64] Test.pm update
3584              Date: Sat, 4 Apr 1998 08:33:50 -0500
3585              Subject: [PATCH 5.004_64] modcount + comments
3586              Date: Fri, 17 Apr 1998 16:07:35 -0400
3587      Branch: perl
3588            ! lib/Test.pm op.c thrdvar.h
3589 ____________________________________________________________________________
3590 [   942] By: mbeattie                              on 1998/05/14  14:49:43
3591         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3592              Subject: [PATCH 5.004_64] newSV
3593              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
3594              Subject: [PATCH 5.004_64] Cryptic error from B::CC
3595              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
3596      Branch: perl
3597            ! ext/B/B/CC.pm handy.h proto.h sv.c
3598 ____________________________________________________________________________
3599 [   941] By: mbeattie                              on 1998/05/14  14:47:29
3600         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3601              Subject: [PATCH 5.004_64] anydbm.t
3602              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
3603              Subject: [PATCH 5.004_64] threads on OS/2
3604              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
3605              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
3606              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
3607              Subject: [PATCH 5.004_64] Immediate stop in debugger
3608              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
3609              Subject: [PATCH 5.005_64] ptags broken
3610              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
3611              Subject: [PATCH 5.004_64] Document switch syntax via RE
3612              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
3613      Branch: perl
3614            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
3615            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
3616            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
3617 ____________________________________________________________________________
3618 [   940] By: mbeattie                              on 1998/05/14  14:38:44
3619         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
3620              Date: Fri, 03 Apr 1998 16:01:57 -0800
3621              From: Dan Sugalski <sugalskd@osshe.edu>
3622      Branch: perl
3623            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
3624            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
3625 ____________________________________________________________________________
3626 [   939] By: mbeattie                              on 1998/05/14  14:35:42
3627         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
3628              Date: Fri, 03 Apr 1998 13:58:15 -0800
3629              From: Dan Sugalski <sugalskd@osshe.edu>
3630      Branch: perl
3631            ! perl.c
3632 ____________________________________________________________________________
3633 [   938] By: gsar                                  on 1998/05/14  10:53:55
3634         Log: merge change#896 from maintbranch
3635      Branch: win32/perl
3636            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
3637            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
3638            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
3639            ! t/op/gv.t t/op/misc.t t/op/pack.t
3640 ____________________________________________________________________________
3641 [   937] By: gsar                                  on 1998/05/14  09:31:34
3642         Log: merge change#887 from maintbranch
3643      Branch: win32/perl
3644            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3645            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
3646            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
3647            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
3648            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
3649            ! t/op/stat.t toke.c utils/h2xs.PL
3650 ____________________________________________________________________________
3651 [   936] By: gsar                                  on 1998/05/14  09:06:18
3652         Log: merge change#886 from maintbranch
3653      Branch: win32/perl
3654            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
3655            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
3656            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
3657            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
3658            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3659            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
3660            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
3661            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
3662            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
3663            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
3664            ! vms/test.com
3665 ____________________________________________________________________________
3666 [   935] By: gsar                                  on 1998/05/14  07:00:02
3667         Log: merge changes#872,873 from maintbranch
3668      Branch: win32/perl
3669            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
3670            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
3671            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
3672            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
3673            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
3674            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
3675            ! utils/perldoc.PL
3676 ____________________________________________________________________________
3677 [   934] By: gsar                                  on 1998/05/14  06:24:38
3678         Log: merge changes#755..759,763,764 from maintbranch
3679      Branch: win32/perl
3680            + hints/openbsd.sh
3681            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
3682            ! t/op/pos.t utils/perldoc.PL
3683 ____________________________________________________________________________
3684 [   933] By: gsar                                  on 1998/05/14  06:07:31
3685         Log: merge change#754 from maintbranch
3686      Branch: win32/perl
3687            ! perl.c
3688 ____________________________________________________________________________
3689 [   932] By: gsar                                  on 1998/05/14  06:03:50
3690         Log: merge changes#752,753 from maintbranch
3691      Branch: win32/perl
3692            + t/op/pos.t
3693            ! README ext/GDBM_File/GDBM_File.pm
3694            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
3695 ____________________________________________________________________________
3696 [   931] By: gsar                                  on 1998/05/14  05:51:19
3697         Log: merge change#745 from maintbranch
3698      Branch: win32/perl
3699            + ext/DynaLoader/DynaLoader.pm.PL
3700            - ext/DynaLoader/DynaLoader.pm
3701            ! MANIFEST ext/DynaLoader/Makefile.PL
3702 ____________________________________________________________________________
3703 [   930] By: nick                                  on 1998/05/13  20:39:59
3704         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
3705      Branch: ansiperl
3706            ! utils/perldoc.PL
3707           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
3708           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
3709           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
3710           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3711           !> win32/makedef.pl win32/makefile.mk
3712 ____________________________________________________________________________
3713 [   929] By: gsar                                  on 1998/05/13  10:13:36
3714         Log: merge change#687 from maintbranch
3715      Branch: win32/perl
3716            ! pod/perlfunc.pod
3717 ____________________________________________________________________________
3718 [   928] By: gsar                                  on 1998/05/13  10:08:13
3719         Log: merge change#683 from maintbranch
3720      Branch: win32/perl
3721            ! pod/perlguts.pod
3722 ____________________________________________________________________________
3723 [   927] By: gsar                                  on 1998/05/13  09:51:43
3724         Log: merge change#681 from maintbranch
3725      Branch: win32/perl
3726            ! ext/Fcntl/Fcntl.pm
3727 ____________________________________________________________________________
3728 [   926] By: gsar                                  on 1998/05/13  09:47:11
3729         Log: merge change#664 from maint branch
3730      Branch: win32/perl
3731            ! regcomp.c regcomp.h regexec.c
3732 ____________________________________________________________________________
3733 [   925] By: gsar                                  on 1998/05/13  08:55:28
3734         Log: merge missing part of change#663 from maint branch
3735      Branch: win32/perl
3736            ! op.c
3737 ____________________________________________________________________________
3738 [   924] By: gsar                                  on 1998/05/12  18:50:04
3739         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
3740              and seems to generate problematic code for PII.
3741      Branch: win32/perl
3742            ! win32/makefile.mk
3743 ____________________________________________________________________________
3744 [   923] By: gsar                                  on 1998/05/12  16:24:02
3745         Log: fix test failure
3746              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
3747              Date:    Tue, 12 May 1998 10:40:57 BST
3748              From:    Nick.Ing-Simmons@tiuk.ti.com
3749              Subject: test buglet
3750      Branch: win32/perl
3751            ! t/op/hashwarn.t
3752 ____________________________________________________________________________
3753 [   922] By: TimBunce                              on 1998/05/11  20:58:58
3754         Log: Assorted patches:
3755              
3756              ------  CORE LANGUAGE  ------
3757              
3758              Title:  "incorrect return value for hv_iterinit"
3759              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3760              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
3761              Files:  pod/perlguts.pod hv.c
3762              
3763              ------  DOCUMENTATION  ------
3764              
3765              Title:  "perlvar.pod buglet E<EVMSERR>"
3766              From:  Achim Bohnet <ach@mpe.mpg.de>
3767              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
3768              Files:  pod/perlvar.pod
3769              
3770              Title:  "Improve docs for warning about code after an exec()"
3771              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
3772              <chaimf@concentric.net>
3773              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
3774              <m3ra22qn1z.fsf@chany-p100.emwp.com>
3775              Files:  pod/perlfunc.pod
3776              
3777              Title:  "Remove dead code from pod2man"
3778              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3779              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
3780              Files:  pod/pod2man.PL
3781              
3782              Title:  "tweak doc for C<do FILENAME>"
3783              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3784              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
3785              Files:  pod/perlfunc.pod
3786              
3787              Title:  "Document integer pragma effect on % operator"
3788              From:  Gisle Aas <gisle@aas.no>
3789              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
3790              Files:  pod/perlop.pod
3791              
3792              Title:  "Reduce rm command line length in pod/Makefile"
3793              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
3794              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
3795              Files:  pod/Makefile
3796              
3797              ------  EXTENSIONS  ------
3798              
3799              Title:  "Clarify Termios usage in POSIX.pod"
3800              From:  Rocco Caputo <troc@netrus.net>
3801              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
3802              Files:  ext/POSIX/POSIX.pod
3803              
3804              ------  LIBRARY  ------
3805              
3806              Title:  "Fix File::Find::finddepth typo in trial 2 release"
3807              From:  koenig@kulturbox.de (Andreas J. Koenig)
3808              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
3809              Files:  lib/File/Find.pm t/lib/filefind.t
3810              
3811              ------  PORTABILITY - GENERAL  ------
3812              
3813              Title:  "Add Porting/patching.pod document"
3814              From:  Daniel Grisinger <dgris@tdrenterprises.com>
3815              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
3816              Files:  MANIFEST Porting/patching.pod
3817              
3818              Title:  "hints/machten.sh: disable semctl(), align with devel version"
3819              From:  Dominic Dunlop <domo@vo.lu>
3820              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
3821              Files:  hints/machten.sh
3822              
3823              Title:  "Add VMS specifics to Porting/makerel"
3824              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3825              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
3826              <199804271732.SAA13762@toad.ig.co.uk>,
3827              <9804250212.AA27695@forte.com>
3828              Files:  Porting/makerel
3829      Branch: maint-5.004/perl
3830            + Porting/patching.pod
3831            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
3832            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
3833            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
3834            ! t/lib/filefind.t
3835 ____________________________________________________________________________
3836 [   921] By: gsar                                  on 1998/05/10  02:28:03
3837         Log: various tweaks to makefiles
3838      Branch: win32/perl
3839            ! win32/Makefile win32/makedef.pl win32/makefile.mk
3840 ____________________________________________________________________________
3841 [   920] By: gsar                                  on 1998/05/10  02:27:19
3842         Log: fix ExtUtils::Liblist mishandling paths with spaces
3843      Branch: win32/perl
3844            ! lib/ExtUtils/Liblist.pm
3845 ____________________________________________________________________________
3846 [   919] By: gsar                                  on 1998/05/09  17:10:15
3847         Log: minor cleanup
3848      Branch: win32/perl
3849            ! MANIFEST perl.c
3850 ____________________________________________________________________________
3851 [   918] By: gsar                                  on 1998/05/09  17:09:09
3852         Log: protect sortcop from C<sort { sort { ... } ... } ...>
3853              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
3854              Date:    Fri, 08 May 1998 19:33:44 EDT
3855              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
3856              Subject: [PATCH] Re: double recursion in sort 
3857      Branch: win32/perl
3858            ! pp_ctl.c t/op/runlevel.t
3859 ____________________________________________________________________________
3860 [   917] By: gsar                                  on 1998/05/09  17:05:55
3861         Log: c
3862      Branch: win32/perl
3863            ! win32/config.bc win32/config.gc win32/config.vc
3864 ____________________________________________________________________________
3865 [   916] By: gsar                                  on 1998/05/07  03:40:15
3866         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
3867      Branch: win32/perl
3868            ! pp.c
3869 ____________________________________________________________________________
3870 [   915] By: mbeattie                              on 1998/05/06  13:08:29
3871         Log: Speed up pp_entersub for usethreads with only 1 thread running.
3872      Branch: perl
3873            ! pp_hot.c
3874 ____________________________________________________________________________
3875 [   914] By: gsar                                  on 1998/05/03  18:44:38
3876         Log: make hv_iterinit() return HvKEYS()
3877              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
3878              Date:    Sat, 02 May 1998 16:29:22 EDT
3879              From:    "SynaptiCAD, Inc." <sales@syncad.com>
3880              Subject: incorrect return value for hv_iterinit
3881      Branch: win32/perl
3882            ! hv.c pod/perlguts.pod
3883 ____________________________________________________________________________
3884 [   913] By: TimBunce                              on 1998/05/01  22:38:38
3885         Log: Update MANIFEST for trial 2.
3886              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
3887      Branch: maint-5.004/perl
3888            ! MANIFEST
3889 ____________________________________________________________________________
3890 [   912] By: TimBunce                              on 1998/05/01  22:30:29
3891         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
3892      Branch: maint-5.004/perl
3893            + t/op/tiehandle.t
3894 ____________________________________________________________________________
3895 [   911] By: TimBunce                              on 1998/05/01  21:35:03
3896         Log: 
3897              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
3898              From:  timbo@ig.co.uk (Tim Bunce)
3899              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
3900              Files:  perl.h
3901              
3902              Title:  "Add WRITE & CLOSE to TIEHANDLE"
3903              From:  Graham Barr <gbarr@pobox.com>
3904              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
3905              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
3906      Branch: maint-5.004/perl
3907            + lib/Tie/Handle.pm
3908            ! perl.h pod/perltie.pod pp_sys.c
3909 ____________________________________________________________________________
3910 [   910] By: TimBunce                              on 1998/05/01  20:47:47
3911         Log: 
3912              Title:  "Add warning for Illegal hex digit"
3913              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
3914              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
3915              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
3916              <199804271409.PAA12819@toad.ig.co.uk>,
3917              <199804280307.WAA12332@psasolar.psa.pencom.com>
3918              Files:  pod/perldiag.pod util.c
3919              
3920              Title:  "perl_call_method() bug fix (corrupt op pointer)"
3921              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
3922              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
3923              Files:  perl.c
3924              
3925              Title:  "Fix printf segmentation fault"
3926              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
3927              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
3928              Files:  pp_hot.c
3929              
3930              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
3931              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3932              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
3933              Files:  pod/perlsub.pod
3934      Branch: maint-5.004/perl
3935            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
3936 ____________________________________________________________________________
3937 [   909] By: TimBunce                              on 1998/05/01  19:44:47
3938         Log: 
3939              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
3940              Files:  doio.c util.c
3941      Branch: maint-5.004/perl
3942            ! doio.c util.c
3943 ____________________________________________________________________________
3944 [   908] By: gsar                                  on 1998/05/01  19:21:02
3945         Log: add AS patch#20 (exposes more global constants)
3946      Branch: asperl
3947            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
3948            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
3949            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
3950 ____________________________________________________________________________
3951 [   907] By: TimBunce                              on 1998/05/01  17:50:46
3952         Log: 
3953              Title:  "Runtime Carp verbosity without aliasing"
3954              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
3955              Msg-ID:  <H00000e50003936c@MHS>
3956              Files:  lib/Carp.pm
3957              
3958              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
3959              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
3960              <rootbeer@teleport.com>
3961              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
3962              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
3963              Files:  lib/File/Basename.pm
3964      Branch: maint-5.004/perl
3965            ! lib/Carp.pm lib/File/Basename.pm
3966 ____________________________________________________________________________
3967 [   906] By: TimBunce                              on 1998/04/28  11:04:49
3968         Log: 
3969              ------  CORE LANGUAGE  ------
3970              
3971              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
3972              references in LVs"
3973              From:  Spider Boardman <spider@orb.nashua.nh.us>
3974              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
3975              <19980422164037.D29222@perl.org>
3976              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
3977              pp.c sv.c
3978              
3979              Title:  "Fix SvGMAGIC typo in change 904"
3980              Files:  doop.c
3981      Branch: maint-5.004/perl
3982            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
3983            ! proto.h sv.c
3984 ____________________________________________________________________________
3985 [   905] By: TimBunce                              on 1998/04/28  10:32:20
3986         Log: Regexp patches
3987              
3988              Title:  "New regex flag //t to leave $1 etc. tainted"
3989              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
3990              Msg-ID:  <19980310192640.37826@cyprus>
3991              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
3992              t/op/taint.t toke.c
3993              
3994              Title:  "Don't accidentally untaint target of s///"
3995              From:  Chip Salzenberg <chip@pobox.com>
3996              Msg-ID:  <19980310151756.24767@cyprus>
3997              Files:  pp_ctl.c pp_hot.c t/op/taint.t
3998              
3999              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
4000              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4001              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
4002              Files:  regcomp.c
4003      Branch: maint-5.004/perl
4004            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
4005            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
4006 ____________________________________________________________________________
4007 [   904] By: TimBunce                              on 1998/04/27  20:20:21
4008         Log: Assorted patches:
4009              
4010              ------  CORE LANGUAGE  ------
4011              
4012              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
4013              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
4014              <Tim.Bunce@ig.co.uk>
4015              Msg-ID:  <19980424080630.D13985@perl.org>
4016              Files:  doop.c
4017              
4018              Title:  "Better error message for require failure"
4019              From:  epeschko@den-mdev1 (Ed Peschko)
4020              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
4021              Files:  pod/perldiag.pod pp_ctl.c
4022              
4023              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
4024              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4025              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
4026              Files:  perl.c
4027              
4028              Title:  "Fix nice_chunk memory leak"
4029              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4030              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
4031              Files:  sv.c
4032              
4033              Title:  "-2.0 vs. -2 (was Number representations)"
4034              From:  Chip Salzenberg <chip@pobox.com>
4035              Msg-ID:  <19980309185652.11231@cyprus>
4036              Files:  op.c
4037              
4038              Title:  "perl.c fixes for -DUNEXEC"
4039              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
4040              <mwette@mr-ed.jpl.nasa.gov>
4041              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
4042              Files:  perl.c
4043              
4044              ------  DOCUMENTATION  ------
4045              
4046              Title:  "perlcall is Perl from C, not C from Perl"
4047              From:  Steve A Fink <sfink@cs.berkeley.edu>
4048              Files:  pod/perlembed.pod
4049              
4050              Title:  "Clarify require "Foo::Bar" non-bareword issue"
4051              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
4052              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
4053              Files:  pod/perlfunc.pod
4054              
4055              Title:  "(repost) new text for perlsec", "new text for perlsec"
4056              From:  Tom Phoenix <rootbeer@teleport.com>
4057              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
4058              Files:  pod/perlsec.pod
4059              
4060              ------  EXTENSIONS  ------
4061              
4062              Title:  "IO::Socket->socketpair broken (typo)"
4063              From:  Olaf Titz <olaf@bigred.inka.de>
4064              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
4065              Files:  ext/IO/lib/IO/Socket.pm
4066              
4067              Title:  "NDBM_File man page needs Fcntl"
4068              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
4069              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
4070              Files:  ext/NDBM_File/NDBM_File.pm
4071              
4072              ------  LIBRARY  ------
4073              
4074              Title:  "Documentation discrepancy: pragmatic modules"
4075              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
4076              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
4077              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
4078              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
4079              
4080              ------  PORTABILITY - GENERAL  ------
4081              
4082              Title:  "Updated hints file for svr4"
4083              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4084              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
4085              Files:  hints/svr4.sh
4086              
4087              Title:  "Pumpkin update -- shared libperl.so location"
4088              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4089              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
4090              Files:  Porting/pumpkin.pod
4091              
4092              Title:  "perl compile fix for AIX 4.3"
4093              From:  Jens-Uwe Mager <jum@helios.de>
4094              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
4095              Files:  ext/DynaLoader/dl_aix.xs
4096              
4097              Title:  "Dynaloader build on VMS",
4098              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
4099              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
4100              Files:  vms/descrip.mms
4101              
4102              ------  UTILITIES  ------
4103              
4104              Title:  "Major update to h2ph.PL"
4105              From:  Billy <wdconsta@cs.adelaide.edu.au>
4106              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
4107              Files:  utils/h2ph.PL
4108      Branch: maint-5.004/perl
4109            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
4110            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
4111            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
4112            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
4113            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
4114 ____________________________________________________________________________
4115 [   903] By: gsar                                  on 1998/04/25  22:27:19
4116         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
4117      Branch: asperl
4118            ! win32/GenCAPI.pl
4119 ____________________________________________________________________________
4120 [   902] By: nick                                  on 1998/04/25  16:35:08
4121         Log: Case sensitive tweak to perldoc.PL
4122      Branch: ansiperl
4123            ! utils/perldoc.PL
4124 ____________________________________________________________________________
4125 [   901] By: nick                                  on 1998/04/25  15:16:54
4126         Log: Implement use attrs qw(locked package);
4127              Passes all tests except posix (hangs/dies) in sigaction test after 
4128              printing "ok 9".
4129      Branch: ansiperl
4130            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
4131 ____________________________________________________________________________
4132 [   900] By: nick                                  on 1998/04/25  13:58:17
4133         Log: Auto-insert defined() test in while when test expression is 
4134              readline (i.e. <>), glob, readdir, or each.
4135      Branch: ansiperl
4136            + t/op/defins.t
4137            ! op.c pod/perlop.pod
4138 ____________________________________________________________________________
4139 [   899] By: nick                                  on 1998/04/25  13:14:52
4140         Log: Resolve ansiperl against win32 branch
4141      Branch: ansiperl
4142           +> (branch 53 files)
4143            - config_H
4144           !> (integrate 227 files)
4145 ____________________________________________________________________________
4146 [   898] By: gsar                                  on 1998/04/24  17:01:05
4147         Log: add AS patch#18
4148      Branch: asperl
4149            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
4150 ____________________________________________________________________________
4151 [   897] By: TimBunce                              on 1998/04/23  19:49:22
4152         Log: Assorted patches:
4153              
4154              ------  CORE LANGUAGE  ------
4155              
4156              Title:  "fix for "Unbalanced string table refcount""
4157              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4158              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
4159              Files:  sv.c
4160              
4161              Title:  "Allow more lenient switch processing"
4162              From:  "John L. Allen" <allen@grumman.com>
4163              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
4164              Files:  perl.c
4165              
4166              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
4167              From:  Gisle Aas <gisle@aas.no>
4168              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
4169              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
4170              
4171              Title:  "Odd number of elements in hash list."
4172              From:  Tom Phoenix <rootbeer@teleport.com>
4173              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
4174              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
4175              
4176              Title:  "another destruct_level fix"
4177              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4178              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
4179              Files:  hv.c
4180              
4181              Title:  "bidirectional pipe warning blues"
4182              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
4183              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
4184              Files:  doio.c
4185              
4186              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
4187              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
4188              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
4189              Files:  pp_hot.c pp_sys.c
4190              
4191              Title:  "unimplemented umask() should return undef not die"
4192              From:  kstar@chapin.edu (Kurt D. Starsinic)
4193              Msg-ID:  <199803120515.VAA08660@chapin.edu>
4194              Files:  pod/perlfunc.pod pp_sys.c
4195              
4196              Title:  "warning for: bless $foo, """
4197              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
4198              Msg-ID:  <H00000e5000378a0@MHS>
4199              Files:  pod/perldiag.pod pp.c
4200              
4201              ------  DOCUMENTATION  ------
4202              
4203              Title:  "Mention SWIG in perlxs.pod"
4204              From:  Steve A Fink <sfink@cs.berkeley.edu>
4205              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
4206              Files:  pod/perlxs.pod
4207              
4208              Title:  "fix-up of previous perlre.pod patch"
4209              From:  Ted Ashton <ashted@southern.edu>
4210              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
4211              Files:  pod/perlre.pod
4212              
4213              Title:  "long list of man page nitpicks"
4214              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
4215              <tchrist@jhereg.perl.com>
4216              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
4217              <199804222204.QAA20805@jhereg.perl.com>
4218              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
4219              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
4220              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4221              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
4222              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
4223              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4224              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4225              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4226              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
4227              pod/pod2man.PL
4228              
4229              Title:  "document that system() does not set $! when it fails"
4230              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
4231              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
4232              Files:  pod/perlfunc.pod
4233              
4234              Title:  "Fix pod/roffitall execute permission"
4235              From:  lvirden@cas.org
4236              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
4237              Files:  pod/roffitall
4238              
4239              Title:  "document when split ignores trailing empty fields"
4240              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
4241              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
4242              Files:  pod/perlfunc.pod
4243              
4244              ------  EXTENSIONS  ------
4245              
4246              Title:  "Buglet in Opcode.pm documentation"
4247              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4248              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
4249              Files:  ext/Opcode/Opcode.pm
4250              
4251              Title:  "Failure to append to perllocal.pod should not be fatal"
4252              From:  koenig@kulturbox.de (Andreas J. Koenig)
4253              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
4254              Files:  lib/ExtUtils/MM_Unix.pm
4255              
4256              Title:  "Document that IO.pm does not load IO::Select etc"
4257              From:  Graham Barr <gbarr@ti.com>
4258              Msg-ID:  <353B48F1.64E35A63@ti.com>
4259              Files:  ext/IO/IO.pm
4260              
4261              Title:  "Install extensions with bootstrap (again) in $archlib"
4262              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
4263              Koenig)
4264              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
4265              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
4266              Files:  lib/ExtUtils/Install.pm
4267              
4268              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
4269              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4270              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
4271              Files:  ext/Socket/Socket.xs
4272              
4273              ------  LIBRARY  ------
4274              
4275              Title:  "Benchmark.pm: add run-for-some-time mode"
4276              From:  Jarkko Hietaniemi <jhi@iki.fi>
4277              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
4278              Files:  lib/Benchmark.pm
4279              
4280              Title:  "Comments added to Carp.pm"
4281              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
4282              <chip@perlsupport.com>, Tom Christiansen
4283              <tchrist@jhereg.perl.com>
4284              Msg-ID:  <19980422164242.E29222@perl.org>,
4285              <199804222033.OAA17959@jhereg.perl.com>,
4286              <980409182357.ZM21638@bandanna>
4287              Files:  lib/Carp.pm
4288              
4289              Title:  "chat2.pl fix"
4290              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4291              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
4292              Files:  lib/chat2.pl
4293              
4294              Title:  "lib/Pod/Html.pm"
4295              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
4296              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
4297              <199710180417.AAA19778@staff2.cso.uiuc.edu>
4298              Files:  lib/Pod/Html.pm
4299              
4300              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
4301              arg."
4302              From:  hiroo.hayashi@computer.org
4303              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
4304              Files:  lib/Term/ReadLine.pm
4305              
4306              ------  OTHER CHANGES  ------
4307              
4308              Title:  "ptags broken"
4309              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4310              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
4311              Files:  emacs/ptags
4312              
4313              ------  PORTABILITY - WIN32  ------
4314              
4315              Title:  "win32 tweaks (signals and crypt support)"
4316              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4317              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
4318              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
4319              win32/config_H.vc win32/win32.c
4320              
4321              ------  PORTABILITY - GENERAL  ------
4322              
4323              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
4324              From:  Russ Allbery <rra@stanford.edu>
4325              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
4326              Files:  Porting/Contract
4327              
4328              Title:  "Config: Irix 5 hints"
4329              From:  kstar@O2.chapin.edu
4330              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
4331              Files:  hints/irix_5.sh
4332              
4333              Title:  "VMS patches to 5.004_03"
4334              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4335              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
4336              Files:  vms/vms.c
4337              
4338              Title:  "hints/netbsd.sh - enable vfork"
4339              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4340              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
4341              Files:  hints/netbsd.sh
4342              
4343              ------  UTILITIES  ------
4344              
4345              Title:  "support find2perl -follow"
4346              From:  Billy <wdconsta@cs.adelaide.edu.au>
4347              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
4348              Files:  x2p/find2perl.PL
4349      Branch: maint-5.004/perl
4350            + Porting/Contract t/op/hashwarn.t
4351            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
4352            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
4353            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
4354            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
4355            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
4356            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
4357            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
4358            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
4359            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
4360            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
4361            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
4362            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4363            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4364            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4365            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
4366            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
4367            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
4368            ! win32/config_H.bc win32/config_H.vc win32/win32.c
4369            ! x2p/find2perl.PL
4370 ____________________________________________________________________________
4371 [   896] By: TimBunce                              on 1998/04/22  11:49:24
4372         Log: Assorted patches:
4373              
4374              ------  CORE LANGUAGE  ------
4375              
4376              Title:  "Additional regex-cache patch"
4377              From:  Chip Salzenberg <chip@atlantic.net>
4378              Msg-ID:  <19980305104831.38100@cyprus>
4379              Files:  pp_ctl.c
4380              
4381              Title:  "Conservative C<*x = undef> patch"
4382              From:  Chip Salzenberg <chip@atlantic.net>
4383              Msg-ID:  <19980310163310.48509@cyprus>
4384              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
4385              
4386              Title:  "Consider @ARGV to be plain files if inplace (-i)"
4387              From:  Chip Salzenberg <salzench@nielsenmedia.com>
4388              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
4389              Files:  doio.c
4390              
4391              Title:  "Fix semctl for Linux, Sun and SVR4"
4392              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
4393              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
4394              Files:  doio.c
4395              
4396              Title:  "C<dSP> entails using C<SP>, not C<sp>"
4397              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4398              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
4399              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
4400              doio.c doop.c ext/DB_File/DB_File.xs
4401              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
4402              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
4403              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
4404              win32/win32.c
4405              
4406              Title:  "Make autouse -w-safe"
4407              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4408              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
4409              Files:  lib/autouse.pm op.c sv.c
4410              
4411              Title:  "Misleading error on close of unopened handle"
4412              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4413              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
4414              Files:  doio.c
4415              
4416              Title:  "Confusing error from perl -e "x'""
4417              From:  Hans Mulder <hansmu@xs4all.nl>
4418              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
4419              Files:  toke.c
4420              
4421              Title:  "Add HAS_GNULIBC define"
4422              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4423              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
4424              Files:  config_H config_h.SH
4425              
4426              Title:  "h_errno might not be an int"
4427              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4428              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
4429              Files:  pp_sys.c
4430              
4431              Title:  "Revised taint hole closer", "Revised taint hole closer"
4432              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
4433              <ilya@math.ohio-state.edu>
4434              Msg-ID:  <19980310222127.09350@cyprus>,
4435              <199803110554.AAA29157@monk.mps.ohio-state.edu>
4436              Files:  doio.c
4437              
4438              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
4439              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
4440              van der Sanden)
4441              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
4442              <199803171727.MAA05234@aatma.engin.umich.edu>
4443              Files:  op.c t/op/misc.t
4444              
4445              Title:  "Stale SP in pp_substr"
4446              From:  Stephen McCamant <alias@mcs.com>
4447              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
4448              Files:  pp.c
4449              
4450              Title:  "Statement unlikely to be reached warning"
4451              From:  Hans Mulder <hansm@icgned.nl>
4452              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
4453              Files:  op.c
4454              
4455              Title:  "Tainting propagates from nowhere"
4456              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4457              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
4458              Files:  pp.c
4459              
4460              Title:  "two trivial tweaks to 5.004m5t1"
4461              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4462              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
4463              Files:  proto.h win32/Makefile
4464              
4465              Title:  "unpacking negatives on Alpha"
4466              From:  Achim Bohnet <ach@mpe.mpg.de>
4467              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
4468              Files:  pp.c t/op/pack.t
4469              
4470              ------  LIBRARY AND EXTENSIONS  ------
4471              
4472              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
4473              From:  Graham Barr <gbarr@ti.com>
4474              Msg-ID:  <3482F365.4A0486BA@ti.com>
4475              Files:  lib/Cwd.pm
4476              
4477              Title:  "Math/BigInt.pm, fixed use of undefined value."
4478              From:  abigail@fnx.com
4479              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
4480              Files:  lib/Math/BigInt.pm
4481              
4482              Title:  "File::Find rewrite"
4483              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4484              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
4485              Files:  lib/File/Find.pm
4486              
4487              Title:  "efficient version of strict.pm"
4488              From:  koenig@anna.mind.de (Andreas J. Koenig)
4489              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
4490              Files:  lib/strict.pm
4491              
4492              Title:  "Socket occasional SEGV in pack_sockaddr_un"
4493              From:  Trevor Blackwell <tlb@viaweb.com>
4494              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
4495              Files:  ext/Socket/Socket.xs
4496              
4497              Title:  "Warning on mis-use of 'use lib'"
4498              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
4499              <rootbeer@teleport.com>, chip@atlantic.net
4500              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
4501              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
4502              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
4503              Files:  lib/lib.pm
4504              
4505              Title:  "bug in Class::Struct"
4506              From:  Tom Christiansen <tchrist@toy.perl.com>
4507              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
4508              Files:  lib/Class/Struct.pm
4509              
4510              Title:  "Allow POSIX to export nice()"
4511              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
4512              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
4513              Files:  ext/POSIX/POSIX.pm
4514              
4515              Title:  "'use Env' on WinNT/95 fails"
4516              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4517              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
4518              Files:  lib/Env.pm
4519              
4520              ------  OTHER CHANGES  ------
4521              
4522              Title:  "mv-if-diff"
4523              From:  Robin Barker <rmb1@cise.npl.co.uk>
4524              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
4525              Files:  mv-if-diff
4526              
4527              ------  PORTABILITY - WIN32  ------
4528              
4529              Title:  "fix various problems with backticks on win32"
4530              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4531              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
4532              Files:  win32/config_h.PL win32/win32.c
4533              
4534              ------  TESTS  ------
4535              
4536              Title:  "Fix bug in locale.t"
4537              From:  Jarkko Hietaniemi <jhi@iki.fi>
4538              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
4539              Files:  t/pragma/locale.t
4540      Branch: maint-5.004/perl
4541            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
4542            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
4543            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
4544            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
4545            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
4546            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
4547            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
4548            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
4549            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
4550            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
4551            ! win32/Makefile win32/config_h.PL win32/win32.c
4552 ____________________________________________________________________________
4553 [   895] By: gsar                                  on 1998/04/22  03:13:19
4554         Log: intern -> sys_intern
4555      Branch: win32/perl
4556            ! embedvar.h interp.sym intrpvar.h win32/win32.h
4557 ____________________________________________________________________________
4558 [   894] By: gsar                                  on 1998/04/22  02:42:20
4559         Log: hand-applied patch along with small tweaks
4560              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
4561              Date:    Tue, 21 Apr 1998 23:31:06 +0200
4562              From:    jan.dubois@ibm.net (Jan Dubois)
4563              Subject: Re: Per-Interpreter variables for win32.c 
4564      Branch: win32/perl
4565            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
4566            ! win32/makedef.pl win32/win32.c win32/win32.h
4567 ____________________________________________________________________________
4568 [   893] By: gsar                                  on 1998/04/21  03:42:21
4569         Log: add AS patch#17
4570      Branch: asperl
4571            + win32/GenCAPI.pl
4572            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
4573            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4574            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
4575            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
4576            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
4577            ! win32/win32.c
4578 ____________________________________________________________________________
4579 [   892] By: gsar                                  on 1998/04/20  20:51:50
4580         Log: add AS patch#16
4581      Branch: asperl
4582            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
4583            ! win32/makefile.mk
4584 ____________________________________________________________________________
4585 [   891] By: gsar                                  on 1998/04/19  23:50:34
4586         Log: tweak doc for C<do FILENAME>
4587      Branch: win32/perl
4588            ! pod/perlfunc.pod
4589 ____________________________________________________________________________
4590 [   890] By: gsar                                  on 1998/04/19  01:08:11
4591         Log: use a pidtable that grows dynamically for popen()
4592              Message-Id: <3539f434.44835409@smtp1.ibm.net>
4593              Date:    Sat, 18 Apr 1998 21:01:27 +0200
4594              From:    jan.dubois@ibm.net (Jan Dubois)
4595              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
4596      Branch: win32/perl
4597            ! win32/win32.c
4598 ____________________________________________________________________________
4599 [   889] By: gsar                                  on 1998/04/17  02:13:58
4600         Log: support POSIX, enable more locale tests
4601      Branch: win32/perl
4602            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4603            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
4604            ! win32/makedef.pl win32/makefile.mk
4605 ____________________________________________________________________________
4606 [   888] By: mbeattie                              on 1998/04/14  16:22:51
4607         Log: CC did "<<" instead of ">>" for right-shift on ints.
4608      Branch: perl
4609            ! ext/B/B/CC.pm
4610 ____________________________________________________________________________
4611 [   887] By: TimBunce                              on 1998/04/10  17:44:55
4612         Log: Assorted patches:
4613              
4614              ------  CORE LANGUAGE  ------
4615              
4616              Title:  "Re: die exits with 0"
4617              From:  Robin Barker <rmb1@cise.npl.co.uk>
4618              Files:  perl.c t/op/die_exit.t
4619              
4620              Title:  "More toke.c commentary; fix oddity"
4621              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4622              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
4623              Files:  toke.c
4624              
4625              Title:  "for semctl on solaris"
4626              From:  Graham Barr <gbarr@ti.com>
4627              Msg-ID:  <34624B80.C014E841@ti.com>
4628              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
4629              
4630              ------  DOCUMENTATION  ------
4631              
4632              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
4633              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
4634              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
4635              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
4636              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
4637              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
4638              Files:  pod/perlre.pod
4639              
4640              ------  LIBRARY AND EXTENSIONS  ------
4641              
4642              Title:  "BigFloat - small neagtive numbers cause panic"
4643              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
4644              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
4645              Files:  lib/Math/BigFloat.pm
4646              
4647              Title:  "Update Getopt::Long to 2.16"
4648              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
4649              <jvromans@squirrel.nl>
4650              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
4651              <13572.6847.863219.973795@phoenix.squirrel.nl>
4652              Files:  lib/Getopt/Long.pm
4653              
4654              Title:  "New Text::ParseWords"
4655              From:  pomeranz@netcom.com (Hal Pomeranz)
4656              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
4657              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
4658              
4659              Title:  "Fixed Text/Wrap.pm bugs (2)"
4660              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
4661              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
4662              Files:  lib/Text/Wrap.pm
4663              
4664              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
4665              print/exit)"
4666              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
4667              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
4668              Files:  lib/File/CheckTree.pm
4669              
4670              ------  OTHER CHANGES  ------
4671              
4672              Title:  "Add ./emacs/ptags"
4673              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4674              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
4675              Files:  emacs/ptags
4676              
4677              ------  TESTS  ------
4678              
4679              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
4680              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
4681              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
4682              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
4683              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
4684              <v02130515b06be80f1486@[205.228.240.16]>
4685              Files:  t/op/stat.t
4686              
4687              Title:  "for failure with lib/timelocal"
4688              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
4689              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
4690              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
4691              Files:  t/lib/timelocal.t
4692              
4693              Title:  "Make "localhost" related failures more clear"
4694              From:  Paul Hoffman <phoffman@proper.com>
4695              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
4696              Files:  t/lib/io_sock.t t/lib/io_udp.t
4697              
4698              ------  UTILITIES  ------
4699              
4700              Title:  "Let h2xs read multiple header files"
4701              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
4702              <bsugars@canoe.ca>
4703              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
4704              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
4705              Files:  utils/h2xs.PL
4706      Branch: maint-5.004/perl
4707            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
4708            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
4709            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
4710            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
4711            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
4712            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
4713 ____________________________________________________________________________
4714 [   886] By: TimBunce                              on 1998/04/10  14:35:34
4715         Log: Changes relating primarily to portability.
4716              
4717              ------  CORE LANGUAGE  ------
4718              
4719              Title:  "5.004_55: Another round of OS/2 patches"
4720              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4721              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
4722              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
4723              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
4724              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
4725              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
4726              t/lib/filecopy.t util.c utils/perldoc.PL
4727              
4728              Title:  "VMS: chdir() with empty arg list"
4729              From:  lane@duphy4.drexel.edu (Charles Lane)
4730              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
4731              Files:  pp_sys.c
4732              
4733              ------  LIBRARY AND EXTENSIONS  ------
4734              
4735              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
4736              From:  "W. Phillip Moore" <wpm@ms.com>
4737              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
4738              Files:  lib/ExtUtils/MM_Unix.pm
4739              
4740              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
4741              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
4742              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
4743              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
4744              
4745              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
4746              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4747              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
4748              Files:  ext/POSIX/POSIX.xs
4749              
4750              Title:  ""ODBM_File.c", line 275: NULL undefined"
4751              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
4752              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
4753              Files:  ext/ODBM_File/ODBM_File.xs
4754              
4755              ------  OTHER CHANGES  ------
4756              Files:  
4757              
4758              ------  PORTABILITY - GENERAL  ------
4759              
4760              Title:  "5.004_04 QNX getcwd"
4761              From:  Norton Allen <allen@huarp.harvard.edu>
4762              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
4763              <199803061511.KAA22346@bottesini.harvard.edu>
4764              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
4765              
4766              Title:  "hints/netbsd.sh d_setrgid d_setruid"
4767              From:  Jarkko Hietaniemi <jhi@iki.fi>
4768              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
4769              Files:  hints/netbsd.sh
4770              
4771              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
4772              d_casti32=undef"
4773              From:  Tom Hughes <tom@compton.demon.co.uk>
4774              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
4775              Files:  hints/svr4.sh
4776              
4777              Title:  "hints/bsdos.sh patch for BSDI 3.1"
4778              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
4779              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
4780              Files:  hints/bsdos.sh
4781              
4782              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
4783              From:  Keong Lim <Keong.Lim@sr.com.au>
4784              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
4785              Files:  ext/DynaLoader/dl_hpux.xs
4786              
4787              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
4788              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
4789              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
4790              Files:  hints/aix.sh
4791              
4792              Title:  "alpha-dec_osf 5.0"
4793              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
4794              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
4795              Files:  hints/dec_osf.sh
4796              
4797              Title:  "Off-by-one error with OS2::PrfDB"
4798              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4799              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
4800              Files:  os2/OS2/PrfDB/PrfDB.xs
4801              
4802              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
4803              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4804              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
4805              Files:  hints/openbsd.sh
4806              
4807              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
4808              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4809              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
4810              Files:  hints/linux.sh
4811              
4812              Title:  "5.004_(04|63)] Close VMS security hole"
4813              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4814              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
4815              Files:  vms/vms.c
4816              
4817              Title:  "Re: Perl online documentation on OpenVMS"
4818              From:  pvhp@forte.com (Peter Prymmer)
4819              Msg-ID:  <9803192143.AA28120@forte.com>
4820              Files:  README.vms
4821              
4822              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
4823              vms/perly_c.vms and vms/perly_h.vms"
4824              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
4825              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
4826              Msg-ID:  <199710151650.JAA29185@wall.org>,
4827              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
4828              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
4829              Files:  vms/perly_c.vms
4830              
4831              Title:  "Updated, non-wordwrapped, patch to README.VMS"
4832              From:  Dan Sugalski <sugalskd@osshe.edu>
4833              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
4834              Files:  README.vms
4835              
4836              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
4837              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4838              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
4839              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
4840              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
4841              vms/ext/filespec.t
4842              
4843              Title:  "Re: VMSperl crashes on -Mblib argument"
4844              From:  bailey@newman.upenn.edu (Charles Bailey)
4845              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
4846              Files:  lib/blib.pm vms/vms.c
4847              
4848              Title:  "hints/linux.sh (MkLinux / PPC)"
4849              From:  pudge@pobox.com (Chris Nandor)
4850              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
4851              Files:  hints/linux.sh
4852              
4853              Title:  "hpux.sh hints file clarification suggestion"
4854              From:  root@qad.com
4855              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
4856              Files:  hints/hpux.sh
4857              
4858              Title:  "new hints/solaris_2.sh"
4859              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4860              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
4861              Files:  hints/solaris_2.sh
4862      Branch: maint-5.004/perl
4863            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
4864            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
4865            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
4866            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
4867            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
4868            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
4869            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4870            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
4871            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
4872            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
4873            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
4874            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
4875            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
4876            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
4877            ! vms/vms.c
4878 ____________________________________________________________________________
4879 [   885] By: gsar                                  on 1998/04/08  01:14:29
4880         Log: small tweaks to make it compile (doesn't run)
4881      Branch: asperl
4882            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
4883            ! win32/config.vc win32/makefile.mk
4884 ____________________________________________________________________________
4885 [   884] By: gsar                                  on 1998/04/08  00:14:13
4886         Log: integrate mainline changes
4887      Branch: asperl
4888           +> Changes5.004 ext/Thread/Thread/Signal.pm
4889           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4890           +> lib/ExtUtils/inst t/op/hashwarn.t
4891            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
4892           !> (integrate 127 files)
4893 ____________________________________________________________________________
4894 [   883] By: gsar                                  on 1998/04/06  20:21:20
4895         Log: make old DomainName() implementation the default (so Win95
4896              is happy)
4897      Branch: win32/perl
4898            ! win32/win32.c
4899 ____________________________________________________________________________
4900 [   882] By: gsar                                  on 1998/04/05  23:32:33
4901         Log: fix memory leaks in offer_nice_chunk()
4902      Branch: win32/perl
4903            ! perl.h sv.c
4904 ____________________________________________________________________________
4905 [   881] By: gsar                                  on 1998/04/04  23:11:52
4906         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
4907      Branch: win32/perl
4908            ! cop.h util.c
4909 ____________________________________________________________________________
4910 [   880] By: gsar                                  on 1998/04/04  22:35:54
4911         Log: fix refcounting of GvSTASH() when glob becomes nought
4912              (this takes care of the "unbalanced strtab refcount" problem)
4913      Branch: win32/perl
4914            ! sv.c
4915 ____________________________________________________________________________
4916 [   879] By: gsar                                  on 1998/04/04  21:16:17
4917         Log: change 866 was incomplete
4918      Branch: win32/perl
4919            ! hv.c
4920 ____________________________________________________________________________
4921 [   878] By: gsar                                  on 1998/04/04  20:31:56
4922         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
4923      Branch: win32/perl
4924            ! cop.h perl.c pp_ctl.c
4925 ____________________________________________________________________________
4926 [   877] By: gsar                                  on 1998/04/04  17:55:30
4927         Log: integrate mainline
4928      Branch: win32/perl
4929           +> Changes5.004
4930           !> Changes MANIFEST sv.c t/op/misc.t
4931 ____________________________________________________________________________
4932 [   876] By: gsar                                  on 1998/04/04  17:26:32
4933         Log: remove __declspec kludge in sdbm.h in favor of setting a
4934              flag for static symbols
4935      Branch: win32/perl
4936            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
4937            ! ext/SDBM_File/sdbm/sdbm.h
4938 ____________________________________________________________________________
4939 [   875] By: gsar                                  on 1998/04/04  01:11:57
4940         Log: fix order of init
4941              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
4942              Date:    Fri, 03 Apr 1998 13:58:15 PST
4943              From:    Dan Sugalski <sugalskd@osshe.edu>
4944              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
4945              with MULTIPLICITY
4946      Branch: win32/perl
4947            ! perl.c
4948 ____________________________________________________________________________
4949 [   874] By: gsar                                  on 1998/04/04  00:34:59
4950         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
4951              the declared symbol is not in a DLL (so kludge it)
4952      Branch: win32/perl
4953            ! ext/SDBM_File/sdbm/sdbm.h
4954 ____________________________________________________________________________
4955 [   873] By: TimBunce                              on 1998/04/03  22:17:40
4956         Log: Title:  "FileHandle Documentation patch"
4957              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
4958              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
4959              Files:  lib/FileHandle.pm
4960      Branch: maint-5.004/perl
4961            ! lib/FileHandle.pm
4962 ____________________________________________________________________________
4963 [   872] By: TimBunce                              on 1998/04/03  22:01:03
4964         Log: Documentation and documentation related patches:
4965              
4966              ------  BUILD PROCESS  ------
4967              
4968              Title:  "Docs re /usr/bin/perl quasi-standard location"
4969              From:  Tom Phoenix <rootbeer@teleport.com>
4970              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
4971              Files:  INSTALL pod/perlrun.pod
4972              
4973              ------  DOCUMENTATION  ------
4974              
4975              Title:  "/RFC|RFC-1305/ non-greedy"
4976              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
4977              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
4978              Files:  pod/perlre.pod
4979              
4980              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
4981              From:  Jarkko Hietaniemi <jhi@iki.fi>
4982              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
4983              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
4984              
4985              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
4986              From:  Jarkko Hietaniemi <jhi@iki.fi>
4987              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
4988              Files:  pod/perlfunc.pod
4989              
4990              Title:  "typo-fix and suggestion for perlguts.pod"
4991              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4992              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
4993              Files:  pod/perlguts.pod
4994              
4995              Title:  "perlfunc/syscall curiosity"
4996              From:  Roderick Schertler <roderick@argon.org>, Tkil
4997              <tkil@reptile.scrye.com>
4998              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
4999              <pziut8snva.fsf@eeyore.ibcinc.com>
5000              Files:  pod/perlfunc.pod
5001              
5002              Title:  "Document sprintf %#x behaviour for zero value"
5003              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
5004              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
5005              Files:  pod/perlfunc.pod
5006              
5007              Title:  "NUL termination (was Re: STOP THE PRESSES)"
5008              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5009              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
5010              Files:  pod/perlguts.pod
5011              
5012              Title:  "Typo fix."
5013              From:  abigail@fnx.com
5014              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
5015              Files:  pod/perlop.pod pod/perlvar.pod
5016              
5017              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
5018              From:  Achim Bohnet <ach@mpe.mpg.de>
5019              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
5020              Files:  pod/perlrun.pod
5021              
5022              Title:  "Re: Conservative C<*x = undef> patch"
5023              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5024              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
5025              Files:  pod/perltrap.pod
5026              
5027              Title:  "perlfunc.pod for flock()"
5028              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
5029              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
5030              Files:  pod/perlfunc.pod
5031              
5032              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
5033              From:  Tkil <tkil@scrye.com>
5034              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
5035              Files:  pod/perl.pod
5036              
5037              Title:  "for() and map() peculiarity"
5038              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5039              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
5040              Files:  pod/perlsyn.pod
5041              
5042              Title:  "Re: new text for perlsec"
5043              From:  Tom Phoenix <rootbeer@teleport.com>
5044              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
5045              Files:  pod/perlsec.pod
5046              
5047              Title:  "perldsc's debugger x command"
5048              From:  Roderick Schertler <roderick@argon.org>
5049              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
5050              Files:  pod/perldsc.pod
5051              
5052              Title:  "perlre.pod"
5053              From:  Ted Ashton <ashted@southern.edu>
5054              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
5055              Files:  pod/perlre.pod
5056              
5057              Title:  "Re: printf and $\", "printf and $\"
5058              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
5059              <rootbeer@teleport.com>, nag <nick@flirble.org>
5060              Msg-ID:  <199711141918.TAA08096@flirble.org>,
5061              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
5062              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
5063              Files:  pod/perlfunc.pod
5064              
5065              Title:  "recv() typo"
5066              From:  Roderick Schertler <roderick@argon.org>
5067              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
5068              Files:  pod/perlfunc.pod
5069              
5070              Title:  "truncate return value"
5071              From:  Roderick Schertler <roderick@argon.org>
5072              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
5073              Files:  pod/perlfunc.pod
5074              
5075              Title:  "update to perlbook.pod"
5076              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
5077              <merlyn@stonehenge.com>, Stephen Potter
5078              <spp@psasolar.colltech.com>, Tom Phoenix
5079              <rootbeer@teleport.com>
5080              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
5081              <199803241441.OAA01261@mediaone.net>,
5082              <8clnu0i05k.fsf@gadget.cscaper.com>,
5083              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
5084              Files:  pod/perlbook.pod
5085              
5086              Title:  "utime documentation"
5087              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
5088              <mjtg@cus.cam.ac.uk>
5089              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
5090              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
5091              Files:  pod/perlfunc.pod
5092              
5093              Title:  "(well, doc patch) use of // requires successful match"
5094              From:  Roderick Schertler <roderick@argon.org>
5095              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
5096              Files:  pod/perlop.pod
5097              
5098              ------  LIBRARY AND EXTENSIONS  ------
5099              
5100              Title:  "MakeMaker PM doc patch and a DIR buglet"
5101              From:  Achim Bohnet <ach@mpe.mpg.de>
5102              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
5103              Files:  lib/ExtUtils/MakeMaker.pm
5104              
5105              Title:  "bareword clarification for constant.pm"
5106              From:  Roderick Schertler <roderick@argon.org>
5107              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
5108              Files:  lib/constant.pm
5109              
5110              Title:  "integer rand - bug or feature?"
5111              From:  Roderick Schertler <roderick@argon.org>
5112              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
5113              Files:  lib/integer.pm
5114              
5115              ------  OTHER CHANGES  ------
5116              
5117              Title:  "FileHandle Documentation patch"
5118              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5119              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
5120              
5121              Title:  "perl5.004_61 myconfig updates"
5122              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5123              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
5124              Files:  myconfig
5125              
5126              Title:  "small fixups in pod2latex.PL"
5127              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5128              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
5129              
5130              ------  PORTABILITY - GENERAL  ------
5131              
5132              Title:  "Misc doc fixes for README.VMS"
5133              From:  Dan Sugalski <sugalskd@osshe.edu>
5134              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
5135              Files:  README.vms
5136              
5137              Title:  "moved DynaLib"
5138              From:  John Tobey <jtobey@channel1.com>
5139              Msg-ID:  <199710182332.XAA21630@remote212>
5140              Files:  ext/DynaLoader/DynaLoader.pm.PL
5141              
5142              ------  UTILITIES  ------
5143              
5144              Title:  "Searching for FAQs (patch to perldoc)"
5145              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
5146              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
5147              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
5148              Files:  utils/perldoc.PL
5149              
5150              Title:  "perldoc"
5151              From:  Ted Ashton <ashted@southern.edu>
5152              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
5153              Files:  utils/perldoc.PL
5154              
5155              Title:  "perldoc -f not using pod2man"
5156              From:  Russ Allbery <rra@stanford.edu>
5157              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
5158              Files:  utils/perldoc.PL
5159              
5160              Title:  "perldoc -m should not require pod"
5161              From:  Robin Houston <robin@nml.guardian.co.uk>
5162              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
5163              Files:  utils/perldoc.PL
5164              
5165              Title:  "small fix for perldoc in perl 5.004_04"
5166              From:  Julian Yip <julian@imoney.com>
5167              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
5168              Files:  utils/perldoc.PL
5169      Branch: maint-5.004/perl
5170            - ext/DynaLoader/DynaLoader.pm
5171            ! Changes Configure INSTALL README.vms
5172            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
5173            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
5174            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
5175            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
5176            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
5177            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
5178            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
5179            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
5180            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
5181            ! pod/pod2latex.PL toke.c utils/perldoc.PL
5182
5183 ----------------
5184 Version 5.004_64
5185 ----------------
5186
5187 ____________________________________________________________________________
5188 [   871] By: mbeattie                              on 1998/04/03  13:38:59
5189         Log: Update Changes5.004 and Changes, fix MANIFEST
5190      Branch: perl
5191            + Changes
5192            ! Changes5.004 MANIFEST
5193 ____________________________________________________________________________
5194 [   870] By: mbeattie                              on 1998/04/03  13:36:29
5195         Log: Rename Changes to Changes5.004 (via an integrate)
5196      Branch: perl
5197           +> Changes5.004
5198            - Changes
5199 ____________________________________________________________________________
5200 [   869] By: mbeattie                              on 1998/04/03  11:53:00
5201         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
5202              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
5203              From: Jan-Pieter Cornet <johnpc@xs4all.net>
5204      Branch: perl
5205            ! sv.c t/op/misc.t
5206 ____________________________________________________________________________
5207 [   868] By: mbeattie                              on 1998/04/03  11:16:26
5208         Log: Integrate win32 branch into mainline
5209      Branch: perl
5210           !> (integrate 31 files)
5211 ____________________________________________________________________________
5212 [   867] By: gsar                                  on 1998/04/03  08:47:55
5213         Log: config.* fixes
5214      Branch: win32/perl
5215            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5216            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5217            ! win32/makefile.mk
5218 ____________________________________________________________________________
5219 [   866] By: gsar                                  on 1998/04/03  07:22:50
5220         Log: fixup hv_free_ent() to not fail on null HeVAL()
5221      Branch: win32/perl
5222            ! hv.c perl.c
5223 ____________________________________________________________________________
5224 [   865] By: gsar                                  on 1998/04/03  07:06:12
5225         Log: integrate mainline
5226      Branch: win32/perl
5227           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
5228           !> (integrate 71 files)
5229 ____________________________________________________________________________
5230 [   864] By: gsar                                  on 1998/04/03  06:59:37
5231         Log: implement stack-of-stacks so that magic invocations don't
5232              invalidate local stack pointer
5233      Branch: win32/perl
5234            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
5235            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
5236            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
5237 ____________________________________________________________________________
5238 [   863] By: gsar                                  on 1998/04/03  01:26:09
5239         Log: add AS patch#15
5240      Branch: asperl
5241            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
5242            ! win32/config.bc win32/config.gc win32/config.vc
5243            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5244            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
5245            ! win32/win32.c win32/win32.h
5246 ____________________________________________________________________________
5247 [   862] By: mbeattie                              on 1998/04/02  17:08:43
5248         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
5249              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
5250              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5251      Branch: perl
5252            ! Configure ext/Socket/Socket.xs myconfig
5253 ____________________________________________________________________________
5254 [   861] By: mbeattie                              on 1998/04/02  16:32:53
5255         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
5256              since appropriate headers aren't included.
5257      Branch: perl
5258            ! ext/SDBM_File/sdbm/sdbm.h
5259 ____________________________________________________________________________
5260 [   860] By: mbeattie                              on 1998/04/02  16:17:11
5261         Log: Bumped patchlevel.h to 64
5262      Branch: perl
5263            ! patchlevel.h
5264 ____________________________________________________________________________
5265 [   859] By: mbeattie                              on 1998/04/02  16:16:26
5266         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
5267              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
5268              From: Jarkko Hietaniemi <jhi@iki.fi>
5269      Branch: perl
5270            ! hints/unicos.sh regcomp.h
5271 ____________________________________________________________________________
5272 [   858] By: mbeattie                              on 1998/04/02  16:13:24
5273         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
5274              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
5275              From: Tom Phoenix <rootbeer@teleport.com>
5276      Branch: perl
5277            + t/op/hashwarn.t
5278            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
5279 ____________________________________________________________________________
5280 [   857] By: mbeattie                              on 1998/04/02  16:08:43
5281         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
5282              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
5283              From: Charles Bailey <BAILEY@newman.upenn.edu>
5284      Branch: perl
5285            ! vms/vms.c
5286 ____________________________________________________________________________
5287 [   856] By: mbeattie                              on 1998/04/02  16:07:44
5288         Log: Subject: [PATCH] mv-if-diff
5289              Date: Fri, 27 Mar 98 18:06:11 GMT
5290              From: Robin Barker <rmb1@cise.npl.co.uk>
5291      Branch: perl
5292            ! mv-if-diff
5293 ____________________________________________________________________________
5294 [   855] By: mbeattie                              on 1998/04/02  16:06:54
5295         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
5296              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
5297              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
5298              Subject: [PATCH] another destruct_level fix
5299              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
5300      Branch: perl
5301            ! perl.c sv.c
5302 ____________________________________________________________________________
5303 [   854] By: mbeattie                              on 1998/04/02  16:03:37
5304         Log: Subject: Next wave of _63 VMS patches
5305              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
5306              From: Charles Bailey <BAILEY@newman.upenn.edu>
5307      Branch: perl
5308            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
5309            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
5310            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
5311            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
5312            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
5313            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
5314            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
5315            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
5316            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
5317            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
5318            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
5319            ! vms/vmsish.h
5320 ____________________________________________________________________________
5321 [   853] By: mbeattie                              on 1998/04/02  15:55:46
5322         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
5323              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
5324              From: Hans Mulder <hansmu@xs4all.nl>
5325      Branch: perl
5326            ! toke.c
5327 ____________________________________________________________________________
5328 [   852] By: mbeattie                              on 1998/04/02  15:54:24
5329         Log: Subject: [PATCH] small fixups in pod2latex.PL
5330              Date: 25 Mar 1998 13:30:25 -0800
5331              From: "Darren/Torin/Who Ever..." <torin@daft.com>
5332      Branch: perl
5333            ! pod/pod2latex.PL
5334 ____________________________________________________________________________
5335 [   851] By: mbeattie                              on 1998/04/02  15:50:58
5336         Log: Subject: [PATCH] hints/irix_6.sh with GCC
5337              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
5338              From: kstar@chapin.edu (Kurt D. Starsinic)
5339      Branch: perl
5340            ! hints/irix_6.sh
5341 ____________________________________________________________________________
5342 [   850] By: mbeattie                              on 1998/04/02  15:45:33
5343         Log: Subject: [PATCH] perldoc -m
5344              Date: Tue, 24 Mar 1998 13:19:38 GMT
5345              From: Robin Houston <robin@nml.guardian.co.uk>
5346      Branch: perl
5347            ! utils/perldoc.PL
5348 ____________________________________________________________________________
5349 [   849] By: mbeattie                              on 1998/04/02  15:42:52
5350         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
5351              Date: Mon, 23 Mar 1998 14:13:46 +0100
5352              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5353      Branch: perl
5354            ! djgpp/config.over hints/dos_djgpp.sh
5355 ____________________________________________________________________________
5356 [   848] By: mbeattie                              on 1998/04/02  15:38:19
5357         Log: Subject: [PATCH] Stale SP in pp_substr
5358              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
5359              From: Stephen McCamant <alias@mcs.com>
5360      Branch: perl
5361            ! pp.c
5362 ____________________________________________________________________________
5363 [   847] By: mbeattie                              on 1998/04/02  15:36:33
5364         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
5365      Branch: perl
5366            ! ext/POSIX/POSIX.pm
5367 ____________________________________________________________________________
5368 [   846] By: mbeattie                              on 1998/04/02  15:34:36
5369         Log: Subject: [PATCH] 5.004_63: further -e patching
5370              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
5371              From: Jarkko Hietaniemi <jhi@iki.fi>
5372      Branch: perl
5373            ! perl.c pod/perldiag.pod
5374 ____________________________________________________________________________
5375 [   845] By: mbeattie                              on 1998/04/02  15:25:18
5376         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
5377      Branch: perl
5378            ! Configure INSTALL Policy_sh.SH Porting/Glossary
5379            ! Porting/config.sh Porting/config_H config_h.SH
5380            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
5381            ! pp.c pp_sys.c regexec.c
5382 ____________________________________________________________________________
5383 [   844] By: mbeattie                              on 1998/04/02  14:28:17
5384         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
5385              Date: Wed, 18 Mar 1998 20:40:19 +0100
5386              From: Achim Bohnet <ach@mpe.mpg.de>
5387      Branch: perl
5388            ! pod/perlrun.pod
5389 ____________________________________________________________________________
5390 [   843] By: mbeattie                              on 1998/04/02  14:26:52
5391         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5392              Subject: 5.004_63 picky compiler fixes [PATCH]
5393              Date: Wed, 18 Mar 1998 09:36:32 -0800
5394              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
5395              Date: Wed, 18 Mar 1998 14:48:19 -0800
5396      Branch: perl
5397            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
5398 ____________________________________________________________________________
5399 [   842] By: mbeattie                              on 1998/04/02  14:22:41
5400         Log: From: Stephen Potter <spp@psasolar.colltech.com>
5401              Subject: Re: doc: perlrun typo 
5402              Date: Wed, 18 Mar 1998 10:06:55 -0600
5403              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
5404              Date: Tue, 24 Mar 1998 21:20:51 -0600
5405      Branch: perl
5406            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
5407 ____________________________________________________________________________
5408 [   841] By: mbeattie                              on 1998/04/02  14:17:31
5409         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
5410              Date: Wed, 18 Mar 1998 12:44:58 +0100
5411              From: Dominic Dunlop <domo@vo.lu>
5412      Branch: perl
5413            ! Porting/pumpkin.pod Todo
5414 ____________________________________________________________________________
5415 [   840] By: mbeattie                              on 1998/04/02  14:14:22
5416         Log: Subject: [PATCH] Configure hints/ patches
5417              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
5418              From: Jan-Pieter Cornet <johnpc@xs4all.net>
5419      Branch: perl
5420            ! hints/linux.sh hints/qnx.sh
5421 ____________________________________________________________________________
5422 [   839] By: mbeattie                              on 1998/04/02  14:13:13
5423         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
5424      Branch: perl
5425            ! cygwin32/perlgcc
5426 ____________________________________________________________________________
5427 [   838] By: gsar                                  on 1998/03/28  05:01:57
5428         Log: fix Env.pm to weed out illegal names
5429      Branch: win32/perl
5430            ! lib/Env.pm
5431 ____________________________________________________________________________
5432 [   837] By: gsar                                  on 1998/03/28  04:39:43
5433         Log: fix typo in makefile.mk
5434      Branch: win32/perl
5435            ! win32/makefile.mk
5436 ____________________________________________________________________________
5437 [   836] By: gsar                                  on 1998/03/23  17:40:15
5438         Log: add file: to installhtml URLs
5439      Branch: win32/perl
5440            ! win32/Makefile win32/makefile.mk
5441 ____________________________________________________________________________
5442 [   835] By: mbeattie                              on 1998/03/18  11:03:11
5443         Log: Add Thread::Signal to run signal handlers reliably in a new thread
5444      Branch: perl
5445            + ext/Thread/Thread/Signal.pm
5446            ! MANIFEST ext/Thread/Thread.xs
5447
5448 ----------------
5449 Version 5.004_63
5450 ----------------
5451
5452 ____________________________________________________________________________
5453 [   834] By: mbeattie                              on 1998/03/17  16:19:10
5454         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
5455      Branch: perl
5456            ! Policy_sh.SH
5457 ____________________________________________________________________________
5458 [   833] By: mbeattie                              on 1998/03/17  16:11:02
5459         Log: Integrate win32 branch into mainline.
5460      Branch: perl
5461           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
5462           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5463           !> win32/win32.c
5464 ____________________________________________________________________________
5465 [   832] By: gsar                                  on 1998/03/17  14:32:39
5466         Log: propagate bugfix @ change831 from asperl
5467      Branch: win32/perl
5468            ! regcomp.c
5469 ____________________________________________________________________________
5470 [   831] By: gsar                                  on 1998/03/17  14:02:51
5471         Log: fix buggy order of free() in regcomp.c (from AS)
5472      Branch: asperl
5473            ! regcomp.c
5474 ____________________________________________________________________________
5475 [   830] By: gsar                                  on 1998/03/17  01:10:54
5476         Log: add a part of AS patch#14, backout incomplete variable
5477              name changes for gcc. Builds and tests under VC/BC once again.
5478      Branch: asperl
5479            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
5480 ____________________________________________________________________________
5481 [   829] By: gsar                                  on 1998/03/16  23:49:18
5482         Log: stray tweak to win32.c
5483      Branch: win32/perl
5484            ! win32/win32.c
5485 ____________________________________________________________________________
5486 [   828] By: gsar                                  on 1998/03/16  22:06:03
5487         Log: update win32/config* files
5488      Branch: win32/perl
5489            ! win32/config.bc win32/config.gc win32/config.vc
5490            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5491 ____________________________________________________________________________
5492 [   827] By: gsar                                  on 1998/03/16  19:09:30
5493         Log: trivial integrate of mainline
5494      Branch: win32/perl
5495           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
5496           +> lib/ExtUtils/inst
5497           !> (integrate 61 files)
5498 ____________________________________________________________________________
5499 [   826] By: mbeattie                              on 1998/03/16  16:39:23
5500         Log: newCONSTSUB had private MY_start_subparse.
5501      Branch: perl
5502            ! op.c
5503 ____________________________________________________________________________
5504 [   825] By: mbeattie                              on 1998/03/16  16:36:55
5505         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
5506      Branch: perl
5507            ! hv.c
5508 ____________________________________________________________________________
5509 [   824] By: mbeattie                              on 1998/03/16  16:27:43
5510         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
5511      Branch: perl
5512            ! MANIFEST
5513 ____________________________________________________________________________
5514 [   823] By: mbeattie                              on 1998/03/16  16:26:02
5515         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
5516      Branch: perl
5517            + lib/ExtUtils/Packlist.pm
5518 ____________________________________________________________________________
5519 [   822] By: mbeattie                              on 1998/03/16  16:22:58
5520         Log: Bump patchlevel.h to 63.
5521      Branch: perl
5522            ! ext/IO/IO.xs patchlevel.h
5523           !> (integrate 41 files)
5524 ____________________________________________________________________________
5525 [   821] By: mbeattie                              on 1998/03/16  16:18:35
5526         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
5527              Subject: Bundling builtin.pm and newCONSTSUB with the core?
5528              From: jan.dubois@ibm.net (Jan Dubois)
5529              Date: Sun, 15 Mar 1998 19:09:05 +0100
5530      Branch: perl
5531            ! embed.h global.sym op.c pod/perlguts.pod proto.h
5532 ____________________________________________________________________________
5533 [   820] By: mbeattie                              on 1998/03/16  16:02:50
5534         Log: Subject: [PATCH] STRESS_REALLOC
5535              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
5536              From: Stephen McCamant <alias@mcs.com>
5537      Branch: perl
5538            ! malloc.c perl.c scope.c
5539 ____________________________________________________________________________
5540 [   819] By: mbeattie                              on 1998/03/16  16:01:06
5541         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
5542              Date: Fri, 13 Mar 1998 23:21:25 +0100
5543              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
5544      Branch: perl
5545            ! perly.c
5546 ____________________________________________________________________________
5547 [   818] By: mbeattie                              on 1998/03/16  15:59:16
5548         Log: Subject: [Configure PATCH] for OS/2
5549              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
5550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5551              [Two hunks to Configure failed to apply due to clashes]
5552      Branch: perl
5553            ! Configure hints/os2.sh
5554 ____________________________________________________________________________
5555 [   817] By: mbeattie                              on 1998/03/16  15:55:28
5556         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
5557              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
5558              From: Charles Bailey <BAILEY@newman.upenn.edu>
5559              [Needed manual tweaks on vms/config.vms since it clashed with other
5560              patches. I may have got it wrong.]
5561      Branch: perl
5562            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5563            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
5564            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
5565            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
5566            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
5567            ! vms/test.com vms/vms.c vms/vmsish.h
5568 ____________________________________________________________________________
5569 [   816] By: mbeattie                              on 1998/03/16  15:26:04
5570         Log: Subject: [PATCH] Let h2xs read multiple header files
5571              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
5572              From: Benjamin Sugars <bsugars@canoe.ca>
5573      Branch: perl
5574            ! utils/h2xs.PL
5575 ____________________________________________________________________________
5576 [   815] By: mbeattie                              on 1998/03/16  15:24:12
5577         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
5578              Date: Mon, 09 Mar 1998 09:18:56 -0800
5579              From: Dan Sugalski <sugalskd@osshe.edu>
5580      Branch: perl
5581            ! vms/config.vms
5582 ____________________________________________________________________________
5583 [   814] By: mbeattie                              on 1998/03/16  13:17:14
5584         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
5585              Date: Sun, 08 Mar 1998 12:50:23 +0000
5586              From: Alan Burlison <alan.burlison@UK.Sun.COM>
5587              plus manual update of MANIFEST
5588      Branch: perl
5589            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
5590            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
5591            ! lib/ExtUtils/MM_Unix.pm
5592 ____________________________________________________________________________
5593 [   813] By: mbeattie                              on 1998/03/16  13:08:55
5594         Log: From: Blair Zajac <blair@gps.caltech.edu>
5595              Subject: PATCH: util.c and util.h function declarations do not match
5596              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
5597              Subject: PATCH: cgywin32 patch for perlgcc
5598              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
5599              Subject: PATCH: perl5.004_62 on cygwin32
5600              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
5601      Branch: perl
5602            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
5603 ____________________________________________________________________________
5604 [   812] By: mbeattie                              on 1998/03/16  12:55:39
5605         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5606              Subject: [PATCH 5.004_62} Config_62-01 patch available.
5607              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
5608              Subject: [PATCH 5.004_62] Tiny hint file updates
5609              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
5610      Branch: perl
5611            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5612            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
5613            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
5614            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
5615            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
5616            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
5617 ____________________________________________________________________________
5618 [   811] By: mbeattie                              on 1998/03/16  12:13:55
5619         Log: DOS djgpp updates:
5620              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5621              Subject: [PATCH for 5.004_61] dos-djgpp update
5622              Date: Fri, 6 Mar 1998 10:41:01 +0100
5623              Subject: [PATCH 5.004_62] dos-djgpp update
5624              Date: Thu, 12 Mar 1998 13:34:51 +0100
5625      Branch: perl
5626            ! djgpp/config.over hints/dos_djgpp.sh
5627 ____________________________________________________________________________
5628 [   810] By: gsar                                  on 1998/03/16  08:48:17
5629         Log: integrate mainline
5630      Branch: win32/perl
5631           !> pp_sys.c
5632 ____________________________________________________________________________
5633 [   809] By: gsar                                  on 1998/03/16  08:44:37
5634         Log: various changes to get asperl working under Borland
5635              (passes all tests when built under PERL_OBJECT)
5636      Branch: asperl
5637            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
5638            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
5639            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
5640            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
5641            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
5642            ! win32/win32sck.c
5643 ____________________________________________________________________________
5644 [   808] By: gsar                                  on 1998/03/12  19:50:20
5645         Log: set sockets to nonoverlapped mode for every thread
5646              Message-Id: <35081FE4.965A484D@enteract.com>
5647              Date:    Thu, 12 Mar 1998 11:48:20 CST
5648              From:    Steve Nielsen <spn@enteract.com>
5649              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
5650      Branch: win32/perl
5651            ! win32/win32.h win32/win32sck.c
5652 ____________________________________________________________________________
5653 [   807] By: gsar                                  on 1998/03/12  19:26:54
5654         Log: add AS patch#13
5655      Branch: asperl
5656            ! win32/Makefile
5657 ____________________________________________________________________________
5658 [   806] By: gsar                                  on 1998/03/12  00:51:08
5659         Log: added AS patch#12 with minor changes
5660      Branch: asperl
5661            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
5662            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5663            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
5664            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
5665            ! win32/runperl.c
5666 ____________________________________________________________________________
5667 [   805] By: gsar                                  on 1998/03/10  20:35:10
5668         Log: reinstate some standard sig_names to avoid noise from
5669              modules (and in hopes of making them _do_ something in future)
5670      Branch: win32/perl
5671            ! win32/config.bc win32/config.gc win32/config.vc
5672            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5673 ____________________________________________________________________________
5674 [   804] By: gsar                                  on 1998/03/10  20:33:05
5675         Log: mingw32 tweaks
5676      Branch: win32/perl
5677            ! win32/makefile.mk win32/win32.c win32/win32.h
5678 ____________________________________________________________________________
5679 [   803] By: gsar                                  on 1998/03/09  20:56:07
5680         Log: tweak Win32::DomainName() implementation
5681      Branch: win32/perl
5682            ! win32/Makefile win32/win32.c
5683 ____________________________________________________________________________
5684 [   802] By: gsar                                  on 1998/03/09  03:51:01
5685         Log: merge C<local $tied{foo}> patch, also moved statics in
5686              [ah]v.c to thrdvar.h
5687      Branch: win32/perl
5688            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
5689 ____________________________________________________________________________
5690 [   801] By: gsar                                  on 1998/03/09  02:38:35
5691         Log: minor win32 support fixes
5692              - add a better implementation of Win32::DomainName() (as
5693              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
5694              - fix opendir() emulation was unsafe what given long paths
5695      Branch: win32/perl
5696            ! win32/win32.c
5697 ____________________________________________________________________________
5698 [   800] By: nick                                  on 1998/03/07  09:36:41
5699         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
5700              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
5701              exist. (Breaks libnet).
5702      Branch: perl
5703            ! pp_sys.c
5704 ____________________________________________________________________________
5705 [   799] By: gsar                                  on 1998/03/07  07:51:28
5706         Log: integrate mainline changes
5707      Branch: asperl
5708           !> (integrate 111 files)
5709 ____________________________________________________________________________
5710 [   798] By: gsar                                  on 1998/03/07  07:01:55
5711         Log: integrate mainline
5712      Branch: win32/perl
5713           !> myconfig patchlevel.h
5714 ____________________________________________________________________________
5715 [   797] By: gsar                                  on 1998/03/07  06:49:49
5716         Log: provide our own popen()/pclose() to fix problems with qx//:
5717              - qx// used to always invoke the shell, now does so only when needed
5718              - qx// didn't respect PERL5SHELL, now does
5719      Branch: win32/perl
5720            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
5721 ____________________________________________________________________________
5722 [   796] By: gsar                                  on 1998/03/07  01:37:10
5723         Log: a missed s/sp/SP/
5724      Branch: win32/perl
5725            ! lib/ExtUtils/typemap pod/perlcall.pod
5726 ____________________________________________________________________________
5727 [   795] By: gsar                                  on 1998/03/07  01:05:21
5728         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
5729              mention that local stack pointer should be called SP.  This makes the
5730              API safer from source incompatibilities down the line.
5731      Branch: win32/perl
5732            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
5733            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
5734            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
5735            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
5736            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
5737            ! pp_ctl.c pp_hot.c pp_sys.c util.c
5738
5739 ----------------
5740 Version 5.004_62
5741 ----------------
5742
5743 ____________________________________________________________________________
5744 [   794] By: mbeattie                              on 1998/03/06  09:38:08
5745         Log: Subject: [PATCH] perl5.004_61 myconfig updates
5746              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
5747              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5748      Branch: perl
5749            ! myconfig
5750 ____________________________________________________________________________
5751 [   793] By: mbeattie                              on 1998/03/06  09:36:37
5752         Log: Bump patchlevel.h to 62.
5753      Branch: perl
5754            ! patchlevel.h
5755 ____________________________________________________________________________
5756 [   792] By: mbeattie                              on 1998/03/06  09:35:57
5757         Log: Integrate win32 branch into mainline.
5758      Branch: perl
5759           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
5760           !> win32/config.gc win32/config.vc win32/config_H.bc
5761           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5762 ____________________________________________________________________________
5763 [   791] By: gsar                                  on 1998/03/06  06:00:08
5764         Log: various
5765              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
5766              - add missing prototypes
5767              - regenerate win32/config*.?c
5768      Branch: win32/perl
5769            ! bytecode.h proto.h win32/config.bc win32/config.gc
5770            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5771            ! win32/config_H.vc win32/makefile.mk
5772 ____________________________________________________________________________
5773 [   790] By: gsar                                  on 1998/03/06  03:19:23
5774         Log: fix typo in Makefile
5775      Branch: win32/perl
5776            ! win32/Makefile
5777 ____________________________________________________________________________
5778 [   789] By: gsar                                  on 1998/03/05  22:55:53
5779         Log: integrate mainline
5780      Branch: win32/perl
5781           !> (integrate 47 files)
5782 ____________________________________________________________________________
5783 [   788] By: gsar                                  on 1998/03/05  20:02:09
5784         Log: added AS patch#11
5785              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
5786              Date:    Thu, 05 Mar 1998 10:23:04 PST
5787              From:    Douglas Lankshear <dougl@ActiveState.com>
5788              
5789              This patch fixes a bug I introduced removing duplicate code.
5790              -- Doug
5791      Branch: asperl
5792            ! ObjXSub.h objpp.h win32/runperl.c
5793 ____________________________________________________________________________
5794 [   787] By: gsar                                  on 1998/03/05  19:56:17
5795         Log: add Nick's dTHR fixes
5796      Branch: win32/perl
5797            ! op.c scope.c
5798 ____________________________________________________________________________
5799 [   786] By: gsar                                  on 1998/03/05  19:54:49
5800         Log: maintpatch
5801              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
5802              Date:    Thu, 05 Mar 1998 02:49:46 EST
5803              From:    Spider Boardman <spider@orb.nashua.nh.us>
5804              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
5805      Branch: win32/perl
5806            ! scope.c
5807 ____________________________________________________________________________
5808 [   785] By: mbeattie                              on 1998/03/05  19:12:14
5809         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
5810              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
5811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5812      Branch: perl
5813            ! op.c proto.h regcomp.c regexp.h util.c
5814 ____________________________________________________________________________
5815 [   784] By: mbeattie                              on 1998/03/05  19:11:09
5816         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
5817              Date: Wed, 4 Mar 1998 10:18:03 GMT
5818              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5819      Branch: perl
5820            ! atomic.h
5821 ____________________________________________________________________________
5822 [   783] By: mbeattie                              on 1998/03/05  19:09:16
5823         Log: Subject: Configure patches -01 and -02 for 5.004_61.
5824              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
5825              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5826      Branch: perl
5827            ! Configure INSTALL Policy_sh.SH Porting/Glossary
5828            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
5829            ! config_h.SH handy.h hints/README.hints hints/aix.sh
5830            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
5831            ! makedepend.SH myconfig pp_sys.c
5832 ____________________________________________________________________________
5833 [   782] By: mbeattie                              on 1998/03/05  19:05:23
5834         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
5835              Date: 03 Mar 1998 18:05:07 +0100
5836              From: Gisle Aas <gisle@aas.no>
5837      Branch: perl
5838            ! perl.h pp_ctl.c
5839 ____________________________________________________________________________
5840 [   781] By: mbeattie                              on 1998/03/05  19:04:34
5841         Log: Subject: [PATCH] Make autouse -w-safe
5842              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
5843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5844      Branch: perl
5845            ! lib/autouse.pm op.c sv.c
5846 ____________________________________________________________________________
5847 [   780] By: mbeattie                              on 1998/03/05  19:02:50
5848         Log: Subject: [PATCH] External symbol re_croak2
5849              Date: 02 Mar 1998 13:00:45 +0100
5850              From: Gisle Aas <gisle@aas.no>
5851      Branch: perl
5852            ! regcomp.c regcomp.h
5853 ____________________________________________________________________________
5854 [   779] By: mbeattie                              on 1998/03/05  19:01:25
5855         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
5856              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
5857              From: bailey@newman.upenn.edu (Charles Bailey)
5858      Branch: perl
5859            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
5860            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
5861            ! sv.h
5862 ____________________________________________________________________________
5863 [   778] By: mbeattie                              on 1998/03/05  18:53:13
5864         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
5865              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
5866              From: bailey@newman.upenn.edu (Charles Bailey)
5867      Branch: perl
5868            ! perl.h
5869 ____________________________________________________________________________
5870 [   777] By: mbeattie                              on 1998/03/05  18:50:25
5871         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
5872              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
5873              From: bailey@newman.upenn.edu (Charles Bailey)
5874      Branch: perl
5875            ! lib/File/Basename.pm
5876 ____________________________________________________________________________
5877 [   776] By: mbeattie                              on 1998/03/05  18:49:15
5878         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
5879              Date: 01 Mar 1998 15:16:03 +0100
5880              From: Gisle Aas <gisle@aas.no>
5881      Branch: perl
5882            ! pod/perlguts.pod
5883 ____________________________________________________________________________
5884 [   775] By: mbeattie                              on 1998/03/05  18:48:05
5885         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
5886              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
5887              From: Jarkko Hietaniemi <jhi@iki.fi>
5888      Branch: perl
5889            ! Makefile.SH perl_exp.SH
5890 ____________________________________________________________________________
5891 [   774] By: mbeattie                              on 1998/03/05  18:46:32
5892         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
5893              Date: Sun, 1 Mar 1998 02:02:47 -0500
5894              From: Spider Boardman <spider@orb.nashua.nh.us>
5895      Branch: perl
5896            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
5897 ____________________________________________________________________________
5898 [   773] By: mbeattie                              on 1998/03/05  18:43:57
5899         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
5900              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
5901              From: Hans Mulder <hansmu@xs4all.nl>
5902      Branch: perl
5903            ! pp_ctl.c
5904 ____________________________________________________________________________
5905 [   772] By: mbeattie                              on 1998/03/05  18:39:25
5906         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
5907              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
5908              From: Jarkko Hietaniemi <jhi@iki.fi>
5909      Branch: perl
5910            ! Makefile.SH
5911 ____________________________________________________________________________
5912 [   771] By: mbeattie                              on 1998/03/05  18:38:32
5913         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
5914              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
5915              From: Jarkko Hietaniemi <jhi@iki.fi>
5916      Branch: perl
5917            ! hints/netbsd.sh
5918 ____________________________________________________________________________
5919 [   770] By: mbeattie                              on 1998/03/05  18:36:50
5920         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
5921      Branch: perl
5922            ! cflags.SH
5923 ____________________________________________________________________________
5924 [   769] By: mbeattie                              on 1998/03/05  18:34:35
5925         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
5926              Subject: [PATCH 5.004_61] bunch of small patches
5927              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
5928              From: Andrew Cohen <cohen@andy.bu.edu>
5929      Branch: perl
5930            ! bytecode.h
5931 ____________________________________________________________________________
5932 [   768] By: mbeattie                              on 1998/03/05  18:13:06
5933         Log: Integrate win32 branch into mainline.
5934      Branch: perl
5935           !> (integrate 53 files)
5936 ____________________________________________________________________________
5937 [   767] By: TimBunce                              on 1998/03/05  11:48:09
5938         Log: Update to change 744.
5939      Branch: maint-5.004/perl
5940            ! lib/ExtUtils/Install.pm
5941 ____________________________________________________________________________
5942 [   765] By: TimBunce                              on 1998/03/05  11:24:24
5943         Log: Update embed.h after make regen_headers.
5944      Branch: maint-5.004/perl
5945            ! embed.h
5946 ____________________________________________________________________________
5947 [   764] By: TimBunce                              on 1998/03/05  11:05:13
5948         Log: APPLLIB_EXP now has arch and version dirs added to @INC
5949      Branch: maint-5.004/perl
5950            ! perl.c
5951 ____________________________________________________________________________
5952 [   763] By: TimBunce                              on 1998/03/05  11:01:38
5953         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
5954              Added MAINT_TRIAL_1 local patch label to patchlevel.h
5955              Removed win32/win32io.c and win32/win32io.h from repository
5956      Branch: maint-5.004/perl
5957            - win32/win32io.c win32/win32io.h
5958            ! MANIFEST patchlevel.h
5959 ____________________________________________________________________________
5960 [   762] By: TimBunce                              on 1998/03/05  10:05:34
5961         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
5962              From:  Spider Boardman <spider@orb.nashua.nh.us>
5963              Files:  scope.c
5964      Branch: maint-5.004/perl
5965            ! scope.c
5966 ____________________________________________________________________________
5967 [   761] By: TimBunce                              on 1998/03/05  10:03:10
5968         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
5969              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5970              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
5971              Files:  av.c hv.c scope.c t/op/local.t
5972      Branch: maint-5.004/perl
5973            ! av.c hv.c scope.c t/op/local.t
5974 ____________________________________________________________________________
5975 [   760] By: gsar                                  on 1998/03/04  20:58:21
5976         Log: added AS patch#10
5977              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
5978              Date:    Tue, 03 Mar 1998 10:46:13 PST
5979              From:    Douglas Lankshear <dougl@ActiveState.com>
5980              Subject: [PATCH]
5981              
5982              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
5983              linked modules.
5984              
5985              -- Doug
5986      Branch: asperl
5987            ! win32/dl_win32.xs
5988 ____________________________________________________________________________
5989 [   759] By: TimBunce                              on 1998/03/04  18:46:41
5990         Log: Update patchls utility
5991      Branch: maint-5.004/perl
5992            ! Porting/patchls
5993 ____________________________________________________________________________
5994 [   758] By: TimBunce                              on 1998/03/04  17:07:06
5995         Log: perldoc -f now uses pager if text is too long for screen
5996      Branch: maint-5.004/perl
5997            ! utils/perldoc.PL
5998 ____________________________________________________________________________
5999 [   757] By: TimBunce                              on 1998/03/04  16:57:04
6000         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
6001              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
6002      Branch: maint-5.004/perl
6003            + hints/openbsd.sh
6004            ! pod/perlfunc.pod
6005 ____________________________________________________________________________
6006 [   756] By: TimBunce                              on 1998/03/04  16:48:40
6007         Log: Fix for new gnulibc stdio.h when using sfio+perlio
6008      Branch: maint-5.004/perl
6009            ! perlsdio.h
6010 ____________________________________________________________________________
6011 [   755] By: TimBunce                              on 1998/03/04  16:47:08
6012         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
6013              Added details of split in scalar context to perlfunc.pod
6014      Branch: maint-5.004/perl
6015            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
6016 ____________________________________________________________________________
6017 [   754] By: TimBunce                              on 1998/03/04  16:35:58
6018         Log: Updated perl -v info to include reference to docs and home page.
6019      Branch: maint-5.004/perl
6020            ! perl.c
6021 ____________________________________________________________________________
6022 [   753] By: TimBunce                              on 1998/03/04  16:31:29
6023         Log: Updated hints/bsdos.sh for BSD/OS 3.1
6024              Fixed typo in pod/perlsyn.pod
6025              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
6026              Fixed typo in ext/GDBM_File/GDBM_File.pm
6027      Branch: maint-5.004/perl
6028            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
6029            ! hints/bsdos.sh pod/perlsyn.pod
6030 ____________________________________________________________________________
6031 [   752] By: TimBunce                              on 1998/03/04  15:49:19
6032         Log: Changed bug address in README to perlbug@perl.com
6033              Changed Copyright in perl.c to 1998
6034              Added op/pos.t test from Robin Houston <robin@oneworld.org>
6035      Branch: maint-5.004/perl
6036            + t/op/pos.t
6037            ! README perl.c
6038 ____________________________________________________________________________
6039 [   751] By: TimBunce                              on 1998/03/04  14:47:15
6040         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
6041      Branch: maint-5.004/perl
6042            ! t/comp/require.t t/lib/ph.t
6043 ____________________________________________________________________________
6044 [   750] By: TimBunce                              on 1998/03/04  13:29:58
6045         Log: Added dTHR definition to ease backwards compatibility for XS
6046              source code from 5.005.
6047      Branch: maint-5.004/perl
6048            ! perl.h
6049 ____________________________________________________________________________
6050 [   749] By: TimBunce                              on 1998/03/04  12:19:19
6051         Log: Title:  "rename local 'op' variables to 'o'", #F114
6052              From:  Gurusamy Sarathy
6053              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
6054              toke.c
6055      Branch: maint-5.004/perl
6056            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
6057            ! scope.c toke.c
6058 ____________________________________________________________________________
6059 [   748] By: TimBunce                              on 1998/03/04  12:12:27
6060         Log: Title:  "consolidated win32 patch", #F112
6061              From:  Gurusamy Sarathy
6062              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
6063              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
6064              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
6065              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
6066              t/harness win32/win32.h win32/win32iop.h README.win32
6067              doio.c installhtml installperl pp_sys.c win32/Makefile
6068              win32/config.bc win32/config.vc win32/config_H.bc
6069              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6070              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
6071              win32/perllib.c win32/runperl.c win32/win32.c
6072              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
6073              x2p/a2py.c
6074      Branch: maint-5.004/perl
6075            + win32/bin/perlglob.pl
6076            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
6077            ! installhtml installperl lib/ExtUtils/Command.pm
6078            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
6079            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
6080            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
6081            ! win32/Makefile win32/config.bc win32/config.vc
6082            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
6083            ! win32/config_sh.PL win32/dl_win32.xs
6084            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
6085            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
6086            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
6087            ! x2p/a2py.c
6088 ____________________________________________________________________________
6089 [   747] By: TimBunce                              on 1998/03/04  11:59:57
6090         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
6091              From:  Gurusamy Sarathy
6092              Files:  MANIFEST t/lib/ph.t
6093      Branch: maint-5.004/perl
6094            ! MANIFEST t/lib/ph.t
6095 ____________________________________________________________________________
6096 [   746] By: TimBunce                              on 1998/03/04  11:47:43
6097         Log: Title:  "properly save STDOUT during system() in debugger", #F110
6098              From:  Jason Smith <smithj4@rpi.edu>
6099              Files:  lib/perl5db.pl
6100      Branch: maint-5.004/perl
6101            ! lib/perl5db.pl
6102 ____________________________________________________________________________
6103 [   745] By: TimBunce                              on 1998/03/04  11:40:19
6104         Log: Title:  "generate DynaLoader.pm at build time", #F109
6105              From:  Achim Bohnet <ach@mpe.mpg.de>
6106              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
6107              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
6108      Branch: maint-5.004/perl
6109            + ext/DynaLoader/DynaLoader.pm.PL
6110            ! MANIFEST ext/DynaLoader/Makefile.PL
6111 ____________________________________________________________________________
6112 [   744] By: TimBunce                              on 1998/03/04  11:34:09
6113         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
6114              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
6115              J. Koenig)
6116              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
6117              Files:  lib/ExtUtils/Install.pm
6118      Branch: maint-5.004/perl
6119            ! lib/ExtUtils/Install.pm
6120 ____________________________________________________________________________
6121 [   743] By: TimBunce                              on 1998/03/04  10:45:05
6122         Log: Title:  "Pod::Html trips over "C<0>"", #F107
6123              From:  Chip Salzenberg
6124              Files:  lib/Pod/Html.pm
6125      Branch: maint-5.004/perl
6126            ! lib/Pod/Html.pm
6127 ____________________________________________________________________________
6128 [   742] By: TimBunce                              on 1998/03/04  10:12:54
6129         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
6130              From:  Achim Bohnet <ach@mpe.mpg.de>
6131              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
6132              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
6133      Branch: maint-5.004/perl
6134            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
6135 ____________________________________________________________________________
6136 [   741] By: TimBunce                              on 1998/03/04  10:08:31
6137         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
6138              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
6139              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
6140              Zakharevich)
6141              Msg-ID:  <199801040630.AA29298@metronet.com>,
6142              <199801041826.NAA11568@aatma.engin.umich.edu>,
6143              <1998Jan4.130412.2719461@cor.newman>
6144              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
6145              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
6146      Branch: maint-5.004/perl
6147            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
6148            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
6149            ! win32/win32.h
6150 ____________________________________________________________________________
6151 [   740] By: TimBunce                              on 1998/03/04  09:55:57
6152         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
6153              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6154              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
6155              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
6156      Branch: maint-5.004/perl
6157            ! lib/Tie/Hash.pm pod/perlfunc.pod
6158 ____________________________________________________________________________
6159 [   739] By: TimBunce                              on 1998/03/04  09:26:01
6160         Log: Title:  "more doc for perldoc", #F103
6161              From:  Gurusamy Sarathy
6162              Files:  utils/perldoc.PL
6163      Branch: maint-5.004/perl
6164            ! utils/perldoc.PL
6165 ____________________________________________________________________________
6166 [   738] By: TimBunce                              on 1998/03/04  09:23:16
6167         Log: Title:  "Make perldoc look for an index file ", #F102
6168              From:  Gisle Aas <gisle@aas.no>
6169              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
6170              Files:  utils/perldoc.PL
6171      Branch: maint-5.004/perl
6172            ! utils/perldoc.PL
6173 ____________________________________________________________________________
6174 [   737] By: TimBunce                              on 1998/03/04  09:21:15
6175         Log: Title:  "perldoc -F filename", #F101
6176              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6177              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
6178              Files:  utils/perldoc.PL
6179      Branch: maint-5.004/perl
6180            ! utils/perldoc.PL
6181 ____________________________________________________________________________
6182 [   736] By: TimBunce                              on 1998/03/04  09:16:20
6183         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
6184              From:  Gisle Aas <gisle@aas.no>
6185              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
6186              Files:  sv.c
6187      Branch: maint-5.004/perl
6188            ! sv.c
6189 ____________________________________________________________________________
6190 [   735] By: TimBunce                              on 1998/03/04  09:08:51
6191         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
6192              From:  abigail@fnx.com
6193              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
6194              Files:  lib/Benchmark.pm
6195      Branch: maint-5.004/perl
6196            ! lib/Benchmark.pm
6197 ____________________________________________________________________________
6198 [   734] By: TimBunce                              on 1998/03/04  08:59:58
6199         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
6200              From:  Gisle Aas <gisle@aas.no>
6201              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
6202              Files:  hv.c
6203      Branch: maint-5.004/perl
6204            ! hv.c
6205 ____________________________________________________________________________
6206 [   733] By: TimBunce                              on 1998/03/04  08:35:19
6207         Log: Title:  "support caseless %ENV", #F097
6208              From:  Gurusamy Sarathy
6209              Files:  hv.c t/op/magic.t win32/win32.h
6210      Branch: maint-5.004/perl
6211            ! hv.c t/op/magic.t win32/win32.h
6212 ____________________________________________________________________________
6213 [   732] By: TimBunce                              on 1998/03/04  08:33:58
6214         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
6215              From:  Ilya Zakharevich
6216              Files:  emacs/cperl-mode.el
6217      Branch: maint-5.004/perl
6218            ! emacs/cperl-mode.el
6219 ____________________________________________________________________________
6220 [   731] By: TimBunce                              on 1998/03/04  08:26:23
6221         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
6222              magic", #F095
6223              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6224              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
6225              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
6226              lib/ExtUtils/xsubpp sv.c
6227      Branch: maint-5.004/perl
6228            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
6229            ! pod/perlxs.pod proto.h sv.c sv.h
6230 ____________________________________________________________________________
6231 [   730] By: TimBunce                              on 1998/03/04  08:20:52
6232         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
6233              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6234              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
6235              Files:  mg.c
6236      Branch: maint-5.004/perl
6237            ! mg.c
6238 ____________________________________________________________________________
6239 [   729] By: TimBunce                              on 1998/03/04  08:18:02
6240         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
6241              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6242              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
6243              Files:  t/op/sort.t
6244      Branch: maint-5.004/perl
6245            ! t/op/sort.t
6246 ____________________________________________________________________________
6247 [   728] By: TimBunce                              on 1998/03/04  08:17:07
6248         Log: Title:  "Make search.pl work on win32", #F092
6249              From:  Gurusamy Sarathy
6250              Files:  win32/bin/search.pl
6251      Branch: maint-5.004/perl
6252            ! win32/bin/search.pl
6253 ____________________________________________________________________________
6254 [   727] By: gsar                                  on 1998/03/04  04:13:23
6255         Log: missing s/op/o/ from one of the mainpatches
6256      Branch: win32/perl
6257            ! op.c
6258 ____________________________________________________________________________
6259 [   726] By: gsar                                  on 1998/03/04  02:12:13
6260         Log: maintpatches #102 and #103 to perldoc.PL
6261      Branch: win32/perl
6262            ! utils/perldoc.PL
6263 ____________________________________________________________________________
6264 [   725] By: gsar                                  on 1998/03/04  02:00:15
6265         Log: renumber some tests to match maint branch
6266      Branch: win32/perl
6267            ! t/op/local.t
6268 ____________________________________________________________________________
6269 [   724] By: gsar                                  on 1998/03/04  01:25:50
6270         Log: maintpatch
6271              #70:  "Fix random whitespace errors in docs"
6272              From:  Roderick Schertler <roderick@argon.org>
6273              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
6274              Date:  Fri, 24 Oct 1997 11:20:44 -0400
6275              Files:  pod/checkpods.PL pod/perlfunc.pod
6276      Branch: win32/perl
6277            ! pod/checkpods.PL
6278 ____________________________________________________________________________
6279 [   723] By: gsar                                  on 1998/03/04  01:04:37
6280         Log: sync maintpatch
6281              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
6282              From:  Chip Salzenberg
6283              Files:  lib/File/Path.pm
6284      Branch: win32/perl
6285            ! lib/File/Path.pm
6286 ____________________________________________________________________________
6287 [   722] By: gsar                                  on 1998/03/04  00:46:46
6288         Log: remove redundancy in File::Find
6289      Branch: win32/perl
6290            ! lib/File/Find.pm
6291 ____________________________________________________________________________
6292 [   721] By: TimBunce                              on 1998/03/03  20:06:41
6293         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
6294              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
6295              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
6296              Files:  utils/perldoc.PL
6297      Branch: maint-5.004/perl
6298            ! utils/perldoc.PL
6299 ____________________________________________________________________________
6300 [   720] By: TimBunce                              on 1998/03/03  20:03:59
6301         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
6302              #F090
6303              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6304              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
6305              Files:  lib/ExtUtils/MM_Unix.pm
6306      Branch: maint-5.004/perl
6307            ! lib/ExtUtils/MM_Unix.pm
6308 ____________________________________________________________________________
6309 [   719] By: TimBunce                              on 1998/03/03  20:02:06
6310         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
6311              From:  Gurusamy Sarathy
6312              Files:  lib/FindBin.pm
6313      Branch: maint-5.004/perl
6314            ! lib/FindBin.pm
6315 ____________________________________________________________________________
6316 [   718] By: TimBunce                              on 1998/03/03  20:00:26
6317         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
6318              #F088
6319              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6320              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
6321              Files:  lib/File/Find.pm
6322      Branch: maint-5.004/perl
6323            ! lib/File/Find.pm
6324 ____________________________________________________________________________
6325 [   717] By: TimBunce                              on 1998/03/03  19:59:38
6326         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
6327              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6328              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
6329              Files:  op.c
6330      Branch: maint-5.004/perl
6331            ! op.c
6332 ____________________________________________________________________________
6333 [   716] By: TimBunce                              on 1998/03/03  19:57:17
6334         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
6335              #F086
6336              From:  Gurusamy Sarathy
6337              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
6338      Branch: maint-5.004/perl
6339            ! pod/perldelta.pod pod/perldiag.pod toke.c
6340 ____________________________________________________________________________
6341 [   715] By: TimBunce                              on 1998/03/03  19:51:33
6342         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
6343              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6344              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
6345              Files:  lib/Pod/Html.pm
6346      Branch: maint-5.004/perl
6347            ! lib/Pod/Html.pm
6348 ____________________________________________________________________________
6349 [   714] By: TimBunce                              on 1998/03/03  19:50:28
6350         Log: Title:  "New pod: perlhist", #F084
6351              From:  Jarkko Hietaniemi <jhi@iki.fi>
6352              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
6353              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
6354      Branch: maint-5.004/perl
6355            + pod/perlhist.pod
6356            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
6357 ____________________________________________________________________________
6358 [   713] By: TimBunce                              on 1998/03/03  19:47:13
6359         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
6360              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6361              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
6362              Files:  pp_ctl.c t/op/local.t
6363      Branch: maint-5.004/perl
6364            ! pp_ctl.c t/op/local.t
6365 ____________________________________________________________________________
6366 [   712] By: TimBunce                              on 1998/03/03  19:45:56
6367         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
6368              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6369              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
6370              Files:  pp_ctl.c
6371      Branch: maint-5.004/perl
6372            ! pp_ctl.c
6373 ____________________________________________________________________________
6374 [   711] By: TimBunce                              on 1998/03/03  19:44:41
6375         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
6376              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6377              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
6378              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
6379      Branch: maint-5.004/perl
6380            + t/comp/require.t
6381            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
6382 ____________________________________________________________________________
6383 [   710] By: TimBunce                              on 1998/03/03  19:36:34
6384         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
6385              From:  Jarkko Hietaniemi <jhi@iki.fi>
6386              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
6387              Files:  t/pragma/locale.t
6388      Branch: maint-5.004/perl
6389            ! t/pragma/locale.t
6390 ____________________________________________________________________________
6391 [   709] By: TimBunce                              on 1998/03/03  19:32:30
6392         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
6393              From:  Gisle Aas <gisle@aas.no>
6394              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
6395              Files:  sv.c
6396      Branch: maint-5.004/perl
6397            ! sv.c
6398 ____________________________________________________________________________
6399 [   708] By: TimBunce                              on 1998/03/03  19:28:06
6400         Log: Title:  "Eliminate double warnings under C<package;>", #F077
6401              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6402              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
6403              Files:  gv.c op.c toke.c
6404      Branch: maint-5.004/perl
6405            ! gv.c op.c toke.c
6406 ____________________________________________________________________________
6407 [   707] By: TimBunce                              on 1998/03/03  19:13:17
6408         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
6409              #F076
6410              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
6411              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
6412              Files:  lib/File/Path.pm
6413      Branch: maint-5.004/perl
6414            ! lib/File/Path.pm
6415 ____________________________________________________________________________
6416 [   706] By: TimBunce                              on 1998/03/03  19:08:45
6417         Log: Title:  "Update of h2ph", #F075
6418              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
6419              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
6420              Files:  t/lib/ph.t utils/h2ph.PL
6421      Branch: maint-5.004/perl
6422            + t/lib/ph.t
6423            ! utils/h2ph.PL
6424 ____________________________________________________________________________
6425 [   705] By: TimBunce                              on 1998/03/03  18:56:59
6426         Log: Title:  "Fix AutoLoader for deep packages", #F074
6427              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
6428              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
6429              Files:  lib/AutoLoader.pm
6430      Branch: maint-5.004/perl
6431            ! lib/AutoLoader.pm
6432 ____________________________________________________________________________
6433 [   704] By: TimBunce                              on 1998/03/03  18:35:36
6434         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
6435              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6436              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
6437              Files:  op.c
6438      Branch: maint-5.004/perl
6439            ! op.c
6440 ____________________________________________________________________________
6441 [   703] By: TimBunce                              on 1998/03/03  18:32:28
6442         Log: Title:  "Make recursive lexical analysis more robust", #F072
6443              From:  Ilya Zakharevich and Chip Salzenberg
6444              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
6445              Files:  toke.c
6446      Branch: maint-5.004/perl
6447            ! toke.c
6448 ____________________________________________________________________________
6449 [   702] By: TimBunce                              on 1998/03/03  18:18:10
6450         Log: Title:  "Fix random whitespace errors in docs", #F070
6451              From:  Roderick Schertler <roderick@argon.org>
6452              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
6453              Files:  pod/perlfunc.pod pod/checkpods.PL
6454      Branch: maint-5.004/perl
6455            ! pod/checkpods.PL pod/perlfunc.pod
6456 ____________________________________________________________________________
6457 [   701] By: TimBunce                              on 1998/03/03  18:13:54
6458         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
6459              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6460              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
6461              Files:  toke.c
6462      Branch: maint-5.004/perl
6463            ! toke.c
6464 ____________________________________________________________________________
6465 [   700] By: TimBunce                              on 1998/03/03  18:11:20
6466         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
6467              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
6468              <nick@flirble.org>
6469              Msg-ID:  <199710241248.NAA00163@flirble.org>,
6470              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
6471              net>
6472              Files:  pp_ctl.c sv.c
6473      Branch: maint-5.004/perl
6474            ! pp_ctl.c sv.c
6475 ____________________________________________________________________________
6476 [   699] By: TimBunce                              on 1998/03/03  18:06:59
6477         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
6478              From:  Jarkko Hietaniemi <jhi@iki.fi>
6479              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
6480              Files:  op.c
6481      Branch: maint-5.004/perl
6482            ! op.c
6483 ____________________________________________________________________________
6484 [   698] By: TimBunce                              on 1998/03/03  18:04:51
6485         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
6486              From:  Administration <fadmin@informatics.muni.cz>
6487              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
6488              Files:  op.c
6489      Branch: maint-5.004/perl
6490            ! op.c
6491 ____________________________________________________________________________
6492 [   697] By: TimBunce                              on 1998/03/03  18:02:54
6493         Log: Title:  "Allow C<last()> to mean C<last>", #F065
6494              From:  Chip Salzenberg
6495              Files:  op.c
6496      Branch: maint-5.004/perl
6497            ! op.c
6498 ____________________________________________________________________________
6499 [   696] By: TimBunce                              on 1998/03/03  17:58:12
6500         Log: Title:  "Fix extension version mismatch message", #F064
6501              From:  Chip Salzenberg
6502              Files:  XSUB.h
6503      Branch: maint-5.004/perl
6504            ! XSUB.h
6505 ____________________________________________________________________________
6506 [   695] By: TimBunce                              on 1998/03/03  17:53:04
6507         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
6508              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
6509              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
6510              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
6511              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
6512      Branch: maint-5.004/perl
6513            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
6514            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
6515 ____________________________________________________________________________
6516 [   694] By: TimBunce                              on 1998/03/03  17:40:47
6517         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
6518              From:  Tom Christiansen
6519              Files:  ext/Socket/Socket.pm
6520      Branch: maint-5.004/perl
6521            ! ext/Socket/Socket.pm
6522 ____________________________________________________________________________
6523 [   693] By: TimBunce                              on 1998/03/03  17:32:57
6524         Log: Title:  "Kill warning about parameter type", #F061
6525              From:  Chip Salzenberg
6526              Files:  op.c
6527      Branch: maint-5.004/perl
6528            ! op.c
6529 ____________________________________________________________________________
6530 [   692] By: TimBunce                              on 1998/03/03  17:11:07
6531         Log: Title:  "Socket occasional SEGV", #F060
6532              From:  Trevor Blackwell <tlb@viaweb.com>
6533              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
6534              Files:  ext/Socket/Socket.xs
6535      Branch: maint-5.004/perl
6536            ! ext/Socket/Socket.xs
6537 ____________________________________________________________________________
6538 [   691] By: TimBunce                              on 1998/03/03  17:09:51
6539         Log: Title:  "Avoid SEGV from local($@)", #F059
6540              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6541              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
6542              Files:  pp_ctl.c
6543      Branch: maint-5.004/perl
6544            ! pp_ctl.c
6545 ____________________________________________________________________________
6546 [   690] By: TimBunce                              on 1998/03/03  17:08:21
6547         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
6548              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6549              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
6550              Files:  op.c
6551      Branch: maint-5.004/perl
6552            ! op.c
6553 ____________________________________________________________________________
6554 [   689] By: TimBunce                              on 1998/03/03  17:05:57
6555         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
6556              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6557              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
6558              Files:  XSUB.h
6559      Branch: maint-5.004/perl
6560            ! XSUB.h
6561 ____________________________________________________________________________
6562 [   688] By: TimBunce                              on 1998/03/03  17:04:15
6563         Log: Title:  "Re: Sort grammar bug", #F056
6564              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6565              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
6566              Files:  toke.c
6567      Branch: maint-5.004/perl
6568            ! toke.c
6569 ____________________________________________________________________________
6570 [   687] By: TimBunce                              on 1998/03/03  17:01:32
6571         Log: Title:  "Document indirect object cases for exec(), system()", #F055
6572              From:  Dominic Dunlop <domo@slipper.ip.lu>
6573              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
6574              Files:  pod/perlfunc.pod
6575      Branch: maint-5.004/perl
6576            ! pod/perlfunc.pod
6577 ____________________________________________________________________________
6578 [   686] By: TimBunce                              on 1998/03/03  16:56:44
6579         Log: Title:  "Update docs on tr///", #F054
6580              From:  Tom Phoenix <rootbeer@teleport.com>
6581              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
6582              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6583              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6584              pod/perlstyle.pod toke.c
6585      Branch: maint-5.004/perl
6586            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6587            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6588            ! pod/perlstyle.pod toke.c
6589 ____________________________________________________________________________
6590 [   685] By: TimBunce                              on 1998/03/03  16:38:50
6591         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
6592              From:  Tom Phoenix <rootbeer@teleport.com>
6593              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
6594              Files:  pod/perlop.pod
6595      Branch: maint-5.004/perl
6596            ! pod/perlop.pod
6597 ____________________________________________________________________________
6598 [   684] By: TimBunce                              on 1998/03/03  16:37:00
6599         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
6600              From:  "Joseph N. Hall" <joseph@cscaper.com>
6601              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
6602              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
6603      Branch: maint-5.004/perl
6604            ! perly.c perly.c.diff perly.y vms/perly_c.vms
6605 ____________________________________________________________________________
6606 [   683] By: TimBunce                              on 1998/03/03  16:31:15
6607         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
6608              sv_vsetpfn", #F051
6609              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
6610              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
6611              Files:  pod/perlguts.pod
6612      Branch: maint-5.004/perl
6613            ! pod/perlguts.pod
6614 ____________________________________________________________________________
6615 [   682] By: TimBunce                              on 1998/03/03  16:28:30
6616         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
6617              From:  Jarkko Hietaniemi <jhi@iki.fi>
6618              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
6619              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
6620      Branch: maint-5.004/perl
6621            ! INSTALL pod/perldiag.pod pod/perllocale.pod
6622 ____________________________________________________________________________
6623 [   681] By: TimBunce                              on 1998/03/03  16:24:12
6624         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
6625              From:  Jerome Abela <abela@hsc.fr>
6626              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
6627              Files:  ext/Fcntl/Fcntl.pm
6628      Branch: maint-5.004/perl
6629            ! ext/Fcntl/Fcntl.pm
6630 ____________________________________________________________________________
6631 [   680] By: TimBunce                              on 1998/03/03  16:23:20
6632         Log: Title:  "Commenting toke.c", #F048
6633              From:  gnat@frii.com
6634              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
6635              Files:  toke.c
6636      Branch: maint-5.004/perl
6637            ! toke.c
6638 ____________________________________________________________________________
6639 [   679] By: TimBunce                              on 1998/03/03  16:18:32
6640         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
6641              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6642              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
6643              Files:  pod/perlguts.pod pp.c t/op/vec.t
6644      Branch: maint-5.004/perl
6645            ! pod/perlguts.pod pp.c t/op/vec.t
6646 ____________________________________________________________________________
6647 [   678] By: TimBunce                              on 1998/03/03  16:15:44
6648         Log: Title:  "A few perl5.004_03 bugs", #F046
6649              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6650              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
6651              Files:  mg.c t/op/magic.t
6652      Branch: maint-5.004/perl
6653            ! mg.c t/op/magic.t
6654 ____________________________________________________________________________
6655 [   677] By: TimBunce                              on 1998/03/03  16:13:11
6656         Log: Title:  "Faster, cleaner av_unshift() ", #F045
6657              From:  Gisle Aas <gisle@aas.no>
6658              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
6659              Files:  av.c
6660      Branch: maint-5.004/perl
6661            ! av.c
6662 ____________________________________________________________________________
6663 [   676] By: TimBunce                              on 1998/03/03  16:04:30
6664         Log: Title:  "New hints/solaris2.sh", #F044
6665              From:  Stephen Zander <srz@mckesson.com>
6666              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
6667              Files:  hints/solaris_2.sh
6668      Branch: maint-5.004/perl
6669            ! hints/solaris_2.sh
6670 ____________________________________________________________________________
6671 [   675] By: TimBunce                              on 1998/03/03  15:33:07
6672         Log: Title:  "Refresh Complex.pm and test", #F043
6673              From:  Jarkko Hietaniemi <jhi@iki.fi>
6674              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
6675              Files:  lib/Math/Complex.pm t/lib/complex.t
6676      Branch: maint-5.004/perl
6677            ! lib/Math/Complex.pm t/lib/complex.t
6678 ____________________________________________________________________________
6679 [   674] By: TimBunce                              on 1998/03/03  15:29:16
6680         Log: Title:  "Fix (\@@) proto", #F042
6681              From:  "Joseph N. Hall" <joseph@cscaper.com>
6682              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
6683              Files:  op.c t/comp/proto.t
6684      Branch: maint-5.004/perl
6685            ! op.c t/comp/proto.t
6686 ____________________________________________________________________________
6687 [   673] By: TimBunce                              on 1998/03/03  15:26:31
6688         Log: Title:  "Allow empty BLOCK in code", #F041
6689              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
6690              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
6691              Files:  toke.c
6692      Branch: maint-5.004/perl
6693            ! toke.c
6694 ____________________________________________________________________________
6695 [   672] By: TimBunce                              on 1998/03/03  15:23:55
6696         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
6697              From:  Chip Salzenberg
6698              Files:  gv.c t/op/gv.t
6699      Branch: maint-5.004/perl
6700            ! gv.c t/op/gv.t
6701 ____________________________________________________________________________
6702 [   671] By: TimBunce                              on 1998/03/03  10:02:32
6703         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
6704              From:  Gisle Aas <gisle@aas.no>
6705              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
6706              Files:  gv.c sv.c
6707      Branch: maint-5.004/perl
6708            ! gv.c sv.c
6709 ____________________________________________________________________________
6710 [   670] By: TimBunce                              on 1998/03/03  09:59:48
6711         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
6712              From:  Chip Salzenberg
6713              Files:  gv.c
6714      Branch: maint-5.004/perl
6715            ! gv.c
6716 ____________________________________________________________________________
6717 [   669] By: TimBunce                              on 1998/03/03  09:58:58
6718         Log: Title:  "Make Configure less negative about PerlIO", #F036
6719              From:  chip@atlantic.net
6720              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
6721              Files:  Configure
6722      Branch: maint-5.004/perl
6723            ! Configure
6724 ____________________________________________________________________________
6725 [   668] By: TimBunce                              on 1998/03/03  09:55:51
6726         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
6727              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
6728              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
6729              Files:  pp_ctl.c
6730      Branch: maint-5.004/perl
6731            ! pp_ctl.c
6732 ____________________________________________________________________________
6733 [   667] By: TimBunce                              on 1998/03/03  09:52:59
6734         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
6735              From:  Irving Reid <irving@tor.securecomputing.com>
6736              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
6737              Files:  lib/Getopt/Long.pm
6738      Branch: maint-5.004/perl
6739            ! lib/Getopt/Long.pm
6740 ____________________________________________________________________________
6741 [   666] By: TimBunce                              on 1998/03/03  09:51:27
6742         Log: Title:  "adding the newSVpvn API function", #F033
6743              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
6744              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
6745              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
6746      Branch: maint-5.004/perl
6747            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
6748 ____________________________________________________________________________
6749 [   665] By: TimBunce                              on 1998/03/03  09:43:30
6750         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
6751              From:  Chip Salzenberg
6752              Files:  toke.c
6753      Branch: maint-5.004/perl
6754            ! toke.c
6755 ____________________________________________________________________________
6756 [   664] By: TimBunce                              on 1998/03/03  09:41:40
6757         Log: Title:  "Re-optimize character classes", #F031
6758              From:  Chip Salzenberg
6759              Files:  regcomp.h regcomp.c regexec.c
6760      Branch: maint-5.004/perl
6761            ! regcomp.c regcomp.h regexec.c
6762 ____________________________________________________________________________
6763 [   663] By: TimBunce                              on 1998/03/03  09:39:55
6764         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
6765              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
6766              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
6767              Files:  op.c t/op/local.t
6768      Branch: maint-5.004/perl
6769            ! op.c t/op/local.t
6770 ____________________________________________________________________________
6771 [   662] By: TimBunce                              on 1998/03/03  09:37:51
6772         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
6773              From:  Chip Salzenberg
6774              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
6775              pp_hot.c regexec.c scope.c
6776      Branch: maint-5.004/perl
6777            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
6778            ! proto.h regexec.c regexp.h scope.c
6779 ____________________________________________________________________________
6780 [   661] By: TimBunce                              on 1998/03/03  09:27:04
6781         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
6782              From:  Chip Salzenberg
6783              Files:  toke.c
6784      Branch: maint-5.004/perl
6785            ! toke.c
6786 ____________________________________________________________________________
6787 [   660] By: TimBunce                              on 1998/03/03  09:24:41
6788         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
6789              From:  Chip Salzenberg
6790              Files:  scope.c
6791      Branch: maint-5.004/perl
6792            ! scope.c
6793 ____________________________________________________________________________
6794 [   659] By: TimBunce                              on 1998/03/03  09:24:00
6795         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
6796              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6797              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
6798              Files:  sv.c t/op/sprintf.t
6799      Branch: maint-5.004/perl
6800            ! sv.c t/op/sprintf.t
6801 ____________________________________________________________________________
6802 [   658] By: TimBunce                              on 1998/03/03  09:22:13
6803         Log: Title:  "Tiny core patch for source filters", #F025
6804              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
6805              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
6806              Files:  toke.c
6807      Branch: maint-5.004/perl
6808            ! toke.c
6809 ____________________________________________________________________________
6810 [   657] By: TimBunce                              on 1998/03/03  09:20:00
6811         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
6812              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6813              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
6814              Files:  t/base/lex.t toke.c
6815      Branch: maint-5.004/perl
6816            ! t/base/lex.t toke.c
6817 ____________________________________________________________________________
6818 [   656] By: TimBunce                              on 1998/03/03  09:17:56
6819         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
6820              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6821              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
6822              Files:  doio.c t/pragma/warn-1global
6823      Branch: maint-5.004/perl
6824            ! doio.c t/pragma/warn-1global
6825 ____________________________________________________________________________
6826 [   655] By: TimBunce                              on 1998/03/03  09:16:56
6827         Log: Title:  "Fix '*' prototype", #F022
6828              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6829              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
6830              Files:  toke.c
6831      Branch: maint-5.004/perl
6832            ! toke.c
6833 ____________________________________________________________________________
6834 [   654] By: TimBunce                              on 1998/03/03  09:15:04
6835         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
6836              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
6837              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
6838              Files:  lib/File/Find.pm
6839      Branch: maint-5.004/perl
6840            ! lib/File/Find.pm
6841 ____________________________________________________________________________
6842 [   653] By: TimBunce                              on 1998/03/03  09:11:55
6843         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
6844              From:  Chip Salzenberg
6845              Files:  sv.c
6846      Branch: maint-5.004/perl
6847            ! sv.c
6848 ____________________________________________________________________________
6849 [   652] By: TimBunce                              on 1998/03/03  09:07:50
6850         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
6851              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6852              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
6853              Files:  scope.c
6854      Branch: maint-5.004/perl
6855            ! scope.c
6856 ____________________________________________________________________________
6857 [   651] By: TimBunce                              on 1998/03/03  09:07:10
6858         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
6859              From:  Stephane Payrard <stef@francenet.fr>
6860              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
6861              Files:  op.c t/op/my.t
6862      Branch: maint-5.004/perl
6863            ! op.c t/op/my.t
6864 ____________________________________________________________________________
6865 [   650] By: TimBunce                              on 1998/03/03  09:04:04
6866         Log: Title:  "enhanced "use strict" warning", #F017
6867              From:  Tkil <tkil@reptile.scrye.com>
6868              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
6869              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
6870      Branch: maint-5.004/perl
6871            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
6872 ____________________________________________________________________________
6873 [   649] By: TimBunce                              on 1998/03/03  09:02:55
6874         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
6875              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6876              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
6877              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
6878      Branch: maint-5.004/perl
6879            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
6880 ____________________________________________________________________________
6881 [   648] By: TimBunce                              on 1998/03/03  08:58:00
6882         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
6883              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6884              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
6885              Files:  sv.c
6886      Branch: maint-5.004/perl
6887            ! sv.c
6888 ____________________________________________________________________________
6889 [   647] By: TimBunce                              on 1998/03/03  08:53:35
6890         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
6891              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6892              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
6893              Files:  os2/os2.c util.c
6894      Branch: maint-5.004/perl
6895            ! os2/os2.c util.c
6896 ____________________________________________________________________________
6897 [   646] By: TimBunce                              on 1998/03/03  08:51:04
6898         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
6899              From:  Roderick Schertler <roderick@argon.org>
6900              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
6901              Files:  doio.c t/op/misc.t
6902      Branch: maint-5.004/perl
6903            ! doio.c t/op/misc.t
6904 ____________________________________________________________________________
6905 [   645] By: TimBunce                              on 1998/03/03  08:49:34
6906         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
6907              From:  Stephen McCamant <alias@mcs.com>
6908              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
6909              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
6910      Branch: maint-5.004/perl
6911            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
6912 ____________________________________________________________________________
6913 [   644] By: TimBunce                              on 1998/03/03  08:43:06
6914         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
6915              From:  Spider Boardman <spider@orb.nashua.nh.us>
6916              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
6917              Files:  sv.c
6918      Branch: maint-5.004/perl
6919            ! sv.c
6920 ____________________________________________________________________________
6921 [   643] By: TimBunce                              on 1998/03/03  08:41:07
6922         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
6923              From:  Chip Salzenberg
6924              Files:  op.c t/op/my.t
6925      Branch: maint-5.004/perl
6926            ! op.c t/op/my.t
6927 ____________________________________________________________________________
6928 [   642] By: TimBunce                              on 1998/03/03  08:39:11
6929         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
6930              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6931              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
6932              Files:  pod/perlobj.pod sv.c t/op/ref.t
6933      Branch: maint-5.004/perl
6934            ! pod/perlobj.pod sv.c t/op/ref.t
6935 ____________________________________________________________________________
6936 [   641] By: gsar                                  on 1998/03/03  04:39:49
6937         Log: merge problematic maintpatch to op.c
6938              #77:  "Eliminate double warnings under C<package;>"
6939              From:  Chip Salzenberg
6940              Files:  gv.c op.c toke.c
6941      Branch: win32/perl
6942            ! gv.c op.c toke.c
6943 ____________________________________________________________________________
6944 [   640] By: gsar                                  on 1998/03/03  04:30:22
6945         Log: merge another conflicting maintpatch to op.c
6946              #17:  "Enhanced "use strict" warning"
6947              From:  Tkil <tkil@reptile.scrye.com>
6948              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
6949              Date:  Thu, 4 Dec 1997 02:38:26 -0700
6950              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
6951      Branch: win32/perl
6952            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
6953 ____________________________________________________________________________
6954 [   639] By: gsar                                  on 1998/03/03  04:09:11
6955         Log: maintpatch
6956              #73:  "Fix order of warnings for misplaced subscripts"
6957              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6958              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
6959              Date:  Mon, 13 Oct 1997 11:23:56 +0100
6960              Files:  op.c
6961      Branch: win32/perl
6962            ! op.c
6963 ____________________________________________________________________________
6964 [   638] By: gsar                                  on 1998/03/03  04:02:16
6965         Log: manually apply another conflicting maintpatch
6966              #64:  "Fix extension version mismatch message"
6967              From:  Chip Salzenberg
6968              Files:  XSUB.h
6969      Branch: win32/perl
6970            ! XSUB.h
6971 ____________________________________________________________________________
6972 [   637] By: gsar                                  on 1998/03/03  03:57:08
6973         Log: maintpatch
6974              #62:  "Fix doc bug in getservbyname() examples"
6975              From:  Tom Christiansen
6976              Files:  ext/Socket/Socket.pm
6977      Branch: win32/perl
6978            ! ext/Socket/Socket.pm
6979 ____________________________________________________________________________
6980 [   636] By: gsar                                  on 1998/03/03  03:55:13
6981         Log: maintpatch
6982              #60:  "Socket occasional SEGV"
6983              From:  Trevor Blackwell <tlb@viaweb.com>
6984              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
6985              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
6986              Files:  ext/Socket/Socket.xs
6987      Branch: win32/perl
6988            ! ext/Socket/Socket.xs
6989 ____________________________________________________________________________
6990 [   635] By: gsar                                  on 1998/03/03  03:51:01
6991         Log: maintpatches for docs
6992              #53:  "Perlop bitwise & | ^ documentation"
6993              From:  Tom Phoenix <rootbeer@teleport.com>
6994              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
6995              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
6996              Files:  pod/perlfunc.pod
6997              -------- 
6998              #54:  "Update docs on tr///"
6999              From:  Tom Phoenix <rootbeer@teleport.com>
7000              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
7001              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
7002              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7003              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7004              pod/perlstyle.pod toke.c
7005      Branch: win32/perl
7006            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7007            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7008            ! pod/perlstyle.pod toke.c
7009 ____________________________________________________________________________
7010 [   634] By: gsar                                  on 1998/03/03  03:43:42
7011         Log: another maintpatch (this one needed adjust of test nos.)
7012              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7013              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
7014              Date: Thu, 22 Jan 1998 12:11:49 +0000
7015              Subject: Re: [PERL] A few perl5.004_03 bugs 
7016      Branch: win32/perl
7017            ! mg.c t/op/magic.t
7018 ____________________________________________________________________________
7019 [   633] By: gsar                                  on 1998/03/03  03:36:40
7020         Log: merge another toke.c patch and its dependent (very carefully)
7021              #32:  "Support C<Package::> as function-blind bearword"
7022              From:  Chip Salzenberg
7023              Files:  toke.c
7024              --------
7025              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
7026              From:  Gurusamy Sarathy
7027              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
7028      Branch: win32/perl
7029            ! pod/perldelta.pod pod/perldiag.pod toke.c
7030 ____________________________________________________________________________
7031 [   632] By: gsar                                  on 1998/03/03  03:12:16
7032         Log: another toke.c maintpatch
7033              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
7034              From:  Chip Salzenberg
7035              Files:  toke.c
7036      Branch: win32/perl
7037            ! toke.c
7038 ____________________________________________________________________________
7039 [   631] By: gsar                                  on 1998/03/03  03:06:59
7040         Log: still another maintpatch
7041              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7042              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
7043              Date: Sun, 02 Nov 1997 13:31:54 +0000
7044              Subject: [PATCH] assorted sprintf bugs
7045      Branch: win32/perl
7046            ! sv.c t/op/sprintf.t
7047 ____________________________________________________________________________
7048 [   630] By: gsar                                  on 1998/03/03  03:03:55
7049         Log: yet another maintpatch
7050              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7051              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
7052              Date: Sat, 22 Nov 1997 12:52:16 +0000
7053              Subject: Re: [PERL] Unexpected output 
7054      Branch: win32/perl
7055            ! doio.c t/pragma/warn-1global
7056 ____________________________________________________________________________
7057 [   629] By: gsar                                  on 1998/03/03  02:57:33
7058         Log: merge another maintpatch to toke.c
7059              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7060              Date: Sat, 22 Nov 1997 14:45:23 GMT
7061              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
7062              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
7063      Branch: win32/perl
7064            ! t/base/lex.t toke.c
7065 ____________________________________________________________________________
7066 [   628] By: gsar                                  on 1998/03/03  02:50:20
7067         Log: manually merge a maintpatch
7068              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
7069              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
7070              From: gnat@frii.com
7071              Subject: [PERL] Commenting toke.c
7072      Branch: win32/perl
7073            ! toke.c
7074 ____________________________________________________________________________
7075 [   627] By: TimBunce                              on 1998/03/02  22:34:47
7076         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
7077              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7078              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
7079              Files:  pp_hot.c pp_sys.c
7080      Branch: maint-5.004/perl
7081            ! pp_hot.c pp_sys.c
7082 ____________________________________________________________________________
7083 [   626] By: TimBunce                              on 1998/03/02  22:31:13
7084         Log: This is the change description for change 625
7085              Title:  "Fix tr///s option", #F007
7086              From:  Inaba Hiroto <inaba@st.rim.or.jp>
7087              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
7088              Files:  doop.c
7089      Branch: maint-5.004/perl
7090            ! doop.c
7091 ____________________________________________________________________________
7092 [   625] By: TimBunce                              on 1998/03/02  22:23:48
7093         Log:      Branch: maint-5.004/perl
7094            ! doop.c
7095 ____________________________________________________________________________
7096 [   623] By: TimBunce                              on 1998/03/02  21:51:53
7097         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
7098              From:  Chip Salzenberg
7099              Files:  pp_ctl.c
7100      Branch: maint-5.004/perl
7101            ! pp_ctl.c
7102 ____________________________________________________________________________
7103 [   622] By: TimBunce                              on 1998/03/02  21:43:29
7104         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
7105              From:  Chip Salzenberg
7106              Files:  sv.c
7107      Branch: maint-5.004/perl
7108            ! sv.c
7109 ____________________________________________________________________________
7110 [   621] By: TimBunce                              on 1998/03/02  21:29:59
7111         Log: Title:  "Fix compile-time warning line in while ()", #F004
7112              From:  Chip Salzenberg
7113              Files:  op.c
7114      Branch: maint-5.004/perl
7115            ! op.c
7116 ____________________________________________________________________________
7117 [   620] By: TimBunce                              on 1998/03/02  21:25:27
7118         Log: Title:  "STMT foreach LIST;", #F002
7119              From:  Chip Salzenberg
7120              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
7121              vms/perly_c.vms
7122      Branch: maint-5.004/perl
7123            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
7124            ! toke.c vms/perly_c.vms
7125 ____________________________________________________________________________
7126 [   619] By: TimBunce                              on 1998/03/02  21:12:58
7127         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
7128              From:  Chip Salzenberg
7129              Files:  op.c
7130      Branch: maint-5.004/perl
7131            ! op.c
7132 ____________________________________________________________________________
7133 [   618] By: gsar                                  on 1998/03/02  04:40:16
7134         Log: make t/lib/nothread.t type xtext also
7135      Branch: win32/perl
7136            ! t/op/nothread.t
7137 ____________________________________________________________________________
7138 [   617] By: gsar                                  on 1998/03/02  04:35:15
7139         Log: make t/lib/thread.t type xtext
7140      Branch: win32/perl
7141            ! t/lib/thread.t
7142 ____________________________________________________________________________
7143 [   616] By: gsar                                  on 1998/03/02  04:17:40
7144         Log: fix misapplied hunks in change#614
7145      Branch: win32/perl
7146            ! scope.c scope.h
7147 ____________________________________________________________________________
7148 [   615] By: gsar                                  on 1998/03/02  03:39:16
7149         Log: another one down
7150              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
7151              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
7152              Date: Tue, 25 Nov 1997 23:03:48 -0800
7153              Subject: [PERL] File::Find bugs & patches
7154      Branch: win32/perl
7155            ! lib/File/Find.pm
7156 ____________________________________________________________________________
7157 [   614] By: gsar                                  on 1998/03/02  03:28:28
7158         Log: this one with adjusted test numbers
7159              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
7160              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
7161              From: Stephen McCamant <alias@mcs.com>
7162              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
7163      Branch: win32/perl
7164            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
7165 ____________________________________________________________________________
7166 [   613] By: gsar                                  on 1998/03/02  03:13:32
7167         Log: still another
7168              From: Inaba Hiroto <inaba@st.rim.or.jp>
7169              Subject: [PERL] tr///s bug
7170              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
7171              Date: Sat, 10 Jan 1998 15:53:33 +0900
7172      Branch: win32/perl
7173            ! doop.c t/op/subst.t
7174 ____________________________________________________________________________
7175 [   612] By: gsar                                  on 1998/03/02  03:01:27
7176         Log: yet another patch
7177              From: Chip Salzenberg <salzench@nielsenmedia.com>
7178              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
7179              Subject: Tiny but massively cool:  C<statement foreach @list>
7180              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
7181      Branch: win32/perl
7182            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
7183            ! toke.c vms/perly_c.vms
7184 ____________________________________________________________________________
7185 [   611] By: gsar                                  on 1998/03/02  01:52:46
7186         Log: yet another 'old' patch
7187              From: Stephane Payrard <stef@francenet.fr>
7188              Message-Id: <199712040054.BAA04612@www.zweig.com>
7189              To: perl5-porters@perl.org
7190              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
7191              between `my' and `local' (Patch included)
7192      Branch: win32/perl
7193            ! op.c t/op/my.t
7194 ____________________________________________________________________________
7195 [   610] By: gsar                                  on 1998/03/02  01:45:55
7196         Log: another 'old' patch
7197              From: Roderick Schertler <roderick@argon.org>
7198              Date: 19 Dec 1997 12:52:36 -0500
7199              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
7200              Subject: [PERL] [PATCH] Re: Problem with open >&=
7201      Branch: win32/perl
7202            ! doio.c t/op/misc.t
7203 ____________________________________________________________________________
7204 [   609] By: gsar                                  on 1998/03/02  01:23:56
7205         Log: apply missing pieces from:
7206              From: Chip Salzenberg <salzench@nielsenmedia.com>
7207              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
7208              Subject: [PATCH] Improved LVALUE patch
7209              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
7210      Branch: win32/perl
7211            ! sv.c
7212 ____________________________________________________________________________
7213 [   608] By: gsar                                  on 1998/03/02  01:13:01
7214         Log: merge two important 'old' patches
7215              From: Chip Salzenberg <salzench@nielsenmedia.com>
7216              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
7217              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
7218              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
7219              ------
7220              From: Chip Salzenberg <salzench@nielsenmedia.com>
7221              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
7222              Subject: [PATCH] Fix for compile-time while() warnings
7223              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
7224      Branch: win32/perl
7225            ! op.c
7226 ____________________________________________________________________________
7227 [   607] By: gsar                                  on 1998/03/01  06:52:26
7228         Log: integrate mainline changes
7229      Branch: asperl
7230           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
7231           +> lib/Tie/Handle.pm t/op/tiehandle.t
7232            - config_H
7233           !> (integrate 89 files)
7234 ____________________________________________________________________________
7235 [   606] By: gsar                                  on 1998/02/28  23:11:00
7236         Log: misc small tweaks
7237              - AutoLoader fix for long::pack::names
7238              - d_mymalloc can be set from makefiles now
7239              - make search.pl actually work on win32
7240              - revert podoc about $^E on OS/2 (per Ilya's wishes)
7241      Branch: win32/perl
7242            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
7243            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
7244 ____________________________________________________________________________
7245 [   605] By: gsar                                  on 1998/02/28  22:16:45
7246         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
7247      Branch: win32/perl
7248            ! embedvar.h sv.h
7249 ____________________________________________________________________________
7250 [   604] By: gsar                                  on 1998/02/28  21:08:58
7251         Log: integrate mainline
7252      Branch: win32/perl
7253           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
7254           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
7255           !> byterun.c ext/SDBM_File/Makefile.PL
7256           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
7257           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
7258           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
7259           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
7260           !> vms/test.com win32/makedef.pl
7261 ____________________________________________________________________________
7262 [   603] By: nick                                  on 1998/02/28  11:31:15
7263         Log: Missed FREAD in bytecode.h
7264              Cannot export svref_mutex in non-threaded perl
7265      Branch: perl
7266            ! bytecode.h win32/makedef.pl
7267
7268 ----------------
7269 Version 5.004_61
7270 ----------------
7271
7272 ____________________________________________________________________________
7273 [   602] By: mbeattie                              on 1998/02/27  18:35:27
7274         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
7275              preprocessor symbol on Digital UNIX.
7276      Branch: perl
7277            ! bytecode.h bytecode.pl byterun.c
7278 ____________________________________________________________________________
7279 [   601] By: mbeattie                              on 1998/02/27  18:27:00
7280         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
7281      Branch: perl
7282            ! sv.h
7283 ____________________________________________________________________________
7284 [   600] By: mbeattie                              on 1998/02/27  18:15:07
7285         Log: Add atomic.h to MANIFEST
7286      Branch: perl
7287            ! MANIFEST
7288 ____________________________________________________________________________
7289 [   599] By: mbeattie                              on 1998/02/27  18:13:52
7290         Log: Integrate win32 branch into mainline.
7291      Branch: perl
7292            ! bytecode.pl
7293           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
7294           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
7295           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
7296           !> win32/config.gc win32/config.vc win32/config_H.bc
7297           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
7298           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
7299           !> win32/win32thread.h
7300 ____________________________________________________________________________
7301 [   598] By: mbeattie                              on 1998/02/27  18:06:41
7302         Log: Make refcounts atomic for threading (dependent on appropriate
7303              arch-dependent and compiler-dependent definitions in atomic.h
7304              or else falls back to a global mutex to protect refcounts).
7305      Branch: perl
7306            + atomic.h
7307            ! global.sym perl.c perlvars.h sv.c sv.h
7308 ____________________________________________________________________________
7309 [   597] By: mbeattie                              on 1998/02/27  15:37:22
7310         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
7311      Branch: perl
7312            ! MANIFEST
7313 ____________________________________________________________________________
7314 [   596] By: mbeattie                              on 1998/02/27  15:34:55
7315         Log: Missed adding new file Policy_sh.SH in change 592.
7316      Branch: perl
7317            + Policy_sh.SH
7318 ____________________________________________________________________________
7319 [   595] By: mbeattie                              on 1998/02/27  15:34:06
7320         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
7321              Date: Fri, 27 Feb 1998 04:15:04 +0000
7322              From: Graham Barr <gbarr@pobox.com>
7323      Branch: perl
7324            + lib/Tie/Handle.pm t/op/tiehandle.t
7325            ! pod/perltie.pod pp_sys.c
7326 ____________________________________________________________________________
7327 [   594] By: mbeattie                              on 1998/02/27  15:31:12
7328         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7329              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
7330              Date: Thu, 26 Feb 1998 11:09:55 -0800
7331              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
7332              Date: Thu, 26 Feb 1998 11:15:24 -0800
7333      Branch: perl
7334            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
7335            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
7336            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
7337            ! vms/test.com
7338 ____________________________________________________________________________
7339 [   593] By: mbeattie                              on 1998/02/27  15:26:45
7340         Log: Fix file-descriptor leak when pipes fail via taint checks:
7341              Subject: [PATCH] Some patches went through cracks
7342              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
7343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7344      Branch: perl
7345            ! os2/os2.c util.c
7346 ____________________________________________________________________________
7347 [   592] By: mbeattie                              on 1998/02/27  15:15:12
7348         Log: Subject: Config_60-03-04.diff patch for 5.004_60
7349              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
7350              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7351      Branch: perl
7352            ! Configure MANIFEST Makefile.SH os2/diff.configure
7353 ____________________________________________________________________________
7354 [   591] By: gsar                                  on 1998/02/26  19:34:50
7355         Log: added AS patch#9
7356      Branch: asperl
7357            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
7358            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
7359            - win32/ipstdiowin.h win32/perlobj.def
7360            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
7361            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
7362            ! win32/win32sck.c win32/win32thread.c
7363 ____________________________________________________________________________
7364 [   590] By: gsar                                  on 1998/02/26  04:25:40
7365         Log: various changes to make win32 build under the new Configure & co.
7366              - added byterun.c to core C build
7367              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
7368              after adding new variables to config.[bgv]c
7369              - sig_name_init now has only the valid signals
7370              - we now have $Config{usethreads}
7371              - tested under the two commercial compilers w/ and w/o usethreads
7372      Branch: win32/perl
7373            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7374            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7375            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
7376 ____________________________________________________________________________
7377 [   589] By: gsar                                  on 1998/02/26  03:56:19
7378         Log: various cleanups so that B can be built as "just another extension"
7379              - export symbols needed for building B
7380              - bset_obj_store() is needed by byterun(), so define it there instead
7381              of at B.xs, and export it
7382              - freadpv() is only used in B.xs, so move it there
7383              - byte*.h are now included by perl.h
7384              - regenerate embed*.h
7385      Branch: win32/perl
7386            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
7387            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
7388 ____________________________________________________________________________
7389 [   588] By: gsar                                  on 1998/02/25  21:46:35
7390         Log: integrate mainline
7391      Branch: win32/perl
7392           +> Porting/config.sh Porting/config_H
7393            - config_H
7394           !> (integrate 54 files)
7395 ____________________________________________________________________________
7396 [   587] By: gsar                                  on 1998/02/25  19:20:26
7397         Log: added AS patch#8
7398      Branch: asperl
7399            ! sv.c x2p/a2py.c x2p/util.c
7400 ____________________________________________________________________________
7401 [   586] By: gsar                                  on 1998/02/25  19:08:06
7402         Log: added AS patch#7
7403              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
7404              Date:    Tue, 24 Feb 1998 07:57:07 PST
7405              From:    Douglas Lankshear <dougl@ActiveState.com>
7406              Subject: [PATCH] 
7407              
7408              Here's an attempt at
7409              6. MANIFEST must be updated with new file names
7410              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
7411              And some changes to move toward
7412              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
7413              
7414              -- Doug
7415      Branch: asperl
7416            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
7417            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
7418            ! perlenv.h perlio.h perllio.h win32/Makefile
7419 ____________________________________________________________________________
7420 [   585] By: mbeattie                              on 1998/02/25  17:44:34
7421         Log: More compiler tweaks.
7422      Branch: perl
7423            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
7424 ____________________________________________________________________________
7425 [   584] By: mbeattie                              on 1998/02/25  15:36:38
7426         Log: Subject: [PATCH 5.004_60] dos-djgpp update
7427              Date: Wed, 25 Feb 1998 11:17:07 +0100
7428              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7429      Branch: perl
7430            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
7431 ____________________________________________________________________________
7432 [   583] By: mbeattie                              on 1998/02/25  15:34:48
7433         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
7434      Branch: perl
7435            ! global.sym patchlevel.h
7436 ____________________________________________________________________________
7437 [   582] By: mbeattie                              on 1998/02/25  15:28:08
7438         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
7439              Date: Tue, 24 Feb 1998 11:15:57 +0000
7440              From: Robin Houston <robin@oneworld.org>
7441      Branch: perl
7442            ! pod/perldiag.pod pp_ctl.c
7443 ____________________________________________________________________________
7444 [   581] By: mbeattie                              on 1998/02/25  15:27:06
7445         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
7446              Date: 23 Feb 1998 23:36:09 +0100
7447              From: Gisle Aas <gisle@aas.no>
7448      Branch: perl
7449            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
7450 ____________________________________________________________________________
7451 [   580] By: mbeattie                              on 1998/02/25  15:25:29
7452         Log: Subject: [PATCH 5.004_60] improved Test.pm
7453              Date: Sat, 21 Feb 1998 14:17:09 -0500
7454              From: Joshua Pritikin <pritikin@mindspring.com>
7455      Branch: perl
7456            ! lib/Test.pm
7457 ____________________________________________________________________________
7458 [   579] By: mbeattie                              on 1998/02/25  15:23:24
7459         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
7460              From: Jarkko Hietaniemi <jhi@iki.fi>
7461              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
7462              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
7463              Subject: Re: your HP-UX perl patch
7464              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
7465      Branch: perl
7466            ! Makefile.SH embed.h global.sym hints/hpux.sh
7467 ____________________________________________________________________________
7468 [   578] By: mbeattie                              on 1998/02/25  15:18:06
7469         Log: Back out DB_File patch (change _553) and tweak Configure.
7470              Subject: ANNOUNCE: perl5.004_60 is available
7471              Date: Mon, 23 Feb 1998 10:47:26 -0000
7472              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
7473      Branch: perl
7474            ! Configure ext/DB_File/DB_File.xs
7475 ____________________________________________________________________________
7476 [   577] By: mbeattie                              on 1998/02/25  15:04:00
7477         Log: Subject: [PATCH] Cwd.pm
7478              Date: Fri, 20 Feb 1998 10:27:54 -0600
7479              From: Graham Barr <gbarr@ti.com>
7480      Branch: perl
7481            ! lib/Cwd.pm
7482 ____________________________________________________________________________
7483 [   576] By: mbeattie                              on 1998/02/25  15:02:57
7484         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
7485              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
7486              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
7487              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
7488              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
7489              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
7490              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
7491      Branch: perl
7492            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
7493 ____________________________________________________________________________
7494 [   575] By: mbeattie                              on 1998/02/25  14:58:00
7495         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
7496              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
7497              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7498      Branch: perl
7499            + Porting/config.sh Porting/config_H
7500            - config_H
7501            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
7502            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
7503            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
7504            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
7505            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
7506            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
7507            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
7508 ____________________________________________________________________________
7509 [   574] By: gsar                                  on 1998/02/24  02:21:14
7510         Log: fix typos in sv.c
7511      Branch: win32/perl
7512            ! sv.c
7513 ____________________________________________________________________________
7514 [   573] By: mbeattie                              on 1998/02/23  10:03:39
7515         Log: Remove old Linux+threads segfault degugging kludge.
7516      Branch: perl
7517            ! perl.c
7518 ____________________________________________________________________________
7519 [   572] By: gsar                                  on 1998/02/23  09:45:26
7520         Log: undo previous change (no added value!)
7521      Branch: win32/perl
7522            ! win32/bin/pl2bat.pl
7523 ____________________________________________________________________________
7524 [   571] By: gsar                                  on 1998/02/23  09:18:32
7525         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
7526              John Cavanaugh <cavanaug@sdd.hp.com>)
7527      Branch: win32/perl
7528            ! win32/bin/pl2bat.pl
7529 ____________________________________________________________________________
7530 [   570] By: gsar                                  on 1998/02/22  04:02:15
7531         Log: support chown() (just a noop for now)
7532      Branch: win32/perl
7533            ! dosish.h win32/win32.c win32/win32.h
7534 ____________________________________________________________________________
7535 [   569] By: gsar                                  on 1998/02/22  03:09:55
7536         Log: integrate latest win32 branch
7537      Branch: asperl
7538           +> (branch 41 files)
7539           !> (integrate 59 files)
7540 ____________________________________________________________________________
7541 [   568] By: gsar                                  on 1998/02/22  02:40:56
7542         Log: get compiler building under win32 (needed Makefile.PL
7543              hacks that could be applicable to other platforms)
7544      Branch: win32/perl
7545            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
7546 ____________________________________________________________________________
7547 [   567] By: gsar                                  on 1998/02/22  01:30:19
7548         Log: integrate mainline
7549      Branch: win32/perl
7550           +> (branch 41 files)
7551           !> (integrate 46 files)
7552 ____________________________________________________________________________
7553 [   566] By: gsar                                  on 1998/02/20  22:31:56
7554         Log: fix handle leak in join()
7555      Branch: win32/perl
7556            ! win32/win32thread.h
7557
7558 ----------------
7559 Version 5.004_60
7560 ----------------
7561
7562 ____________________________________________________________________________
7563 [   565] By: mbeattie                              on 1998/02/20  18:23:47
7564         Log: Remove compiler files from their old lib/B locations. The compiler
7565              now builds by default (without the byteperl executable so far) and
7566              seems to work at least minimally.
7567      Branch: perl
7568            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
7569            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
7570            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
7571            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
7572            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
7573            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
7574            ! MANIFEST bytecode.pl
7575 ____________________________________________________________________________
7576 [   564] By: mbeattie                              on 1998/02/20  18:05:33
7577         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
7578              under ext/B.
7579      Branch: perl
7580           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7581           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7582           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
7583           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
7584           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
7585           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
7586           +> ext/B/B/makeliblinks ext/B/O.pm
7587 ____________________________________________________________________________
7588 [   563] By: mbeattie                              on 1998/02/20  17:54:58
7589         Log: Start getting compiler to work when built with the core.
7590              [Still won't work as of this change.]
7591      Branch: perl
7592           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
7593           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
7594           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
7595           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
7596           +> lib/B/Terse.pm lib/B/Xref.pm
7597            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
7598 ____________________________________________________________________________
7599 [   562] By: mbeattie                              on 1998/02/20  16:42:13
7600         Log: Merge perlext/Compiler/... into mainline. Some files move to
7601              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
7602              move to the base perl directory (e.g. headers). Will need some
7603              cleaning up before it builds properly, I would guess.
7604      Branch: perl
7605           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
7606           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
7607           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
7608           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
7609           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
7610           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
7611           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
7612           +> lib/B/makeliblinks lib/O.pm
7613 ____________________________________________________________________________
7614 [   561] By: mbeattie                              on 1998/02/20  16:39:38
7615         Log: Win32 changes from Sarathy, tweaked slightly by me.
7616      Branch: perlext
7617            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
7618            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
7619            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
7620            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
7621 ____________________________________________________________________________
7622 [   560] By: mbeattie                              on 1998/02/20  15:46:15
7623         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
7624      Branch: perl
7625            ! perl.c
7626 ____________________________________________________________________________
7627 [   559] By: mbeattie                              on 1998/02/20  12:56:10
7628         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
7629      Branch: perl
7630            ! MANIFEST patchlevel.h
7631 ____________________________________________________________________________
7632 [   558] By: mbeattie                              on 1998/02/20  12:53:26
7633         Log: Integrate win32 branch into mainline.
7634      Branch: perl
7635           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
7636           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7637           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7638           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
7639           !> win32/win32iop.h x2p/a2p.h
7640 ____________________________________________________________________________
7641 [   557] By: mbeattie                              on 1998/02/20  12:51:42
7642         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
7643              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
7644              From: Jarkko Hietaniemi <jhi@iki.fi>
7645      Branch: perl
7646            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
7647            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
7648            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
7649            ! pod/perltoc.pod pod/perlvar.pod
7650 ____________________________________________________________________________
7651 [   556] By: mbeattie                              on 1998/02/20  12:49:54
7652         Log: Subject: [PATCH] installperl
7653              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
7654              From: Norton Allen <allen@huarp.harvard.edu>
7655      Branch: perl
7656            ! installperl
7657 ____________________________________________________________________________
7658 [   555] By: mbeattie                              on 1998/02/20  12:49:09
7659         Log: Subject: [PATCH:_59] t/op/wantarray.t
7660              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
7661              From: Norton Allen <allen@huarp.harvard.edu>
7662      Branch: perl
7663            + t/op/wantarray.t
7664 ____________________________________________________________________________
7665 [   554] By: mbeattie                              on 1998/02/20  12:47:44
7666         Log: Subject: Misprint in regcomp.c [PATCH]
7667              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
7668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7669      Branch: perl
7670            ! regcomp.c
7671 ____________________________________________________________________________
7672 [   553] By: mbeattie                              on 1998/02/20  12:45:08
7673         Log: Subject: DB_File ->length does not work just after tie.
7674              Date: Tue, 17 Feb 1998 13:19:18 GMT
7675              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7676      Branch: perl
7677            ! ext/DB_File/DB_File.xs
7678 ____________________________________________________________________________
7679 [   552] By: mbeattie                              on 1998/02/20  12:43:32
7680         Log: Subject: [PATCH] - perl5.005_59, update Copyright
7681              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
7682              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
7683      Branch: perl
7684            ! perl.c
7685 ____________________________________________________________________________
7686 [   551] By: mbeattie                              on 1998/02/20  12:42:41
7687         Log: Subject: Re: for() and map() peculiarity
7688              Date: Mon, 16 Feb 1998 21:33:44 +0000
7689              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7690      Branch: perl
7691            ! pod/perlsyn.pod
7692 ____________________________________________________________________________
7693 [   550] By: mbeattie                              on 1998/02/20  12:41:53
7694         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
7695              Date: Mon, 16 Feb 1998 11:46:29 -0800
7696              From: Dan Sugalski <sugalskd@osshe.edu>
7697      Branch: perl
7698            ! vms/config.vms
7699 ____________________________________________________________________________
7700 [   549] By: mbeattie                              on 1998/02/20  12:40:55
7701         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
7702              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
7703              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
7704      Branch: perl
7705            ! global.sym
7706 ____________________________________________________________________________
7707 [   548] By: mbeattie                              on 1998/02/20  12:39:56
7708         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
7709              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
7710              From: Jarkko Hietaniemi <jhi@iki.fi>
7711      Branch: perl
7712            ! hints/irix_6.sh
7713 ____________________________________________________________________________
7714 [   547] By: mbeattie                              on 1998/02/20  12:38:58
7715         Log: Subject: [PATCH] perlguts update
7716              Date: 16 Feb 1998 11:23:53 +0100
7717              From: Gisle Aas <gisle@aas.no>
7718      Branch: perl
7719            ! pod/perlguts.pod
7720 ____________________________________________________________________________
7721 [   546] By: mbeattie                              on 1998/02/20  12:38:01
7722         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
7723              Date: Sun, 15 Feb 1998 23:56:05 -0500
7724              From: Irving Reid <irving@tor.securecomputing.com>
7725      Branch: perl
7726            ! hints/bsdos.sh
7727 ____________________________________________________________________________
7728 [   545] By: mbeattie                              on 1998/02/20  12:37:11
7729         Log: Subject: [PATCH] 5% speedup in an empty loop
7730              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
7731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7732      Branch: perl
7733            ! op.c
7734 ____________________________________________________________________________
7735 [   544] By: mbeattie                              on 1998/02/20  12:36:26
7736         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
7737              Date: Sun, 15 Feb 98 23:06:16 +0100
7738              From: Hans Mulder <hansm@icgroup.nl>
7739      Branch: perl
7740            ! hints/next_3.sh hints/next_4.sh
7741 ____________________________________________________________________________
7742 [   543] By: mbeattie                              on 1998/02/20  12:35:39
7743         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
7744              Date: Sun, 15 Feb 98 23:05:20 +0100
7745              From: Hans Mulder <hansm@icgroup.nl>
7746      Branch: perl
7747            ! malloc.c
7748 ____________________________________________________________________________
7749 [   542] By: mbeattie                              on 1998/02/20  12:35:03
7750         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
7751              From: Hans Mulder <hansm@icgroup.nl>
7752              Date: Sun, 15 Feb 98 23:04:29 +0100
7753      Branch: perl
7754            ! Configure
7755 ____________________________________________________________________________
7756 [   541] By: mbeattie                              on 1998/02/20  12:33:56
7757         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
7758              NeXT   needs DONT_DECLARE_STD)
7759              Date: Sun, 15 Feb 98 23:04:19 +0100
7760              From: Hans Mulder <hansm@icgroup.nl>
7761      Branch: perl
7762            ! perl.h
7763 ____________________________________________________________________________
7764 [   540] By: mbeattie                              on 1998/02/20  12:32:25
7765         Log: Subject: [PATCH] sv_check_thinkfirst macroized
7766              Date: 15 Feb 1998 22:00:38 +0100
7767              From: Gisle Aas <gisle@aas.no>
7768      Branch: perl
7769            ! sv.c
7770 ____________________________________________________________________________
7771 [   539] By: mbeattie                              on 1998/02/20  12:31:07
7772         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
7773              Date: Sat, 14 Feb 1998 17:58:01 -0500
7774              From: Joshua Pritikin <pritikin@mindspring.com>
7775      Branch: perl
7776            + lib/Test.pm
7777            ! MANIFEST lib/Test/Harness.pm
7778 ____________________________________________________________________________
7779 [   538] By: mbeattie                              on 1998/02/20  12:24:31
7780         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
7781              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
7782              From: Jarkko Hietaniemi <jhi@iki.fi>
7783      Branch: perl
7784            ! INSTALL pod/perldiag.pod pod/perllocale.pod
7785 ____________________________________________________________________________
7786 [   537] By: mbeattie                              on 1998/02/20  12:23:04
7787         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
7788              Date: Fri, 13 Feb 1998 13:38:28 -0800
7789              From: Dan Sugalski <sugalskd@osshe.edu>
7790      Branch: perl
7791            ! README.vms
7792 ____________________________________________________________________________
7793 [   536] By: mbeattie                              on 1998/02/20  12:20:29
7794         Log: Subject: [PATCH] 5.004_58, move intuition tests
7795              Date: Thu, 12 Feb 1998 17:11:05 -0600
7796              From: Stephen Potter <spp@psa.pencom.com>
7797      Branch: perl
7798            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7799            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
7800            ! t/op/flip.t t/op/pat.t t/op/push.t
7801 ____________________________________________________________________________
7802 [   535] By: gsar                                  on 1998/02/19  23:07:24
7803         Log: applied a version of this with tabs intact
7804              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
7805              Date:    19 Feb 1998 15:06:38 EST
7806              From:    dfan@harmonixmusic.com (Dan Schmidt)
7807              Subject: Pod::Html bug and fix: missing </UL> in index
7808      Branch: win32/perl
7809            ! lib/Pod/Html.pm
7810 ____________________________________________________________________________
7811 [   534] By: gsar                                  on 1998/02/19  19:40:27
7812         Log: Fix C<0> problem in Pod::Html
7813      Branch: win32/perl
7814            ! lib/Pod/Html.pm
7815 ____________________________________________________________________________
7816 [   533] By: gsar                                  on 1998/02/18  18:11:08
7817         Log: non-debug VC builds are -O1 now (they say it works, and is
7818              faster)
7819      Branch: win32/perl
7820            ! win32/Makefile win32/makefile.mk
7821 ____________________________________________________________________________
7822 [   532] By: gsar                                  on 1998/02/18  04:11:03
7823         Log: integrate nick's patch to mainline
7824      Branch: win32/perl
7825           !> pp.c
7826 ____________________________________________________________________________
7827 [   531] By: mbeattie                              on 1998/02/17  17:50:50
7828         Log: Assorted changes to the compiler
7829      Branch: perlext
7830            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
7831            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
7832            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
7833            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
7834 ____________________________________________________________________________
7835 [   530] By: gsar                                  on 1998/02/17  01:47:35
7836         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
7837              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
7838              build passes all tests except t/lib/io_xs.t (seems to be due to
7839              broken tmpfile() in the CRT or import lib)
7840      Branch: win32/perl
7841            ! XSUB.h win32/makefile.mk win32/win32.h
7842 ____________________________________________________________________________
7843 [   529] By: gsar                                  on 1998/02/16  23:03:31
7844         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
7845              in this version of gcc!)
7846      Branch: win32/perl
7847            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
7848            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
7849 ____________________________________________________________________________
7850 [   528] By: nick                                  on 1998/02/16  22:13:04
7851         Log: Missing PUSHMARK in unshift TIEARRAY hook
7852      Branch: perl
7853            ! pp.c
7854 ____________________________________________________________________________
7855 [   527] By: gsar                                  on 1998/02/15  20:59:07
7856         Log: integrate win32 branch
7857      Branch: asperl
7858           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
7859           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7860           !> win32/makedef.pl
7861 ____________________________________________________________________________
7862 [   526] By: gsar                                  on 1998/02/15  20:02:11
7863         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
7864      Branch: win32/perl
7865            ! config_h.SH win32/config_H.bc win32/config_H.gc
7866            ! win32/config_H.vc
7867 ____________________________________________________________________________
7868 [   525] By: gsar                                  on 1998/02/15  03:26:45
7869         Log: fix build problems due to renamed Config variables
7870      Branch: win32/perl
7871            ! win32/config.bc win32/config.gc win32/config.vc
7872            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7873            ! win32/makedef.pl
7874 ____________________________________________________________________________
7875 [   524] By: gsar                                  on 1998/02/14  01:00:15
7876         Log: bring ASPerl uptodate with mainline changes
7877      Branch: asperl
7878           +> ext/DB_File/Changes t/comp/require.t
7879           !> (integrate 41 files)
7880 ____________________________________________________________________________
7881 [   523] By: gsar                                  on 1998/02/14  00:52:17
7882         Log: integrate mainline
7883      Branch: win32/perl
7884           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
7885           !> pp_hot.c t/op/magic.t
7886 ____________________________________________________________________________
7887 [   522] By: gsar                                  on 1998/02/14  00:42:37
7888         Log: added AS patch#6
7889              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
7890              Date:    Fri, 13 Feb 1998 06:14:51 PST
7891              From:    Douglas Lankshear <dougl@ActiveState.com>
7892              Subject: [PATCH] command line build
7893              
7894              This patch is for the command line build of perl object.
7895              I'll merge the ipfoo.c function with win32_xxx functions next.
7896              
7897              -- Doug
7898      Branch: asperl
7899            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
7900            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
7901            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
7902 ____________________________________________________________________________
7903 [   521] By: gsar                                  on 1998/02/14  00:14:04
7904         Log: added AS patch#5 (patch #4 was intentionally skipped after
7905              discussion)
7906      Branch: asperl
7907            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
7908            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
7909            ! regexec.c sv.c toke.c
7910 ____________________________________________________________________________
7911 [   520] By: nick                                  on 1998/02/13  18:15:46
7912         Log: Resolve ansiperl against win32
7913      Branch: ansiperl
7914           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
7915           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
7916           +> t/lib/ph.t
7917           !> (integrate 898 files)
7918
7919 ----------------
7920 Version 5.004_59
7921 ----------------
7922
7923 ____________________________________________________________________________
7924 [   519] By: mbeattie                              on 1998/02/13  17:05:37
7925         Log: Integrate win32 into mainline.
7926      Branch: perl
7927            ! lib/ExtUtils/xsubpp
7928           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7929           !> win32/makefile.mk
7930 ____________________________________________________________________________
7931 [   518] By: mbeattie                              on 1998/02/13  17:01:16
7932         Log: Bump patchlevel.h to 59.
7933      Branch: perl
7934            ! patchlevel.h
7935 ____________________________________________________________________________
7936 [   517] By: mbeattie                              on 1998/02/13  16:57:59
7937         Log: Subject: [PATCH] _58: wantarray in void context broken
7938              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
7939              From: Norton Allen <allen@huarp.harvard.edu>
7940      Branch: perl
7941            ! pp_hot.c
7942 ____________________________________________________________________________
7943 [   516] By: mbeattie                              on 1998/02/13  16:55:33
7944         Log: Subject: [PATCH] 5.004_58 QNX getcwd
7945              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
7946              From: Norton Allen <allen@huarp.harvard.edu>
7947      Branch: perl
7948            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
7949 ____________________________________________________________________________
7950 [   515] By: gsar                                  on 1998/02/12  18:29:52
7951         Log: pickup lddlflags properly for Config.pm
7952      Branch: win32/perl
7953            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7954            ! win32/makefile.mk
7955 ____________________________________________________________________________
7956 [   514] By: gsar                                  on 1998/02/12  18:16:09
7957         Log: fix xsubpp bug in SETMAGIC code
7958      Branch: win32/perl
7959            ! lib/ExtUtils/xsubpp
7960 ____________________________________________________________________________
7961 [   513] By: gsar                                  on 1998/02/12  18:06:30
7962         Log: integrate mainline
7963      Branch: win32/perl
7964           +> ext/DB_File/Changes
7965           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
7966           !> ext/DB_File/DB_File.xs hints/machten.sh
7967           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
7968           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
7969           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
7970           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
7971           !> t/op/re_tests t/pragma/locale.t
7972 ____________________________________________________________________________
7973 [   512] By: mbeattie                              on 1998/02/12  17:34:02
7974         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
7975              with -DUSE_THREADS -DDEBUGGING to fail.
7976      Branch: perl
7977            ! scope.h
7978 ____________________________________________________________________________
7979 [   511] By: mbeattie                              on 1998/02/12  16:44:03
7980         Log: Integrate win32 into mainline
7981      Branch: perl
7982           +> t/comp/require.t
7983           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
7984 ____________________________________________________________________________
7985 [   510] By: mbeattie                              on 1998/02/12  16:42:26
7986         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
7987              Date: 12 Feb 1998 14:25:55 +0100
7988              From: koenig@kulturbox.de (Andreas J. Koenig)
7989      Branch: perl
7990            ! lib/ExtUtils/Install.pm
7991 ____________________________________________________________________________
7992 [   509] By: mbeattie                              on 1998/02/12  16:40:34
7993         Log: Subject: Re: wrong prototype for sbrk [PATCH]
7994              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
7995              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
7996      Branch: perl
7997            ! malloc.c
7998 ____________________________________________________________________________
7999 [   508] By: mbeattie                              on 1998/02/12  16:36:53
8000         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
8001              Date: Wed, 11 Feb 1998 17:29:20 +0100
8002              From: Achim Bohnet <ach@mpe.mpg.de>
8003      Branch: perl
8004            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
8005 ____________________________________________________________________________
8006 [   507] By: mbeattie                              on 1998/02/12  16:35:26
8007         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
8008              Date: Wed, 11 Feb 1998 14:59:46 +0100
8009              From: Dominic Dunlop <domo@vo.lu>
8010      Branch: perl
8011            ! hints/machten.sh
8012 ____________________________________________________________________________
8013 [   506] By: mbeattie                              on 1998/02/12  16:28:40
8014         Log: Subject: DB_File 1.58 patch
8015              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
8016              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8017      Branch: perl
8018            + ext/DB_File/Changes
8019            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
8020            ! t/lib/db-recno.t
8021 ____________________________________________________________________________
8022 [   505] By: mbeattie                              on 1998/02/12  16:24:26
8023         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
8024              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
8025              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8026      Branch: perl
8027            ! regexec.c t/op/re_tests
8028 ____________________________________________________________________________
8029 [   504] By: mbeattie                              on 1998/02/12  16:22:46
8030         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8031              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
8032              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
8033              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
8034              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
8035              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
8036              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
8037      Branch: perl
8038            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
8039            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
8040 ____________________________________________________________________________
8041 [   503] By: mbeattie                              on 1998/02/12  16:15:43
8042         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
8043              Date: Mon, 9 Feb 1998 13:19:45 +0100
8044              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8045      Branch: perl
8046            ! t/lib/filecopy.t
8047 ____________________________________________________________________________
8048 [   502] By: mbeattie                              on 1998/02/12  16:14:27
8049         Log: Assorted patches to sv.c:
8050              From: Gisle Aas <gisle@aas.no>
8051              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
8052              Date: 07 Feb 1998 00:21:57 +0100
8053              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
8054              Date: 07 Feb 1998 00:29:45 +0100
8055              Subject: [PATCH] sv_upgrade() always returns TRUE
8056              Date: 09 Feb 1998 15:44:01 +0100
8057      Branch: perl
8058            ! sv.c
8059 ____________________________________________________________________________
8060 [   501] By: mbeattie                              on 1998/02/12  16:09:26
8061         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
8062              Subject: Perl debugger.
8063              Date: Fri, 6 Feb 1998 17:47:08 -0500
8064              From: "Jason A. Smith" <smithj4@rpi.edu>
8065      Branch: perl
8066            ! lib/perl5db.pl
8067 ____________________________________________________________________________
8068 [   500] By: gsar                                  on 1998/02/12  03:20:55
8069         Log: merge another maint patch
8070              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
8071              Date:    Tue, 10 Feb 1998 18:49:00 EST
8072              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8073              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
8074      Branch: win32/perl
8075            ! pp_ctl.c
8076 ____________________________________________________________________________
8077 [   499] By: gsar                                  on 1998/02/12  03:14:39
8078         Log: make t/comp/require.t type xtext
8079      Branch: win32/perl
8080            ! t/comp/require.t
8081 ____________________________________________________________________________
8082 [   498] By: gsar                                  on 1998/02/12  03:09:58
8083         Log: fix extra LEAVE when require fails
8084              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
8085              Date:    Tue, 10 Feb 1998 18:21:37 EST
8086              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8087              Subject: Re: evals and requires make seg-fault with bad require file 
8088      Branch: win32/perl
8089            + t/comp/require.t
8090            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
8091 ____________________________________________________________________________
8092 [   497] By: gsar                                  on 1998/02/12  02:47:29
8093         Log: merge a maint patch
8094              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
8095              Date:    Wed, 11 Feb 1998 00:15:51 EST
8096              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8097              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
8098      Branch: win32/perl
8099            ! pp_ctl.c t/op/local.t
8100 ____________________________________________________________________________
8101 [   496] By: mbeattie                              on 1998/02/11  13:04:50
8102         Log: Integrate win32 into mainline.
8103      Branch: perl
8104           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
8105           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
8106           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
8107           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
8108           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
8109           !> win32/makedef.pl win32/win32.c win32/win32iop.h
8110 ____________________________________________________________________________
8111 [   495] By: mbeattie                              on 1998/02/11  13:03:59
8112         Log: Fix special constants in Xref.pm
8113      Branch: perlext
8114            ! Compiler/B/Xref.pm
8115 ____________________________________________________________________________
8116 [   494] By: gsar                                  on 1998/02/10  18:26:28
8117         Log: fix opendir() problem on share names
8118              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
8119              Date:    Tue, 10 Feb 1998 13:28:53 EST
8120              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8121              Subject: Re: BUG: opendir and UNC names on NT 
8122      Branch: win32/perl
8123            ! win32/win32.c
8124 ____________________________________________________________________________
8125 [   493] By: gsar                                  on 1998/02/09  23:09:40
8126         Log: integrate win32 branch contents
8127      Branch: asperl
8128           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8129           +> lib/Fatal.pm t/lib/ph.t
8130            ! hv.c
8131           !> (integrate 895 files)
8132 ____________________________________________________________________________
8133 [   492] By: gsar                                  on 1998/02/09  07:30:19
8134         Log: enhancements to previous patch for XSUB OUTPUT args
8135              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
8136              Date:    Mon, 09 Feb 1998 02:31:55 EST
8137              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8138              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
8139      Branch: win32/perl
8140            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
8141            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
8142            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
8143            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
8144            ! sv.h
8145 ____________________________________________________________________________
8146 [   491] By: gsar                                  on 1998/02/09  03:00:52
8147         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
8148              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
8149              Date:    Wed, 29 Oct 1997 19:36:25 EST
8150              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8151              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
8152      Branch: win32/perl
8153            ! op.c
8154 ____________________________________________________________________________
8155 [   490] By: gsar                                  on 1998/02/09  02:30:43
8156         Log: fix for bugs in handling DESTROY (adjusted test numbers)
8157              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
8158              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
8159              Date: Wed, 31 Dec 1997 19:30:46 -0500
8160              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8161      Branch: win32/perl
8162            ! pod/perlobj.pod sv.c t/op/ref.t
8163 ____________________________________________________________________________
8164 [   489] By: gsar                                  on 1998/02/09  00:30:35
8165         Log: ansify prototype for my_safemalloc(), avoid warnings
8166      Branch: win32/perl
8167            ! sv.c
8168 ____________________________________________________________________________
8169 [   488] By: gsar                                  on 1998/02/09  00:29:08
8170         Log: fix misapplied hunks in 5.004_58
8171              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
8172              Date:    Sun, 08 Feb 1998 02:18:12 EST
8173              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8174              Subject: [PATCH] fixes for test failures in 5.004_58
8175      Branch: win32/perl
8176            ! gv.c op.c
8177 ____________________________________________________________________________
8178 [   487] By: gsar                                  on 1998/02/09  00:27:16
8179         Log: win32_utime() tweaks to avoid warnings
8180      Branch: win32/perl
8181            ! win32/win32.c win32/win32iop.h
8182 ____________________________________________________________________________
8183 [   486] By: gsar                                  on 1998/02/07  23:45:22
8184         Log: integrate mainline, plus a few small win32 enhancements
8185              - remove Win32::GetCurrentDirectory()
8186              - add Win32::Sleep() for compat
8187              - add smarter utime() from Jan Dubois, and export it as win32_utime()
8188      Branch: win32/perl
8189           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8190           +> lib/Fatal.pm t/lib/ph.t
8191            ! win32/makedef.pl win32/win32.c win32/win32iop.h
8192           !> (integrate 61 files)
8193
8194 ----------------
8195 Version 5.004_58
8196 ----------------
8197
8198 ____________________________________________________________________________
8199 [   485] By: mbeattie                              on 1998/02/06  18:11:47
8200         Log: Bump patchlevel to 58.
8201      Branch: perl
8202            ! patchlevel.h
8203 ____________________________________________________________________________
8204 [   484] By: mbeattie                              on 1998/02/06  18:08:28
8205         Log: Fix up problem with gv.c from change 477.
8206              Fix up Config.pm use in t/lib/ph.t from change 478.
8207      Branch: perl
8208            ! gv.c t/lib/ph.t
8209 ____________________________________________________________________________
8210 [   483] By: mbeattie                              on 1998/02/06  17:34:34
8211         Log: Integrate win32 branch into mainline
8212      Branch: perl
8213           !> win32/win32sck.c
8214 ____________________________________________________________________________
8215 [   482] By: mbeattie                              on 1998/02/06  17:26:41
8216         Log: lib/Fatal.pm missing from repository
8217      Branch: perl
8218            + lib/Fatal.pm
8219 ____________________________________________________________________________
8220 [   481] By: mbeattie                              on 1998/02/06  17:24:57
8221         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
8222              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
8223              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
8224      Branch: perl
8225            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8226            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
8227 ____________________________________________________________________________
8228 [   480] By: mbeattie                              on 1998/02/06  17:19:52
8229         Log: x2p/str.c was missing from list of changed files in change 466
8230      Branch: perl
8231            ! x2p/str.c
8232 ____________________________________________________________________________
8233 [   479] By: mbeattie                              on 1998/02/06  17:16:54
8234         Log: Added t/lib/ph.t to MANIFEST
8235      Branch: perl
8236            ! MANIFEST
8237 ____________________________________________________________________________
8238 [   478] By: mbeattie                              on 1998/02/06  17:15:38
8239         Log: Subject: [PATCH] h2ph.PL
8240              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
8241              From: kstar@www.chapin.edu (Kurt D. Starsinic)
8242      Branch: perl
8243            + t/lib/ph.t
8244            ! utils/h2ph.PL
8245 ____________________________________________________________________________
8246 [   477] By: mbeattie                              on 1998/02/06  17:10:46
8247         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
8248              Date: 04 Feb 1998 14:49:46 +0100
8249              From: Gisle Aas <gisle@aas.no>
8250              as modified by
8251              From: chip@atlantic.net
8252              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
8253      Branch: perl
8254            ! gv.c
8255 ____________________________________________________________________________
8256 [   476] By: mbeattie                              on 1998/02/06  16:47:03
8257         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8258              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
8259              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
8260              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
8261              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
8262      Branch: perl
8263            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
8264 ____________________________________________________________________________
8265 [   475] By: mbeattie                              on 1998/02/06  16:44:57
8266         Log: Subject: [PATCH] nomemok
8267              Date: Mon, 2 Feb 1998 15:06:50 +0100
8268              From: Gisle Aas <gisle@aas.no>
8269      Branch: perl
8270            ! hv.c
8271 ____________________________________________________________________________
8272 [   474] By: mbeattie                              on 1998/02/06  16:43:46
8273         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
8274              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
8275              From: abigail@fnx.com
8276      Branch: perl
8277            ! lib/Benchmark.pm
8278 ____________________________________________________________________________
8279 [   473] By: mbeattie                              on 1998/02/06  16:42:53
8280         Log: Subject: [PATCH] adding the newSVpvn API function
8281              Date: Sat, 31 Jan 1998 06:32:42 +0100
8282              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
8283      Branch: perl
8284            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
8285            ! proto.h sv.c
8286 ____________________________________________________________________________
8287 [   472] By: mbeattie                              on 1998/02/06  16:35:41
8288         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
8289              Date: 28 Jan 1998 17:40:37 -0800
8290              From: Stephen Zander <srz@mckesson.com>
8291      Branch: perl
8292            ! hints/solaris_2.sh
8293 ____________________________________________________________________________
8294 [   471] By: mbeattie                              on 1998/02/06  16:02:57
8295         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
8296              Date: Thu, 15 Jan 1998 11:53:06 +0000
8297              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8298      Branch: perl
8299            ! pod/perlguts.pod pp.c t/op/vec.t
8300 ____________________________________________________________________________
8301 [   470] By: mbeattie                              on 1998/02/06  16:01:36
8302         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8303              Subject: 5.004_56: Patch to Tie::Hash and docs
8304              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
8305              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
8306              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
8307      Branch: perl
8308            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
8309            ! t/op/misc.t t/op/pat.t toke.c
8310 ____________________________________________________________________________
8311 [   469] By: mbeattie                              on 1998/02/06  15:58:31
8312         Log: Subject: Another Array.pm patch
8313              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
8314              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8315      Branch: perl
8316            ! lib/Tie/Array.pm
8317 ____________________________________________________________________________
8318 [   468] By: mbeattie                              on 1998/02/06  15:56:28
8319         Log: Subject: documentation patch for 5.004_57
8320              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
8321              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8322      Branch: perl
8323            ! lib/Tie/Array.pm
8324 ____________________________________________________________________________
8325 [   467] By: mbeattie                              on 1998/02/06  15:55:34
8326         Log: Subject: 5.004_56: patch for `use Fatal' again
8327              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
8328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8329      Branch: perl
8330            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
8331            ! pp.c t/comp/proto.t toke.c
8332 ____________________________________________________________________________
8333 [   466] By: mbeattie                              on 1998/02/06  15:53:53
8334         Log: Subject: Newer -DLEAKTEST patch
8335              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
8336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8337      Branch: perl
8338            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
8339            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
8340            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
8341            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
8342            ! toke.c util.c vms/perly_c.vms x2p/hash.c
8343 ____________________________________________________________________________
8344 [   465] By: mbeattie                              on 1998/02/06  15:46:35
8345         Log: More Chip patches (tweaked for _5x). The final one mentioned here
8346              (@ARGV with -i) actually went in at change 462 but I failed to
8347              add it to the change description:
8348              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
8349              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
8350              Subject: [PATCH] Fix for C<@x = my @y>
8351              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
8352              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
8353              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
8354              Subject: [PATCH] Allow last() to mean last
8355              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
8356              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
8357              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
8358      Branch: perl
8359            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
8360            ! vms/perly_h.vms
8361 ____________________________________________________________________________
8362 [   464] By: mbeattie                              on 1998/02/06  15:06:18
8363         Log: More Chip patches:
8364              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
8365              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
8366              Subject: [PATCH] Fix line numbers after here documents in eval STRING
8367              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
8368              Subject: [PATCH] Make recursive lexical analysis more robust
8369              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
8370      Branch: perl
8371            ! pp_ctl.c sv.c toke.c
8372 ____________________________________________________________________________
8373 [   463] By: mbeattie                              on 1998/02/06  15:04:17
8374         Log: Some more Chip patches (tweaked to match _5x):
8375              Subject: [PATCH] Fix empty BLOCK
8376              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
8377              Subject: [PATCH] fix (\@@) proto
8378              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
8379              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
8380              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
8381              Subject: [PATCH] Don't fold string comparison under  C<use locale>
8382              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
8383      Branch: perl
8384            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
8385 ____________________________________________________________________________
8386 [   462] By: mbeattie                              on 1998/02/06  14:56:30
8387         Log: Some Chip patches (some tweaked to match _5x source):
8388              From: Chip Salzenberg <salzench@nielsenmedia.com>
8389              Subject: [PATCH] local leakage
8390              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
8391              Subject: [PATCH] NULs in patterns
8392              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
8393              Subject: [PATCH] Configure on PerlIO
8394              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
8395              Subject: [PATCH] Avoid core dump on package alias
8396              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
8397              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
8398              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
8399      Branch: perl
8400            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
8401            ! t/op/local.t
8402 ____________________________________________________________________________
8403 [   461] By: gsar                                  on 1998/02/04  03:34:36
8404         Log: support win32_select(0,0,0,msec) (winsock doesn't)
8405      Branch: win32/perl
8406            ! win32/win32sck.c
8407 ____________________________________________________________________________
8408 [   460] By: gsar                                  on 1998/02/04  00:44:47
8409         Log: bug: win32_select() must StartSockets()
8410      Branch: win32/perl
8411            ! win32/win32sck.c
8412
8413 ----------------
8414 Version 5.004_57
8415 ----------------
8416
8417 ____________________________________________________________________________
8418 [   459] By: mbeattie                              on 1998/02/03  16:00:07
8419         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
8420              of execution causes core dump if threadsvp is moved). Replaced
8421              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
8422      Branch: perl
8423            ! av.c perl.c
8424 ____________________________________________________________________________
8425 [   458] By: mbeattie                              on 1998/02/03  14:40:02
8426         Log: Fix up MANIFEST.
8427      Branch: perl
8428            ! MANIFEST
8429 ____________________________________________________________________________
8430 [   457] By: mbeattie                              on 1998/02/03  13:50:23
8431         Log: Integrate win32 into mainline. My last integration from ansiperl
8432              to the mainline was a dismal failure: I did -ay but meant -at.
8433              This should fix things now since win32 has already integrated
8434              all the necessary changes from ansiperl.
8435      Branch: perl
8436           !> (integrate 111 files)
8437 ____________________________________________________________________________
8438 [   456] By: gsar                                  on 1998/02/03  04:48:08
8439         Log: Fix minor problems with non USE_THREADS build. win32 branch
8440              now looks 5.004_57-ready.
8441      Branch: win32/perl
8442            ! thread.h win32/makedef.pl
8443 ____________________________________________________________________________
8444 [   455] By: gsar                                  on 1998/02/03  03:45:09
8445         Log: integrate mainline
8446      Branch: win32/perl
8447           !> (integrate 887 files)
8448 ____________________________________________________________________________
8449 [   454] By: mbeattie                              on 1998/02/02  16:44:24
8450         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
8451              defaults have been commented out for now. 
8452      Branch: perl
8453            ! hints/dec_osf.sh
8454 ____________________________________________________________________________
8455 [   453] By: mbeattie                              on 1998/02/02  15:51:39
8456         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
8457              variables. Moved threadnum to a per-interpreter variable and
8458              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
8459              more than one thread may be running. Minor tweaks to Thread.xs.
8460      Branch: perl
8461            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
8462            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
8463            ! thread.h util.c
8464 ____________________________________________________________________________
8465 [   452] By: gsar                                  on 1998/02/02  04:56:50
8466         Log: remove totally egregious s/\\dir// in File::Find
8467      Branch: win32/perl
8468            ! lib/File/Find.pm
8469 ____________________________________________________________________________
8470 [   451] By: gsar                                  on 1998/02/01  22:20:20
8471         Log: added AS patch#3
8472              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
8473              Date:    Sun, 01 Feb 1998 09:18:13 PST
8474              From:    Douglas Lankshear <dougl@ActiveState.com>
8475              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
8476              
8477              Here's an additional diff against //depot/asperl
8478              
8479              The field name mg_length was changed back to mg_len
8480              The function name mg_len was change to mg_length
8481              
8482              The need for sort_mutex removed thanks to the code derived
8483              from Tom Horsley's work.
8484              
8485              -- Doug
8486      Branch: asperl
8487            + XSLock.h
8488            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
8489            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
8490            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
8491            ! scope.c scope.h sv.c toke.c universal.c util.c
8492            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
8493            ! win32/perlobj.def win32/runperl.c
8494 ____________________________________________________________________________
8495 [   450] By: gsar                                  on 1998/01/30  23:43:57
8496         Log: various tweaks
8497              - add new functions to proto.h
8498              - fix up makefile.mk for $(OBJECT)
8499      Branch: asperl
8500            ! pp_ctl.c proto.h win32/makefile.mk
8501 ____________________________________________________________________________
8502 [   449] By: gsar                                  on 1998/01/30  21:23:15
8503         Log: fix up missing patches from AS patch#2
8504      Branch: asperl
8505            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8506            ! pp_ctl.c proto.h
8507 ____________________________________________________________________________
8508 [   448] By: gsar                                  on 1998/01/30  18:23:17
8509         Log: fix htonlx typo
8510      Branch: win32/perl
8511            ! perlsock.h
8512 ____________________________________________________________________________
8513 [   447] By: mbeattie                              on 1998/01/30  16:03:49
8514         Log: Fix up MANIFEST to add missing files
8515      Branch: perl
8516            ! MANIFEST
8517 ____________________________________________________________________________
8518 [   446] By: mbeattie                              on 1998/01/30  12:34:55
8519         Log: Bump patchlevel to 57.
8520      Branch: perl
8521            ! patchlevel.h
8522 ____________________________________________________________________________
8523 [   445] By: gsar                                  on 1998/01/30  10:44:38
8524         Log: initial merge of latest win32 branch into ASPerl
8525      Branch: asperl
8526           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
8527           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
8528           +> win32/bin/perlglob.pl
8529           !> (integrate 141 files)
8530 ____________________________________________________________________________
8531 [   444] By: gsar                                  on 1998/01/30  09:25:58
8532         Log: goofed branching, redo asperl branch
8533      Branch: asperl
8534            ! perl.h
8535 ____________________________________________________________________________
8536 [   443] By: gsar                                  on 1998/01/30  09:23:36
8537         Log: added AS patch#2
8538      Branch: asperl
8539            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
8540            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
8541            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
8542            + win32/ipstdiowin.h win32/perlobj.def
8543            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
8544            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
8545            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
8546            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
8547            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
8548            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
8549            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
8550            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
8551            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
8552 ____________________________________________________________________________
8553 [   441] By: gsar                                  on 1998/01/30  08:54:19
8554         Log: Created new branch from win32@396, added AS patch#1
8555      Branch: asperl
8556            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
8557            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
8558            + regcomp.c scope.h sv.c toke.c util.c
8559           +> (branch 915 files)
8560 ____________________________________________________________________________
8561 [   440] By: gsar                                  on 1998/01/30  04:43:23
8562         Log: integrate winansi
8563      Branch: win32/perl
8564           +> pod/perlhist.pod
8565           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
8566           !> util.c
8567 ____________________________________________________________________________
8568 [   439] By: mbeattie                              on 1998/01/27  15:31:53
8569         Log: Integrate ansi branch into mainline (resolve -ay).
8570      Branch: perl
8571           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
8572           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
8573           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
8574           +> win32/bin/perlglob.pl
8575            ! op.c
8576           !> (integrate 868 files)
8577 ____________________________________________________________________________
8578 [   438] By: nick                                  on 1998/01/24  12:02:34
8579         Log: Gisle's av_unshift tweak, two small patches from chip
8580              and check for NULL in hv_delete in case '~' and tie magic
8581              are present
8582      Branch: ansiperl
8583            ! av.c hv.c op.c pp_ctl.c scope.c
8584 ____________________________________________________________________________
8585 [   437] By: nick                                  on 1998/01/24  10:37:56
8586         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
8587              Ugh! ...
8588              Macros were unsuitable for declaring the functions, extra () round
8589              parameters removed - non-function forms of PerlXxx_yyyy() need to 
8590              add () themselves.
8591              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
8592      Branch: ansiperl
8593            ! perlsock.h pp_sys.c util.c
8594 ____________________________________________________________________________
8595 [   436] By: nick                                  on 1998/01/24  10:03:03
8596         Log: Integrate win32 into ansiperl
8597      Branch: ansiperl
8598           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8599           +> win32/bin/perlglob.pl
8600           !> (integrate 38 files)
8601 ____________________________________________________________________________
8602 [   435] By: nick                                  on 1998/01/24  09:47:49
8603         Log: Add perlhist.pod
8604      Branch: ansiperl
8605            + pod/perlhist.pod
8606            ! MANIFEST
8607 ____________________________________________________________________________
8608 [   434] By: gsar                                  on 1998/01/19  05:01:47
8609         Log: s/PerlENV/PerlEnv/ just to be consistent
8610      Branch: win32/perl
8611            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
8612 ____________________________________________________________________________
8613 [   433] By: gsar                                  on 1998/01/19  04:52:18
8614         Log: foo() -> PerlGroup_foo() patch from ActiveState
8615      Branch: win32/perl
8616            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8617            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
8618            ! scope.h sv.c toke.c util.c
8619 ____________________________________________________________________________
8620 [   432] By: gsar                                  on 1998/01/19  04:42:26
8621         Log: integrate mainline
8622      Branch: win32/perl
8623           !> pod/perlfunc.pod
8624 ____________________________________________________________________________
8625 [   431] By: gsar                                  on 1998/01/19  04:40:04
8626         Log: integrate changes in winansi
8627      Branch: win32/perl
8628           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
8629           +> t/lib/tie-stdpush.t t/op/tiearray.t
8630           !> (integrate 98 files)
8631 ____________________________________________________________________________
8632 [   430] By: gsar                                  on 1998/01/19  04:10:43
8633         Log: Fix autovivification problems with XSUB OUTPUT args
8634              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
8635              Date:    Sun, 18 Jan 1998 23:09:07 EST
8636              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8637              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
8638      Branch: win32/perl
8639            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
8640            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
8641            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
8642            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
8643 ____________________________________________________________________________
8644 [   429] By: nick                                  on 1998/01/17  21:01:50
8645         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
8646              Date: Thu, 25 Dec 1997 13:39:15 -0500
8647              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8648              To: perl5-porters@perl.org
8649              
8650              It turns out that the potential for the "CONFIG key 'exe_ext'
8651              does not exist in Config.pm" problem has been around for a while,
8652              in the definition of SvTRUE().  It's just that non-gcc compilers
8653              are more or less being built as CRIPPLED_CC when USE_THREADS is
8654              defined (even if they can inline things).  The inline macro for
8655              SvTRUE works with tied hashes and the EXISTS method, and the
8656              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
8657              does not, because it adds an excess mg_get() which replaces the
8658              EXISTS result with a FETCH result.
8659      Branch: ansiperl
8660            ! sv.c
8661 ____________________________________________________________________________
8662 [   428] By: nick                                  on 1998/01/17  20:59:11
8663         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8664              Date: Fri, 19 Dec 97 17:19:09 GMT
8665              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
8666      Branch: ansiperl
8667            ! doio.c sv.c toke.c util.c
8668 ____________________________________________________________________________
8669 [   427] By: nick                                  on 1998/01/17  12:01:53
8670         Log: Permit tie ?foo,$object 
8671              tidy up dead #ifdef ORIGINAL_TIE)
8672              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
8673      Branch: ansiperl
8674            ! pp_sys.c
8675 ____________________________________________________________________________
8676 [   426] By: nick                                  on 1998/01/15  18:06:36
8677         Log: First working TIEARRAY and other misc tie fixes
8678      Branch: ansiperl
8679            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
8680 ____________________________________________________________________________
8681 [   425] By: nick                                  on 1998/01/14  21:56:40
8682         Log: Not working yet - split problems ...
8683      Branch: ansiperl
8684            ! pp.c t/lib/thread.t t/op/tiearray.t
8685 ____________________________________________________________________________
8686 [   424] By: nick                                  on 1998/01/14  18:49:25
8687         Log: TIEARRAY updates - almost works ...
8688      Branch: ansiperl
8689            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
8690            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
8691            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
8692            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
8693 ____________________________________________________________________________
8694 [   423] By: gsar                                  on 1998/01/14  00:13:16
8695         Log: fix MakeMaker installbin problem
8696              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
8697              Subject: Re: can't modify message with HTML-Stream, v.1.42 
8698              Date: Tue, 06 Jan 1998 19:16:35 -0500
8699              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8700      Branch: win32/perl
8701            ! lib/ExtUtils/MM_Unix.pm
8702 ____________________________________________________________________________
8703 [   422] By: gsar                                  on 1998/01/13  23:53:02
8704         Log: add archname to *sitearch in config.{b,g,v}c
8705      Branch: win32/perl
8706            ! win32/config.bc win32/config.gc win32/config.vc
8707 ____________________________________________________________________________
8708 [   421] By: gsar                                  on 1998/01/13  23:15:14
8709         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
8710      Branch: win32/perl
8711            ! t/harness
8712 ____________________________________________________________________________
8713 [   420] By: nick                                  on 1998/01/13  22:55:02
8714         Log: tiearray tweaks
8715      Branch: ansiperl
8716            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
8717 ____________________________________________________________________________
8718 [   419] By: nick                                  on 1998/01/13  21:27:33
8719         Log: Skeleton Tie::Array
8720      Branch: ansiperl
8721            + lib/Tie/Array.pm
8722 ____________________________________________________________________________
8723 [   418] By: nick                                  on 1998/01/13  20:52:38
8724         Log: tie array changes to core and tests
8725      Branch: ansiperl
8726            + t/op/tiearray.t
8727            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
8728            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
8729            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
8730 ____________________________________________________________________________
8731 [   417] By: gsar                                  on 1998/01/13  20:49:52
8732         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
8733      Branch: win32/perl
8734            + win32/bin/perlglob.pl
8735            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
8736            ! win32/makefile.mk
8737 ____________________________________________________________________________
8738 [   416] By: gsar                                  on 1998/01/13  02:46:53
8739         Log: various tweaks to build support (NOTE: meant for 5.004_57)
8740              - build and install x2p
8741              - fix installperl warnings on win32
8742              - `make install` now does puts the archlibs in right places
8743              - makefiles don't default to USE_THREADS anymore
8744              - sync config.{b,g,v}c
8745              - sync makefile.mk -> Makefile
8746      Branch: win32/perl
8747            ! installperl win32/Makefile win32/config.bc win32/config.gc
8748            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
8749            ! x2p/a2py.c
8750 ____________________________________________________________________________
8751 [   415] By: nick                                  on 1998/01/11  16:54:26
8752         Log: Integrate win32 into ansiperl
8753      Branch: ansiperl
8754           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
8755           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
8756           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
8757           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
8758           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8759           !> vms/vmsish.h x2p/s2p.PL
8760 ____________________________________________________________________________
8761 [   414] By: nick                                  on 1998/01/11  15:13:49
8762         Log: Integratye mainline -> ansiperl
8763      Branch: ansiperl
8764           !> (integrate 64 files)
8765 ____________________________________________________________________________
8766 [   413] By: mbeattie                              on 1998/01/09  12:57:58
8767         Log: Add missing blank line in pod/perlfunc.pod.
8768      Branch: perl
8769            ! pod/perlfunc.pod
8770 ____________________________________________________________________________
8771 [   412] By: gsar                                  on 1998/01/08  20:54:31
8772         Log: change#398 breaks ENV_IS_CASELESS, fix it
8773      Branch: win32/perl
8774            ! hv.c
8775 ____________________________________________________________________________
8776 [   411] By: gsar                                  on 1998/01/08  18:33:58
8777         Log: Integrate mainline
8778      Branch: win32/perl
8779           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
8780           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
8781           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
8782           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
8783           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8784           !> vms/vmsish.h x2p/s2p.PL
8785 ____________________________________________________________________________
8786 [   410] By: mbeattie                              on 1998/01/08  16:06:22
8787         Log: Fix thinko in t/pragma/locale.t:
8788              Subject: [PATCH] _04 or _56: locale.t
8789              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
8790              From: Jarkko Hietaniemi <jhi@iki.fi>
8791      Branch: perl
8792            ! t/pragma/locale.t
8793 ____________________________________________________________________________
8794 [   409] By: mbeattie                              on 1998/01/08  16:05:09
8795         Log: Use Tom Horley's qsort for sorting:
8796              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
8797              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
8798              From: Hans Mulder <hansm@icgned.nl>
8799      Branch: perl
8800            ! pp_ctl.c
8801 ____________________________________________________________________________
8802 [   408] By: mbeattie                              on 1998/01/08  16:01:57
8803         Log: Make s2p not use cpp:
8804              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
8805              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
8806              From: Hans Mulder <hansm@icgned.nl>
8807      Branch: perl
8808            ! x2p/s2p.PL
8809 ____________________________________________________________________________
8810 [   407] By: mbeattie                              on 1998/01/08  15:57:31
8811         Log: DG/UX tweaks to perl.h:
8812              Subject: [PATCH] _56 on dgux without threads
8813              Date: Sat, 20 Dec 1997 23:01:40 -0500
8814              From: Roderick Schertler <roderick@argon.org>
8815      Branch: perl
8816            ! perl.h
8817 ____________________________________________________________________________
8818 [   406] By: mbeattie                              on 1998/01/08  15:56:02
8819         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
8820              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
8821              Date: Sat, 20 Dec 1997 02:30:01 -0500
8822              From: Spider Boardman <spider@web.zk3.dec.com>
8823      Branch: perl
8824            ! Configure hints/dec_osf.sh
8825 ____________________________________________________________________________
8826 [   405] By: mbeattie                              on 1998/01/08  15:53:40
8827         Log: Missing "" in Configure echo for gethbadd_addr_type.
8828      Branch: perl
8829            ! Configure
8830 ____________________________________________________________________________
8831 [   404] By: mbeattie                              on 1998/01/08  13:04:48
8832         Log: print/printf/... over-eager mg_find for glob magic:
8833              Subject: [PATCH] fix inefficient checks for TIEHANDLE
8834              Date: Wed, 07 Jan 1998 20:06:05 -0500
8835              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8836      Branch: perl
8837            ! pp_hot.c pp_sys.c
8838 ____________________________________________________________________________
8839 [   403] By: mbeattie                              on 1998/01/08  12:56:31
8840         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
8841              Subject: [PATCH] VMS update for 5.004_56
8842              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
8843              From: Charles Bailey <bailey@newman.upenn.edu>
8844      Branch: perl
8845            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
8846            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8847            ! vms/vmsish.h
8848 ____________________________________________________________________________
8849 [   402] By: mbeattie                              on 1998/01/08  12:46:15
8850         Log: Fix utils/perldoc.PL for dos-djgpp:
8851              Subject: 5.004_56: perldoc.PL dos-djgpp patches
8852              Date: Tue, 6 Jan 1998 18:14:59 +0100
8853              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
8854      Branch: perl
8855            ! utils/perldoc.PL
8856 ____________________________________________________________________________
8857 [   401] By: mbeattie                              on 1998/01/08  12:40:14
8858         Log: Version 2.13 of GetoptLong:
8859              Subject: Re: ANNOUNCE: perl 5.004_56 is available
8860              Date: 06 Jan 1998 16:21:45 +0100
8861              From: JVromans@Squirrel.nl (Johan Vromans)
8862      Branch: perl
8863            ! lib/Getopt/Long.pm lib/newgetopt.pl
8864 ____________________________________________________________________________
8865 [   400] By: mbeattie                              on 1998/01/08  12:28:08
8866         Log: Fix variable export and threading configuration for AIX:
8867              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
8868              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
8869              From: Jarkko Hietaniemi <jhi@iki.fi>
8870      Branch: perl
8871            ! Configure perl_exp.SH
8872 ____________________________________________________________________________
8873 [   399] By: mbeattie                              on 1998/01/08  12:25:38
8874         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
8875              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
8876              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
8877              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8878      Branch: perl
8879            ! regexec.c t/op/re_tests
8880 ____________________________________________________________________________
8881 [   398] By: mbeattie                              on 1998/01/08  12:23:41
8882         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
8883              to cope with ENV_IS_CASELESS:
8884              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
8885              Date: Fri, 19 Dec 1997 11:31:36 -0500
8886              From: Owen Taylor <owt1@cornell.edu>
8887      Branch: perl
8888            ! hv.c
8889 ____________________________________________________________________________
8890 [   397] By: mbeattie                              on 1998/01/08  12:10:29
8891         Log: Integrate win32 branch into mainline.
8892      Branch: perl
8893           !> (integrate 41 files)
8894 ____________________________________________________________________________
8895 [   396] By: gsar                                  on 1998/01/07  19:12:27
8896         Log: tweak case-insensitive ENV implementation
8897      Branch: win32/perl
8898            ! hv.c
8899 ____________________________________________________________________________
8900 [   395] By: nick                                  on 1998/01/07  18:40:55
8901         Log: Integrate win32 branch
8902      Branch: ansiperl
8903           !> (integrate 31 files)
8904 ____________________________________________________________________________
8905 [   394] By: gsar                                  on 1998/01/05  19:17:40
8906         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
8907              the fact
8908      Branch: win32/perl
8909            ! pod/perlrun.pod win32/win32.c
8910 ____________________________________________________________________________
8911 [   393] By: gsar                                  on 1998/01/05  05:43:33
8912         Log: Support case-tolerant %ENV
8913              - underlying system calls see the case-as-supplied by user
8914              - added tests to verify addition/deletion/enumeration case-tolerance
8915              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
8916              which is default on win32 now
8917      Branch: win32/perl
8918            ! hv.c t/op/magic.t win32/win32.h
8919 ____________________________________________________________________________
8920 [   392] By: gsar                                  on 1998/01/04  17:55:19
8921         Log: Add a tweaked version of:
8922              Message-Id: <199801040630.AA29298@metronet.com>
8923              Date:    Sun, 04 Jan 1998 00:30:57 CST
8924              From:    Tye McQueen <tye@metronet.com>
8925              Subject: New patch for $^E==GetLastError() under Win32
8926      Branch: win32/perl
8927            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
8928            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
8929            ! win32/win32.c win32/win32.h
8930 ____________________________________________________________________________
8931 [   391] By: gsar                                  on 1998/01/04  07:59:44
8932         Log: Various win32 fixes
8933              - support spawn via system(&P_NOWAIT,...) like OS2
8934              - support wait() and waitpid()
8935              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
8936              - support -lfoo properly in ExtUtils::Liblist
8937              - fix outdated info about Win32 support in perlfaq2
8938              - fix win32 bug in perldoc that causes spurious warnings
8939              - regularize global function/variable names yet more
8940              - fix bug in do_aspawn() (it was always invoking shell, instead of
8941              almost never)
8942              - implement and export win32_wait()
8943              - stub version of USE_RTL_THREAD_API
8944      Branch: win32/perl
8945            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
8946            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
8947            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8948            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
8949            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
8950            ! win32/win32thread.h
8951 ____________________________________________________________________________
8952 [   390] By: gsar                                  on 1997/12/30  21:00:28
8953         Log: Fix $ENV{Path} in FindBin.pm
8954      Branch: win32/perl
8955            ! lib/FindBin.pm
8956 ____________________________________________________________________________
8957 [   389] By: nick                                  on 1997/12/29  10:33:23
8958         Log: Resolve ansiperl against win32
8959      Branch: ansiperl
8960           !> (integrate 105 files)
8961 ____________________________________________________________________________
8962 [   388] By: gsar                                  on 1997/12/24  04:59:28
8963         Log: make $? Unix (and ActiveWare) compatible
8964      Branch: win32/perl
8965            ! README.win32 win32/win32.c
8966 ____________________________________________________________________________
8967 [   387] By: gsar                                  on 1997/12/24  04:21:30
8968         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
8969              non-blocking IO on sockets possible
8970      Branch: win32/perl
8971            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
8972            ! win32/win32iop.h win32/win32sck.c
8973 ____________________________________________________________________________
8974 [   386] By: gsar                                  on 1997/12/24  03:10:55
8975         Log: support getlogin()
8976      Branch: win32/perl
8977            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
8978            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8979            ! win32/win32.c win32/win32.h
8980 ____________________________________________________________________________
8981 [   385] By: gsar                                  on 1997/12/24  02:24:59
8982         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
8983              Update README.win32.
8984      Branch: win32/perl
8985            ! README.win32 perl.h win32/Makefile win32/makedef.pl
8986            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
8987 ____________________________________________________________________________
8988 [   384] By: gsar                                  on 1997/12/24  02:22:42
8989         Log: tweak op.c to avoid warning
8990      Branch: win32/perl
8991            ! op.c
8992 ____________________________________________________________________________
8993 [   383] By: gsar                                  on 1997/12/23  21:12:42
8994         Log: Trivial bugfix#3 from local repository
8995              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
8996              Subject: Re: Assigning result of pop scrambles unrelated reference 
8997              Date: Sat, 06 Dec 1997 06:00:45 -0500
8998              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8999      Branch: win32/perl
9000            ! sv.c
9001 ____________________________________________________________________________
9002 [   382] By: gsar                                  on 1997/12/23  21:09:32
9003         Log: Trivial bugfix#2 from local repository
9004              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
9005              Subject: Re: eval of sub gives spurious "uninitialised" warning 
9006              Date: Sat, 06 Dec 1997 05:25:07 -0500
9007              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9008      Branch: win32/perl
9009            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
9010 ____________________________________________________________________________
9011 [   381] By: gsar                                  on 1997/12/23  21:01:04
9012         Log: Trivial bugfix#1 from local repository
9013              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
9014              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
9015              Date: Fri, 28 Nov 1997 18:26:52 -0500
9016              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9017      Branch: win32/perl
9018            ! scope.c
9019 ____________________________________________________________________________
9020 [   380] By: gsar                                  on 1997/12/18  15:10:23
9021         Log: Integrate mainline
9022      Branch: win32/perl
9023           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9024           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9025           +> os2/os2.sym os2/os2thread.h
9026           !> (integrate 77 files)
9027
9028 ----------------
9029 Version 5.004_56
9030 ----------------
9031
9032 ____________________________________________________________________________
9033 [   379] By: mbeattie                              on 1997/12/18  13:28:35
9034         Log: Integrate ansi @364,@366 into mainline.
9035      Branch: perl
9036           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
9037 ____________________________________________________________________________
9038 [   378] By: mbeattie                              on 1997/12/18  13:20:15
9039         Log: Add a few missing files to MANIFEST
9040      Branch: perl
9041            ! MANIFEST
9042 ____________________________________________________________________________
9043 [   377] By: mbeattie                              on 1997/12/18  13:00:16
9044         Log: Bump patchlevel to 56.
9045      Branch: perl
9046            ! patchlevel.h
9047 ____________________________________________________________________________
9048 [   376] By: nick                                  on 1997/12/18  01:32:12
9049         Log: Resolve against mainline
9050      Branch: ansiperl
9051           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9052           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9053           +> os2/os2.sym os2/os2thread.h
9054           !> (integrate 74 files)
9055 ____________________________________________________________________________
9056 [   375] By: nick                                  on 1997/12/18  01:06:15
9057         Log: Resolve against Win32
9058      Branch: ansiperl
9059           !> Configure README.threads config_h.SH doop.c embed.h
9060           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9061           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
9062           !> sv.c sv.h thread.h util.c
9063 ____________________________________________________________________________
9064 [   374] By: mbeattie                              on 1997/12/17  14:44:26
9065         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
9066              needs rewriting now that we use perlvars.h and foovar.h:
9067              Subject: [PATCH] 5.004_54 under VMS (fwd)
9068              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
9069              From: Charles Bailey <BAILEY@newman.upenn.edu>
9070      Branch: perl
9071            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
9072            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
9073            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
9074            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
9075            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
9076            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
9077 ____________________________________________________________________________
9078 [   373] By: mbeattie                              on 1997/12/17  14:10:50
9079         Log: Major changes to the DOS/djgpp port (including threading):
9080              Subject: Re: dos-djgpp port not in perl 5.004_54
9081              Date: Fri, 21 Nov 1997 10:58:26 +0100
9082              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
9083      Branch: perl
9084            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9085            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9086            ! Configure MANIFEST Makefile.SH doio.c dosish.h
9087            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
9088            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
9089            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
9090            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
9091            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
9092            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
9093            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
9094            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
9095            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
9096 ____________________________________________________________________________
9097 [   372] By: mbeattie                              on 1997/12/17  13:18:34
9098         Log: Upgrade DB_File to 1.56:
9099              Subject: DB_File-1.56 for _55
9100              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
9101              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9102      Branch: perl
9103            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
9104            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
9105 ____________________________________________________________________________
9106 [   371] By: mbeattie                              on 1997/12/17  12:02:03
9107         Log: Threading patches for OS/2 (missing files taken from previous patch):
9108              Subject: Re: 5.004_55: OS/2 patches again
9109              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
9110              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9111      Branch: perl
9112            + os2/os2.sym os2/os2thread.h
9113            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
9114            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
9115            ! os2/os2ish.h perl.h
9116 ____________________________________________________________________________
9117 [   370] By: mbeattie                              on 1997/12/17  11:01:34
9118         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
9119              Subject: Re: 5.004_55: OS/2 patches again
9120              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
9121              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9122      Branch: perl
9123            ! perl.h
9124 ____________________________________________________________________________
9125 [   369] By: mbeattie                              on 1997/12/17  10:59:40
9126         Log: Fix typo in compiler B/C.pm.
9127      Branch: perlext
9128            ! Compiler/B/C.pm
9129 ____________________________________________________________________________
9130 [   368] By: mbeattie                              on 1997/12/17  10:58:35
9131         Log: Allow "perldoc -F filename":
9132              Subject: 5.004_55: Patch to perldoc
9133              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
9134              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9135      Branch: perl
9136            ! utils/perldoc.PL
9137 ____________________________________________________________________________
9138 [   367] By: mbeattie                              on 1997/12/17  10:54:47
9139         Log: Fix not-reached warning for pp_threadsv.
9140      Branch: perl
9141            ! pp.c
9142 ____________________________________________________________________________
9143 [   366] By: nick                                  on 1997/12/14  16:06:24
9144         Log: Fix typo in Ilya's patch :-(
9145      Branch: ansiperl
9146            ! lib/ExtUtils/MakeMaker.pm
9147 ____________________________________________________________________________
9148 [   365] By: nick                                  on 1997/12/14  15:30:25
9149         Log: #undef new PERLVARIC macro in appropriate places
9150      Branch: ansiperl
9151            ! miniperlmain.c perl.h
9152 ____________________________________________________________________________
9153 [   364] By: nick                                  on 1997/12/14  15:04:36
9154         Log: Ilya's MakeMaker (empty makefile) patch
9155      Branch: ansiperl
9156            ! lib/ExtUtils/MakeMaker.pm
9157 ____________________________________________________________________________
9158 [   363] By: gsar                                  on 1997/12/13  05:57:13
9159         Log: Integrate mainline.  Builds and passes (Borland).
9160      Branch: win32/perl
9161           !> Configure README.threads config_h.SH doop.c embed.h
9162           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9163           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
9164           !> sv.c sv.h thread.h util.c
9165 ____________________________________________________________________________
9166 [   362] By: nick                                  on 1997/12/13  02:53:03
9167         Log: Resolve ansiperl against mainline
9168      Branch: ansiperl
9169           !> (integrate 92 files)
9170 ____________________________________________________________________________
9171 [   361] By: mbeattie                              on 1997/12/12  16:20:38
9172         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
9173              instead of MEXTEND leading to core dumps. This fix needs
9174              propagating back to the maintenance branch.
9175      Branch: perl
9176            ! pp_hot.c pp_sys.c
9177 ____________________________________________________________________________
9178 [   360] By: mbeattie                              on 1997/12/11  15:45:56
9179         Log: Add missing patch to op.c that didn't come across with win32 merge.
9180      Branch: perl
9181            ! op.c
9182 ____________________________________________________________________________
9183 [   359] By: mbeattie                              on 1997/12/11  11:54:41
9184         Log: Stop tr/// from writing to target when only counting.
9185      Branch: perl
9186            ! doop.c op.c op.h
9187 ____________________________________________________________________________
9188 [   358] By: mbeattie                              on 1997/12/10  18:36:26
9189         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
9190              a few extraneous trailing semicolons in perlvars.h.
9191      Branch: perl
9192            ! perlvars.h util.c
9193 ____________________________________________________________________________
9194 [   357] By: mbeattie                              on 1997/12/10  18:33:53
9195         Log: Start overhauling compiler. It was working at least minimally
9196              right up until the final tweak of B.xs to add threadsv_names
9197              at which point building it provokes a seg fault in perl while
9198              doing the xsubpp :-(.
9199      Branch: perl
9200            ! op.h util.c
9201      Branch: perlext
9202            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
9203            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
9204            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
9205            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
9206            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
9207            ! Compiler/test_harness_cc
9208 ____________________________________________________________________________
9209 [   356] By: mbeattie                              on 1997/12/10  13:43:32
9210         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
9211              sv_setfoo functions go back to not needing dTHR. Fix Configure
9212              to check for already-existing -thread on archname and to check
9213              better for d_pthread_created_joinable.
9214      Branch: perl
9215            ! Configure perl.h sv.c sv.h thread.h
9216 ____________________________________________________________________________
9217 [   355] By: mbeattie                              on 1997/12/10  10:53:58
9218         Log: Minor fix/speedup to util.c:fbm_instr:
9219              Subject: 5.004_55: Minor regexp patch
9220              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
9221              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
9222      Branch: perl
9223            ! util.c
9224 ____________________________________________________________________________
9225 [   354] By: mbeattie                              on 1997/12/10  10:41:25
9226         Log: Patches for IRIX, AIX and some generic stuff:
9227              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
9228              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
9229              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9230              (checked/ignored a few rejects; tweaked wording).
9231      Branch: perl
9232            ! Configure README.threads config_h.SH embed.h
9233            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9234            ! hints/irix_6.sh
9235 ____________________________________________________________________________
9236 [   353] By: mbeattie                              on 1997/12/10  10:10:19
9237         Log: Integrate win32 back into mainline (trivial).
9238      Branch: perl
9239           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
9240           +> win32/config_H.gc
9241           !> (integrate 36 files)
9242 ____________________________________________________________________________
9243 [   352] By: nick                                  on 1997/12/09  17:36:45
9244         Log: Resolve win32 - Sarathy's tweak.
9245      Branch: ansiperl
9246           !> win32/makedef.pl
9247 ____________________________________________________________________________
9248 [   351] By: gsar                                  on 1997/12/08  06:13:04
9249         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
9250      Branch: win32/perl
9251            ! win32/makedef.pl
9252 ____________________________________________________________________________
9253 [   350] By: nick                                  on 1997/12/05  00:56:03
9254         Log: Resolve ansiperl against win32
9255      Branch: ansiperl
9256            - win32/makegcc.mk
9257           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
9258           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
9259           !> win32/makefile.mk win32/perllib.c win32/win32.h
9260 ____________________________________________________________________________
9261 [   349] By: gsar                                  on 1997/12/02  07:28:23
9262         Log: Revert to keeping (some) constant strings as globals
9263      Branch: win32/perl
9264            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
9265            ! perlvars.h win32/makedef.pl win32/perllib.c
9266 ____________________________________________________________________________
9267 [   348] By: gsar                                  on 1997/12/02  05:38:06
9268         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
9269              Other minor fixes.  Now is a good time to get the changes in win32 branch.
9270      Branch: win32/perl
9271            - win32/makegcc.mk
9272            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
9273 ____________________________________________________________________________
9274 [   347] By: gsar                                  on 1997/12/02  03:32:55
9275         Log: Integrate winansi again.  Result builds and passes all tests on all
9276              three compilers.
9277      Branch: win32/perl
9278           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
9279           !> win32/makegcc.mk win32/win32.h
9280 ____________________________________________________________________________
9281 [   346] By: gsar                                  on 1997/12/02  03:28:23
9282         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
9283              makegcc.mk to be merged into makefile.mk soon.
9284      Branch: win32/perl
9285            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
9286            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
9287            ! win32/win32.h
9288 ____________________________________________________________________________
9289 [   345] By: nick                                  on 1997/12/02  01:57:17
9290         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
9291              Now runs again...
9292      Branch: ansiperl
9293            ! lib/ExtUtils/MM_Win32.pm
9294 ____________________________________________________________________________
9295 [   344] By: nick                                  on 1997/12/02  01:11:16
9296         Log: Sarathy's patch 
9297      Branch: ansiperl
9298            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
9299            ! win32/makegcc.mk win32/win32.h
9300 ____________________________________________________________________________
9301 [   343] By: gsar                                  on 1997/12/01  04:37:06
9302         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
9303              is identical to ansiperl/* now)
9304      Branch: win32/perl
9305           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
9306           !> (integrate 34 files)
9307 ____________________________________________________________________________
9308 [   342] By: nick                                  on 1997/12/01  04:01:57
9309         Log: Builds and passes all tests with gcc on Win32 - phew!
9310      Branch: ansiperl
9311            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
9312            ! proto.h util.c win32/makedef.pl
9313 ____________________________________________________________________________
9314 [   341] By: nick                                  on 1997/12/01  02:54:29
9315         Log: Create a struct for all perls globals (as an option)
9316              Mainly for Mingw32 which cannot import data.
9317              Now only Opcode tests fail (op_desc/op_name not 
9318              handled yet stuff)
9319      Branch: ansiperl
9320            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
9321            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
9322            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
9323            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
9324            ! win32/win32iop.h win32/win32thread.c
9325 ____________________________________________________________________________
9326 [   340] By: nick                                  on 1997/11/30  20:21:10
9327         Log: Fixup exports in non -DDEBUGGING case
9328      Branch: ansiperl
9329            ! win32/makedef.pl
9330 ____________________________________________________________________________
9331 [   339] By: nick                                  on 1997/11/30  20:10:04
9332         Log: Disable hard-coded -DDEBUGGING
9333      Branch: ansiperl
9334            ! win32/config_h.PL
9335 ____________________________________________________________________________
9336 [   338] By: nick                                  on 1997/11/30  20:00:19
9337         Log: embed.pl now reads *var*.h to do its stuff.
9338              Split generated embed.h into two - new embedvar.h
9339              is #included when 'op' etc. will not mess up proto.h etc.
9340              Removed #define foo (thr->Tfoo) from thread.h
9341              Added some 'missing' symbols to global.sym, removed
9342              those in the *var*.h files
9343              Has build all MULTIPLICITY/USE_THREADS options on win32
9344              with VC++ (and passed tests), but not with exactly this set
9345              of files.
9346      Branch: ansiperl
9347            + embedvar.h
9348            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
9349            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
9350            ! win32/makedef.pl
9351 ____________________________________________________________________________
9352 [   337] By: nick                                  on 1997/11/29  23:55:31
9353         Log: Globals and structs via macros - part 1 of N
9354              - introduce perlvars.h intrpvar.h and thrdvar.h
9355              - change perl.h and thread.h to include them with
9356              appropriate macros defined
9357              - result is status-quo but with macros
9358              - next step is to tweak embed.* to capitalize on 
9359              new easy-to-find info.
9360      Branch: ansiperl
9361            + intrpvar.h perlvars.h thrdvar.h
9362            ! perl.h thread.h win32/Makefile
9363 ____________________________________________________________________________
9364 [   336] By: nick                                  on 1997/11/29  19:13:55
9365         Log: VC++ default to threaded
9366      Branch: ansiperl
9367            ! win32/Makefile
9368 ____________________________________________________________________________
9369 [   335] By: nick                                  on 1997/11/29  18:38:26
9370         Log: Avoid __declspec(thread) by default, for both scratch
9371              return areas and THR stuff. Use struct thread intern instead.
9372      Branch: ansiperl
9373            ! win32/win32.c win32/win32.h win32/win32sck.c
9374            ! win32/win32thread.c win32/win32thread.h
9375 ____________________________________________________________________________
9376 [   334] By: nick                                  on 1997/11/29  17:49:04
9377         Log: Non-threaded build fix
9378      Branch: ansiperl
9379            ! win32/win32thread.c
9380 ____________________________________________________________________________
9381 [   333] By: nick                                  on 1997/11/29  17:29:07
9382         Log: Sort out malloc_mutex for perl's malloc
9383              Remove BINCOMPAT3 from embed.pl 
9384              Add dependancy to CORE_H for PERL95_OBJ
9385      Branch: ansiperl
9386            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
9387            ! win32/win32.c
9388 ____________________________________________________________________________
9389 [   332] By: nick                                  on 1997/11/29  16:21:01
9390         Log: Integrate win32 into ansiperl
9391      Branch: ansiperl
9392           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
9393           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
9394           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
9395           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9396           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
9397           !> win32/perllib.c
9398 ____________________________________________________________________________
9399 [   331] By: nick                                  on 1997/11/29  01:35:45
9400         Log: GCC + Threads on Win32 - best gcc results yet
9401      Branch: ansiperl
9402            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
9403            ! win32/win32.h win32/win32iop.h win32/win32thread.c
9404            ! win32/win32thread.h
9405 ____________________________________________________________________________
9406 [   330] By: nick                                  on 1997/11/28  23:05:08
9407         Log: Un-botch gcc workround
9408      Branch: ansiperl
9409            ! XSUB.h
9410 ____________________________________________________________________________
9411 [   329] By: nick                                  on 1997/11/28  22:39:39
9412         Log: Builds completely with Mingw32, dynamic loaded extensions
9413              don't work yet - suspect __declspec() non-implemented issues.
9414      Branch: ansiperl
9415            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
9416            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
9417            ! win32/runperl.c win32/win32.c win32/win32iop.h
9418 ____________________________________________________________________________
9419 [   328] By: gsar                                  on 1997/11/28  05:48:15
9420         Log: integrate winansi.
9421      Branch: win32/perl
9422           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
9423            ! perl.h
9424           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
9425           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
9426           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
9427 ____________________________________________________________________________
9428 [   327] By: gsar                                  on 1997/11/28  05:38:48
9429         Log: Integrate mainline.
9430      Branch: win32/perl
9431           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
9432           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
9433           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
9434           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9435           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
9436           !> win32/perllib.c
9437 ____________________________________________________________________________
9438 [   326] By: nick                                  on 1997/11/27  19:13:36
9439         Log: GCC builds perl.dll and perl.exe on Win32
9440      Branch: ansiperl
9441            ! win32/makedef.pl win32/makegcc.mk
9442 ____________________________________________________________________________
9443 [   325] By: nick                                  on 1997/11/27  17:46:30
9444         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
9445              far as building miniperl and perl.dll (but not import lib yet)
9446              Seems to lack popen()/pclose() and fcloseall() and fflushall().
9447              Also only CRTDLL not MCRTDLL so threading is probably not
9448              possible yet.
9449              Had to mess with win32iop.h's placement as we need __attribute__
9450              to get STDCALL, and #define of printf messes up proto.h 
9451      Branch: ansiperl
9452            + win32/config.gc win32/config_H.gc win32/makegcc.mk
9453            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
9454            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
9455            ! win32/win32iop.h win32/win32sck.c
9456 ____________________________________________________________________________
9457 [   324] By: mbeattie                              on 1997/11/27  17:08:06
9458         Log: Give dire warnings about the IRIX 6.2 kernel panic.
9459      Branch: perl
9460            ! README.threads hints/irix_6.sh
9461 ____________________________________________________________________________
9462 [   323] By: mbeattie                              on 1997/11/27  16:57:33
9463         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
9464              Subject: Re: ANNOUNCE: perl 5.004_55 is available
9465              Date: 27 Nov 1997 17:18:53 +0100
9466              From: koenig@kulturbox.de (Andreas J. Koenig)
9467      Branch: perl
9468            ! sv.c
9469 ____________________________________________________________________________
9470 [   322] By: mbeattie                              on 1997/11/27  16:12:15
9471         Log: Integrate win32 branch back into mainline.
9472      Branch: perl
9473           !> (integrate 42 files)
9474 ____________________________________________________________________________
9475 [   321] By: mbeattie                              on 1997/11/27  15:06:36
9476         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
9477              Subject: Re: ANNOUNCE: perl 5.004_55 is available
9478              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
9479              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9480      Branch: perl
9481            ! t/lib/safe2.t
9482 ____________________________________________________________________________
9483 [   320] By: mbeattie                              on 1997/11/27  15:02:59
9484         Log: Fix MYMALLOC (wrong #define in malloc.c):
9485              Subject: 5.004_55: MYMALLOC completely busted
9486              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
9487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9488      Branch: perl
9489            ! malloc.c
9490 ____________________________________________________________________________
9491 [   319] By: mbeattie                              on 1997/11/27  15:01:37
9492         Log: Fix newSVrv so sv_setref_foo work better:
9493              Subject: [PATCH] [5.004_55] newSVrv (again)
9494              Date: Thu, 27 Nov 1997 00:25:50 -0500
9495              From: Owen Taylor <owt1@cornell.edu>
9496      Branch: perl
9497            ! sv.c
9498 ____________________________________________________________________________
9499 [   318] By: mbeattie                              on 1997/11/27  14:59:03
9500         Log: Output skipped test information in test suite:
9501              Subject: 5.004_55: Making test harness platform_aware
9502              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
9503              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
9504      Branch: perl
9505            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
9506            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
9507            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
9508 ____________________________________________________________________________
9509 [   317] By: mbeattie                              on 1997/11/27  14:55:15
9510         Log: Add 'W'atch command to debugger and improve help:
9511              Subject: 5.004_55: Debugger patch again
9512              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
9513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9514      Branch: perl
9515            ! lib/perl5db.pl
9516 ____________________________________________________________________________
9517 [   316] By: mbeattie                              on 1997/11/27  14:52:44
9518         Log: Stop double initialisation of malloc_mutex:
9519              Subject: 5.004_55: Double initialiazation of malloc_mutex
9520              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
9521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9522      Branch: perl
9523            ! miniperlmain.c win32/perllib.c
9524 ____________________________________________________________________________
9525 [   315] By: mbeattie                              on 1997/11/27  14:48:58
9526         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
9527      Branch: perl
9528            ! sv.c t/op/pat.t
9529 ____________________________________________________________________________
9530 [   314] By: nick                                  on 1997/11/27  01:03:19
9531         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
9532      Branch: ansiperl
9533           !> (integrate 897 files)
9534 ____________________________________________________________________________
9535 [   313] By: gsar                                  on 1997/11/26  03:20:55
9536         Log: merge win32-aware installperl in ansiperl branch.
9537      Branch: win32/perl
9538           !> installperl
9539 ____________________________________________________________________________
9540 [   312] By: gsar                                  on 1997/11/26  01:50:37
9541         Log: Fix for C<sort 'foo'...> bug:
9542              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9543              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
9544              Subject: [PATCH] Re: Sort grammar bug 
9545              Date: Sat, 01 Nov 1997 14:46:35 -0500
9546              ------
9547              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9548              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
9549              Subject: Re: Sort grammar bug 
9550              Date: Sun, 02 Nov 1997 12:47:51 +0000
9551      Branch: win32/perl
9552            ! t/op/sort.t toke.c
9553 ____________________________________________________________________________
9554 [   311] By: nick                                  on 1997/11/26  01:42:50
9555         Log: Win32-ize installperl
9556      Branch: ansiperl
9557            ! installperl
9558 ____________________________________________________________________________
9559 [   310] By: gsar                                  on 1997/11/26  01:36:39
9560         Log: Another trivial patch:
9561              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9562              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
9563              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
9564              Date: Wed, 29 Oct 1997 21:45:26 -0500
9565      Branch: win32/perl
9566            ! XSUB.h
9567 ____________________________________________________________________________
9568 [   309] By: nick                                  on 1997/11/26  01:33:32
9569         Log: Fixup _55 for Win32:
9570              Missed thread :-> perl_thread changes
9571              Two #define THR (not the same)
9572              K&R style func in hv.c
9573      Branch: ansiperl
9574            ! hv.c win32/win32thread.c win32/win32thread.h
9575 ____________________________________________________________________________
9576 [   308] By: gsar                                  on 1997/11/26  01:30:21
9577         Log: Sync yet another patch (this one manually edited):
9578              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9579              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
9580              Subject: [PATCH] Re: local($@) gives core dump 
9581              Date: Tue, 28 Oct 1997 21:51:25 -0500
9582      Branch: win32/perl
9583            ! pp_ctl.c
9584 ____________________________________________________________________________
9585 [   307] By: gsar                                  on 1997/11/26  01:22:10
9586         Log: Sync another change from local repository.
9587              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9588              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
9589              Subject: Re: do_postponed breaks with multiple interpreters 
9590              Date: Tue, 28 Oct 1997 22:16:13 -0500
9591      Branch: win32/perl
9592            ! op.c
9593 ____________________________________________________________________________
9594 [   306] By: gsar                                  on 1997/11/26  01:17:46
9595         Log: Sync a change from local repository.
9596              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9597              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
9598              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
9599              Date: Tue, 28 Oct 1997 20:06:06 -0500
9600      Branch: win32/perl
9601            ! mg.c
9602 ____________________________________________________________________________
9603 [   305] By: nick                                  on 1997/11/26  00:50:10
9604         Log: Integrate mainline as of _55
9605      Branch: ansiperl
9606           +> emacs/ptags
9607           !> (integrate 36 files)
9608 ____________________________________________________________________________
9609 [   304] By: gsar                                  on 1997/11/26  00:27:57
9610         Log: Various changes to make it build cleanly and pass all tests:
9611              - needed to run `perl embed.pl`
9612              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
9613              - fix prototypes for a few declarations (Borland is finally quiet)
9614              - move declaration of Mymalloc etc to perl.h (since win32 and other
9615              ports may #define malloc themselves, to let extensions bind to
9616              the version that perl used)
9617              - move struct reg_data into a public header file, since it is
9618              referenced in a public datatype
9619              - win32 makefile fixes
9620              - fix remaining s/thread/perl_thread/
9621      Branch: win32/perl
9622            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
9623            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
9624            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
9625            ! win32/win32.h win32/win32iop.h win32/win32thread.c
9626 ____________________________________________________________________________
9627 [   303] By: gsar                                  on 1997/11/25  20:57:31
9628         Log: Fixup the places where the automatic merge got it wrong.
9629              Previous change (#302) was just a normal integration--ignore the
9630              "reverse" in there.
9631      Branch: win32/perl
9632            ! op.c perl.h
9633 ____________________________________________________________________________
9634 [   302] By: gsar                                  on 1997/11/25  20:32:12
9635         Log: reverse integrate mainline
9636      Branch: win32/perl
9637           +> emacs/ptags
9638           !> (integrate 896 files)
9639
9640 ----------------
9641 Version 5.004_55
9642 ----------------
9643
9644 ____________________________________________________________________________
9645 [   301] By: mbeattie                              on 1997/11/25  17:59:53
9646         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
9647      Branch: perl
9648            ! hv.c pp_ctl.c
9649 ____________________________________________________________________________
9650 [   300] By: mbeattie                              on 1997/11/25  16:29:36
9651         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
9652      Branch: perl
9653            ! MANIFEST patchlevel.h
9654 ____________________________________________________________________________
9655 [   299] By: mbeattie                              on 1997/11/25  15:59:16
9656         Log: Move malloc_mutex initialisation/destruction:
9657              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
9658              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
9659      Branch: perl
9660            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
9661            ! unixish.h vms/vmsish.h
9662 ____________________________________________________________________________
9663 [   298] By: mbeattie                              on 1997/11/25  15:49:22
9664         Log: Make hv_ functions cope better with 'm'-magic:
9665              Subject: [5.004_54] Another neglected patch
9666              Date: Fri, 21 Nov 1997 22:28:17 -0500
9667              From: Owen Taylor <owt1@cornell.edu>
9668      Branch: perl
9669            ! hv.c
9670 ____________________________________________________________________________
9671 [   297] By: mbeattie                              on 1997/11/25  15:47:36
9672         Log: Fix typo in Thread.xs.
9673      Branch: perl
9674            ! ext/Thread/Thread.xs
9675 ____________________________________________________________________________
9676 [   296] By: mbeattie                              on 1997/11/25  15:42:07
9677         Log: Integrate from ansi branch to mainline.
9678      Branch: perl
9679           !> (integrate 890 files)
9680 ____________________________________________________________________________
9681 [   295] By: mbeattie                              on 1997/11/25  14:29:31
9682         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
9683              Subject: Re: _54 on AIX
9684              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
9685              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9686      Branch: perl
9687            ! ext/DynaLoader/dl_aix.xs
9688 ____________________________________________________________________________
9689 [   294] By: mbeattie                              on 1997/11/25  14:29:10
9690         Log: AIX patch for hints/aix.sh:
9691              Subject: Re: _54 on AIX
9692              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
9693              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9694      Branch: perl
9695            ! hints/aix.sh
9696 ____________________________________________________________________________
9697 [   291] By: mbeattie                              on 1997/11/25  14:17:05
9698         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
9699      Branch: perl
9700            ! op.c op.h
9701 ____________________________________________________________________________
9702 [   290] By: mbeattie                              on 1997/11/25  14:16:29
9703         Log: AIX patch (including Configure support for {sched,pthread}_yield,
9704              pthread initial detach state, renaming perl_thread to perl_os_thread
9705              and struct thread to struct perl_thread):
9706              Subject: Re: _54 on AIX
9707              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
9708              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9709      Branch: perl
9710            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
9711            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
9712            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
9713            ! proto.h sv.h thread.h util.c win32/win32thread.c
9714            ! win32/win32thread.h
9715 ____________________________________________________________________________
9716 [   289] By: mbeattie                              on 1997/11/25  12:33:02
9717         Log: Rename perl_thread to perl_os_thread.
9718      Branch: perl
9719            ! fakethr.h thread.h util.c win32/win32thread.h
9720 ____________________________________________________________________________
9721 [   288] By: mbeattie                              on 1997/11/25  12:27:35
9722         Log: Remove bincompat3 support:
9723              Subject: Re: ANNOUNCE: perl5.004_54 is available
9724              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
9725              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9726      Branch: perl
9727            ! Configure INSTALL embed.h global.sym malloc.c
9728 ____________________________________________________________________________
9729 [   287] By: mbeattie                              on 1997/11/25  12:23:50
9730         Log: Emacs/tags update:
9731              Subject: Emacs/tags update for 5.004_54
9732              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
9733              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9734      Branch: perl
9735            + emacs/ptags
9736            ! MANIFEST Makefile.SH emacs/cperl-mode.el
9737 ____________________________________________________________________________
9738 [   286] By: nick                                  on 1997/11/23  23:03:56
9739         Log: Add $$_ test 
9740      Branch: ansiperl
9741            ! t/op/ref.t
9742 ____________________________________________________________________________
9743 [   285] By: gsar                                  on 1997/11/23  08:26:00
9744         Log: Initial reverse integration of winansi branch.
9745      Branch: win32/perl
9746           !> (integrate 50 files)
9747 ____________________________________________________________________________
9748 [   284] By: gsar                                  on 1997/11/23  07:32:24
9749         Log: Add to docs about the BEGIN { shift } feature.  Make the change
9750              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
9751      Branch: win32/perl
9752            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
9753 ____________________________________________________________________________
9754 [   283] By: nick                                  on 1997/11/22  21:29:30
9755         Log: Duplicate perl_threadsv
9756      Branch: ansiperl
9757            ! global.sym
9758 ____________________________________________________________________________
9759 [   282] By: nick                                  on 1997/11/22  21:18:11
9760         Log: Munge pseudo-Configure stuff to add -thread to archname as
9761              Malcolm seems to think that is way to test for threads.
9762              Update @INC stuffing hackery to have traditional @INC
9763              search order archlib, privlib, sitearch, site.
9764      Branch: ansiperl
9765            ! t/lib/english.t win32/config.bc win32/config_H.bc
9766            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9767            ! win32/makefile.mk win32/win32.c win32/win32.h
9768 ____________________________________________________________________________
9769 [   281] By: nick                                  on 1997/11/22  19:28:21
9770         Log: Builds and passes all but english.t on win32 VC++
9771      Branch: ansiperl
9772            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
9773            ! win32/config_H.vc win32/win32thread.h
9774 ____________________________________________________________________________
9775 [   280] By: nick                                  on 1997/11/22  18:10:50
9776         Log: ansiperl builds with Borland C++ again
9777      Branch: ansiperl
9778            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
9779            ! win32/config.bc win32/config_H.bc win32/perlglob.c
9780            ! win32/win32.c win32/win32.h
9781 ____________________________________________________________________________
9782 [   279] By: nick                                  on 1997/11/22  16:42:51
9783         Log: Resolve ansiperl against mainline
9784      Branch: ansiperl
9785           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
9786           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
9787           !> t/lib/english.t thread.h toke.c util.c
9788 ____________________________________________________________________________
9789 [   278] By: nick                                  on 1997/11/22  16:30:27
9790         Log: Resolve ansiperl against win32
9791      Branch: ansiperl
9792           !> (integrate 55 files)
9793 ____________________________________________________________________________
9794 [   277] By: gsar                                  on 1997/11/22  09:48:02
9795         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
9796              - added a test for the above
9797              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
9798              ansification hunks
9799      Branch: win32/perl
9800            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
9801 ____________________________________________________________________________
9802 [   276] By: gsar                                  on 1997/11/22  07:24:01
9803         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
9804              when USE_THREADS.  GCC for instance, can do without macros that use
9805              globals.  Instead, selectively re#define only those macros
9806              that use globals to their functional equivalents.  Tests 100% on
9807              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
9808      Branch: win32/perl
9809            ! perl.h sv.h
9810 ____________________________________________________________________________
9811 [   275] By: gsar                                  on 1997/11/22  05:27:04
9812         Log: Integrate mainline.
9813      Branch: win32/perl
9814           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
9815            - lib/Class/Fields.pm lib/ISA.pm
9816           !> (integrate 41 files)
9817 ____________________________________________________________________________
9818 [   274] By: mbeattie                              on 1997/11/21  18:28:22
9819         Log: $_ is now per-thread (rather a lot of changes). Only tested under
9820              *-linux-thread at the moment.
9821      Branch: perl
9822            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
9823            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
9824            ! t/lib/english.t thread.h toke.c util.c
9825 ____________________________________________________________________________
9826 [   273] By: mbeattie                              on 1997/11/21  10:31:29
9827         Log: Filter patch to toke.c:
9828              Subject: Tiny core patch for source filters
9829              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
9830              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9831      Branch: perl
9832            ! toke.c
9833 ____________________________________________________________________________
9834 [   272] By: nick                                  on 1997/11/21  00:54:43
9835         Log: Basic integrate of lastest perl into ansiperl
9836      Branch: ansiperl
9837           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
9838            - lib/Class/Fields.pm lib/ISA.pm
9839            ! win32/win32.c win32/win32.h
9840           !> (integrate 57 files)
9841 ____________________________________________________________________________
9842 [   271] By: mbeattie                              on 1997/11/20  12:12:00
9843         Log: Initial stab at IRIX configuration support for threading. Manually
9844              applied parts of following patches:
9845              Subject: Perl 5.004_54 on IRIX
9846              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
9847              From: Jarkko Hietaniemi <jhi@iki.fi>
9848              Subject: Re: Perl 5.004_54 on IRIX
9849              Date: 19 Nov 1997 17:10:17 -0800
9850              From: Scott Henry <scotth@sgi.com>
9851      Branch: perl
9852            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
9853            ! hints/irix_6_1.sh perl.h
9854 ____________________________________________________________________________
9855 [   270] By: mbeattie                              on 1997/11/19  17:45:37
9856         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
9857              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
9858              also fixed two instances of referring to SVs after destruction.
9859      Branch: perl
9860            ! regcomp.c regexec.c
9861 ____________________________________________________________________________
9862 [   269] By: mbeattie                              on 1997/11/19  15:33:23
9863         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
9864              changed by mg_get(*keysp) (!). Introducing a new local variable
9865              fixed it but I don't know if it's a compiler problem or some
9866              other corruption happening elsewhere.
9867      Branch: perl
9868            ! av.c
9869 ____________________________________________________________________________
9870 [   268] By: mbeattie                              on 1997/11/19  11:39:49
9871         Log: Let Configure sort out get{host,net}byaddr* prototypes:
9872              Subject: [PATCH] 5.004_54: little something for
9873              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
9874              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
9875              From: Jarkko Hietaniemi <jhi@iki.fi>
9876      Branch: perl
9877            ! Configure config_h.SH pp_sys.c
9878 ____________________________________________________________________________
9879 [   267] By: mbeattie                              on 1997/11/19  11:04:15
9880         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
9881              Subject: Version 7 of Jumbo RE patch available
9882              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
9883              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9884      Branch: perl
9885            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
9886            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9887            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
9888            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
9889            ! util.c
9890 ____________________________________________________________________________
9891 [   266] By: mbeattie                              on 1997/11/18  17:26:09
9892         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
9893              version of patch:
9894              Subject: tie fake hash patch for 5.004_54
9895              Date: Sat, 15 Nov 1997 19:18:30 -0500
9896              From: Joshua Pritikin <pritikin@mindspring.com>
9897      Branch: perl
9898            + t/op/avhv.t
9899            ! av.c embed.h global.sym proto.h
9900 ____________________________________________________________________________
9901 [   265] By: mbeattie                              on 1997/11/18  16:51:04
9902         Log: Bring MANIFEST up to date. Add new thread tests.
9903      Branch: perl
9904            + ext/Thread/die.t ext/Thread/die2.t
9905            ! MANIFEST
9906 ____________________________________________________________________________
9907 [   264] By: mbeattie                              on 1997/11/18  16:41:27
9908         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
9909              is assigned to. Added tests to t/op/array.t. magic_setisa now
9910              warns about including non-existent packages in @ISA when -w is on.
9911      Branch: perl
9912            - lib/Class/Fields.pm lib/ISA.pm
9913            ! mg.c t/op/array.t
9914 ____________________________________________________________________________
9915 [   263] By: mbeattie                              on 1997/11/18  16:38:57
9916         Log: Fix typo in win32 -> mainline integration.
9917      Branch: perl
9918            ! perl.h
9919 ____________________________________________________________________________
9920 [   262] By: mbeattie                              on 1997/11/18  11:56:09
9921         Log: Integrate win32 branch back into mainline.
9922      Branch: perl
9923            - win32/win32io.c win32/win32io.h
9924            ! op.c
9925           !> (integrate 30 files)
9926 ____________________________________________________________________________
9927 [   261] By: gsar                                  on 1997/11/18  00:14:02
9928         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
9929      Branch: win32/perl
9930            ! win32/config.bc win32/config.vc win32/config_H.bc
9931            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
9932 ____________________________________________________________________________
9933 [   260] By: nick                                  on 1997/11/16  23:16:16
9934         Log: Generic file changes for MYMALLOC
9935      Branch: ansiperl
9936            ! miniperlmain.c perl.c
9937 ____________________________________________________________________________
9938 [   259] By: nick                                  on 1997/11/16  23:14:36
9939         Log: MYMALLOC for Win32:
9940              1. Initialize malloc_mutex before it is used (all platforms!)
9941              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
9942              3. Tweak win32/config*.* to define MYMALLOC
9943              4. Provide sbrk() in terms of VirtualAlloc().
9944              
9945              Also fixup -MT (perl95) build to handle Perl_current_thread
9946              via call to DLL (as though an extension).
9947      Branch: ansiperl
9948            ! win32/Makefile win32/config.bc win32/config.vc
9949            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
9950            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
9951            ! win32/win32iop.h win32/win32thread.h
9952 ____________________________________________________________________________
9953 [   258] By: nick                                  on 1997/11/15  20:42:28
9954         Log: Implement dTHR via __declspec(thread) - part 2
9955      Branch: ansiperl
9956            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9957 ____________________________________________________________________________
9958 [   257] By: nick                                  on 1997/11/15  19:52:53
9959         Log: Use __declspec(thread) var rather tha TslAlloc & co.
9960      Branch: ansiperl
9961            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9962 ____________________________________________________________________________
9963 [   256] By: gsar                                  on 1997/11/15  02:58:09
9964         Log: Add #include guard in Thread.xs so it will build even under
9965              no USE_THREADS (for win32).  This was missed because of edit
9966              w/o checkout perforce kludge.
9967      Branch: win32/perl
9968            ! ext/Thread/Thread.xs
9969 ____________________________________________________________________________
9970 [   255] By: nick                                  on 1997/11/15  00:33:46
9971         Log: Integrate mainline (5.004_54?) into ansiperl
9972      Branch: ansiperl
9973           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9974           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
9975           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
9976           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
9977           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
9978 ____________________________________________________________________________
9979 [   254] By: nick                                  on 1997/11/15  00:25:26
9980         Log: Interate win32 into ansiperl
9981      Branch: ansiperl
9982           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9983           +> lib/fields.pm
9984           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9985           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
9986           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
9987           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
9988           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
9989 ____________________________________________________________________________
9990 [   253] By: gsar                                  on 1997/11/14  22:04:58
9991         Log: Integrate mainline changes into win32 branch.  Now would be a good time
9992              to reverse integrate the win32 branch into mainline.
9993      Branch: win32/perl
9994           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9995           +> lib/fields.pm
9996           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9997           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
9998           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
9999           !> t/op/magic.t thread.h
10000
10001 ----------------
10002 Version 5.004_54
10003 ----------------
10004
10005 ____________________________________________________________________________
10006 [   252] By: mbeattie                              on 1997/11/14  15:07:19
10007         Log: Two more delays added to test suite to help *-solaris-thread.
10008      Branch: perl
10009            ! t/io/pipe.t t/lib/io_pipe.t
10010 ____________________________________________________________________________
10011 [   251] By: mbeattie                              on 1997/11/14  15:05:57
10012         Log: Remove stale code from Thread.xs.
10013      Branch: perl
10014            ! ext/Thread/Thread.xs
10015 ____________________________________________________________________________
10016 [   250] By: mbeattie                              on 1997/11/14  10:12:40
10017         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
10018              doesn't run handlers for self-sent signals until kill has returned.)
10019      Branch: perl
10020            ! t/op/magic.t
10021 ____________________________________________________________________________
10022 [   249] By: gsar                                  on 1997/11/14  05:14:44
10023         Log: Fix various details in win32 makefiles and Config.pm setup.
10024              - ldflags is set for both compilers now
10025              - extensions list is now correct
10026              - delete perl95.exe on distclean
10027              - cf_time now gets updated (once)
10028              - ccdlflags is set for Borland
10029              - fix startperl so dprofpp works
10030      Branch: win32/perl
10031            ! win32/Makefile win32/config.bc win32/config.vc
10032            ! win32/config_sh.PL win32/makefile.mk
10033 ____________________________________________________________________________
10034 [   248] By: mbeattie                              on 1997/11/13  18:01:27
10035         Log: Rewrite thread return code to distinguish between ordinary return
10036              and die() and make join propagate the die. Add tiny method eval
10037              which just does "return eval { shift->join; }". Add Thread::Specific
10038              class for access to thread specific user data along with specific.t.
10039              Rename Class to classname throughout Thread.xs for consistency.
10040              Fix pp_specific to pp_threadsv in global.sym. Add support to
10041              pp_entersub in pp_hot.c to lock stash for static locked methods.
10042      Branch: perl
10043            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
10044            + lib/fields.pm
10045            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
10046            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
10047 ____________________________________________________________________________
10048 [   247] By: mbeattie                              on 1997/11/13  14:13:30
10049         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
10050              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
10051              in pp_sys.c for whether getnet* function get protoyped (since the
10052              default had a broken prototype for getnetbyaddr).
10053      Branch: perl
10054            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
10055            ! scope.c thread.h
10056 ____________________________________________________________________________
10057 [   246] By: nick                                  on 1997/11/13  02:44:40
10058         Log: Integrate Win32 branch
10059      Branch: ansiperl
10060            - configure ext/util/extliblist win32/bin/pl2bat.bat
10061            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
10062            - win32/config.H win32/config.w32 win32/win32io.c
10063            - win32/win32io.h
10064           !> (integrate 905 files)
10065 ____________________________________________________________________________
10066 [   245] By: nick                                  on 1997/11/13  00:47:54
10067         Log: Integrate (-ay) win32 branch at its creation to 
10068              establish and ancestor as per perkforce technote #9
10069      Branch: ansiperl
10070           +> configure ext/util/extliblist win32/bin/pl2bat.bat
10071           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
10072           +> win32/config.H win32/config.w32
10073           !> (integrate 859 files)
10074 ____________________________________________________________________________
10075 [   244] By: gsar                                  on 1997/11/12  22:26:39
10076         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
10077              contains the all the declarations and macros for the win32io layer.
10078              New std-ish functions are exported now.  All win32-specific exported
10079              functions begin with "win32_" consistently.  win32 version of
10080              init_os_extras() is now exported, so embedders can get the in-core
10081              xsubs.
10082      Branch: win32/perl
10083            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
10084            ! win32/win32iop.h win32/win32sck.c
10085 ____________________________________________________________________________
10086 [   243] By: gsar                                  on 1997/11/12  07:41:52
10087         Log: Really delete deleted files.
10088      Branch: win32/perl
10089            - win32/win32io.c win32/win32io.h
10090 ____________________________________________________________________________
10091 [   242] By: gsar                                  on 1997/11/12  07:40:54
10092         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
10093              files (win32/win32io.[ch]) completely removed, as are all traces
10094              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
10095              for later. Various myfoo() things regularized to my_foo().  CPP not
10096              required anymore to create a perl binary :)
10097      Branch: win32/perl
10098            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
10099            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
10100            ! win32/win32io.c win32/win32io.h win32/win32iop.h
10101            ! win32/win32sck.c
10102 ____________________________________________________________________________
10103 [   241] By: gsar                                  on 1997/11/12  05:31:28
10104         Log: Fix various win32 code blemishes:
10105              - s/stolen/win32/g
10106              - s/(CROAK|WARN)/lc($1)/eg
10107              - remove deadcode from most places
10108      Branch: win32/perl
10109            ! win32/makedef.pl win32/win32.c win32/win32io.c
10110            ! win32/win32iop.h
10111 ____________________________________________________________________________
10112 [   240] By: gsar                                  on 1997/11/12  04:36:29
10113         Log: Carry over changes in ansiperl branch.  Win32 branch is now
10114              the leading edge.
10115      Branch: win32/perl
10116            ! embed.h global.sym perl.c win32/win32thread.c
10117            ! win32/win32thread.h
10118 ____________________________________________________________________________
10119 [   239] By: gsar                                  on 1997/11/12  03:39:57
10120         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
10121      Branch: win32/perl
10122            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
10123 ____________________________________________________________________________
10124 [   238] By: gsar                                  on 1997/11/12  03:25:17
10125         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
10126              done cleaner, if really needed (perhaps only for efficiency reasons?)).
10127              Redundant EXTERN_C definitions and related warnings fixed.
10128      Branch: win32/perl
10129            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
10130            ! win32/win32iop.h win32/win32sck.c
10131 ____________________________________________________________________________
10132 [   237] By: nick                                  on 1997/11/12  02:45:15
10133         Log: Fixup Win32
10134              - #undef start_env before re-#defining it
10135              - change pp_specific pp_threadsv in global.sym
10136              - re-build embed.h
10137              - avoid HAVE_THREAD_INTERN - we don't and empty struct
10138              is a pain. If we did have it it would contain cached
10139              values of things we can only get at _IN_ the thread
10140              so new_struct_thread is wrong place to call it.
10141              - add new macro SET_THREAD_SELF - we must (in main thread)
10142              define in win32thread.h, support in win32thread.c,
10143              test and call in perl.c
10144      Branch: ansiperl
10145            ! embed.h global.sym perl.c thread.h win32/win32thread.c
10146            ! win32/win32thread.h
10147 ____________________________________________________________________________
10148 [   236] By: nick                                  on 1997/11/12  01:54:23
10149         Log: Integrate mainline after it integrated us.
10150              Accepted 'theirs' everywhere - so two branches should
10151              now point to same files again.
10152              Almost all of these were what was suggested, others were
10153              whitespace diffs. A few dubious spots which we will now 
10154              go fix.
10155      Branch: ansiperl
10156           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
10157           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
10158           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
10159           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
10160           !> util.c
10161 ____________________________________________________________________________
10162 [   235] By: gsar                                  on 1997/11/12  01:22:26
10163         Log: Minor tweaks to add a thread_intern struct that should ultimately
10164              contain all the win32-specific statics.
10165              Win32 branch now passes all tests with or w/o USE_THREADS.
10166      Branch: win32/perl
10167            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
10168 ____________________________________________________________________________
10169 [   234] By: gsar                                  on 1997/11/11  23:08:54
10170         Log: Initial (untested) integration of mainline changes.
10171      Branch: win32/perl
10172            - configure
10173           !> (integrate 89 files)
10174 ____________________________________________________________________________
10175 [   233] By: mbeattie                              on 1997/11/11  18:07:30
10176         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
10177      Branch: perl
10178            ! thread.h
10179 ____________________________________________________________________________
10180 [   232] By: mbeattie                              on 1997/11/11  17:49:12
10181         Log: t/TEST (reverted to @229 version) should have been included in the
10182              previous change (231) but my way of recovering it didn't work
10183              properly. The change 231 comments about successful tests applies
10184              to this t/TEST (i.e. as of this change).
10185      Branch: perl
10186            ! t/TEST
10187 ____________________________________________________________________________
10188 [   231] By: mbeattie                              on 1997/11/11  17:46:59
10189         Log: Fix up ansiperl integration. Back to passing all expected tests
10190              with usethreads. Untested with non-threaded perl.
10191      Branch: perl
10192            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
10193            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
10194 ____________________________________________________________________________
10195 [   230] By: mbeattie                              on 1997/11/11  16:36:22
10196         Log: Initial integration of ansi branch into mainline (untested).
10197      Branch: perl
10198           +> t/lib/thread.t t/op/nothread.t thread.sym
10199            - configure
10200           !> (integrate 84 files)
10201 ____________________________________________________________________________
10202 [   229] By: mbeattie                              on 1997/11/11  15:20:43
10203         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
10204              getting per-thread magicals. Fixed thr->errsv initialisation.
10205      Branch: perl
10206            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
10207            ! t/lib/safe2.t toke.c
10208 ____________________________________________________________________________
10209 [   228] By: mbeattie                              on 1997/11/11  12:48:26
10210         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
10211              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
10212              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
10213              again for non-threaded perl. Enhanced perl_get_sv to return
10214              per-thread magicals where necessary for threaded perl.
10215      Branch: perl
10216            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
10217            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
10218 ____________________________________________________________________________
10219 [   227] By: mbeattie                              on 1997/11/11  11:00:02
10220         Log: hashlock bug.
10221              
10222              Jobs fixed ...
10223              
10224              hashlock fixed on 1997/11/11 by mbeattie@localhost
10225              
10226              Subject: [perl5.004_53; patch] Another hash-locking fix
10227              Date: 23 Oct 1997 14:13:55 -0400
10228              From: Owen Taylor <owt1@cornell.edu>
10229      Branch: bugs
10230            + hashlock
10231 ____________________________________________________________________________
10232 [   226] By: gsar                                  on 1997/11/11  02:11:23
10233         Log: Slightly more refined lock() keyword recognition (using %INC).
10234      Branch: win32/perl
10235            ! toke.c
10236 ____________________________________________________________________________
10237 [   225] By: gsar                                  on 1997/11/11  00:26:09
10238         Log: "weak" lock keyword (hardcoded initial implementation) now works.
10239              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
10240              is recognized as a sub, a regular keyword otherwise.  Could be
10241              generalized by storing a flag for every op in OP struct, and turning
10242              the flag off when Thread.xs loads.
10243      Branch: win32/perl
10244            ! toke.c
10245 ____________________________________________________________________________
10246 [   224] By: gsar                                  on 1997/11/10  22:59:55
10247         Log: Merge a patch in preparation for "weak keywords":
10248              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10249              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
10250              Subject: [PATCH] global overrides for keywords
10251              Date: Wed, 08 Oct 1997 02:18:23 -0400
10252      Branch: win32/perl
10253            ! embed.h interp.sym perl.c perl.h toke.c
10254 ____________________________________________________________________________
10255 [   223] By: gsar                                  on 1997/11/10  22:41:31
10256         Log: Remove runlevel.  It was used to count how many runops() calls
10257              we were in the process of executing, and longjmp() to the topmost
10258              one (if not already there).  We use a null top_env->je_prev
10259              to distinguish that now.
10260      Branch: win32/perl
10261            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
10262 ____________________________________________________________________________
10263 [   222] By: gsar                                  on 1997/11/10  04:47:48
10264         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
10265              USE_THREADS case builds and passes all tests using both compilers.
10266              Additional tweaks:
10267              - fixup win32/makedef.pl to skip more symbols for non-thread build.
10268              - sync win32/Makefile with win32/makefile.mk
10269              >>>Non-thread build fails a lot of tests.<<<
10270      Branch: win32/perl
10271            + thread.sym
10272            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
10273            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
10274            ! win32/makedef.pl win32/makefile.mk
10275 ____________________________________________________________________________
10276 [   221] By: gsar                                  on 1997/11/10  00:57:53
10277         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
10278              into win32 branch.
10279      Branch: win32/perl
10280            + t/lib/thread.t t/op/nothread.t
10281            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
10282            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
10283            ! util.c win32/Makefile win32/config.bc win32/config.vc
10284            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
10285            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
10286            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
10287            ! win32/win32thread.c win32/win32thread.h
10288 ____________________________________________________________________________
10289 [   220] By: gsar                                  on 1997/11/09  22:44:41
10290         Log: Integrate latest mainline into win32 branch.
10291      Branch: win32/perl
10292           +> win32/win32thread.c win32/win32thread.h
10293           !> (integrate 39 files)
10294 ____________________________________________________________________________
10295 [   219] By: nick                                  on 1997/11/09  21:46:06
10296         Log: Conditionalize english.t,
10297              Enhance times() for NT,
10298              (Failed) attempt to implement alarm(),
10299              Fixed config.h dependancy in makefile.mk
10300      Branch: ansiperl
10301            ! t/lib/english.t win32/config.bc win32/config_H.bc
10302            ! win32/makefile.mk win32/win32.c
10303 ____________________________________________________________________________
10304 [   218] By: nick                                  on 1997/11/09  15:38:00
10305         Log: Dick Hardt's patch for build on Alpha
10306      Branch: ansiperl
10307            ! win32/Makefile
10308 ____________________________________________________________________________
10309 [   217] By: nick                                  on 1997/11/09  03:31:20
10310         Log: MakeMaker not in vofig noise fix for dmake
10311      Branch: ansiperl
10312            ! win32/config.bc win32/makefile.mk
10313 ____________________________________________________________________________
10314 [   216] By: nick                                  on 1997/11/09  03:15:06
10315         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
10316              TIEHASH works, but 2nd call (after db is closed, attempt
10317              to reopen) tries to AUTOLOAD TIEHASH rather than using
10318              cached value.
10319      Branch: ansiperl
10320            ! pp_sys.c
10321 ____________________________________________________________________________
10322 [   215] By: nick                                  on 1997/11/08  16:41:24
10323         Log: Cleanup MakeMaker 'not in config' noise
10324      Branch: ansiperl
10325            ! win32/Makefile win32/config.vc
10326 ____________________________________________________________________________
10327 [   214] By: nick                                  on 1997/11/08  15:07:24
10328         Log: Remove 'configure' leaving configure.gnu and Configure
10329              Win32 ignores case and keeps trying to update
10330              repository copy of 'configure' or 'Configure' with
10331              the other.
10332      Branch: ansiperl
10333            - configure
10334            ! MANIFEST
10335 ____________________________________________________________________________
10336 [   213] By: nick                                  on 1997/11/08  15:03:39
10337         Log: Get threads working again on Win32
10338              Root cause of fail was init_thread_intern() in
10339              new_struct_thread() (which is called in parent thread)
10340              clobbering dTHR of parent thread. 
10341              It is doubtfull if setting 'self' in new_struct_thread()
10342              is 'right' but left in for now.
10343      Branch: ansiperl
10344            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
10345            ! win32/win32thread.c win32/win32thread.h
10346 ____________________________________________________________________________
10347 [   212] By: nick                                  on 1997/11/08  00:34:03
10348         Log: Add :base_thread to :default in Opcode.pm
10349              This allows lib/safe.t to pass when threaded.
10350              It is unclear if 'lock' should be safe as it allows
10351              denial of service attack, but could not figure out
10352              how to add just 'specific' (sic) to :default
10353              without triggering 'already tagged' warning noise.
10354      Branch: ansiperl
10355            ! ext/Opcode/Opcode.pm win32/makefile.mk
10356 ____________________________________________________________________________
10357 [   211] By: nick                                  on 1997/11/07  23:59:31
10358         Log: Merge changes as of 18:00 CST 
10359      Branch: ansiperl
10360           !> op.c pp.c pp_sys.c thread.h util.c
10361 ____________________________________________________________________________
10362 [   210] By: nick                                  on 1997/11/07  23:52:35
10363         Log: Reverse integrate Malcolm's chanes into local
10364              repository, then import result back into my view
10365              of Malcolm's repository.
10366              Builds and passes (most) tests with GNU C++/Solaris
10367              and Borland C++, Win32.
10368      Branch: ansiperl
10369            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10370            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
10371            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
10372            ! thread.h toke.c util.c win32/makefile.mk
10373 ____________________________________________________________________________
10374 [   209] By: mbeattie                              on 1997/11/07  18:12:36
10375         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
10376              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
10377              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
10378              missing #ifdef USE_THREADS around some DEBU_L statements in die().
10379              Building without USE_THREADS fails quite a lot of tests. It looks
10380              as though the move to per-thread magicals must be missing some
10381              #ifdef USE_THREADS.
10382      Branch: perl
10383            ! op.c pp.c pp_sys.c thread.h util.c
10384 ____________________________________________________________________________
10385 [   208] By: nick                                  on 1997/11/07  01:37:28
10386         Log: Raw integrate of latest perl
10387      Branch: ansiperl
10388            ! t/TEST
10389           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
10390           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
10391           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
10392           !> thread.h toke.c util.c
10393 ____________________________________________________________________________
10394 [   207] By: mbeattie                              on 1997/11/06  14:58:00
10395         Log: Update README.threads and Todo.5.005.
10396      Branch: perl
10397            ! README.threads Todo.5.005
10398 ____________________________________________________________________________
10399 [   206] By: mbeattie                              on 1997/11/06  14:37:37
10400         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
10401      Branch: perl
10402            ! op.c pp_ctl.c proto.h scope.h
10403 ____________________________________________________________________________
10404 [   205] By: mbeattie                              on 1997/11/06  14:31:38
10405         Log: Per-thread magicals now stored in their own thr->magicals and keyed
10406              more directly. cvcache and oursv become ordinary struct thread
10407              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
10408              for 0 again. Main thread initialisation done by new function
10409              init_main_thread instead of (now fixed) new_struct_thread.
10410              
10411              Jobs fixed ...
10412              
10413              jmpenv fixed on 1997/11/06 by mbeattie@localhost
10414              
10415              Subject: [perl5.004_53; patch] eval's and threads
10416              Date: 23 Oct 1997 23:59:19 -0400
10417              From: Owen Taylor <owt1@cornell.edu>
10418      Branch: bugs
10419            + jmpenv
10420      Branch: perl
10421            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
10422            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
10423 ____________________________________________________________________________
10424 [   204] By: mbeattie                              on 1997/11/05  17:18:18
10425         Log: Per-thread magicals mostly working (and localisable). Now getting
10426              intermittent occasional "Use of uninitialized value" warnings
10427              which may be due to some op flag black magic I've broken.
10428      Branch: perl
10429            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
10430            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
10431 ____________________________________________________________________________
10432 [   203] By: nick                                  on 1997/11/05  01:04:10
10433         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
10434      Branch: ansiperl
10435            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
10436            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
10437            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
10438            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
10439            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
10440            ! win32/config.vc win32/config_H.vc win32/makedef.pl
10441            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
10442            ! win32/win32io.c win32/win32io.h win32/win32iop.h
10443            ! win32/win32sck.c win32/win32thread.h
10444 ____________________________________________________________________________
10445 [   202] By: nick                                  on 1997/11/05  00:50:27
10446         Log: Compile(d) at least once with threads on win32 
10447              but did not work
10448      Branch: ansiperl
10449            ! embed.h perl.c thread.h
10450 ____________________________________________________________________________
10451 [   201] By: nick                                  on 1997/11/05  00:32:13
10452         Log: Trivial integrate
10453      Branch: ansiperl
10454           !> patchlevel.h
10455 ____________________________________________________________________________
10456 [   200] By: mbeattie                              on 1997/11/04  12:06:09
10457         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
10458      Branch: perl
10459            ! patchlevel.h
10460 ____________________________________________________________________________
10461 [   199] By: nick                                  on 1997/11/01  00:18:52
10462         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
10463      Branch: ansiperl
10464           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10465           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
10466           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
10467           !> util.c
10468 ____________________________________________________________________________
10469 [   198] By: nick                                  on 1997/11/01  00:08:33
10470         Log: win32thread.* not in MANIFEST which has muddled moving
10471              back and forth between depots.
10472      Branch: ansiperl
10473            ! MANIFEST win32/win32thread.c win32/win32thread.h
10474 ____________________________________________________________________________
10475 [   197] By: nick                                  on 1997/11/01  00:02:49
10476         Log: Test changes
10477      Branch: ansiperl
10478            + t/lib/thread.t t/op/nothread.t thread.sym
10479            ! MANIFEST
10480 ____________________________________________________________________________
10481 [   196] By: nick                                  on 1997/10/31  23:54:01
10482         Log: Further ANSI changes now builds and passes (most) tests
10483              with gcc -x c++. 
10484      Branch: ansiperl
10485            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
10486            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
10487            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10488            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
10489            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
10490            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
10491            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
10492            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
10493            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
10494            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
10495            ! x2p/walk.c
10496 ____________________________________________________________________________
10497 [   195] By: mbeattie                              on 1997/10/31  18:05:31
10498         Log: Half way through moving per-thread magicals into per-thread fields
10499              and the associated new OP_SPECIFIC and find_thread_magical stuff.
10500              perl will compile but plenty of the magicals are still broken.
10501      Branch: perl
10502            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10503            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
10504            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
10505            ! util.c
10506 ____________________________________________________________________________
10507 [   194] By: nick                                  on 1997/10/31  01:43:49
10508         Log: Convert miniperl sources to ANSI C. Several passes of
10509              GNU C's 'protoize' plus a few hand edits.
10510              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
10511              Does not link seems gcc's C++ does not define a symbol for
10512              const char foo[] = "....";
10513              i.e. with empty [].
10514      Branch: ansiperl
10515            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
10516            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
10517            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
10518            ! sv.c taint.c toke.c universal.c util.c
10519 ____________________________________________________________________________
10520 [   193] By: nick                                  on 1997/10/30  03:00:01
10521         Log: Make the ansi branch
10522      Branch: ansiperl
10523           +> (branch 907 files)
10524 ____________________________________________________________________________
10525 [   192] By: nick                                  on 1997/10/30  02:48:17
10526         Log: Oneperl builds with THREADS/THISPTR Borland
10527              Manualy inserted Sarathy's new COND_XXXXX from his mail.
10528              Manual change if Tself -> self as was easier than resolve :-(
10529              Two aTHIS's in op.c
10530      Branch: oneperl
10531            ! embed.h op.c thread.h thread.sym win32/makefile.mk
10532            ! win32/win32thread.h
10533 ____________________________________________________________________________
10534 [   191] By: nick                                  on 1997/10/30  01:54:50
10535         Log: Raw resolve of latest sources with oneperl
10536      Branch: oneperl
10537           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
10538           !> opcode.pl perl.c thread.h win32/win32thread.c
10539           !> win32/win32thread.h
10540 ____________________________________________________________________________
10541 [   190] By: mbeattie                              on 1997/10/29  14:39:54
10542         Log: Remove global macro "self". Change thr->Tself to thr->self.
10543      Branch: perl
10544            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
10545            ! win32/win32thread.c win32/win32thread.h
10546 ____________________________________________________________________________
10547 [   189] By: mbeattie                              on 1997/10/29  12:49:01
10548         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
10549      Branch: perl
10550            ! Todo.5.005
10551 ____________________________________________________________________________
10552 [   188] By: mbeattie                              on 1997/10/29  12:45:32
10553         Log: Add pp_lock knowledge to compiler
10554      Branch: perlext
10555            ! Compiler/ccop.c Compiler/ccop.h
10556 ____________________________________________________________________________
10557 [   187] By: mbeattie                              on 1997/10/29  12:45:02
10558         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
10559      Branch: perl
10560            ! op.c
10561 ____________________________________________________________________________
10562 [   186] By: mbeattie                              on 1997/10/29  12:43:36
10563         Log: Move compiler OP class information into opcode.pl.
10564      Branch: perl
10565            ! op.h opcode.h opcode.pl
10566 ____________________________________________________________________________
10567 [   185] By: nick                                  on 1997/10/26  22:52:05
10568         Log: Split failing test in op/misc.t into op/nothread.t
10569              so all tests can be passed where they apply.
10570              Cleanup other two cases of THREADS/THISPTR.
10571              Conditional compile option for CriticalSection's on Win32
10572      Branch: oneperl
10573            + t/op/nothread.t
10574            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
10575            ! win32/win32thread.h
10576 ____________________________________________________________________________
10577 [   184] By: nick                                  on 1997/10/26  19:42:00
10578         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
10579      Branch: oneperl
10580            ! embed.h global.sym proto.h sv.c sv.h toke.c
10581 ____________________________________________________________________________
10582 [   183] By: nick                                  on 1997/10/26  18:31:58
10583         Log: Make USE_THREADS imply CRIPPLED_CC.
10584              This avoids most of the uses of 'Sv' and hence many needs of 
10585              dTHR in extension code. 
10586              With this change Data::Dumper builds as-is
10587              and Tk only needs four tweaks:
10588              1. Obscure dump-stack case which really needs dTHR
10589              2. A curcop in error-message code
10590              3. Two cases of SAVETMPS
10591              4. A curcop == &compiling which is probably not required.
10592              IMHO the SAVETMPS case is only one which merits further automation.
10593      Branch: oneperl
10594            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
10595 ____________________________________________________________________________
10596 [   182] By: nick                                  on 1997/10/26  16:31:58
10597         Log: Change dSP to imply dTHR for extension source compatibility
10598              introduce djSP (Declare Just SP) for use in perl sources
10599              and thread-aware extensions. Use latter.
10600      Branch: oneperl
10601            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
10602            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
10603 ____________________________________________________________________________
10604 [   181] By: nick                                  on 1997/10/26  00:39:57
10605         Log: More tests
10606      Branch: oneperl
10607            ! t/lib/thread.t
10608 ____________________________________________________________________________
10609 [   180] By: nick                                  on 1997/10/25  22:18:27
10610         Log: Use return of THREAD_CREATE() - add basic thread test
10611      Branch: oneperl
10612            + t/lib/thread.t
10613            ! ext/Thread/Thread.xs
10614 ____________________________________________________________________________
10615 [   179] By: nick                                  on 1997/10/25  21:25:23
10616         Log: Builds with no thread/this
10617      Branch: oneperl
10618            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
10619            ! win32/win32thread.c
10620 ____________________________________________________________________________
10621 [   178] By: nick                                  on 1997/10/25  18:28:03
10622         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
10623      Branch: oneperl
10624            ! perl.c
10625 ____________________________________________________________________________
10626 [   177] By: nick                                  on 1997/10/25  18:11:33
10627         Log: Basic integrate of oneperl with threads, passes 
10628              tests THISPTR+THREADs - win32/win32thread.* needed
10629              changes (where did they come from)?
10630      Branch: oneperl
10631            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
10632            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
10633 ____________________________________________________________________________
10634 [   176] By: nick                                  on 1997/10/25  17:05:52
10635         Log: Onepel builds THISPTR no threads
10636      Branch: oneperl
10637            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
10638 ____________________________________________________________________________
10639 [   175] By: nick                                  on 1997/10/25  16:40:10
10640         Log: Integrate oneperl with new style JOIN etc. macros
10641      Branch: oneperl
10642           +> win32/win32thread.c win32/win32thread.h
10643           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
10644           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
10645           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
10646           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
10647           !> win32/makefile.mk
10648 ____________________________________________________________________________
10649 [   174] By: mbeattie                              on 1997/10/24  17:14:00
10650         Log: Remove xcv_condp CV field which is no longer used.
10651      Branch: perl
10652            ! sv.h
10653 ____________________________________________________________________________
10654 [   173] By: mbeattie                              on 1997/10/24  14:36:09
10655         Log: Patches for VMS [Dan Sugalski]
10656      Branch: bugs
10657            + vms2
10658      Branch: perl
10659            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
10660            ! vms/vmsish.h
10661 ____________________________________________________________________________
10662 [   172] By: mbeattie                              on 1997/10/24  13:50:59
10663         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
10664              to use new API and patch win32 makefile stuff a little.
10665      Branch: perl
10666            + win32/win32thread.c win32/win32thread.h
10667            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
10668            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
10669 ____________________________________________________________________________
10670 [   171] By: mbeattie                              on 1997/10/23  14:00:27
10671         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
10672              
10673              Jobs fixed ...
10674              
10675              get_db_sub fixed on 1997/10/23 by mbeattie@squash
10676              
10677              Subject: [perl5.004_53] Debugger crash (patch)
10678              Date: Thu, 16 Oct 1997 22:03:09 -0400
10679              From: Owen Taylor <owt1@cornell.edu>
10680      Branch: bugs
10681            + get_db_sub
10682      Branch: perl
10683            ! pp_hot.c
10684 ____________________________________________________________________________
10685 [   170] By: mbeattie                              on 1997/10/23  09:22:40
10686         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
10687              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
10688              a ref to its argument for AV, HV, CV. 
10689      Branch: perl
10690            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
10691 ____________________________________________________________________________
10692 [   169] By: gsar                                  on 1997/10/21  03:49:25
10693         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
10694              - Fixup static functions that were missing aTHIS.
10695              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
10696              - Removed static functions from global.sym.
10697              - Typo in perl.h.
10698              - Additions to makefile.mk.
10699      Branch: oneperl
10700            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
10701            ! win32/makefile.mk
10702 ____________________________________________________________________________
10703 [   168] By: nick                                  on 1997/10/20  02:47:18
10704         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
10705      Branch: oneperl
10706            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
10707            ! scope.h thread.h
10708 ____________________________________________________________________________
10709 [   167] By: nick                                  on 1997/10/20  01:03:00
10710         Log: Add missing aTHIS in cast
10711      Branch: oneperl
10712            ! win32/dl_win32.xs
10713 ____________________________________________________________________________
10714 [   166] By: nick                                  on 1997/10/20  00:44:42
10715         Log: Builds and passes test with -DUSE_THISPTR
10716      Branch: oneperl
10717            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
10718            ! win32/perllib.c
10719 ____________________________________________________________________________
10720 [   165] By: nick                                  on 1997/10/19  21:45:36
10721         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
10722      Branch: oneperl
10723            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
10724            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
10725            ! win32/makefile.mk win32/perllib.c
10726 ____________________________________________________________________________
10727 [   164] By: nick                                  on 1997/10/19  20:09:13
10728         Log: oneperl compiles (but fails) with -DUSE_THISPTR
10729      Branch: oneperl
10730            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
10731            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
10732            ! win32/win32.c win32/win32.h
10733 ____________________________________________________________________________
10734 [   163] By: nick                                  on 1997/10/19  16:46:09
10735         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
10736      Branch: oneperl
10737            ! embed.h perl.h thread.h vars.h
10738 ____________________________________________________________________________
10739 [   162] By: nick                                  on 1997/10/19  14:42:16
10740         Log: Dubious merge of oneperl's variable and struct thread
10741      Branch: oneperl
10742           !> perl.h thread.h
10743 ____________________________________________________________________________
10744 [   161] By: nick                                  on 1997/10/18  18:05:13
10745         Log: integrate all but perl.h/thread.h
10746      Branch: oneperl
10747           +> Todo.5.005 perlio.sym
10748           !> (integrate 98 files)
10749 ____________________________________________________________________________
10750 [   160] By: nick                                  on 1997/10/18  03:49:27
10751         Log: Integrate rest of sub-dirs into oneperl
10752      Branch: oneperl
10753           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10754           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10755           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10756           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10757           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10758           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10759           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10760           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
10761           +> hints/os390.sh
10762            - ext/util/extliblist
10763           !> (integrate 425 files)
10764 ____________________________________________________________________________
10765 [   159] By: nick                                  on 1997/10/18  03:20:11
10766         Log: Integrate (accept) t and win32 into oneperl
10767      Branch: oneperl
10768           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
10769           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
10770           +> win32/config.vc win32/config_H.bc win32/config_H.vc
10771           +> win32/makefile.mk
10772           !> (integrate 188 files)
10773 ____________________________________________________________________________
10774 [   158] By: nick                                  on 1997/10/18  03:12:59
10775         Log: Integrate lib/... into oneperl
10776      Branch: oneperl
10777           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
10778           !> (integrate 138 files)
10779 ____________________________________________________________________________
10780 [   157] By: nick                                  on 1997/10/18  02:55:53
10781         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
10782      Branch: oneperl
10783            ! lib/Bundle/CPAN.pm
10784 ____________________________________________________________________________
10785 [   156] By: nick                                  on 1997/10/18  02:52:44
10786         Log: Make lib/Bundle/CPAN.pm a text file
10787      Branch: perl
10788            ! lib/Bundle/CPAN.pm
10789 ____________________________________________________________________________
10790 [   155] By: nick                                  on 1997/10/18  02:33:02
10791         Log: Some weirdness in the intgrate process
10792      Branch: oneperl
10793            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
10794            - win32/bin/webget.bat win32/config.H win32/config.w32
10795 ____________________________________________________________________________
10796 [   153] By: nick                                  on 1997/10/18  02:29:16
10797         Log: Let us try all the pure integrate stuff
10798      Branch: oneperl
10799           !> (integrate 647 files)
10800 ____________________________________________________________________________
10801 [   152] By: nick                                  on 1997/10/18  02:13:35
10802         Log: Get more sub directories out of the way.
10803      Branch: oneperl
10804           !> (integrate 92 files)
10805 ____________________________________________________________________________
10806 [   151] By: nick                                  on 1997/10/18  02:05:41
10807         Log: Integrate hints 
10808      Branch: oneperl
10809           !> (integrate 68 files)
10810 ____________________________________________________________________________
10811 [   150] By: nick                                  on 1997/10/18  01:57:20
10812         Log: Try reopening some non-contravertial files
10813      Branch: oneperl
10814           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
10815           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
10816           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
10817           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
10818 ____________________________________________________________________________
10819 [   144] By: gsar                                  on 1997/10/16  22:26:07
10820         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
10821              build.  Once again, builds and runs all    Thread tests using either
10822              compiler.
10823      Branch: win32/perl
10824            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
10825            ! win32/makefile.mk
10826 ____________________________________________________________________________
10827 [   143] By: gsar                                  on 1997/10/16  20:45:58
10828         Log: A quick merge of latest mainline.
10829      Branch: win32/perl
10830           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10831           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10832           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10833           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10834           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10835           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10836           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10837           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
10838           +> lib/base.pm t/lib/dosglob.t
10839            - ext/util/extliblist
10840           !> (integrate 134 files)
10841
10842 ----------------
10843 Version 5.004_53
10844 ----------------
10845
10846 ____________________________________________________________________________
10847 [   142] By: mbeattie                              on 1997/10/16  16:52:55
10848         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
10849      Branch: perl
10850            ! MANIFEST
10851 ____________________________________________________________________________
10852 [   141] By: mbeattie                              on 1997/10/16  16:42:13
10853         Log: Move perlext/Thread into perl/ext/Thread.
10854      Branch: perl
10855           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10856           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10857           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10858           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10859           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10860           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10861           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10862           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
10863            ! Configure
10864      Branch: perlext
10865            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
10866            - Thread/Thread.xs Thread/Thread/Queue.pm
10867            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
10868            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
10869            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
10870            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
10871            - Thread/unsync4.t
10872 ____________________________________________________________________________
10873 [   140] By: mbeattie                              on 1997/10/16  16:26:53
10874         Log: Correct threads_mutex locking in main thread destruction.
10875              Add per-interp thrsv to hold SV struct thread for main thread.
10876              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
10877              Add Thread/list.t test of Thread->list method.
10878              Let Thread::Semaphore methods up and down take an extra argument.
10879      Branch: perl
10880            ! embed.h interp.sym perl.c perl.h thread.h
10881      Branch: perlext
10882            + Thread/list.t
10883            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
10884 ____________________________________________________________________________
10885 [   139] By: mbeattie                              on 1997/10/16  14:01:11
10886         Log: Fix up merge with 5.004_04.
10887      Branch: perl
10888            ! op.c perl.c t/lib/dosglob.t
10889 ____________________________________________________________________________
10890 [   138] By: TimBunce                              on 1997/10/16  12:58:22
10891         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
10892      Branch: maint-5.004/perl
10893            ! t/lib/dosglob.t
10894 ____________________________________________________________________________
10895 [   137] By: mbeattie                              on 1997/10/16  11:09:25
10896         Log: Merge maint-5.004 branch (5.004_04) with mainline.
10897      Branch: perl
10898           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
10899            - ext/util/extliblist
10900           !> (integrate 132 files)
10901 ____________________________________________________________________________
10902 [   135] By: gsar                                  on 1997/10/15  21:46:05
10903         Log: Win32 changes over 5.004_52:
10904              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
10905              on an already locked mutex.
10906              - other minor tweaks.
10907              Now builds and runs win32-version of Thread_52, passing all tests.
10908      Branch: win32/perl
10909            ! perl.c proto.h thread.h
10910 ____________________________________________________________________________
10911 [   134] By: gsar                                  on 1997/10/15  18:19:31
10912         Log: fixup makefile.mk conflict.
10913      Branch: win32/perl
10914            ! win32/makefile.mk
10915 ____________________________________________________________________________
10916 [   133] By: gsar                                  on 1997/10/15  18:02:46
10917         Log: Integrated latest changes from mainline into win32.
10918      Branch: win32/perl
10919           +> fakethr.h
10920           !> MANIFEST Porting/makerel Porting/patchls README.threads
10921           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
10922           !> win32/config.vc win32/config_H.bc win32/config_H.vc
10923           !> win32/makefile.mk
10924
10925 ----------------
10926 Version 5.004_52
10927 ----------------
10928
10929 ____________________________________________________________________________
10930 [   132] By: mbeattie                              on 1997/10/15  17:02:38
10931         Log: Remove out-of-date test Thread/cond.t.
10932      Branch: perlext
10933            - Thread/cond.t
10934 ____________________________________________________________________________
10935 [   131] By: mbeattie                              on 1997/10/15  16:57:45
10936         Log: Finish thread state machine: fixes global destruction of threads,
10937              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
10938              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
10939              Thread.xs.
10940      Branch: perl
10941            ! MANIFEST README.threads Todo.5.005 perl.c util.c
10942      Branch: perlext
10943            ! Thread/Thread.xs Thread/queue.t
10944 ____________________________________________________________________________
10945 [   130] By: mbeattie                              on 1997/10/15  16:55:10
10946         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
10947              Fix ThrSETSTATE not to lock t->mutex itself.
10948      Branch: perl
10949            ! fakethr.h thread.h
10950 ____________________________________________________________________________
10951 [   129] By: mbeattie                              on 1997/10/15  16:53:35
10952         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
10953      Branch: perl
10954            ! pp_hot.c
10955 ____________________________________________________________________________
10956 [   128] By: TimBunce                              on 1997/10/15  15:55:26
10957         Log: Maintenance 5.004_04 changes
10958      Branch: maint-5.004/perl
10959            + hints/os390.sh lib/base.pm t/lib/dosglob.t
10960            - ext/util/extliblist
10961            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
10962            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
10963            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
10964            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
10965            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
10966            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
10967            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
10968            ! installperl lib/AutoLoader.pm lib/CPAN.pm
10969            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
10970            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
10971            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
10972            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
10973            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
10974            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
10975            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
10976            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
10977            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
10978            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
10979            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
10980            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
10981            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10982            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
10983            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
10984            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
10985            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
10986            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
10987            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
10988            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
10989            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
10990            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
10991            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
10992            ! win32/Makefile win32/config_H.bc win32/config_H.vc
10993            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
10994            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
10995 ____________________________________________________________________________
10996 [   127] By: mbeattie                              on 1997/10/15  10:00:18
10997         Log: Added fakethr.h.
10998      Branch: perl
10999            + fakethr.h
11000 ____________________________________________________________________________
11001 [   126] By: mbeattie                              on 1997/10/15  09:50:57
11002         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
11003      Branch: perl
11004            ! thread.h
11005 ____________________________________________________________________________
11006 [   125] By: mbeattie                              on 1997/10/15  09:09:24
11007         Log: Started rewriting thread state machine.
11008      Branch: perl
11009            ! perl.c thread.h
11010      Branch: perlext
11011            ! Thread/Thread.xs
11012 ____________________________________________________________________________
11013 [   124] By: gsar                                  on 1997/10/14  00:23:15
11014         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
11015              tests in win32 version of latest perlext/Thread.
11016      Branch: win32/perl
11017            ! pp_hot.c
11018 ____________________________________________________________________________
11019 [   123] By: gsar                                  on 1997/10/13  23:18:38
11020         Log: Initial merge of win32 threads patch.
11021      Branch: win32/perl
11022            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
11023            ! win32/Makefile win32/makedef.pl win32/makefile.mk
11024            ! win32/perllib.c win32/pod.mak win32/win32.h
11025 ____________________________________________________________________________
11026 [   122] By: gsar                                  on 1997/10/10  20:58:40
11027         Log: Integrated changes on mainline into the win32 branch.  Had to set
11028              P4USER=mbeattie for the resolve step (due to the presence of newly
11029              branched files that had not been submitted?)
11030      Branch: win32/perl
11031           +> Porting/makerel Porting/patchls README.threads Todo.5.005
11032           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
11033           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
11034           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11035           +> win32/bin/webget.pl win32/config.bc win32/config.vc
11036           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
11037            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
11038            - win32/bin/webget.bat win32/config.H win32/config.w32
11039            ! thread.h
11040           !> (integrate 858 files)
11041 ____________________________________________________________________________
11042 [   121] By: mbeattie                              on 1997/10/10  17:23:41
11043         Log: Tweak a few Thread tests.
11044      Branch: perlext
11045            + Thread/join2.t
11046            ! Thread/io.t Thread/sync2.t
11047 ____________________________________________________________________________
11048 [   120] By: mbeattie                              on 1997/10/10  17:22:46
11049         Log: Rewrite thread destruction system using linked list of threads.
11050              Still not completely done. Add methods self, equal, flags, list
11051              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
11052      Branch: perl
11053            ! perl.c perl.h thread.h
11054      Branch: perlext
11055            ! Thread/Thread.xs Thread/typemap
11056 ____________________________________________________________________________
11057 [   119] By: mbeattie                              on 1997/10/10  17:19:55
11058         Log: Fix up locking/synchronisation for pp_entersub.
11059      Branch: perl
11060            ! pp_hot.c
11061 ____________________________________________________________________________
11062 [   118] By: mbeattie                              on 1997/10/10  09:55:32
11063         Log: Put back entries in MANIFEST for the four now-returned win32/* files
11064      Branch: perl
11065            ! MANIFEST
11066 ____________________________________________________________________________
11067 [   117] By: mbeattie                              on 1997/10/10  08:12:23
11068         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
11069      Branch: perl
11070            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
11071 ____________________________________________________________________________
11072 [   116] By: mbeattie                              on 1997/10/08  15:41:08
11073         Log: Add missing sig_pipe definition to Thread.xs.
11074      Branch: perlext
11075            ! Thread/Thread.xs
11076 ____________________________________________________________________________
11077 [   115] By: mbeattie                              on 1997/10/08  15:40:46
11078         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
11079              add missing dTHR; to new function unwind_handler_stack() in mg.c
11080              and bump patchlevel.h to 5.004_52.
11081      Branch: perl
11082            ! MANIFEST mg.c patchlevel.h
11083 ____________________________________________________________________________
11084 [   114] By: mbeattie                              on 1997/10/08  10:19:27
11085         Log: Merge maint-5.004 branch (5.004_03) with mainline.
11086              MANIFEST is out of sync.
11087      Branch: perl
11088           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11089           +> win32/bin/webget.pl
11090            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
11091            - win32/bin/webget.bat
11092           !> (integrate 168 files)
11093 ____________________________________________________________________________
11094 [   113] By: mbeattie                              on 1997/10/05  17:52:49
11095         Log: Move init of global mutexes/cond vars earlier.
11096      Branch: perl
11097            ! perl.c
11098 ____________________________________________________________________________
11099 [   112] By: nick                                  on 1997/10/04  15:25:28
11100         Log: Add perl.sym to MANIFEST
11101      Branch: oneperl
11102            ! MANIFEST
11103 ____________________________________________________________________________
11104 [   111] By: nick                                  on 1997/10/04  15:23:37
11105         Log: Missing file
11106      Branch: oneperl
11107            + perl.sym
11108 ____________________________________________________________________________
11109 [   110] By: nick                                  on 1997/10/04  13:04:26
11110         Log: Now builds the extensions as well
11111              Passes all tests
11112      Branch: oneperl
11113            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11114            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
11115            ! toke.c util.c writemain.SH
11116 ____________________________________________________________________________
11117 [   109] By: nick                                  on 1997/10/04  12:02:14
11118         Log: Odd checkin issue
11119      Branch: oneperl
11120            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
11121            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
11122            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
11123            ! vms/perly_h.vms writemain.SH
11124 ____________________________________________________________________________
11125 [   108] By: nick                                  on 1997/10/04  11:12:52
11126         Log: Added lots of (missing) prototypes (ckprotos is util to check)
11127              Fixed missing aTHIS flagged by above.
11128              -DUSE_THISPTR passes minitest!
11129      Branch: oneperl
11130            + ckprotos
11131            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
11132            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
11133            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
11134            ! vms/perly_h.vms
11135 ____________________________________________________________________________
11136 [   107] By: nick                                  on 1997/10/03  22:36:52
11137         Log: .y muddle fixup - will get this sorted oneday ...
11138      Branch: oneperl
11139            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
11140            ! vms/perly_h.vms
11141 ____________________________________________________________________________
11142 [   106] By: mbeattie                              on 1997/10/03  17:12:33
11143         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
11144              from struct thread. Added missing thr->Tfoo defines for statbuf
11145              and timesbuf and removed unused Tbuf field.
11146      Branch: perl
11147            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
11148 ____________________________________________________________________________
11149 [   105] By: nick                                  on 1997/10/03  15:56:50
11150         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
11151      Branch: oneperl
11152            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
11153            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
11154            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11155            ! sv.c taint.c thread.h toke.c universal.c util.c
11156 ____________________________________________________________________________
11157 [   104] By: mbeattie                              on 1997/10/03  15:23:25
11158         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
11159      Branch: perl
11160            ! global.sym pp.c proto.h sv.c
11161 ____________________________________________________________________________
11162 [   103] By: mbeattie                              on 1997/10/03  15:17:39
11163         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
11164      Branch: perl
11165            ! av.c hv.c perl.h sv.c
11166 ____________________________________________________________________________
11167 [   102] By: mbeattie                              on 1997/10/03  11:53:51
11168         Log: Reliable thread signal handling.
11169      Branch: perl
11170            ! global.sym mg.c perl.c perl.h
11171      Branch: perlext
11172            ! Thread/Thread.xs
11173 ____________________________________________________________________________
11174 [   101] By: nick                                  on 1997/10/02  20:43:17
11175         Log: Cleanup perly.y stuff
11176      Branch: oneperl
11177            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
11178 ____________________________________________________________________________
11179 [   100] By: nick                                  on 1997/10/02  18:54:08
11180         Log: Compiles with less invasive aTHIS adding
11181      Branch: oneperl
11182            + nothis.sym
11183            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
11184            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
11185            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
11186            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11187            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
11188            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
11189            ! util.c vars.h
11190
11191 ----------------
11192 Version 5.004_51
11193 ----------------
11194
11195 ____________________________________________________________________________
11196 [    99] By: mbeattie                              on 1997/10/02  17:23:48
11197         Log: Added Thread/queue.t.
11198      Branch: perlext
11199            + Thread/queue.t
11200 ____________________________________________________________________________
11201 [    98] By: mbeattie                              on 1997/10/02  17:19:44
11202         Log: Bumped patchlevel to 51. Updated Todo.5.005.
11203      Branch: perl
11204            ! Todo.5.005 patchlevel.h
11205 ____________________________________________________________________________
11206 [    97] By: mbeattie                              on 1997/10/02  17:07:47
11207         Log: Update README.threads amd Thread/README
11208      Branch: perl
11209            ! README.threads
11210      Branch: perlext
11211            ! Thread/README
11212 ____________________________________________________________________________
11213 [    96] By: mbeattie                              on 1997/10/02  16:58:47
11214         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
11215              fix sv_bless3 prototype.
11216      Branch: perl
11217            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
11218 ____________________________________________________________________________
11219 [    95] By: mbeattie                              on 1997/10/02  16:50:21
11220         Log: Fixed broken typemap for Thread.
11221      Branch: perlext
11222            ! Thread/typemap
11223 ____________________________________________________________________________
11224 [    94] By: mbeattie                              on 1997/10/02  16:34:03
11225         Log: Fix pod text in Lint.pm for private-names option.
11226      Branch: perlext
11227            ! Compiler/B/Lint.pm
11228 ____________________________________________________________________________
11229 [    93] By: mbeattie                              on 1997/10/02  13:44:46
11230         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
11231      Branch: perl
11232            ! MANIFEST embed.h
11233 ____________________________________________________________________________
11234 [    92] By: mbeattie                              on 1997/10/02  13:27:10
11235         Log: Add Todo.5.005
11236      Branch: perl
11237            + Todo.5.005
11238 ____________________________________________________________________________
11239 [    91] By: nick                                  on 1997/10/01  20:23:38
11240         Log: Raw _T# trial
11241      Branch: oneperl
11242            ! embed.h embed.pl proto.h sv.c
11243 ____________________________________________________________________________
11244 [    90] By: nick                                  on 1997/10/01  18:22:03
11245         Log: THIS + new sort stuff
11246      Branch: oneperl
11247            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
11248 ____________________________________________________________________________
11249 [    89] By: nick                                  on 1997/10/01  18:03:05
11250         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
11251      Branch: oneperl
11252            ! pp_ctl.c proto.h util.c
11253 ____________________________________________________________________________
11254 [    88] By: mbeattie                              on 1997/10/01  17:04:12
11255         Log: Start of Configure support for -Dusethreads plus associated
11256              Linux hints.
11257      Branch: perl
11258            ! Configure hints/linux.sh
11259 ____________________________________________________________________________
11260 [    87] By: mbeattie                              on 1997/10/01  17:03:34
11261         Log: Move runops_foo prototypes from proto.h to early in perl.h.
11262      Branch: perl
11263            ! perl.h proto.h
11264 ____________________________________________________________________________
11265 [    86] By: nick                                  on 1997/09/30  19:15:21
11266         Log: Debug hackery to thread.h - temporary
11267              Quick-fix qsort() replacement - more to come.
11268      Branch: oneperl
11269            ! thread.h util.c
11270 ____________________________________________________________________________
11271 [    85] By: mbeattie                              on 1997/09/30  15:50:27
11272         Log: Added Lint option regexp-variables.
11273      Branch: perlext
11274            ! Compiler/B/Lint.pm
11275 ____________________________________________________________________________
11276 [    84] By: mbeattie                              on 1997/09/30  15:11:07
11277         Log: Merge maint-5.004 branch (5.004_01) with mainline.
11278      Branch: perl
11279           +> Porting/makerel Porting/patchls hints/newsos4.sh
11280           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
11281           +> win32/config.vc win32/config_H.bc win32/config_H.vc
11282           +> win32/makefile.mk
11283            - win32/config.H win32/config.w32
11284           !> (integrate 109 files)
11285 ____________________________________________________________________________
11286 [    83] By: TimBunce                              on 1997/09/30  14:27:09
11287         Log: Maintenance 5.004_03 changes (addendum)
11288      Branch: maint-5.004/perl
11289            - win32/bin/search.bat
11290 ____________________________________________________________________________
11291 [    82] By: TimBunce                              on 1997/09/30  14:11:29
11292         Log: Maintenance 5.004_03 changes
11293      Branch: maint-5.004/perl
11294            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11295            + win32/bin/webget.pl
11296            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
11297            - win32/bin/webget.bat
11298            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
11299            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
11300            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
11301            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
11302            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
11303            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11304            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
11305            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
11306            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
11307            ! win32/win32.c
11308 ____________________________________________________________________________
11309 [    81] By: TimBunce                              on 1997/09/30  13:17:27
11310         Log: Maintenance 5.004_02 changes
11311      Branch: maint-5.004/perl
11312            + win32/bin/runperl.bat
11313            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
11314            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
11315            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11316            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
11317            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11318            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
11319            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
11320            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
11321            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
11322            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
11323            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
11324            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11325            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
11326            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11327            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
11328            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
11329            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
11330            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
11331            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
11332            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
11333            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
11334            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
11335            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
11336            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
11337            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
11338            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
11339            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
11340            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
11341            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
11342            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
11343            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
11344            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
11345            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
11346            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
11347            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
11348            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
11349            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
11350            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11351            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
11352            ! win32/config.bc win32/config.vc win32/config_H.bc
11353            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
11354            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
11355            ! win32/win32io.c win32/win32io.h win32/win32iop.h
11356            ! win32/win32sck.c
11357 ____________________________________________________________________________
11358 [    80] By: nick                                  on 1997/09/29  20:31:43
11359         Log: Add some prototypes in attempt to flush out errors
11360              Tidy up vars.h usage.
11361      Branch: oneperl
11362            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
11363            ! proto.h util.c vars.h
11364 ____________________________________________________________________________
11365 [    79] By: nick                                  on 1997/09/29  17:12:07
11366         Log: Builds and passes tests without THISPTR
11367      Branch: oneperl
11368            ! MANIFEST global.sym perl.c perl.h vars.h
11369 ____________________________________________________________________________
11370 [    78] By: mbeattie                              on 1997/09/29  16:57:23
11371         Log: Re-introduce the changes from change 68 (runops becomes a
11372              function pointer and sv_bless3 for '~'-magic) which got lost
11373              during the preparation for the maint-merge.
11374      Branch: perl
11375            ! global.sym perl.h pp.c proto.h run.c sv.c
11376 ____________________________________________________________________________
11377 [    77] By: mbeattie                              on 1997/09/29  16:44:16
11378         Log: Start merge with maint-5.004 branch by creating an ancestral
11379              branch point via a fake resolution with the maint-merge branch.
11380              See Perforce Tech Note 9 for details.
11381      Branch: perl
11382           !> (integrate 864 files)
11383 ____________________________________________________________________________
11384 [    76] By: nick                                  on 1997/09/28  19:04:42
11385         Log: Code with this pointer compiles (but core dumps)
11386      Branch: oneperl
11387            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
11388            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
11389            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
11390            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
11391            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
11392            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
11393            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
11394            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
11395            ! vars.h
11396 ____________________________________________________________________________
11397 [    75] By: nick                                  on 1997/09/28  15:45:35
11398         Log: Quasi sensible starting point for aTHIS addition.
11399      Branch: oneperl
11400            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
11401 ____________________________________________________________________________
11402 [    74] By: nick                                  on 1997/09/28  11:23:32
11403         Log: Ooops - unwind perly.* stuff for now
11404      Branch: oneperl
11405            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
11406 ____________________________________________________________________________
11407 [    73] By: nick                                  on 1997/09/28  11:17:23
11408         Log: Builds and passes all tests again
11409      Branch: oneperl
11410            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
11411            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
11412 ____________________________________________________________________________
11413 [    72] By: nick                                  on 1997/09/28  10:47:01
11414         Log: Save "important things" before re-try
11415      Branch: oneperl
11416            + vars.h
11417            ! embed.pl thread.h thread.sym
11418 ____________________________________________________________________________
11419 [    71] By: nick                                  on 1997/09/26  17:47:31
11420         Log: Basic hacks to build with USE_THISPTR, not yet useful
11421              but builds miniperl and passes minitest with all thread 
11422              variables via a _GLOBAL_ thr variable rather than globals.
11423              Now for the local thr variable ...
11424      Branch: oneperl
11425            + thread.sym
11426            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
11427            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
11428            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
11429            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
11430            ! util.c vms/vms.c
11431 ____________________________________________________________________________
11432 [    70] By: mbeattie                              on 1997/09/23  14:29:23
11433         Log: Branch oneperl from mainline.
11434      Branch: oneperl
11435           +> (branch 871 files)
11436 ____________________________________________________________________________
11437 [    69] By: mbeattie                              on 1997/09/22  16:02:37
11438         Log: struct thread now stored in an SV and uses '~'-magic for access.
11439      Branch: perl
11440            ! thread.h
11441      Branch: perlext
11442            ! Thread/Thread.xs Thread/typemap
11443 ____________________________________________________________________________
11444 [    68] By: mbeattie                              on 1997/09/22  16:01:48
11445         Log: runops becomes a funtion pointer and sv_bless3 created
11446              to avoid pointer forgery with '~'-magic.
11447      Branch: perl
11448            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
11449 ____________________________________________________________________________
11450 [    67] By: mbeattie                              on 1997/09/22  15:45:56
11451         Log: More fprintf -> PerlIO_printf changes.
11452      Branch: perl
11453            ! perl.c pp_hot.c util.c
11454 ____________________________________________________________________________
11455 [    66] By: mbeattie                              on 1997/09/22  15:10:40
11456         Log: Minor multi-threading patches for VMS.
11457      Branch: perl
11458            ! mg.c thread.h vms/vms.c
11459 ____________________________________________________________________________
11460 [    65] By: mbeattie                              on 1997/09/15  14:09:11
11461         Log: Add undefined-subs option to Lint.pm.
11462      Branch: perlext
11463            ! Compiler/B/Lint.pm
11464 ____________________________________________________________________________
11465 [    64] By: mbeattie                              on 1997/09/10  16:39:41
11466         Log: Debugging output for lock handling.
11467      Branch: perl
11468            ! mg.c pp.c pp_hot.c util.c
11469 ____________________________________________________________________________
11470 [    63] By: mbeattie                              on 1997/09/10  14:49:00
11471         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
11472      Branch: perlext
11473           +> Thread/Thread/Semaphore.pm
11474            - Thread/Semaphore.pm
11475 ____________________________________________________________________________
11476 [    62] By: mbeattie                              on 1997/09/10  14:47:31
11477         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
11478      Branch: perlext
11479           +> Thread/Thread/Queue.pm
11480            - Thread/Queue.pm
11481 ____________________________________________________________________________
11482 [    61] By: mbeattie                              on 1997/09/10  13:56:50
11483         Log: Solaris fixes: delete pad and padname from thread.h and remove
11484              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
11485      Branch: perl
11486            ! thread.h x2p/Makefile.SH
11487
11488 ----------------
11489 Version 5.004_50        First developer release towards 5.005
11490 ----------------
11491
11492 Maintenance of the 5.004 version of perl continues with the 5.004_xx
11493 series, where 'xx' is <= 49.  Development of the next version, 5.005,
11494 starts with 5.004_50.
11495
11496 ____________________________________________________________________________
11497 [    60] By: mbeattie                              on 1997/09/09  16:57:41
11498         Log: Update README.threads to mention -DL.
11499      Branch: perl
11500            ! README.threads
11501 ____________________________________________________________________________
11502 [    59] By: mbeattie                              on 1997/09/09  16:49:08
11503         Log: Add Thread modules Queue.pm and Semaphore.pm
11504      Branch: perlext
11505            + Thread/Queue.pm Thread/Semaphore.pm
11506 ____________________________________________________________________________
11507 [    58] By: mbeattie                              on 1997/09/09  16:33:45
11508         Log: Update README.threads
11509      Branch: perl
11510            ! README.threads
11511 ____________________________________________________________________________
11512 [    57] By: mbeattie                              on 1997/09/09  16:26:47
11513         Log: Add debug info to Thread typemap.
11514      Branch: perlext
11515            ! Thread/typemap
11516 ____________________________________________________________________________
11517 [    56] By: mbeattie                              on 1997/09/09  15:04:26
11518         Log: Rewrite synchronisation of subs/methods and add attrs
11519              extension for specifying 'locked' and 'method' attributes.
11520      Branch: perl
11521            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
11522            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
11523            ! pp_hot.c proto.h sv.c sv.h toke.c
11524      Branch: perlext
11525            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
11526 ____________________________________________________________________________
11527 [    55] By: mbeattie                              on 1997/09/03  16:34:47
11528         Log: Add new keyword "lock" to Opcode.pm
11529      Branch: perl
11530            ! ext/Opcode/Opcode.pm
11531 ____________________________________________________________________________
11532 [    54] By: mbeattie                              on 1997/09/03  14:44:44
11533         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
11534      Branch: perl
11535            ! embed.h keywords.h
11536 ____________________________________________________________________________
11537 [    53] By: mbeattie                              on 1997/09/03  13:52:24
11538         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
11539      Branch: perl
11540            ! MANIFEST
11541 ____________________________________________________________________________
11542 [    52] By: mbeattie                              on 1997/09/03  13:41:20
11543         Log: Let Lint private_names catch out-of-package _foo methods.
11544      Branch: perlext
11545            ! Compiler/B/Lint.pm
11546 ____________________________________________________________________________
11547 [    51] By: mbeattie                              on 1997/09/03  13:20:12
11548         Log: Bump patchlevel.h to 5.004_50
11549      Branch: perl
11550            ! patchlevel.h
11551 ____________________________________________________________________________
11552 [    50] By: mbeattie                              on 1997/09/03  12:31:48
11553         Log: Make compiler build/work with devel 5.005
11554      Branch: perlext
11555            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
11556            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
11557 ____________________________________________________________________________
11558 [    49] By: mbeattie                              on 1997/09/03  12:28:05
11559         Log: Rename RESTART to INIT and associated changes
11560      Branch: perl
11561            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
11562            ! toke.c vms/perly_c.vms
11563 ____________________________________________________________________________
11564 [    48] By: mbeattie                              on 1997/09/02  15:54:27
11565         Log: Added private-names option.
11566      Branch: perlext
11567            ! Compiler/B/Lint.pm
11568 ____________________________________________________________________________
11569 [    47] By: mbeattie                              on 1997/09/02  11:54:55
11570         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
11571      Branch: perlext
11572            ! Compiler/cc_runtime.h
11573 ____________________________________________________________________________
11574 [    46] By: mbeattie                              on 1997/08/28  19:40:08
11575         Log: Missing sprintf in try_autoload.
11576      Branch: perlext
11577            ! Compiler/B/C.pm
11578 ____________________________________________________________________________
11579 [    45] By: mbeattie                              on 1997/08/13  16:15:25
11580         Log: Threading fixups for Digital UNIX.
11581      Branch: perl
11582            ! README.threads malloc.c perl.h toke.c
11583 ____________________________________________________________________________
11584 [    44] By: mbeattie                              on 1997/08/11  15:46:29
11585         Log: Assorted changes for multi-threading (now works rather more).
11586      Branch: perl
11587            + README.threads
11588            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
11589            ! toke.c util.c
11590      Branch: perlext
11591            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
11592            ! Thread/unsync.t
11593 ____________________________________________________________________________
11594 [    43] By: mbeattie                              on 1997/08/08  14:11:00
11595         Log: Made Lint check subs (and -u packages).
11596              Added support for dollar_underscore and implicit $_ in foreach.
11597      Branch: perlext
11598            ! Compiler/B/Lint.pm
11599 ____________________________________________________________________________
11600 [    42] By: TimBunce                              on 1997/07/25  17:15:57
11601         Log: Maintenance 5.004_01 changes
11602      Branch: maint-5.004/perl
11603            + Porting/makerel Porting/patchls hints/newsos4.sh
11604            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
11605            + win32/config.vc win32/config_H.bc win32/config_H.vc
11606            + win32/makefile.mk
11607            - win32/config.H win32/config.w32
11608            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
11609            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
11610            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11611            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
11612            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
11613            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
11614            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
11615            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11616            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11617            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
11618            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
11619            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
11620            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
11621            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
11622            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11623            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
11624            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
11625            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
11626            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
11627            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
11628            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
11629            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
11630            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
11631            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
11632            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
11633            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
11634            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
11635            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
11636            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
11637            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
11638 ____________________________________________________________________________
11639 [    41] By: mbeattie                              on 1997/07/24  14:57:53
11640         Log: Start support for fake threads.
11641              pp_lock now returns its argument.
11642      Branch: perl
11643            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
11644            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
11645            ! util.c
11646      Branch: perlext
11647            ! Thread/Thread.xs
11648 ____________________________________________________________________________
11649 [    40] By: mbeattie                              on 1997/07/24  14:55:07
11650         Log: Add missing reset of eval_owner if doeval() fails to parse.
11651      Branch: perl
11652            ! pp_ctl.c
11653 ____________________________________________________________________________
11654 [    39] By: mbeattie                              on 1997/07/17  13:35:51
11655         Log: Fix multiple problems with lexical @_.
11656      Branch: perl
11657            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
11658            ! toke.c
11659 ____________________________________________________________________________
11660 [    38] By: mbeattie                              on 1997/07/16  17:02:09
11661         Log: Change %lx to %x in B::CV::save to prevent some CV
11662              fields becoming 0 in the init section. Add missing
11663              write_back in B::Stackobj::Padsv::load_double to fix
11664              test 22 of op/my.t.
11665      Branch: perlext
11666            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
11667 ____________________________________________________________________________
11668 [    37] By: mbeattie                              on 1997/07/10  11:28:16
11669         Log: Branch win32 developments from main perl branch.
11670      Branch: win32/perl
11671           +> (branch 867 files)
11672 ____________________________________________________________________________
11673 [    36] By: mbeattie                              on 1997/07/05  11:58:05
11674         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
11675              as well as provide_ref (5.003).
11676      Branch: perlext
11677            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
11678 ____________________________________________________________________________
11679 [    35] By: mbeattie                              on 1997/07/05  11:55:18
11680         Log: Introduce pp_lock.
11681      Branch: perl
11682            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
11683            ! pp.c pp_ctl.c toke.c
11684 ____________________________________________________________________________
11685 [    34] By: mbeattie                              on 1997/07/01  12:24:28
11686         Log: Support for op in global register (still buggy)
11687      Branch: perl
11688            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
11689            ! proto.h scope.c scope.h thread.h
11690 ____________________________________________________________________________
11691 [    33] By: mbeattie                              on 1997/06/24  16:34:24
11692         Log: Branch lexical warnings from perl branch.
11693      Branch: lexwarn/perl
11694           +> (branch 867 files)
11695 ____________________________________________________________________________
11696 [    32] By: mbeattie                              on 1997/06/24  14:33:57
11697         Log: Branch integration of maint-5.004 from relperl.
11698      Branch: mainline/perl
11699           +> (branch 600 files)
11700      Branch: maint-5.004/perl
11701           +> (branch 864 files)
11702 ____________________________________________________________________________
11703 [    31] By: mbeattie                              on 1997/06/20  11:46:50
11704         Log: corrected bad_type() prototype. 
11705      Branch: perl
11706            ! op.c
11707 ____________________________________________________________________________
11708 [    30] By: mbeattie                              on 1997/06/12  12:38:05
11709         Log: Tweak README.
11710      Branch: perlext
11711            ! Thread/README
11712 ____________________________________________________________________________
11713 [    29] By: mbeattie                              on 1997/06/12  12:34:59
11714         Log: Document -m option of CC backend.
11715      Branch: perlext
11716            ! Compiler/NOTES
11717 ____________________________________________________________________________
11718 [    28] By: mbeattie                              on 1997/06/12  12:25:05
11719         Log: Support sysseek introduced in 5.004.
11720      Branch: perlext
11721            ! Compiler/ccop.c Compiler/ccop.h
11722 ____________________________________________________________________________
11723 [    27] By: mbeattie                              on 1997/06/05  14:20:51
11724         Log: More fixups for thrperl integration.
11725      Branch: perl
11726            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11727            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
11728            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
11729            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
11730            ! util.c
11731 ____________________________________________________________________________
11732 [    25] By: mbeattie                              on 1997/05/28  15:11:24
11733         Log: Fixups for thrperl integration.
11734      Branch: perl
11735            ! embed.h keywords.h op.c opcode.h perl.c util.c
11736 ____________________________________________________________________________
11737 [    24] By: mbeattie                              on 1997/05/26  20:10:42
11738         Log: Integrate thrperl 5.003->5.004.
11739      Branch: perl
11740           +> thread.h
11741           !> (integrate 33 files)
11742 ____________________________________________________________________________
11743 [    23] By: mbeattie                              on 1997/05/26  11:45:39
11744         Log: Fix ppname when saving subs.
11745      Branch: perlext
11746            ! Compiler/B/C.pm
11747 ____________________________________________________________________________
11748 [    22] By: mbeattie                              on 1997/05/26  11:45:03
11749         Log: -mFoo option now forces -uFoo.
11750      Branch: perlext
11751            ! Compiler/B/CC.pm
11752 ____________________________________________________________________________
11753 [    21] By: mbeattie                              on 1997/05/26  11:43:37
11754         Log: Put back objsym/savesym (used by walkoptree_exec).
11755      Branch: perlext
11756            ! Compiler/B.pm
11757 ____________________________________________________________________________
11758 [    20] By: mbeattie                              on 1997/05/26  11:38:45
11759         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
11760      Branch: perl
11761            ! av.c global.sym
11762 ____________________________________________________________________________
11763 [    19] By: mbeattie                              on 1997/05/25  21:19:38
11764         Log: Fix up integration 5.003->5.004.
11765      Branch: perl
11766            + lib/Class/Fields.pm lib/ISA.pm
11767            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
11768            ! toke.c
11769 ____________________________________________________________________________
11770 [    18] By: mbeattie                              on 1997/05/25  10:31:21
11771         Log: First stab at 5.003 -> 5.004 integration.
11772      Branch: perl
11773           +> (branch 291 files)
11774            - Changes.Conf ext/DynaLoader/dl_os2.xs
11775            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
11776            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
11777            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
11778            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
11779            - lib/chat2.pl lib/splain os2/README os2/README.old
11780            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
11781            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
11782            - x2p/handy.h x2p/s2p.man
11783           !> (integrate 392 files)
11784 ____________________________________________________________________________
11785 [    17] By: mbeattie                              on 1997/05/24  18:46:49
11786         Log: Wholesale update to 5.004.
11787      Branch: relperl
11788            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
11789            + Porting/Glossary Porting/pumpkin.pod README.amiga
11790            + README.cygwin32 README.os2 README.plan9 README.qnx
11791            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
11792            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
11793            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
11794            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
11795            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
11796            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
11797            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
11798            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
11799            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
11800            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
11801            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
11802            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
11803            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
11804            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
11805            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
11806            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
11807            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
11808            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
11809            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
11810            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
11811            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
11812            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
11813            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
11814            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
11815            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
11816            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11817            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
11818            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
11819            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
11820            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
11821            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
11822            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
11823            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
11824            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
11825            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
11826            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
11827            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
11828            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
11829            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
11830            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
11831            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
11832            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
11833            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
11834            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
11835            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
11836            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
11837            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
11838            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
11839            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
11840            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
11841            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
11842            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
11843            + plan9/config.plan9 plan9/exclude plan9/fndvers
11844            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
11845            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
11846            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
11847            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
11848            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11849            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11850            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
11851            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
11852            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
11853            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
11854            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
11855            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
11856            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
11857            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
11858            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
11859            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
11860            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
11861            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
11862            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
11863            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
11864            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
11865            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
11866            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
11867            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
11868            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
11869            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
11870            + t/pragma/warn-1global t/pragma/warning.t universal.c
11871            + utils/splain.PL vms/ext/DCLsym/0README.txt
11872            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
11873            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
11874            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
11875            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
11876            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
11877            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
11878            + win32/config.H win32/config.w32 win32/config_h.PL
11879            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
11880            + win32/include/arpa/inet.h win32/include/dirent.h
11881            + win32/include/netdb.h win32/include/sys/socket.h
11882            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
11883            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
11884            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
11885            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
11886            + x2p/proto.h
11887            - Changes.Conf ext/DynaLoader/dl_os2.xs
11888            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
11889            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
11890            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
11891            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
11892            - lib/chat2.pl lib/splain os2/README os2/README.old
11893            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
11894            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
11895            - x2p/handy.h x2p/s2p.man
11896            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
11897            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
11898            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
11899            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
11900            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
11901            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
11902            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11903            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
11904            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
11905            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
11906            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
11907            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
11908            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11909            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
11910            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11911            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
11912            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11913            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
11914            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
11915            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
11916            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
11917            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
11918            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
11919            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
11920            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
11921            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
11922            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
11923            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
11924            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
11925            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
11926            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
11927            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
11928            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
11929            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
11930            ! installman installperl interp.sym keywords.h keywords.pl
11931            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
11932            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
11933            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
11934            ! lib/Exporter.pm lib/ExtUtils/Install.pm
11935            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
11936            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11937            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
11938            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11939            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
11940            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
11941            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
11942            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
11943            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
11944            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
11945            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
11946            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
11947            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
11948            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
11949            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11950            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
11951            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
11952            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
11953            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
11954            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
11955            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
11956            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
11957            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
11958            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
11959            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
11960            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
11961            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
11962            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
11963            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
11964            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
11965            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
11966            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
11967            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11968            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
11969            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11970            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
11971            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
11972            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
11973            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
11974            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
11975            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
11976            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
11977            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
11978            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
11979            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
11980            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
11981            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
11982            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
11983            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
11984            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
11985            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
11986            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
11987            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
11988            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
11989            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
11990            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
11991            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
11992            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
11993            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
11994            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
11995            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
11996            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
11997            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
11998            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11999            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
12000            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
12001            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
12002            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
12003            ! x2p/util.h x2p/walk.c
12004 ____________________________________________________________________________
12005 [    16] By: mbeattie                              on 1997/05/23  22:42:08
12006         Log: Initial integration of relperl from 5.003.
12007      Branch: relperl
12008           +> (branch 600 files)
12009 ____________________________________________________________________________
12010 [    14] By: mbeattie                              on 1997/05/12  20:22:56
12011         Log: Finish code generation rewrite. Clean up B::Section class and
12012              handle symbol table translation internally. Simple .pm modules
12013              now compile OK.
12014      Branch: perlext
12015            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
12016            ! Compiler/B/CC.pm
12017 ____________________________________________________________________________
12018 [    13] By: mbeattie                              on 1997/05/05  19:41:18
12019         Log: Don't make pp_enter and pp_return trigger basic blocks.
12020      Branch: perlext
12021            ! Compiler/B/Bblock.pm
12022 ____________________________________________________________________________
12023 [    12] By: mbeattie                              on 1997/05/05  19:40:16
12024         Log: Rewrite code generation. Sections (de)multiplexed into a
12025              temporary file instead of stored in arrays.
12026      Branch: perlext
12027            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
12028 ____________________________________________________________________________
12029 [    11] By: mbeattie                              on 1997/05/03  20:20:59
12030         Log: Development to pre-alpha4
12031      Branch: perlext
12032            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
12033            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
12034            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
12035            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
12036            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
12037            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
12038            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
12039            ! Compiler/test_harness Compiler/test_harness_cc
12040 ____________________________________________________________________________
12041 [    10] By: mbeattie                              on 1997/05/03  14:47:06
12042         Log: Initial check-in of perl compiler.
12043      Branch: perlext
12044            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
12045            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
12046            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
12047            + Compiler/B/CC.pm Compiler/B/Debug.pm
12048            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
12049            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
12050            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
12051            + Compiler/O.pm Compiler/README Compiler/TESTS
12052            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
12053            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
12054            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
12055            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
12056            + Compiler/disassemble Compiler/old/README.feb11
12057            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
12058            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
12059            + Compiler/op.patch Compiler/ramblings/cc.notes
12060            + Compiler/ramblings/curcop.runtime
12061            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
12062            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
12063            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
12064            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
12065            + Compiler/ramblings/runtime.porting
12066            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
12067            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
12068            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
12069            + Compiler/test_harness_bytecode Compiler/test_harness_cc
12070            + Compiler/typemap
12071 ____________________________________________________________________________
12072 [     9] By: mbeattie                              on 1997/05/02  19:03:49
12073         Log: Don't require CvDEPTH == 0 when bombing out of subs.
12074      Branch: thrperl
12075            ! pp_hot.c
12076 ____________________________________________________________________________
12077 [     8] By: mbeattie                              on 1997/04/23  19:06:45
12078         Log: Added programmer-level condition variables via "condpair" magic.
12079              Added support for detached threads and tweaked a few things.
12080      Branch: thrperl
12081            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
12082            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
12083            ! util.c
12084 ____________________________________________________________________________
12085 [     7] By: mbeattie                              on 1997/04/23  19:04:18
12086         Log: Rewrote programmer-level condition variables from scratch. Added
12087              support for detaching threads. Fixed handling for arguments
12088              passed in to threads and return values for joined threads.
12089      Branch: perlext
12090            + Thread/lock.t
12091            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
12092            ! Thread/typemap
12093 ____________________________________________________________________________
12094 [     6] By: mbeattie                              on 1997/04/10  20:17:26
12095         Log: Initial check-in of Thread module.
12096      Branch: perlext
12097            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
12098            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
12099            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
12100            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
12101            + Thread/unsync4.t
12102 ____________________________________________________________________________
12103 [     5] By: mbeattie                              on 1997/04/10  20:05:52
12104         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
12105              missing parens (pad allocation) in the tokener.
12106      Branch: thrperl
12107            ! op.c pp_ctl.c toke.c
12108 ____________________________________________________________________________
12109 [     4] By: mbeattie                              on 1997/03/28  18:40:44
12110         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
12111      Branch: thrperl
12112            + thread.h
12113            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
12114            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
12115            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
12116            ! run.c scope.c sv.c sv.h toke.c util.c
12117 ____________________________________________________________________________
12118 [     3] By: mbeattie                              on 1997/03/28  13:36:23
12119         Log: Branch 5.003 -> thrperl
12120      Branch: thrperl
12121           +> (branch 600 files)
12122 ____________________________________________________________________________
12123 [     2] By: mbeattie                              on 1997/03/28  13:32:21
12124         Log: Initial devel changes.
12125              Pseudo-hashes. Optional strong typing. RESTART {}.
12126      Branch: perl
12127            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
12128            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
12129            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
12130 ____________________________________________________________________________
12131 [     1] By: mbeattie                              on 1997/03/28  13:17:33
12132         Log: Perl 5.003 check-in
12133      Branch: perl
12134            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
12135            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
12136            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
12137            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
12138            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
12139            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
12140            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
12141            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
12142            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
12143            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
12144            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
12145            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
12146            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
12147            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
12148            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12149            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
12150            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
12151            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
12152            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
12153            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
12154            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
12155            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
12156            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12157            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
12158            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
12159            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12160            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
12161            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
12162            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
12163            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
12164            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
12165            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
12166            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
12167            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
12168            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
12169            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
12170            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
12171            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
12172            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
12173            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
12174            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
12175            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
12176            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12177            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
12178            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
12179            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
12180            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
12181            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
12182            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
12183            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
12184            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
12185            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
12186            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
12187            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
12188            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
12189            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
12190            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
12191            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
12192            + hints/README.hints hints/aix.sh hints/altos486.sh
12193            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
12194            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
12195            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
12196            + hints/fps.sh hints/freebsd.sh hints/genix.sh
12197            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
12198            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
12199            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
12200            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
12201            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
12202            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
12203            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
12204            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
12205            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
12206            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
12207            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
12208            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
12209            + hints/uts.sh hv.c hv.h installman installperl interp.sym
12210            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
12211            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
12212            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
12213            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
12214            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
12215            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12216            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
12217            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12218            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
12219            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
12220            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
12221            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
12222            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
12223            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
12224            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
12225            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
12226            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
12227            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
12228            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
12229            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
12230            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
12231            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
12232            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
12233            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
12234            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
12235            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
12236            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
12237            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
12238            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
12239            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
12240            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
12241            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
12242            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
12243            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
12244            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
12245            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
12246            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
12247            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
12248            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
12249            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
12250            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
12251            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
12252            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
12253            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
12254            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
12255            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
12256            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
12257            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
12258            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
12259            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
12260            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
12261            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
12262            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
12263            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
12264            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
12265            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
12266            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
12267            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
12268            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
12269            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
12270            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
12271            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
12272            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
12273            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
12274            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
12275            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
12276            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
12277            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
12278            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
12279            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
12280            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
12281            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
12282            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
12283            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
12284            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
12285            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
12286            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
12287            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
12288            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
12289            + vms/Makefile vms/config.vms vms/descrip.mms
12290            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
12291            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
12292            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
12293            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
12294            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
12295            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
12296            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
12297            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
12298            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
12299            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
12300            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
12301            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
12302            + x2p/walk.c