applied patch, and undid change#1302 which it made unnecessary
[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 [  1317] By: gsar                                  on 1998/07/05  04:15:25
73         Log: added patch with tweak to doc
74              From: Chip Salzenberg <chip@perl.org>
75              Message-ID: <19980704205136.A16319@perlsupport.com>
76              Date: Sat, 4 Jul 1998 20:51:36 -0400
77              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
78      Branch: perl
79            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
80 ____________________________________________________________________________
81 [  1316] By: gsar                                  on 1998/07/05  03:56:22
82         Log: Porting/Glossary goes podly into Config.pm
83      Branch: perl
84            ! Porting/Glossary configpm
85 ____________________________________________________________________________
86 [  1315] By: gsar                                  on 1998/07/05  02:50:18
87         Log: add suggested tool as an example in ExtUtils::Packlist
88              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
89              Message-Id: <199807031028.LAA10456@sale-wts>
90              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
91              Subject: Re: [make install] another horror story
92      Branch: perl
93            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
94 ____________________________________________________________________________
95 [  1314] By: gsar                                  on 1998/07/05  02:28:04
96         Log: avoid race condition (storing ptr to SV before incrementing its
97              REFCNT) and warning in newRV()
98      Branch: perl
99            ! sv.c
100 ____________________________________________________________________________
101 [  1313] By: gsar                                  on 1998/07/05  02:06:40
102         Log: applied suggested fix for xhv_array sizing, with portability tweaks
103              From: Gisle Aas <gisle@aas.no>
104              Subject: Re: [PATCH] Re: perl5.004_69 core dump
105              Date: 04 Jul 1998 10:20:35 +0200
106              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
107      Branch: perl
108            ! hv.c
109 ____________________________________________________________________________
110 [  1312] By: gsar                                  on 1998/07/05  01:36:45
111         Log: From: Gisle Aas <gisle@aas.no>
112              Subject: [PATCH] hv_max may be a few too many
113              Date: 04 Jul 1998 09:28:46 +0200
114              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
115      Branch: perl
116            ! doop.c
117 ____________________________________________________________________________
118 [  1311] By: gsar                                  on 1998/07/05  00:35:27
119         Log: patchlevel up to 5.004_70, various tweaks
120              * fix taint problems due to maintbranch regression
121              * PERL_OBJECT now builds again
122              * deal with C++ strong-typing problems in hv.c
123              * fix mismatch in "reserved word" diagnostic
124      Branch: perl
125            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
126            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
127 ____________________________________________________________________________
128 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
129         Log: Remove old RE //t flag from scan_subst().
130      Branch: maint-5.004/perl
131            ! toke.c
132 ____________________________________________________________________________
133 [  1309] By: gsar                                  on 1998/07/04  08:32:53
134         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
135      Branch: perl
136            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
137 ____________________________________________________________________________
138 [  1307] By: gsar                                  on 1998/07/04  07:00:14
139         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
140      Branch: perl
141            ! pp_hot.c t/op/local.t
142 ____________________________________________________________________________
143 [  1306] By: gsar                                  on 1998/07/04  05:52:34
144         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
145              From: joshua.pritikin@db.com
146              Date: Wed, 1 Jul 1998 10:09:43 -0400
147              Message-Id: <H00000e500086fb3@MHS>
148              Subject: [PATCH _69] sv_2mortal fix
149      Branch: perl
150            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
151 ____________________________________________________________________________
152 [  1305] By: gsar                                  on 1998/07/04  05:46:42
153         Log: add patch preextend global string table, tweak for 512 entries
154              From: Gisle Aas <gisle@aas.no>
155              Date: 04 Jul 1998 01:04:08 +0200
156              Subject: Re: [PATCH] Re: perl5.004_69 core dump
157              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
158      Branch: perl
159            ! perl.c
160 ____________________________________________________________________________
161 [  1304] By: gsar                                  on 1998/07/04  05:40:35
162         Log: simplify xhv_array sizing
163              From: Gisle Aas <gisle@aas.no>
164              Date: 04 Jul 1998 00:49:42 +0200
165              Subject: Re: [PATCH] Re: perl5.004_69 core dump
166              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
167      Branch: perl
168            ! hv.c
169 ____________________________________________________________________________
170 [  1303] By: gsar                                  on 1998/07/04  05:37:29
171         Log: make 4-arg win32_select() sleep more reasonably on false values
172              From: Blair Zajac <blair@gps.caltech.edu>
173              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
174              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
175              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
176              --
177              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
178              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
179              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
180      Branch: perl
181            ! win32/win32sck.c
182 ____________________________________________________________________________
183 [  1302] By: gsar                                  on 1998/07/04  05:32:50
184         Log: adjust h2ph.t for dos-specific problem
185              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
186              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
187              Date: Fri, 3 Jul 1998 23:45:25 +0200
188              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
189      Branch: perl
190            ! t/lib/h2ph.t
191 ____________________________________________________________________________
192 [  1301] By: gsar                                  on 1998/07/04  05:31:04
193         Log: fix CPAN.pm problem, OS2 tweaks
194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
195              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
196              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
197              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
198      Branch: perl
199            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
200            ! lib/ExtUtils/MakeMaker.pm
201 ____________________________________________________________________________
202 [  1300] By: gsar                                  on 1998/07/04  05:27:20
203         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
204              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
205              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
206              Subject: [PATCH 5.004_68] Add elc target to to makefile
207      Branch: perl
208            ! Makefile.SH
209 ____________________________________________________________________________
210 [  1299] By: gsar                                  on 1998/07/04  05:25:56
211         Log: newer emacs/cperl-mode.el (via private mail)
212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
213              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
214              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
215              Subject: [PATCH 5.004_68] cperl-mode
216      Branch: perl
217            ! emacs/cperl-mode.el
218 ____________________________________________________________________________
219 [  1298] By: gsar                                  on 1998/07/04  05:22:41
220         Log: From: Dominic Dunlop <domo@computer.org>
221              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
222              Date: Thu, 2 Jul 1998 22:57:26 +0000
223              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
224      Branch: perl
225            ! hints/machten.sh malloc.c
226 ____________________________________________________________________________
227 [  1297] By: gsar                                  on 1998/07/04  05:20:52
228         Log: allow a flags args to fbm_instr() for future needs
229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
230              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
231              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
232              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
233      Branch: perl
234            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
235 ____________________________________________________________________________
236 [  1296] By: gsar                                  on 1998/07/04  05:16:15
237         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
238              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
239              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
240              Subject: [PATCH 5.004_69] INSTALL-1.39
241      Branch: perl
242            ! INSTALL
243 ____________________________________________________________________________
244 [  1295] By: gsar                                  on 1998/07/04  05:15:05
245         Log: Configure update
246              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
247              Date: Wed, 1 Jul 98 23:07:50 EDT
248              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
249              Subject: [PATCH 5.004_69] Config_69-01
250      Branch: perl
251            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
252            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
253            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
254 ____________________________________________________________________________
255 [  1294] By: gsar                                  on 1998/07/04  05:10:25
256         Log: add perlbug -F switch to save message to file
257              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
258              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
259              Date: Wed, 1 Jul 1998 21:14:22 +0200
260              Subject: Re: [PATCH 5.004_69] perlbug -fok
261      Branch: perl
262            ! Makefile.SH utils/perlbug.PL
263 ____________________________________________________________________________
264 [  1293] By: gsar                                  on 1998/07/04  05:06:52
265         Log: catch nonexistent backrefs in REs
266              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
267              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
268              Date: Wed, 1 Jul 1998 20:14:05 +0200
269              Subject: Re: [PATCH _66] for bad backrefs
270              --
271              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
272              Date: Wed, 1 Jul 1998 20:47:16 +0200
273              Subject: Re: [PATCH _66] for bad backrefs
274      Branch: perl
275            ! regcomp.c t/op/re_tests util.c
276 ____________________________________________________________________________
277 [  1292] By: gsar                                  on 1998/07/04  05:02:01
278         Log: fix perlcc to not rm output file, and other -w(arts)
279      Branch: perl
280            ! utils/perlcc.PL
281 ____________________________________________________________________________
282 [  1291] By: gsar                                  on 1998/07/04  04:30:03
283         Log: ignore stash entries that are not GVs in dump.c
284      Branch: perl
285            ! dump.c
286 ____________________________________________________________________________
287 [  1290] By: gsar                                  on 1998/07/04  03:55:10
288         Log: cleaner page headers from pod2man
289      Branch: perl
290            ! pod/pod2man.PL
291 ____________________________________________________________________________
292 [  1288] By: gsar                                  on 1998/07/04  03:16:39
293         Log: tweaks to Getopt::Std
294              From: Robin Barker <rmb1@cise.npl.co.uk>
295              Date: Tue, 30 Jun 98 14:45:49 BST
296              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
297              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
298              --
299              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
300              To: perl5-porters@perl.org
301              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
302      Branch: perl
303            ! lib/Getopt/Std.pm
304 ____________________________________________________________________________
305 [  1287] By: gsar                                  on 1998/07/04  03:13:02
306         Log: added patch, with tweaks
307              From: Gisle Aas <gisle@aas.no>
308              Date: 03 Jul 1998 00:50:15 +0200
309              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
310              Subject: [PATCH] Some AVHV documentation
311      Branch: perl
312            ! pod/perlref.pod
313 ____________________________________________________________________________
314 [  1286] By: gsar                                  on 1998/07/04  02:53:26
315         Log: applied patch with tweaks to prose
316              From: Gisle Aas <gisle@aas.no>
317              Subject: [PATCH] Simplified AVHV support
318              Date: 30 Jun 1998 13:34:07 +0200
319              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
320      Branch: perl
321            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
322            ! pp.c proto.h t/op/avhv.t
323 ____________________________________________________________________________
324 [  1285] By: gsar                                  on 1998/07/04  02:30:48
325         Log: tweak doc for ".."
326              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
327              Subject: [PATCH] pod for scalar ..
328              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
329              Date: Tue, 30 Jun 1998 12:14:50 +0100
330      Branch: perl
331            ! pod/perlop.pod
332 ____________________________________________________________________________
333 [  1284] By: gsar                                  on 1998/07/04  02:28:43
334         Log: fix use of uninitialized var in pp_unpack()
335              From: Jarkko Hietaniemi <jhi@iki.fi>
336              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
337              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
338              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
339      Branch: perl
340            ! pp.c
341 ____________________________________________________________________________
342 [  1283] By: gsar                                  on 1998/07/04  02:26:37
343         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
344              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
345              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
346              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
347      Branch: perl
348            ! lib/Text/ParseWords.pm
349 ____________________________________________________________________________
350 [  1282] By: gsar                                  on 1998/07/04  02:24:32
351         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
352              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
353              Date: Mon, 29 Jun 1998 16:53:56 -0700
354              Subject: [PATCH 5.004_69]README.vms doc patch
355              --
356              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
357              Date: Mon, 29 Jun 1998 16:51:25 -0700
358              --
359              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
360              Date: Thu, 02 Jul 1998 13:53:57 -0700
361              Subject: [PATCH 5.004_69]VMS filetest operator fixup
362      Branch: perl
363            ! README.vms vms/descrip_mms.template vms/vms.c
364 ____________________________________________________________________________
365 [  1281] By: gsar                                  on 1998/07/04  02:17:48
366         Log: From: Dan Sugalski <sugalskd@osshe.edu>
367              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
368              Date: Mon, 29 Jun 1998 16:46:25 -0700
369              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
370      Branch: perl
371            ! vms/subconfigure.com
372 ____________________________________________________________________________
373 [  1280] By: gsar                                  on 1998/07/04  02:16:03
374         Log: don't attempt to copy directories on VMS
375              From: Dan Sugalski <sugalskd@osshe.edu>
376              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
377              Date: Mon, 29 Jun 1998 16:31:29 -0700
378              Subject: [PATCH 5.004_69]Tweak to installperl
379      Branch: perl
380            ! installperl
381 ____________________________________________________________________________
382 [  1279] By: gsar                                  on 1998/07/04  02:09:26
383         Log: add 'installhtml*dir' to win32 config templates
384              From: "Douglas Lankshear" <dougl@ActiveState.com>
385              Subject: [PATCH 5.004_68] For Win32 config
386              Date: Mon, 29 Jun 1998 09:00:13 -0700
387              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
388      Branch: perl
389            ! win32/config.bc win32/config.gc win32/config.vc
390 ____________________________________________________________________________
391 [  1278] By: gsar                                  on 1998/07/04  02:06:23
392         Log: implemented described fix for h2ph hanging on "enum"
393              From: Billy <wdconsta@cs.adelaide.edu.au>
394              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
395              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
396              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
397      Branch: perl
398            ! utils/h2ph.PL
399 ____________________________________________________________________________
400 [  1277] By: gsar                                  on 1998/07/04  01:51:47
401         Log: merge changes#1210,1211,1270 from maintbranch
402      Branch: perl
403            + lib/re.pm
404            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
405            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
406            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
407 ____________________________________________________________________________
408 [  1276] By: gsar                                  on 1998/07/04  00:33:37
409         Log: deprecate use of reserved word "our" (Larry's idea)
410              Date: Mon, 22 Jun 1998 08:55:09 -0700
411              From: larry@wall.org (Larry Wall)
412              Message-Id: <199806221555.IAA07212@wall.org>
413              Subject: Re: our
414      Branch: perl
415            ! pod/perldiag.pod toke.c
416 ____________________________________________________________________________
417 [  1275] By: nick                                  on 1998/07/02  18:36:59
418         Log: Integrate mainline, just to keep up.
419      Branch: ansiperl
420           +> t/lib/fields.t
421            - lib/Math/Trig/Radial.pm
422           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
423           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
424           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
425           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
426           !> win32/config.bc win32/config.gc win32/config.vc
427           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
428           !> win32/win32iop.h
429 ____________________________________________________________________________
430 [  1274] By: gsar                                  on 1998/07/02  16:47:20
431         Log: tweak win32/config.* variables
432      Branch: perl
433            ! win32/config.bc win32/config.gc win32/config.vc
434 ____________________________________________________________________________
435 [  1273] By: gsar                                  on 1998/07/02  16:33:53
436         Log: export opendir() set of functions on win32
437      Branch: perl
438            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
439            ! win32/win32iop.h
440 ____________________________________________________________________________
441 [  1272] By: gsar                                  on 1998/07/01  23:21:49
442         Log: fix C<@a = (%a = 1)> bizarreness
443      Branch: perl
444            ! pp_hot.c
445 ____________________________________________________________________________
446 [  1271] By: gsar                                  on 1998/06/30  22:49:39
447         Log: document perltrap on precedence of keys/values/each
448      Branch: perl
449            ! pod/perltrap.pod
450 ____________________________________________________________________________
451 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
452         Log: Added lib/re.pm missing from change 1210
453      Branch: maint-5.004/perl
454            + lib/re.pm
455 ____________________________________________________________________________
456 [  1269] By: gsar                                  on 1998/06/30  08:20:52
457         Log: From:    Murray Nesbitt <murray@ActiveState.com>
458              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
459              Date:    Mon, 29 Jun 1998 14:30:59 PDT
460              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
461      Branch: perl
462            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
463 ____________________________________________________________________________
464 [  1268] By: gsar                                  on 1998/06/30  05:38:34
465         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
466              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
467              Date:    Mon, 29 Jun 1998 15:04:57 -0000
468              Subject: [PATCH perl5.004_69] perldoc.PL
469      Branch: perl
470            ! utils/perldoc.PL
471 ____________________________________________________________________________
472 [  1267] By: gsar                                  on 1998/06/30  05:34:06
473         Log: add patch to integrate Math::Trig::Radial into Math::Trig
474              From: Jarkko Hietaniemi <jhi@iki.fi>
475              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
476              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
477              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
478      Branch: perl
479            - lib/Math/Trig/Radial.pm
480            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
481 ____________________________________________________________________________
482 [  1266] By: gsar                                  on 1998/06/30  05:17:33
483         Log: From:    Gisle Aas <gisle@aas.no>
484              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
485              Date:    29 Jun 1998 12:36:09 +0200
486              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
487      Branch: perl
488            + t/lib/fields.t
489            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
490            ! t/op/array.t
491 ____________________________________________________________________________
492 [  1265] By: gsar                                  on 1998/06/30  05:12:57
493         Log: tweaks to overloaded constants (change#1259)
494      Branch: perl
495            ! scope.c scope.h toke.c
496 ____________________________________________________________________________
497 [  1264] By: nick                                  on 1998/06/29  17:38:03
498         Log: Integrate mainline c. _69 to ansiperl
499      Branch: ansiperl
500           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
501           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
502           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
503           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
504           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
505           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
506           !> (integrate 100 files)
507 ____________________________________________________________________________
508 [  1263] By: gsar                                  on 1998/06/29  09:17:28
509         Log: update Changes and perlhist.pod
510      Branch: perl
511            ! Changes pod/perlhist.pod
512
513 ----------------
514 Version 5.004_69
515 ----------------
516
517 ____________________________________________________________________________
518 [  1262] By: gsar                                  on 1998/06/29  08:26:36
519         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
520              under several build configurations)
521      Branch: perl
522            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
523            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
524            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
525 ____________________________________________________________________________
526 [  1261] By: gsar                                  on 1998/06/29  06:51:10
527         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
528      Branch: perl
529            ! scope.h
530 ____________________________________________________________________________
531 [  1260] By: gsar                                  on 1998/06/29  06:46:12
532         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
533              Date:    Mon, 29 Jun 1998 08:10:46 +0200
534              From:    ts <decoux@moulon.inra.fr>
535              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
536      Branch: perl
537            ! pod/perlembed.pod
538 ____________________________________________________________________________
539 [  1259] By: gsar                                  on 1998/06/29  06:01:35
540         Log: added patch for overloading constants, made PERL_OBJECT-aware
541              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
542              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
543              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
544      Branch: perl
545            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
546            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
547            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
548            ! t/pragma/overload.t toke.c
549 ____________________________________________________________________________
550 [  1258] By: gsar                                  on 1998/06/29  05:32:25
551         Log: fix Socket.pm typo from change#1240
552      Branch: perl
553            ! ext/Socket/Socket.pm
554 ____________________________________________________________________________
555 [  1257] By: gsar                                  on 1998/06/29  05:09:24
556         Log: applied patch, tweak for threads awareness
557              From: Albert Dvornik <bert@genscan.com>
558              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
559              Date: 24 Jun 1998 19:33:09 -0400
560              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
561      Branch: perl
562            + t/op/goto_xs.t
563            ! MANIFEST pp_ctl.c
564 ____________________________________________________________________________
565 [  1256] By: gsar                                  on 1998/06/29  03:34:18
566         Log: applied patch, fixed one more leak, tweaked whitespace bugs
567              From: Guy Decoux <decoux@moulon.inra.fr>
568              (via)
569              Date: Fri, 26 Jun 1998 09:59:32 -0400
570              From: "Chunhui Teng" <cteng@nortel.ca>
571              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
572              Subject: Memory leak in Perl 5.004 and the fix
573      Branch: perl
574            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
575 ____________________________________________________________________________
576 [  1255] By: gsar                                  on 1998/06/29  02:50:37
577         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
578              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
579              Date: 28 Jun 1998 23:47:07 +0200
580              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
581      Branch: perl
582            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
583 ____________________________________________________________________________
584 [  1254] By: gsar                                  on 1998/06/28  21:35:02
585         Log: From: joshua.pritikin@db.com
586              Date: Fri, 26 Jun 1998 09:34:34 -0400
587              Message-Id: <H00000e500081d23@MHS>
588              Subject: [PATCH _68] PUSHSTACK renovation
589      Branch: perl
590            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
591 ____________________________________________________________________________
592 [  1253] By: gsar                                  on 1998/06/28  21:21:22
593         Log: From: Stephen McCamant <alias@mcs.com>
594              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
595              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
596              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
597      Branch: perl
598            ! perlvars.h sv.c
599 ____________________________________________________________________________
600 [  1252] By: gsar                                  on 1998/06/28  21:16:34
601         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
602              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
603              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
604              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
605      Branch: perl
606            ! regcomp.c
607 ____________________________________________________________________________
608 [  1251] By: gsar                                  on 1998/06/28  21:14:32
609         Log: add Math/Trig/Radial.pm, update MANIFEST
610              From: Jarkko Hietaniemi <jhi@iki.fi>
611              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
612              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
613              Subject: Math::Trig::Radial ?
614      Branch: perl
615            + lib/Math/Trig/Radial.pm
616            ! MANIFEST
617 ____________________________________________________________________________
618 [  1250] By: gsar                                  on 1998/06/28  21:09:48
619         Log: applied patch, tweaked doc, and regen regnodes.h
620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
621              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
622              Subject: [PATCH 5.004_68] \z in RE
623              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
624      Branch: perl
625            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
626            ! t/op/re_tests t/op/regexp.t toke.c
627 ____________________________________________________________________________
628 [  1249] By: gsar                                  on 1998/06/28  20:56:38
629         Log: From: mike@bill.iac.net
630              Message-ID: <19980627034913.A32220@bill.minivend.com>
631              Date: Sat, 27 Jun 1998 03:49:13 +0000
632              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
633      Branch: perl
634            ! lib/Text/ParseWords.pm t/lib/parsewords.t
635 ____________________________________________________________________________
636 [  1248] By: gsar                                  on 1998/06/28  20:54:43
637         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
638              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
639              Subject: [PATCH] Fix ptags
640              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
641      Branch: perl
642            ! emacs/ptags
643 ____________________________________________________________________________
644 [  1247] By: gsar                                  on 1998/06/28  20:42:54
645         Log: apply patch sent via private mail
646              From: Stephen McCamant <alias@mcs.com>
647              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
648              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
649              Subject: Re: Enhanced B::Deparse 
650      Branch: perl
651            ! ext/B/B/Deparse.pm
652 ____________________________________________________________________________
653 [  1246] By: gsar                                  on 1998/06/28  20:38:24
654         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
655              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
656              Subject: [PATCH 5.004_68] pat.t tests
657              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
658      Branch: perl
659            ! t/op/pat.t
660 ____________________________________________________________________________
661 [  1245] By: gsar                                  on 1998/06/28  20:36:08
662         Log: From: joshua.pritikin@db.com
663              Date: Fri, 26 Jun 1998 10:02:32 -0400
664              Message-Id: <H00000e500081d28@MHS>
665              Subject: [PATCH _68] improve recursive error messages!
666      Branch: perl
667            ! gv.c pod/perldiag.pod universal.c
668 ____________________________________________________________________________
669 [  1244] By: gsar                                  on 1998/06/28  20:09:02
670         Log: From: Dominic Dunlop <domo@vo.lu>
671              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
672              Date: Thu, 25 Jun 1998 17:46:55 +0000
673              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
674              to op/pat.t; add tests for a few  more regexp parse failures etc.
675      Branch: perl
676            ! t/op/pat.t t/op/re_tests t/op/regexp.t
677 ____________________________________________________________________________
678 [  1243] By: gsar                                  on 1998/06/28  20:06:30
679         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
680              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
681              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
682              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
683              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
684      Branch: perl
685            ! perl_exp.SH
686 ____________________________________________________________________________
687 [  1242] By: gsar                                  on 1998/06/28  20:01:28
688         Log: 
689              From: Gisle Aas <gisle@aas.no>
690              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
691              Date: 25 Jun 1998 10:32:43 +0200
692              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
693      Branch: perl
694            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
695 ____________________________________________________________________________
696 [  1241] By: gsar                                  on 1998/06/28  19:55:11
697         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
698              From: Stephen McCamant <alias@mcs.com>
699              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
700              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
701              Subject: [PATCH REPOST] refgen in opcode.pl
702      Branch: perl
703            ! opcode.h opcode.pl
704 ____________________________________________________________________________
705 [  1240] By: gsar                                  on 1998/06/28  19:46:29
706         Log: From: Chris Nandor <pudge@pobox.com>
707              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
708              Date: Wed, 24 Jun 1998 19:58:28 -0400
709              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
710      Branch: perl
711            ! ext/Socket/Socket.pm
712 ____________________________________________________________________________
713 [  1239] By: gsar                                  on 1998/06/28  19:44:19
714         Log: From: Gisle Aas <gisle@aas.no>
715              Subject: [PATCH] Optimize foreach (1..1000000)
716              Date: 24 Jun 1998 20:26:48 +0200
717              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
718      Branch: perl
719            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
720            ! pp_hot.c t/op/range.t
721 ____________________________________________________________________________
722 [  1238] By: gsar                                  on 1998/06/28  19:28:13
723         Log: avoid creation of %^R
724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
725              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
726              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
727              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
728      Branch: perl
729            ! perl.c t/op/splice.t
730 ____________________________________________________________________________
731 [  1237] By: gsar                                  on 1998/06/28  19:23:40
732         Log: From: Gisle Aas <gisle@aas.no>
733              Subject: [PATCH] Negative LENGTH argument to splice
734              Date: 24 Jun 1998 15:11:35 +0200
735              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
736      Branch: perl
737            + t/op/splice.t
738            ! MANIFEST pod/perlfunc.pod pp.c
739 ____________________________________________________________________________
740 [  1236] By: gsar                                  on 1998/06/28  19:18:29
741         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
742              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
743              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
744              Date: Wed, 24 Jun 1998 13:13:02 +0100
745      Branch: perl
746            ! pod/perldiag.pod pod/perlsec.pod
747 ____________________________________________________________________________
748 [  1235] By: gsar                                  on 1998/06/28  19:16:13
749         Log: Complex.pm update
750              From: Jarkko Hietaniemi <jhi@iki.fi>
751              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
752              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
753              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
754      Branch: perl
755            ! lib/Math/Complex.pm t/lib/complex.t
756 ____________________________________________________________________________
757 [  1234] By: gsar                                  on 1998/06/28  19:13:05
758         Log: disable perl malloc on UNICOS for now
759              From: Jarkko Hietaniemi <jhi@iki.fi>
760              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
761              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
762              Subject: [PATCH] 5.004_68: UNICOS hints
763      Branch: perl
764            ! hints/unicos.sh
765 ____________________________________________________________________________
766 [  1233] By: gsar                                  on 1998/06/28  19:10:53
767         Log: fixes unpack("q"...), and semctl() tests for UNICOS
768              From: Jarkko Hietaniemi <jhi@iki.fi>
769              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
770              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
771              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
772      Branch: perl
773            ! pp.c t/op/ipcsem.t t/op/pack.t
774 ____________________________________________________________________________
775 [  1232] By: gsar                                  on 1998/06/28  19:01:23
776         Log: tweak various places for iperlsys.h awareness
777      Branch: perl
778            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
779            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
780 ____________________________________________________________________________
781 [  1231] By: gsar                                  on 1998/06/28  18:37:07
782         Log: add a perlio.h stub for compat (some extensions seem to #include it)
783      Branch: perl
784            + perlio.h
785 ____________________________________________________________________________
786 [  1230] By: gsar                                  on 1998/06/28  18:35:23
787         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
788              Date: Wed, 24 Jun 1998 00:37:01 +0200
789              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
790              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
791      Branch: perl
792            ! pod/pod2text.PL
793 ____________________________________________________________________________
794 [  1229] By: gsar                                  on 1998/06/28  18:33:42
795         Log: hand apply mutiliated patch
796              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
797              Date: Tue, 23 Jun 1998 11:41:00 -0700
798              From: Dan Sugalski <sugalskd@osshe.edu>
799              Subject: [PATCH 5.004_68]Configure update for VMS
800      Branch: perl
801            ! configure.com vms/descrip_mms.template vms/subconfigure.com
802 ____________________________________________________________________________
803 [  1228] By: gsar                                  on 1998/06/28  17:17:35
804         Log: hand apply whitespace mutiliated patch
805              Date: Tue, 23 Jun 98 16:38:06 BST
806              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
807              From: Robin Barker <rmb1@cise.npl.co.uk>
808              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
809      Branch: perl
810            ! utils/perlbug.PL
811 ____________________________________________________________________________
812 [  1227] By: gsar                                  on 1998/06/28  17:14:34
813         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
814              From: Tom Phoenix <rootbeer@teleport.com>
815              Subject: [PATCH] documenting close without arguments
816              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
817      Branch: perl
818            ! pod/perlfunc.pod
819 ____________________________________________________________________________
820 [  1226] By: gsar                                  on 1998/06/28  17:12:56
821         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
822              From: Tom Phoenix <rootbeer@teleport.com>
823              Subject: Better diags for vars.pm
824              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
825      Branch: perl
826            ! lib/vars.pm
827 ____________________________________________________________________________
828 [  1225] By: gsar                                  on 1998/06/28  17:05:59
829         Log: hand apply whitespace mutiliated perldoc.PL patches
830              Date: Tue, 23 Jun 98 15:49:52 BST
831              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
832              From: Robin Barker <rmb1@cise.npl.co.uk>
833              Subject: PATCH [5.004_68] perldoc.PL
834              --
835              Date: Fri, 26 Jun 98 17:50:05 BST
836              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
837              From: Robin Barker <rmb1@cise.npl.co.uk>
838              Subject: [PATCH 5.004_68] perldoc.PL
839      Branch: perl
840            ! utils/perldoc.PL
841 ____________________________________________________________________________
842 [  1224] By: gsar                                  on 1998/06/28  16:50:59
843         Log: integrate ansiperl to get makedef.pl tweak
844      Branch: perl
845            ! Porting/pumpkin.pod win32/makedef.pl
846 ____________________________________________________________________________
847 [  1223] By: gsar                                  on 1998/06/28  16:33:32
848         Log: add CGI-2.42, its and testsuite
849      Branch: perl
850            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
851            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
852            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
853            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
854            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
855            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
856            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
857            ! lib/CGI/Switch.pm
858 ____________________________________________________________________________
859 [  1222] By: gsar                                  on 1998/06/28  15:28:29
860         Log: enable Errno build on win32, add Errno-1.08 files to repository
861      Branch: perl
862            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
863            + ext/Errno/Makefile.PL t/lib/errno.t
864            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
865            ! win32/config.vc win32/makefile.mk
866 ____________________________________________________________________________
867 [  1221] By: gsar                                  on 1998/06/28  14:34:06
868         Log: tweak win32 config templates for cpp
869      Branch: perl
870            ! win32/config.bc win32/config.gc win32/config.vc
871 ____________________________________________________________________________
872 [  1220] By: nick                                  on 1998/06/26  16:46:13
873         Log: Integrate mainline
874      Branch: ansiperl
875           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
876           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
877           !> util.c win32/win32.h
878 ____________________________________________________________________________
879 [  1219] By: gsar                                  on 1998/06/26  04:33:57
880         Log: make find_script() return saved string, reenable missing diagnostics
881      Branch: perl
882            ! perl.c util.c
883 ____________________________________________________________________________
884 [  1218] By: gsar                                  on 1998/06/25  23:24:53
885         Log: avoid warning with -P switch
886      Branch: perl
887            ! perl.c
888 ____________________________________________________________________________
889 [  1217] By: gsar                                  on 1998/06/25  22:06:58
890         Log: don't suppress display of Makefile recipes that invoke perl
891      Branch: perl
892            ! Makefile.SH
893 ____________________________________________________________________________
894 [  1216] By: gsar                                  on 1998/06/25  21:32:06
895         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
896              in RVs
897      Branch: perl
898            ! sv.c
899 ____________________________________________________________________________
900 [  1215] By: gsar                                  on 1998/06/25  18:56:59
901         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
902      Branch: perl
903            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
904 ____________________________________________________________________________
905 [  1214] By: gsar                                  on 1998/06/25  18:11:22
906         Log: add FILE_SHARE_DELETE ifndef in win32.h
907      Branch: perl
908            ! win32/win32.h
909 ____________________________________________________________________________
910 [  1213] By: nick                                  on 1998/06/24  17:18:59
911         Log: Correct perl malloc tweak to .def generation
912      Branch: ansiperl
913            ! win32/makedef.pl
914 ____________________________________________________________________________
915 [  1212] By: gsar                                  on 1998/06/24  12:40:13
916         Log: check in what change#1182 didn't, and Changes
917      Branch: perl
918            ! Changes pod/perlre.pod pod/perlvar.pod
919 ____________________________________________________________________________
920 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
921         Log: Update test count in t/lib/basename.t (see change 1210)
922      Branch: maint-5.004/perl
923            ! t/lib/basename.t
924 ____________________________________________________________________________
925 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
926         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
927              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
928              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
929              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
930              <199805261143.MAA04260@toad.ig.co.uk>,
931              <199805261235.IAA10371@aatma.engin.umich.edu>,
932              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
933              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
934              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
935      Branch: maint-5.004/perl
936            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
937            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
938            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
939 ____________________________________________________________________________
940 [  1209] By: nick                                  on 1998/06/23  21:33:34
941         Log: Perl_malloced_size() only available with perl's malloc
942      Branch: ansiperl
943            ! win32/makefile.mk
944 ____________________________________________________________________________
945 [  1208] By: nick                                  on 1998/06/23  18:15:23
946         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
947              so see what has changed...
948      Branch: ansiperl
949           +> Porting/genlog iperlsys.h lib/File/Spec.pm
950           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
951           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
952           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
953           +> t/lib/filespec.t win32/perlhost.h
954            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
955            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
956            - perlproc.h perlsock.h
957           !> (integrate 96 files)
958
959 ----------------
960 Version 5.004_68
961 ----------------
962
963 ____________________________________________________________________________
964 [  1207] By: gsar                                  on 1998/06/23  10:55:05
965         Log: final touches to 5.004_68
966      Branch: perl
967            ! perl.c
968 ____________________________________________________________________________
969 [  1206] By: gsar                                  on 1998/06/23  10:50:10
970         Log: more MULTIPLICITY tweaks
971      Branch: perl
972            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
973            ! win32/config.gc win32/config.vc win32/config_H.bc
974            ! win32/config_H.gc win32/config_H.vc
975 ____________________________________________________________________________
976 [  1205] By: gsar                                  on 1998/06/23  09:03:46
977         Log: partial MULTIPLICITY cleanup
978      Branch: perl
979            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
980            ! thrdvar.h
981 ____________________________________________________________________________
982 [  1204] By: gsar                                  on 1998/06/23  09:00:48
983         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
984      Branch: perl
985            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
986 ____________________________________________________________________________
987 [  1203] By: gsar                                  on 1998/06/23  07:08:02
988         Log: bump patchlevel to 68, Porting/makerel tweaks
989      Branch: perl
990            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
991            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
992 ____________________________________________________________________________
993 [  1202] By: gsar                                  on 1998/06/23  06:16:19
994         Log: remove atomic.h pending resolution of licensing issues,
995              EMULATE_ATOMIC_REFCOUNTS everywhere
996      Branch: perl
997            - atomic.h
998            ! MANIFEST perl.h sv.h
999 ____________________________________________________________________________
1000 [  1201] By: gsar                                  on 1998/06/23  06:06:23
1001         Log: applied patch, regen headers
1002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1003              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
1004              Subject: [PATCH 5.004_67] Malloc size feedback
1005              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
1006      Branch: perl
1007            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
1008            ! pp_sys.c proto.h sv.c toke.c
1009 ____________________________________________________________________________
1010 [  1200] By: gsar                                  on 1998/06/23  05:59:09
1011         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
1012              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
1013              From: Stephen McCamant <alias@mcs.com>
1014              Subject: [PATCH] Inheritance of B:: classes
1015      Branch: perl
1016            ! ext/B/B.pm
1017 ____________________________________________________________________________
1018 [  1199] By: gsar                                  on 1998/06/23  05:57:58
1019         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
1020              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
1021              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
1022              Subject: [PATCH] _67: somebody said POSIX::mknod?
1023              From: Jarkko Hietaniemi <jhi@iki.fi>
1024      Branch: perl
1025            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1026            ! ext/POSIX/POSIX.xs perl.h
1027 ____________________________________________________________________________
1028 [  1198] By: gsar                                  on 1998/06/23  05:48:56
1029         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
1030              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1031              Subject: PATCH [5.004_67] perldoc.PL
1032              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
1033      Branch: perl
1034            ! utils/perldoc.PL
1035 ____________________________________________________________________________
1036 [  1197] By: gsar                                  on 1998/06/23  05:47:24
1037         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
1038              Date: Mon, 22 Jun 1998 09:29:18 -0700
1039              From: Dan Sugalski <sugalskd@ous.edu>
1040              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
1041      Branch: perl
1042            ! lib/AutoSplit.pm
1043 ____________________________________________________________________________
1044 [  1196] By: gsar                                  on 1998/06/23  05:45:19
1045         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
1046              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
1047              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
1048              From: Jarkko Hietaniemi <jhi@iki.fi>
1049      Branch: perl
1050            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
1051 ____________________________________________________________________________
1052 [  1195] By: gsar                                  on 1998/06/23  05:43:32
1053         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
1054              Date: Mon, 22 Jun 1998 15:22:24 +0000
1055              From: Dominic Dunlop <domo@vo.lu>
1056              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
1057              update machten.sh to vary REG_INFTY
1058      Branch: perl
1059            ! hints/machten.sh t/op/re_tests t/op/regexp.t
1060 ____________________________________________________________________________
1061 [  1194] By: gsar                                  on 1998/06/23  05:38:36
1062         Log: filter out array subscripts when generating symbols for AIX
1063              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
1064              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
1065              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
1066              From: Jarkko Hietaniemi <jhi@iki.fi>
1067      Branch: perl
1068            ! perl_exp.SH
1069 ____________________________________________________________________________
1070 [  1193] By: gsar                                  on 1998/06/23  05:32:52
1071         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
1072              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
1073              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
1074              From: Lupe Christoph <lupe@alanya.m.isar.de>
1075              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
1076      Branch: perl
1077            ! hints/solaris_2.sh
1078 ____________________________________________________________________________
1079 [  1192] By: gsar                                  on 1998/06/23  05:27:13
1080         Log: add detailed changelogs and 'genlog'--the script which generates them
1081      Branch: perl
1082            + Porting/genlog
1083            ! Changes INSTALL
1084 ____________________________________________________________________________
1085 [  1191] By: gsar                                  on 1998/06/22  15:56:27
1086         Log: tweak win32 makefiles for PERL_OBJECT build
1087      Branch: perl
1088            ! win32/Makefile win32/makefile.mk
1089 ____________________________________________________________________________
1090 [  1190] By: gsar                                  on 1998/06/22  04:06:02
1091         Log: backout change#1178 as it was dependent on an unapplied patch,
1092              fix filespec.t to know its @INC
1093      Branch: perl
1094            ! sv.c t/lib/filespec.t
1095 ____________________________________________________________________________
1096 [  1189] By: gsar                                  on 1998/06/22  03:47:43
1097         Log: eliminate use of tokenbuf in util.c
1098      Branch: perl
1099            ! util.c
1100 ____________________________________________________________________________
1101 [  1188] By: gsar                                  on 1998/06/22  01:53:59
1102         Log: add patch that generates regnodes.h via regcomp.pl
1103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1104              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
1105              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
1106              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
1107      Branch: perl
1108            + regcomp.pl regcomp.sym regnodes.h
1109            ! MANIFEST Makefile.SH regcomp.h
1110 ____________________________________________________________________________
1111 [  1187] By: gsar                                  on 1998/06/22  01:42:21
1112         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1113              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
1114              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
1115              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
1116      Branch: perl
1117            ! pp_ctl.c pp_hot.c
1118 ____________________________________________________________________________
1119 [  1186] By: gsar                                  on 1998/06/22  01:14:14
1120         Log: merge relevant portions from maintbranch change#1155
1121      Branch: perl
1122            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
1123            ! pod/perlrun.pod pp_hot.c
1124 ____________________________________________________________________________
1125 [  1185] By: gsar                                  on 1998/06/22  00:59:28
1126         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1127              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
1128              Subject: [PATCH 5.004_67] Zero-length matching bug
1129              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
1130      Branch: perl
1131            ! regexec.c t/op/pat.t
1132 ____________________________________________________________________________
1133 [  1184] By: gsar                                  on 1998/06/22  00:57:27
1134         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
1135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1136              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
1137              Subject: Re: _67 not okay
1138              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
1139      Branch: perl
1140            ! malloc.c
1141 ____________________________________________________________________________
1142 [  1183] By: gsar                                  on 1998/06/22  00:53:37
1143         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1144              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
1145              Subject: [PATCH 5.004_67] Test study/re/
1146              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
1147      Branch: perl
1148            ! t/op/pat.t
1149 ____________________________________________________________________________
1150 [  1182] By: gsar                                  on 1998/06/21  21:25:07
1151         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1152              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
1153              Subject: [PATCH 5.004_67] $^R documented
1154              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
1155      Branch: perl
1156            ! pod/perlre.pod pod/perlvar.pod
1157 ____________________________________________________________________________
1158 [  1181] By: gsar                                  on 1998/06/21  21:23:41
1159         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1160              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
1161              Subject: [PATCH 5.004_67] Re docs
1162              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
1163      Branch: perl
1164            ! pod/perlop.pod pod/perlre.pod
1165 ____________________________________________________________________________
1166 [  1180] By: gsar                                  on 1998/06/21  21:22:16
1167         Log: adapted contents of message into comments in malloc.c and INSTALL
1168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1169              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
1170              Subject: [5.004_67] malloc.c -Defines
1171              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
1172      Branch: perl
1173            ! INSTALL malloc.c
1174 ____________________________________________________________________________
1175 [  1179] By: gsar                                  on 1998/06/21  07:26:35
1176         Log: applied patch, with edits to the prose
1177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1178              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
1179              Subject: [PATCH 5.004_67] Error variables compared
1180              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
1181      Branch: perl
1182            ! pod/perlvar.pod
1183 ____________________________________________________________________________
1184 [  1178] By: gsar                                  on 1998/06/21  07:07:16
1185         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1186              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
1187              Subject: [PATCH 5.004_67] print study /re/ broken
1188              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
1189      Branch: perl
1190            ! sv.c
1191 ____________________________________________________________________________
1192 [  1177] By: gsar                                  on 1998/06/21  07:06:10
1193         Log: applied patch, tweaked wording
1194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1195              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
1196              Subject: [PATCH 5.004_67] Documentation patch for malloc
1197              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
1198      Branch: perl
1199            ! malloc.c pod/perldiag.pod
1200 ____________________________________________________________________________
1201 [  1176] By: gsar                                  on 1998/06/21  07:00:30
1202         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1203              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
1204              Subject: [PATCH 5.004_67] Cosmetic malloc patch
1205              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
1206      Branch: perl
1207            ! malloc.c
1208 ____________________________________________________________________________
1209 [  1175] By: gsar                                  on 1998/06/21  06:58:37
1210         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
1211              Date: Fri, 19 Jun 1998 16:00:57 -0700
1212              From: Dan Sugalski <sugalskd@osshe.edu>
1213              Subject: [PATCH 5.004_67] fixup patches for VMS
1214      Branch: perl
1215            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
1216            ! t/op/taint.t vms/test.com vms/vms.c
1217 ____________________________________________________________________________
1218 [  1174] By: gsar                                  on 1998/06/21  06:55:18
1219         Log: applied VMS patch from Dan Sugalski
1220              Date: Fri, 19 Jun 1998 15:36:34 -0700
1221              From: SYSTEM@cedar.osshe.edu
1222              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
1223              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
1224      Branch: perl
1225            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
1226            ! vms/descrip_mms.template vms/gen_shrfls.pl
1227            ! vms/subconfigure.com
1228 ____________________________________________________________________________
1229 [  1173] By: gsar                                  on 1998/06/21  06:51:38
1230         Log: applied patch, modified logic to avoid reentering lexer at compile-time
1231              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
1232              Date: Fri, 19 Jun 1998 11:31:04 -0500
1233              From: Graham Barr <gbarr@ti.com>
1234              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
1235      Branch: perl
1236            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
1237            ! lib/English.pm
1238 ____________________________________________________________________________
1239 [  1172] By: gsar                                  on 1998/06/21  06:27:57
1240         Log: applied patch, along with many changes:
1241              - ipfoo.h headers have been coalesced along with perlfoo.h into
1242              iperlsys.h
1243              - win32/cp*.h have been combined in perlhost.h
1244              - CPerlObj::PerlParse() takes an extra xsinit arg
1245              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
1246              From: "Douglas Lankshear" <dougl@ActiveState.com>
1247              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
1248              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
1249              Date: Fri, 19 Jun 1998 10:59:50 -0700
1250      Branch: perl
1251            + iperlsys.h win32/perlhost.h
1252            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
1253            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
1254            - perlsock.h
1255            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
1256            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
1257            ! win32/runperl.c win32/win32.h
1258 ____________________________________________________________________________
1259 [  1171] By: gsar                                  on 1998/06/21  00:44:42
1260         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
1261              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1262              Subject: Re: PATCH _67 (Doc) perlop.pod 
1263              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
1264      Branch: perl
1265            ! pod/perlop.pod
1266 ____________________________________________________________________________
1267 [  1170] By: gsar                                  on 1998/06/21  00:43:06
1268         Log: a tweaked version of:
1269              From: "Douglas Lankshear" <dougl@ActiveState.com>
1270              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
1271              Date: Wed, 17 Jun 1998 20:25:51 -0700
1272              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
1273      Branch: perl
1274            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
1275 ____________________________________________________________________________
1276 [  1169] By: gsar                                  on 1998/06/21  00:10:18
1277         Log: added patch, regen headers
1278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1279              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
1280              Subject: Re: Ilya's patches
1281              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
1282      Branch: perl
1283            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
1284 ____________________________________________________________________________
1285 [  1168] By: gsar                                  on 1998/06/21  00:05:01
1286         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
1287              From: Tom Phoenix <rootbeer@teleport.com>
1288              Subject: [PATCH] docs creating files via open
1289              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
1290      Branch: perl
1291            ! pod/perlfunc.pod
1292 ____________________________________________________________________________
1293 [  1167] By: gsar                                  on 1998/06/21  00:03:34
1294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1295              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
1296              Subject: [PATCH 5.004_67] Better version of malloc improver
1297              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
1298      Branch: perl
1299            ! malloc.c
1300 ____________________________________________________________________________
1301 [  1166] By: gsar                                  on 1998/06/20  23:59:23
1302         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
1303      Branch: perl
1304            ! pod/perlre.pod
1305 ____________________________________________________________________________
1306 [  1165] By: gsar                                  on 1998/06/20  23:47:09
1307         Log: added patch, tweaked missed files, excised comment that doesn't really
1308              belong in the sources
1309              From: joshua.pritikin@db.com
1310              Date: Mon, 15 Jun 1998 10:03:37 -0400
1311              Message-Id: <H00000e500072c63@MHS>
1312              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
1313      Branch: perl
1314            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
1315            ! t/op/avhv.t
1316 ____________________________________________________________________________
1317 [  1164] By: gsar                                  on 1998/06/20  23:29:09
1318         Log: add File-Spec-0.6 from CPAN
1319      Branch: perl
1320            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1321            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1322            + lib/File/Spec/Win32.pm t/lib/filespec.t
1323            ! MANIFEST
1324 ____________________________________________________________________________
1325 [  1163] By: gsar                                  on 1998/06/20  23:15:41
1326         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
1327      Branch: perl
1328            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
1329 ____________________________________________________________________________
1330 [  1162] By: gsar                                  on 1998/06/20  21:48:32
1331         Log: manual integration of all outstanding ansi branch stuff into mainline
1332      Branch: perl
1333            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
1334            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
1335            ! win32/win32.h
1336 ____________________________________________________________________________
1337 [  1161] By: gsar                                  on 1998/06/20  21:12:01
1338         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
1339      Branch: perl
1340            ! utils/perldoc.PL
1341 ____________________________________________________________________________
1342 [  1160] By: nick                                  on 1998/06/20  21:05:51
1343         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
1344      Branch: ansiperl
1345            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
1346            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
1347 ____________________________________________________________________________
1348 [  1159] By: gsar                                  on 1998/06/20  02:51:35
1349         Log: cleanup installation of utilities on win32
1350      Branch: perl
1351            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
1352            ! win32/pod.mak
1353 ____________________________________________________________________________
1354 [  1158] By: gsar                                  on 1998/06/20  02:50:35
1355         Log: intuit @INC pathnames from exe location only if dll location
1356              is unknown (ensures that multiple executables will coexist)
1357      Branch: perl
1358            ! win32/win32.c
1359 ____________________________________________________________________________
1360 [  1157] By: gsar                                  on 1998/06/20  02:48:34
1361         Log: make perldoc ignore null files (it tried to open() them)
1362      Branch: perl
1363            ! utils/perldoc.PL
1364 ____________________________________________________________________________
1365 [  1156] By: gsar                                  on 1998/06/19  21:18:47
1366         Log: fix perldoc to ignore unfound null filenames
1367      Branch: perl
1368            ! utils/perldoc.PL
1369 ____________________________________________________________________________
1370 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
1371         Log: Assorted patches:
1372              
1373              ------  BUILD PROCESS  ------
1374              
1375              Title:  "Clarify varargs issues in INSTALL docs"
1376              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1377              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
1378              Files:  INSTALL
1379              
1380              ------  CORE LANGUAGE  ------
1381              
1382              Title:  "Further fixes for updated SysV IPC support"
1383              From:  Jarkko Hietaniemi <jhi@iki.fi>
1384              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
1385              Files:  Configure perl.h doio.c
1386              
1387              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
1388              From:  Andrew Bettison <andrewb@zip.com.au>
1389              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
1390              Files:  pp_hot.c
1391              
1392              Title:  "Invalidate method cache on C<local *subname>"
1393              From:  Chip Salzenberg <chip@perl.org>
1394              Msg-ID:  <19980604134731.D24343@perlsupport.com>
1395              Files:  scope.c t/op/method.t
1396              
1397              Title:  "fix uninitialized cv variable in op.c"
1398              From:  joshua.pritikin@db.com
1399              Msg-ID:  <H00000e50005af05@MHS>
1400              Files:  op.c
1401              
1402              Title:  "fix for undef as last arg to setsockopt"
1403              From:  Graham Barr <gbarr@ti.com>
1404              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
1405              Files:  pp_sys.c
1406              
1407              Title:  "Fix -i when @ARGV is empty"
1408              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
1409              <gsar@engin.umich.edu>, Ilya Zakharevich
1410              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
1411              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
1412              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
1413              <199806071817.OAA28141@aatma.engin.umich.edu>,
1414              <199806191549.QAA16376@toad.ig.co.uk>
1415              Files:  pp_hot.c
1416              
1417              ------  DOCUMENTATION  ------
1418              
1419              Title:  "Discrepancy between perlop.pod and m// operator docs"
1420              From:  Tom Phoenix <rootbeer@teleport.com>
1421              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
1422              Files:  pod/perlop.pod
1423              
1424              Title:  "Doc addition for perlfunc entry for system()"
1425              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
1426              <fletch@phydeaux.org>
1427              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
1428              <199806012057.QAA26830@monk.mps.ohio-state.edu>
1429              Files:  pod/perlfunc.pod
1430              
1431              Title:  "Clarify effects of using quotes with m operator"
1432              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
1433              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
1434              Files:  pod/perlop.pod
1435              
1436              Title:  "Document -i with STDIN"
1437              From:  joshua.pritikin@db.com
1438              Msg-ID:  <H00000e50006a84a@MHS>
1439              Files:  pod/perlrun.pod
1440              
1441              ------  EXTENSIONS  ------
1442              
1443              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
1444              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1445              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
1446              Files:  lib/ExtUtils/Liblist.pm
1447              
1448              ------  LIBRARY  ------
1449              
1450              Title:  "Typo fix for Math::BogFloat"
1451              From:  Mike Stok <mike@stok.co.uk>
1452              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
1453              Files:  lib/Math/BigFloat.pm
1454              
1455              ------  PORTABILITY - GENERAL  ------
1456              
1457              Title:  "Add docs about types of diff to Porting/patching.pod"
1458              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1459              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
1460              Files:  Porting/patching.pod
1461              
1462              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
1463              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
1464              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
1465              Files:  hints/powerux.sh
1466              
1467              Title:  "Assorted improvements to hints/solaris_2.sh"
1468              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1469              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
1470              Files:  hints/solaris_2.sh
1471      Branch: maint-5.004/perl
1472            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
1473            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
1474            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
1475            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
1476            ! t/op/method.t
1477 ____________________________________________________________________________
1478 [  1154] By: gsar                                  on 1998/06/19  17:22:23
1479         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
1480      Branch: perl
1481            ! ext/B/B/Asmdata.pm regcomp.c
1482 ____________________________________________________________________________
1483 [  1153] By: nick                                  on 1998/06/19  17:21:21
1484         Log: Use libxxx.a for -lxxx with GCC
1485      Branch: ansiperl
1486            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
1487            ! win32/makefile.mk
1488 ____________________________________________________________________________
1489 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
1490         Log: Title:  Tom's jumbo doc patch
1491              From:   Tom Christiansen <tchrist@chthon.perl.com>
1492              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
1493              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1494              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1495              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1496              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1497              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1498              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1499              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1500              pod/perlop.pod pod/perlre.pod pod/perlref.pod
1501              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
1502              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
1503              pod/perlvar.pod
1504      Branch: maint-5.004/perl
1505            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1506            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1507            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1508            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1509            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1510            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1511            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1512            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
1513            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
1514            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
1515 ____________________________________________________________________________
1516 [  1151] By: nick                                  on 1998/06/19  15:38:28
1517         Log: Resolve latest
1518      Branch: ansiperl
1519           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
1520           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
1521           !> sv.c t/TEST
1522 ____________________________________________________________________________
1523 [  1150] By: gsar                                  on 1998/06/18  20:43:07
1524         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
1525              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
1526              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1527              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
1528      Branch: perl
1529            ! hints/powerux.sh
1530 ____________________________________________________________________________
1531 [  1149] By: gsar                                  on 1998/06/18  20:41:30
1532         Log: hand apply whitespace-mutiliated patch
1533              From: joshua.pritikin@db.com
1534              Date: Mon, 15 Jun 1998 09:21:36 -0400
1535              Message-Id: <H00000e50007289b@MHS>
1536              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
1537      Branch: perl
1538            ! av.c
1539 ____________________________________________________________________________
1540 [  1148] By: gsar                                  on 1998/06/18  20:33:59
1541         Log: hand apply whitespace-mutiliated and reversed patch
1542              Date: Tue, 16 Jun 1998 16:31:40 -0400
1543              From: Les Peters <lpeters@aol.net>
1544              Message-Id: <199806162031.QAA08202@ds9>
1545              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
1546      Branch: perl
1547            ! ext/Socket/Socket.xs
1548 ____________________________________________________________________________
1549 [  1147] By: gsar                                  on 1998/06/18  20:26:59
1550         Log: close child pipe in t/TEST, other cosmetic tweaks
1551      Branch: perl
1552            ! t/TEST
1553 ____________________________________________________________________________
1554 [  1146] By: gsar                                  on 1998/06/18  19:37:41
1555         Log: back out problematic change#1105, tweak perlsub.pod
1556      Branch: perl
1557            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
1558            ! pp_ctl.c proto.h sv.c
1559 ____________________________________________________________________________
1560 [  1145] By: nick                                  on 1998/06/18  19:31:07
1561         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
1562      Branch: ansiperl
1563           +> configure.com ext/DB_File/dbinfo
1564           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
1565           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
1566           +> vms/subconfigure.com
1567            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
1568            - vms/fndvers.com
1569           !> (integrate 499 files)
1570 ____________________________________________________________________________
1571 [  1144] By: gsar                                  on 1998/06/18  16:35:11
1572         Log: fix spurious cxstack_max init that trampled memory
1573      Branch: perl
1574            ! perl.c
1575 ____________________________________________________________________________
1576 [  1143] By: gsar                                  on 1998/06/18  16:33:01
1577         Log: fix memory leaks and uninitialized memory accesses found by Purify
1578      Branch: perl
1579            ! doio.c perl.c regexec.c sv.c
1580 ____________________________________________________________________________
1581 [  1142] By: gsar                                  on 1998/06/18  16:28:48
1582         Log: fix off-by-one that trampled memory in re_croak2()
1583      Branch: perl
1584            ! regcomp.c
1585 ____________________________________________________________________________
1586 [  1141] By: gsar                                  on 1998/06/18  16:26:59
1587         Log: fix AutoLoader to do the right thing when there are relative paths
1588              in @INC
1589      Branch: perl
1590            ! lib/AutoLoader.pm
1591 ____________________________________________________________________________
1592 [  1140] By: gsar                                  on 1998/06/18  16:22:47
1593         Log: fix Makefile.SH typo
1594      Branch: perl
1595            ! Makefile.SH
1596 ____________________________________________________________________________
1597 [  1139] By: gsar                                  on 1998/06/17  18:06:16
1598         Log: 5.004_67 niggles
1599      Branch: perl
1600            ! Makefile.SH op.c
1601
1602 ----------------
1603 Version 5.004_67
1604 ----------------
1605
1606 ____________________________________________________________________________
1607 [  1138] By: gsar                                  on 1998/06/15  10:09:27
1608         Log: up patchlevel.h to 67, other small tweaks
1609      Branch: perl
1610            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
1611            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1612            ! win32/config_H.vc win32/makefile.mk
1613 ____________________________________________________________________________
1614 [  1137] By: gsar                                  on 1998/06/15  09:08:57
1615         Log: tweaks to get PERL_OBJECT building again; passes tests
1616      Branch: perl
1617            ! ObjXSub.h objpp.h proto.h
1618 ____________________________________________________________________________
1619 [  1136] By: gsar                                  on 1998/06/15  08:51:54
1620         Log: back out previous change (it breaks PERL_OBJECT)
1621      Branch: perl
1622            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
1623            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
1624            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
1625 ____________________________________________________________________________
1626 [  1135] By: gsar                                  on 1998/06/15  05:32:01
1627         Log: added patch, fixed typo, reworked documentation
1628              Message-Id: <H00000e500071aa3@MHS>
1629              Date:    Sun, 14 Jun 1998 14:03:15 EDT
1630              From:    joshua.pritikin@db.com
1631              Subject: [PATCH 5.004_66] JMPENV!
1632      Branch: perl
1633            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
1634            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
1635            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
1636 ____________________________________________________________________________
1637 [  1134] By: gsar                                  on 1998/06/15  04:07:18
1638         Log: various win32 odds and ends
1639              - added support for waitpid(), open2/open3, and a bugfix for kill()
1640              from Ronald Schmidt <RonaldWS@aol.com>
1641              - tweak testsuite mods of above
1642              - regenerate win32/config_H.?c
1643              - change kill() to win32_kill() and export it
1644              - coalesce common code in win32.c
1645              - add PerlProc_waitpid() and export win32_waitpid()
1646              result builds and passes on the three win32 compilers
1647      Branch: perl
1648            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
1649            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
1650            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1651            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
1652            ! win32/win32.c win32/win32iop.h
1653 ____________________________________________________________________________
1654 [  1133] By: gsar                                  on 1998/06/15  01:39:13
1655         Log: newer Getopt/Long.pm from public distribution cited in:
1656              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
1657              Date:    14 Jun 1998 15:15:28 +0200
1658              From:    Johan Vromans <jvromans@squirrel.nl>
1659              Subject: Getopt::Long version 2.17 released
1660      Branch: perl
1661            ! lib/Getopt/Long.pm
1662 ____________________________________________________________________________
1663 [  1132] By: gsar                                  on 1998/06/15  01:37:12
1664         Log: documentation update from tchrist
1665              Message-Id: <199806140419.WAA20549@chthon.perl.com>
1666              Date:    Sat, 13 Jun 1998 22:19:32 MDT
1667              From:    Tom Christiansen <tchrist@chthon.perl.com>
1668              Subject: doc patches
1669      Branch: perl
1670            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1671            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1672            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1673            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1674            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1675            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1676            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1677            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
1678            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
1679            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
1680 ____________________________________________________________________________
1681 [  1131] By: gsar                                  on 1998/06/14  19:33:36
1682         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
1683              From: Roderick Schertler <roderick@argon.org>
1684              Subject: [PATCH] Re: Exceptions in IPC::Open2
1685              Date: 12 Jun 1998 13:24:15 -0400
1686      Branch: perl
1687            ! lib/IPC/Open3.pm
1688 ____________________________________________________________________________
1689 [  1130] By: gsar                                  on 1998/06/14  19:32:25
1690         Log: fixup MANIFEST
1691      Branch: perl
1692            ! MANIFEST
1693 ____________________________________________________________________________
1694 [  1129] By: gsar                                  on 1998/06/14  18:51:53
1695         Log: various win32 fixes
1696              - fixes that silence VC noises about dup exports, non-default libs, and
1697              unsupported *.def file directives
1698              - s/inplace/inplace_label/ malloc.c
1699              - update Config{usemymalloc} based on d_mymalloc
1700              - export Perl_*Vars
1701              - fix makefiles to not build miniperl.exe twice, and to make it properly
1702              when defaults are changed
1703      Branch: perl
1704            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
1705            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
1706            ! win32/makefile.mk win32/perllib.c win32/win32.h
1707 ____________________________________________________________________________
1708 [  1128] By: gsar                                  on 1998/06/14  01:38:39
1709         Log: remove unused global `scrgv'
1710      Branch: perl
1711            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
1712 ____________________________________________________________________________
1713 [  1127] By: nick                                  on 1998/06/13  08:39:07
1714         Log: Move specialsv_list to embed.sym, regen embed*.h
1715      Branch: win32/perl
1716            ! embed.h embedvar.h global.sym interp.sym
1717 ____________________________________________________________________________
1718 [  1126] By: gsar                                  on 1998/06/12  07:23:06
1719         Log: From: jan.dubois@ibm.net (Jan Dubois)
1720              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
1721              Date: Thu, 11 Jun 1998 21:13:31 +0200
1722              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
1723      Branch: perl
1724            ! win32/makedef.pl win32/win32.c win32/win32iop.h
1725 ____________________________________________________________________________
1726 [  1125] By: gsar                                  on 1998/06/12  07:21:29
1727         Log: added patch, undo earlier workaround
1728              From: jan.dubois@ibm.net (Jan Dubois)
1729              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
1730              Date: Thu, 11 Jun 1998 20:28:36 +0200
1731              Message-ID: <35831f69.4975644@smtp1.ibm.net>
1732      Branch: perl
1733            ! perl.c util.c
1734 ____________________________________________________________________________
1735 [  1124] By: gsar                                  on 1998/06/12  07:16:12
1736         Log: hand-applied patch with wrapped lines
1737              From: "Douglas Lankshear" <dougl@ActiveState.com>
1738              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
1739              Date: Thu, 11 Jun 1998 11:06:33 -0700
1740              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
1741      Branch: perl
1742            ! win32/win32.c
1743 ____________________________________________________________________________
1744 [  1123] By: gsar                                  on 1998/06/12  07:07:25
1745         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
1746              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1747              Subject: [PATCH 5.004_66] Config_66-01-02.diff
1748              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
1749      Branch: perl
1750            ! Configure
1751 ____________________________________________________________________________
1752 [  1122] By: gsar                                  on 1998/06/12  07:06:02
1753         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
1754              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
1755              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1756              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
1757      Branch: perl
1758            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
1759            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
1760            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
1761            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
1762 ____________________________________________________________________________
1763 [  1121] By: gsar                                  on 1998/06/12  07:01:20
1764         Log: a tweaked version of:
1765              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
1766              Date: Fri, 12 Jun 1998 01:26:53 +0200
1767              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1768              Subject: Re: Misparsing s///x
1769      Branch: perl
1770            ! pod/perlre.pod
1771 ____________________________________________________________________________
1772 [  1120] By: gsar                                  on 1998/06/12  06:51:08
1773         Log: applied patch, with indentation tweaks
1774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1775              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
1776              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
1777              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
1778      Branch: perl
1779            ! regcomp.c regcomp.h regexec.c
1780 ____________________________________________________________________________
1781 [  1119] By: gsar                                  on 1998/06/11  17:42:07
1782         Log: make REG_INFTY default to something saner when sizeof(short) > 2
1783              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
1784              Date:    Thu, 11 Jun 1998 11:50:07 EDT
1785              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
1786              Subject: Re: [PATCH for tests] Regexp fails on long string 
1787      Branch: perl
1788            ! regcomp.h
1789 ____________________________________________________________________________
1790 [  1118] By: gsar                                  on 1998/06/11  07:09:06
1791         Log: regen embedvar.h
1792      Branch: perl
1793            ! embedvar.h
1794 ____________________________________________________________________________
1795 [  1117] By: gsar                                  on 1998/06/11  06:45:52
1796         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1797              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
1798              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
1799              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
1800      Branch: perl
1801            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
1802            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
1803 ____________________________________________________________________________
1804 [  1116] By: gsar                                  on 1998/06/11  06:35:54
1805         Log: misc win32 fixes
1806              From: "Douglas Lankshear" <dougl@ActiveState.com>
1807              Subject: [PATCH 5.004_66]
1808              Date: Wed, 10 Jun 1998 11:28:27 -0700
1809              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
1810      Branch: perl
1811            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
1812 ____________________________________________________________________________
1813 [  1115] By: gsar                                  on 1998/06/11  06:33:21
1814         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
1815              Date: Wed, 10 Jun 1998 00:53:25 +0200
1816              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1817              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
1818      Branch: perl
1819            ! Makefile.SH
1820 ____________________________________________________________________________
1821 [  1114] By: gsar                                  on 1998/06/11  06:31:34
1822         Log: back out change#1111 and add alternative patch:
1823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1824              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
1825              Subject: Re: PATCH for study/foo/
1826              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
1827      Branch: perl
1828            ! pp.c sv.c
1829 ____________________________________________________________________________
1830 [  1113] By: gsar                                  on 1998/06/11  02:59:23
1831         Log: fix outdated bytecode.pl
1832      Branch: perl
1833            ! bytecode.h bytecode.pl byterun.c byterun.h
1834 ____________________________________________________________________________
1835 [  1112] By: gsar                                  on 1998/06/10  07:56:06
1836         Log: Added patch, regenerated perly.c and perly.c.diff
1837              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
1838              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
1839              From: Stephen McCamant <alias@mcs.com>
1840              Subject: [PATCH] too many RV2GVs in *foo{THING}
1841      Branch: perl
1842            ! perly.c perly.c.diff perly.y t/op/gv.t
1843 ____________________________________________________________________________
1844 [  1111] By: gsar                                  on 1998/06/10  07:40:30
1845         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1846              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
1847              Subject: Re: PATCH for study/foo/
1848              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
1849      Branch: perl
1850            ! pp.c
1851 ____________________________________________________________________________
1852 [  1110] By: gsar                                  on 1998/06/10  07:37:04
1853         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1854              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
1855              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
1856              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
1857      Branch: perl
1858            ! pod/perldebug.pod
1859 ____________________________________________________________________________
1860 [  1109] By: gsar                                  on 1998/06/10  07:35:29
1861         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1862              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
1863              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
1864              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
1865      Branch: perl
1866            ! regcomp.h
1867 ____________________________________________________________________________
1868 [  1108] By: gsar                                  on 1998/06/10  07:31:25
1869         Log: Added patch, tweaked other places affected by name change
1870              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
1871              Date: Wed, 10 Jun 1998 00:54:17 +0200
1872              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1873              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
1874      Branch: perl
1875           +> ext/DynaLoader/DynaLoader_pm.PL
1876            - ext/DynaLoader/DynaLoader.pm.PL
1877            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
1878            ! win32/makefile.mk
1879 ____________________________________________________________________________
1880 [  1107] By: gsar                                  on 1998/06/10  07:24:20
1881         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
1882              Date: Wed, 10 Jun 1998 00:53:42 +0200
1883              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1884              Subject: [PATCH for _66] new version of README.dos
1885      Branch: perl
1886            ! README.dos
1887 ____________________________________________________________________________
1888 [  1106] By: gsar                                  on 1998/06/10  07:22:31
1889         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
1890              Date: Wed, 10 Jun 1998 00:54:04 +0200
1891              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1892              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
1893      Branch: perl
1894            ! t/op/taint.t
1895 ____________________________________________________________________________
1896 [  1105] By: gsar                                  on 1998/06/10  07:21:21
1897         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
1898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1899              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
1900              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
1901              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
1902      Branch: perl
1903            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
1904            ! perlvars.h pp_ctl.c proto.h sv.c
1905 ____________________________________________________________________________
1906 [  1104] By: gsar                                  on 1998/06/10  07:06:01
1907         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1908              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
1909              Subject: Lost chunk of RE jumbo patch
1910              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
1911      Branch: perl
1912            + t/op/regexp_noamp.t
1913 ____________________________________________________________________________
1914 [  1103] By: gsar                                  on 1998/06/10  07:04:20
1915         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1916              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
1917              Subject: [PATCH 5.004_66] Combined OS/2 support
1918              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
1919      Branch: perl
1920            ! os2/Changes os2/diff.configure os2/os2.c
1921 ____________________________________________________________________________
1922 [  1102] By: gsar                                  on 1998/06/10  07:00:08
1923         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
1924              Date:    Fri, 13 Mar 1998 20:03:52 EST
1925              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1926              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
1927      Branch: perl
1928            ! lib/Pod/Html.pm
1929 ____________________________________________________________________________
1930 [  1101] By: gsar                                  on 1998/06/10  06:55:20
1931         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1932              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
1933              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
1934      Branch: perl
1935            ! regexec.c
1936 ____________________________________________________________________________
1937 [  1100] By: gsar                                  on 1998/06/10  06:52:50
1938         Log: updated MANIFEST for previous change
1939      Branch: perl
1940            ! MANIFEST
1941 ____________________________________________________________________________
1942 [  1099] By: gsar                                  on 1998/06/10  06:51:08
1943         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
1944              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
1945              Date: Fri, 05 Jun 1998 11:08:40 -0700
1946              From: Dan Sugalski <sugalskd@osshe.edu>
1947              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
1948      Branch: perl
1949            + t/base/rs.t
1950            ! perl.h pod/perlvar.pod sv.c
1951 ____________________________________________________________________________
1952 [  1098] By: gsar                                  on 1998/06/10  06:36:59
1953         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
1954              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
1955              Subject: [PATCH fror 5.004_66] DB_File-1.60
1956              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
1957      Branch: perl
1958            + ext/DB_File/dbinfo
1959            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
1960            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
1961            ! t/lib/db-hash.t t/lib/db-recno.t
1962 ____________________________________________________________________________
1963 [  1097] By: gsar                                  on 1998/06/10  06:33:16
1964         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
1965              Date: Thu, 4 Jun 1998 13:47:31 -0400
1966              From: Chip Salzenberg <chip@perl.org>
1967              Subject: [PATCH] Invalidate method cache on C<local *subname>
1968      Branch: perl
1969            ! scope.c t/op/method.t
1970 ____________________________________________________________________________
1971 [  1096] By: gsar                                  on 1998/06/10  06:30:51
1972         Log: From: Norton Allen <allen@huarp.harvard.edu>
1973              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
1974              Subject: [PATCH] _66 MM_Unix.pm for QNX
1975              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
1976      Branch: perl
1977            ! lib/ExtUtils/MM_Unix.pm
1978 ____________________________________________________________________________
1979 [  1095] By: gsar                                  on 1998/06/10  06:29:21
1980         Log: From: Norton Allen <allen@huarp.harvard.edu>
1981              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
1982              Subject: [PATCH] _66 proto.h
1983              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
1984      Branch: perl
1985            ! proto.h
1986 ____________________________________________________________________________
1987 [  1094] By: gsar                                  on 1998/06/10  06:26:39
1988         Log: Applied relevant parts of:
1989              From: Paul Johnson <pjcj@transeda.com>
1990              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
1991              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
1992              Subject: [PATCH] Enhancing xsubpp's support for C++
1993      Branch: perl
1994            ! lib/ExtUtils/xsubpp
1995 ____________________________________________________________________________
1996 [  1093] By: gsar                                  on 1998/06/10  06:22:54
1997         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
1998              Date: Wed, 3 Jun 1998 11:22:19 -0500
1999              From: Graham Barr <gbarr@ti.com>
2000              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
2001      Branch: perl
2002            ! pp_sys.c
2003 ____________________________________________________________________________
2004 [  1092] By: gsar                                  on 1998/06/10  06:20:44
2005         Log: Message-Id: <199806030919.KAA03527@sale-wts>
2006              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
2007              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
2008              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
2009      Branch: perl
2010            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
2011 ____________________________________________________________________________
2012 [  1091] By: gsar                                  on 1998/06/10  06:18:42
2013         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
2014              Date: Mon, 01 Jun 1998 12:22:29 -0700
2015              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
2016              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
2017      Branch: perl
2018            ! proto.h
2019 ____________________________________________________________________________
2020 [  1090] By: gsar                                  on 1998/06/10  06:14:24
2021         Log: A tweaked version of:
2022              Date: Mon, 1 Jun 1998 12:05:47 -0700
2023              From: SYSTEM@cedar.osshe.edu
2024              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
2025              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
2026      Branch: perl
2027            ! ext/SDBM_File/sdbm/Makefile.PL
2028 ____________________________________________________________________________
2029 [  1089] By: gsar                                  on 1998/06/10  05:58:00
2030         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
2031              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
2032              From: Stephen McCamant <alias@mcs.com>
2033              Subject: [PATCH] Re: Uninitialised error from -M()
2034      Branch: perl
2035            ! op.c t/op/stat.t
2036 ____________________________________________________________________________
2037 [  1088] By: gsar                                  on 1998/06/10  05:55:24
2038         Log: Date: Sat, 30 May 1998 08:07:01 -0400
2039              From: lvirden@cas.org (Larry Virden)
2040              Message-Id: <199805301207.IAA08856@cas.org>
2041              Subject: PATCH for pod and warning notice
2042      Branch: perl
2043            ! pod/perlguts.pod
2044 ____________________________________________________________________________
2045 [  1087] By: gsar                                  on 1998/06/10  05:52:05
2046         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2047              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
2048              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
2049              Subject: [PATCH 5.004_66] Config_66-01
2050      Branch: perl
2051            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2052            ! Porting/config_H config_h.SH
2053 ____________________________________________________________________________
2054 [  1086] By: gsar                                  on 1998/06/10  05:46:38
2055         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
2056              Date: Mon, 08 Jun 1998 16:13:14 -0700
2057              From: Dan Sugalski <sugalskd@osshe.edu>
2058              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
2059      Branch: perl
2060            ! ext/Thread/Thread/Semaphore.pm
2061 ____________________________________________________________________________
2062 [  1085] By: gsar                                  on 1998/06/10  05:44:44
2063         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
2064              Date: Mon, 08 Jun 1998 16:10:02 -0700
2065              From: Dan Sugalski <sugalskd@osshe.edu>
2066              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
2067      Branch: perl
2068            - vms/descrip.mms
2069            ! ext/Thread/Thread/Queue.pm
2070 ____________________________________________________________________________
2071 [  1084] By: gsar                                  on 1998/06/10  05:38:11
2072         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
2073              Date: Mon, 08 Jun 1998 15:38:28 -0700
2074              From: Dan Sugalski <sugalskd@osshe.edu>
2075              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
2076      Branch: perl
2077            + configure.com vms/descrip_mms.template vms/munchconfig.c
2078            + vms/subconfigure.com
2079            - vms/config.vms vms/fndvers.com
2080            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
2081 ____________________________________________________________________________
2082 [  1083] By: gsar                                  on 1998/06/10  05:07:04
2083         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
2084              variant of:
2085              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
2086              Date:    Sat, 13 Dec 1997 07:31:02 EST
2087              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2088              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
2089      Branch: perl
2090            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
2091 ____________________________________________________________________________
2092 [  1082] By: gsar                                  on 1998/06/10  04:52:26
2093         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
2094              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
2095      Branch: perl
2096            ! malloc.c
2097 ____________________________________________________________________________
2098 [  1081] By: gsar                                  on 1998/06/10  03:45:10
2099         Log: reverse integrate contents of win32 branch into mainline
2100      Branch: perl
2101           !> (integrate 44 files)
2102 ____________________________________________________________________________
2103 [  1080] By: gsar                                  on 1998/06/09  17:37:55
2104         Log: `p4 integrate -b ASPerl && p4 resolve -at`
2105      Branch: asperl
2106           !> (integrate 43 files)
2107 ____________________________________________________________________________
2108 [  1079] By: gsar                                  on 1998/06/09  00:59:06
2109         Log: add examples of diff(1) usage
2110      Branch: win32/perl
2111            ! Porting/patching.pod
2112 ____________________________________________________________________________
2113 [  1078] By: gsar                                  on 1998/06/09  00:52:23
2114         Log: undo change#1077
2115      Branch: win32/perl
2116            ! sv.c
2117 ____________________________________________________________________________
2118 [  1077] By: gsar                                  on 1998/06/06  16:47:32
2119         Log: make sv_setsv() treat freed SVs like SVt_NULL
2120      Branch: win32/perl
2121            ! sv.c
2122 ____________________________________________________________________________
2123 [  1076] By: gsar                                  on 1998/06/05  19:03:14
2124         Log: delete undiscussed AS changes for PPD (broke .packlist
2125              mechanism)
2126      Branch: win32/perl
2127            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2128 ____________________________________________________________________________
2129 [  1075] By: gsar                                  on 1998/06/05  18:18:44
2130         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
2131              with the xsubpp-generated symbol)
2132      Branch: win32/perl
2133            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
2134            ! win32/dl_win32.xs
2135 ____________________________________________________________________________
2136 [  1074] By: gsar                                  on 1998/06/04  22:45:18
2137         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
2138      Branch: win32/perl
2139            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
2140            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
2141 ____________________________________________________________________________
2142 [  1073] By: nick                                  on 1998/06/04  17:18:14
2143         Log: resolve -at win32 branch into ansiperl
2144      Branch: ansiperl
2145           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2146           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
2147           +> t/lib/h2ph.t win32/GenCAPI.pl
2148           !> (integrate 127 files)
2149 ____________________________________________________________________________
2150 [  1072] By: gsar                                  on 1998/06/04  01:49:24
2151         Log: document CORE::GLOBAL:: and global overriding, fix up
2152              File::DosGlob, testsuited and all
2153      Branch: win32/perl
2154            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
2155 ____________________________________________________________________________
2156 [  1071] By: gsar                                  on 1998/06/03  22:12:55
2157         Log: add AS patch#24, remove one other instance of error_no
2158              that was missed (patch#23 was intentionally skipped)
2159      Branch: win32/perl
2160            ! embedvar.h globals.c perlvars.h win32/makedef.pl
2161            ! win32/runperl.c
2162 ____________________________________________________________________________
2163 [  1070] By: gsar                                  on 1998/06/01  19:42:06
2164         Log: fix Liblist.pm to tolerate backslashen in paths
2165      Branch: win32/perl
2166            ! lib/ExtUtils/Liblist.pm
2167 ____________________________________________________________________________
2168 [  1069] By: gsar                                  on 1998/06/01  07:43:02
2169         Log: @INC construction on win32 cleaned up
2170              - perl.dll location based paths should be much more reliable now
2171              - registry stuff unchanged
2172              - Config.pm now has all the installfoolib entries for MakeMaker et al
2173      Branch: win32/perl
2174            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
2175            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2176            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
2177            ! win32/runperl.c win32/win32.c win32/win32.h
2178 ____________________________________________________________________________
2179 [  1068] By: gsar                                  on 1998/05/31  21:52:18
2180         Log: semctl tweak
2181              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
2182              Date:    Sun, 31 May 1998 16:27:33 CDT
2183              From:    Graham Barr <gbarr@pobox.com>
2184              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
2185      Branch: win32/perl
2186            ! doio.c
2187 ____________________________________________________________________________
2188 [  1067] By: gsar                                  on 1998/05/31  21:07:44
2189         Log: minimal fix to enable compiling with -DMULTIPLICITY
2190              (non-threadsafe regcomp.c globals need revisiting)
2191      Branch: win32/perl
2192            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
2193            ! win32/GenCAPI.pl win32/makedef.pl
2194 ____________________________________________________________________________
2195 [  1066] By: gsar                                  on 1998/05/30  21:35:37
2196         Log: integrate mainline changes (ASPerl branch is identical to
2197              win32 branch as of this change)
2198      Branch: asperl
2199           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
2200           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
2201           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
2202           !> win32/config.gc win32/config.vc win32/config_H.bc
2203           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2204 ____________________________________________________________________________
2205 [  1065] By: gsar                                  on 1998/05/30  21:13:06
2206         Log: change#1060 was inexplicably missing some of the "ensure
2207              AS stuff does no harm" fixes
2208      Branch: win32/perl
2209            ! embed.h global.sym win32/Makefile win32/makefile.mk
2210 ____________________________________________________________________________
2211 [  1064] By: gsar                                  on 1998/05/30  21:10:27
2212         Log: integrate mainline to pick up trivial changes
2213      Branch: win32/perl
2214           !> MANIFEST pp_sys.c
2215
2216 ----------------
2217 Version 5.004_66
2218 ----------------
2219
2220 ____________________________________________________________________________
2221 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
2222         Log: Remove duplicate win32/TEST line from MANIFEST.
2223      Branch: perl
2224            ! MANIFEST
2225 ____________________________________________________________________________
2226 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
2227         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
2228      Branch: perl
2229            ! pp_sys.c
2230 ____________________________________________________________________________
2231 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
2232         Log: Integrate from win32 branch into mainline (this now pulls in the
2233              asperl stuff).
2234      Branch: perl
2235           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2236           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
2237           +> t/lib/h2ph.t win32/GenCAPI.pl
2238           !> (integrate 104 files)
2239 ____________________________________________________________________________
2240 [  1060] By: gsar                                  on 1998/05/29  11:05:50
2241         Log: reverse integrate asperl branch contents (phew!)
2242              - various fixups to ensure AS stuff does no harm
2243              - adjust win32/makefiles for the new directory layout (new layout
2244              looks rather a muddle--needs rework)
2245              - verified build & test on NT and Solaris/gcc
2246      Branch: win32/perl
2247           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2248           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
2249            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
2250            ! win32/config.bc win32/config.gc win32/config.vc
2251            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2252            ! win32/makefile.mk
2253           !> (integrate 77 files)
2254 ____________________________________________________________________________
2255 [  1059] By: gsar                                  on 1998/05/29  08:33:56
2256         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
2257      Branch: asperl
2258            ! util.c
2259 ____________________________________________________________________________
2260 [  1058] By: gsar                                  on 1998/05/29  08:31:09
2261         Log: type xtext for *.t that were missing it
2262      Branch: asperl
2263            ! t/lib/thread.t t/op/nothread.t
2264 ____________________________________________________________________________
2265 [  1057] By: gsar                                  on 1998/05/29  08:28:46
2266         Log: stray t/op/ipc*.t fixups
2267      Branch: win32/perl
2268            ! t/op/ipcmsg.t t/op/ipcsem.t
2269 ____________________________________________________________________________
2270 [  1056] By: gsar                                  on 1998/05/29  07:41:49
2271         Log: fixups to make it build and pass tests under both compilers
2272      Branch: asperl
2273            ! ObjXSub.h objpp.h proto.h
2274 ____________________________________________________________________________
2275 [  1055] By: gsar                                  on 1998/05/29  07:22:51
2276         Log: integrate mainline changes
2277      Branch: asperl
2278           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2279           !> (integrate 69 files)
2280      Branch: win32/perl
2281            ! Todo.5.005 pod/perldelta.pod
2282 ____________________________________________________________________________
2283 [  1054] By: gsar                                  on 1998/05/29  05:04:03
2284         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
2285      Branch: win32/perl
2286            ! t/lib/h2ph.t
2287 ____________________________________________________________________________
2288 [  1053] By: gsar                                  on 1998/05/29  05:01:54
2289         Log: misc changes
2290              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
2291              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
2292      Branch: win32/perl
2293            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
2294            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
2295            ! x2p/util.c x2p/util.h
2296 ____________________________________________________________________________
2297 [  1052] By: gsar                                  on 1998/05/29  02:31:44
2298         Log: merge changes#1014,1038 from maintbranch
2299      Branch: win32/perl
2300            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2301            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
2302            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
2303            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
2304            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
2305            ! t/io/pipe.t utils/h2ph.PL
2306 ____________________________________________________________________________
2307 [  1051] By: gsar                                  on 1998/05/29  01:38:51
2308         Log: regenerate win32/config_H.?c
2309      Branch: win32/perl
2310            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2311 ____________________________________________________________________________
2312 [  1050] By: gsar                                  on 1998/05/29  01:32:41
2313         Log: integrate mainline
2314      Branch: win32/perl
2315            ! win32/Makefile win32/makefile.mk
2316           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
2317           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
2318           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
2319           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
2320           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
2321           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
2322 ____________________________________________________________________________
2323 [  1049] By: gsar                                  on 1998/05/29  00:57:05
2324         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
2325              all tests
2326      Branch: asperl
2327            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
2328            ! win32/win32.h win32/win32iop.h
2329 ____________________________________________________________________________
2330 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
2331         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
2332              in change 1043 clashed badly with changes made in the win32
2333              branch. I did an accept on the win32 branch version for now.
2334      Branch: perl
2335           +> t/op/die.t
2336           !> (integrate 52 files)
2337 ____________________________________________________________________________
2338 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
2339         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2340              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
2341              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
2342              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
2343              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
2344      Branch: perl
2345            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2346            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
2347            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
2348            ! win32/config.bc win32/config.gc win32/config.vc
2349 ____________________________________________________________________________
2350 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
2351         Log: Back out change 1043 since Andy's forthcoming Config patch
2352              includes a modified version.
2353      Branch: perl
2354            ! Configure config_h.SH doio.c perl.h
2355 ____________________________________________________________________________
2356 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
2357         Log: Bump patchlevel.h to 66.
2358      Branch: perl
2359            ! patchlevel.h
2360 ____________________________________________________________________________
2361 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
2362         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
2363              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
2364              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
2365              (above minus the t/system.t test pending checking)
2366              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
2367              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
2368              Subject: [PATCH] _65 and _04 <DOC> patching.pod
2369              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
2370      Branch: perl
2371            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
2372 ____________________________________________________________________________
2373 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
2374         Log: This change really is:
2375              Subject: [PATCH] 5.004_65: the infamous semctl()
2376              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
2377              From: Jarkko Hietaniemi <jhi@iki.fi>
2378              
2379              Change 1041 claimed to be this patch but was really:
2380              Subject: [PATCH] 5.004_65: t/op/ipc*.t
2381              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
2382              From: Jarkko Hietaniemi <jhi@iki.fi>
2383      Branch: perl
2384            ! Configure config_h.SH doio.c perl.h
2385 ____________________________________________________________________________
2386 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
2387         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2388              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
2389              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
2390              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
2391              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
2392      Branch: perl
2393            ! Configure INSTALL Porting/Glossary Porting/config.sh
2394            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
2395            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
2396            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
2397 ____________________________________________________________________________
2398 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
2399         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
2400              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
2401              From: Jarkko Hietaniemi <jhi@iki.fi>
2402      Branch: perl
2403            ! t/op/ipcmsg.t t/op/ipcsem.t
2404 ____________________________________________________________________________
2405 [  1040] By: gsar                                  on 1998/05/28  02:06:47
2406         Log: tweaks to enable Borland build
2407      Branch: asperl
2408            ! win32/makefile.mk win32/win32.c
2409 ____________________________________________________________________________
2410 [  1039] By: gsar                                  on 1998/05/27  23:29:22
2411         Log: remove C<#define index strchr> from win32.h (unused, and the
2412              pollution causes spurious variable name changes in extensions)
2413      Branch: win32/perl
2414            ! win32/win32.h
2415 ____________________________________________________________________________
2416 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
2417         Log: Assorted patches:
2418              
2419              ------  BUILD PROCESS  ------
2420              
2421              Title:  "add utilities to make test dependencies"
2422              From:  Robin Barker <rmb1@cise.npl.co.uk>
2423              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
2424              Files:  Makefile.SH
2425              
2426              Title:  "Add 'make nok' complement to 'make ok'"
2427              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2428              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
2429              Files:  Makefile.SH
2430              
2431              Title:  "further h2ph patches (add enum support)"
2432              From:  Billy <wdconsta@cs.adelaide.edu.au>
2433              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
2434              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
2435              
2436              ------  CORE LANGUAGE  ------
2437              
2438              Title:  "Fix %! error spelling and add perldiag.pod entry"
2439              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
2440              Msg-ID:  <19980524193101.A573@pobox.com>
2441              Files:  pod/perldiag.pod gv.c
2442              
2443              Title:  "Remove obsolete Win32 uppercasing ENV code"
2444              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2445              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
2446              Files:  perl.c
2447              
2448              Title:  "Don't mung $! on implicit close"
2449              From:  Chip Salzenberg <chip@perl.org>
2450              Msg-ID:  <19980525113309.A15845@perlsupport.com>
2451              Files:  doio.c
2452              
2453              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
2454              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2455              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
2456              Files:  doio.c
2457              
2458              ------  DOCUMENTATION  ------
2459              
2460              Title:  "doc patch: you canna return an array ( list context: || vs or)"
2461              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
2462              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
2463              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
2464              
2465              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
2466              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2467              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
2468              Files:  pod/perlop.pod pod/perlre.pod
2469              
2470              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
2471              with /g does list context get matches without parens"
2472              From:  Greg Chapman <glc@well.com>, Tom Christiansen
2473              <tchrist@jhereg.perl.com>, Tom Phoenix
2474              <rootbeer@teleport.com>
2475              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
2476              <199805231559.JAA21316@jhereg.perl.com>,
2477              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
2478              Files:  pod/perlop.pod
2479              
2480              Title:  "Documenting last/next/redo even further"
2481              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
2482              <rootbeer@teleport.com>
2483              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
2484              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
2485              Files:  pod/perlfunc.pod
2486              
2487              Title:  "Documenting last/next/redo within continue block"
2488              From:  Tom Phoenix <rootbeer@teleport.com>
2489              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
2490              Files:  pod/perlfunc.pod
2491              
2492              Title:  "Document stat return in scalar context"
2493              From:  Mark-Jason Dominus <mjd@plover.com>
2494              Files:  pod/perlfunc.pod
2495              
2496              ------  EXTENSIONS  ------
2497              
2498              Title:  "Better LD_RUN_PATH handling on IRIX"
2499              From:  "W. Phillip Moore" <wpm@ms.com>
2500              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
2501              Files:  lib/ExtUtils/MM_Unix.pm
2502              
2503              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
2504              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2505              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
2506              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
2507              
2508              ------  LIBRARY  ------
2509              
2510              Title:  "Fix FileHandle.pm example bug"
2511              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2512              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
2513              Files:  lib/FileHandle.pm
2514              
2515              Title:  "Add zero/negative $count docs for Benchmark.pm"
2516              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2517              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
2518              Files:  lib/Benchmark.pm
2519              
2520              ------  PORTABILITY - GENERAL  ------
2521              
2522              Title:  "Add test suite recommendations to Porting/patching.pod"
2523              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2524              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
2525              Files:  Porting/patching.pod
2526              
2527              ------  TESTS  ------
2528              
2529              Title:  "Fix looping bug in t/io/pipe.t"
2530              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2531              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
2532              Files:  t/io/pipe.t
2533      Branch: maint-5.004/perl
2534            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
2535            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
2536            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
2537            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
2538            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
2539            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
2540            ! utils/h2ph.PL
2541 ____________________________________________________________________________
2542 [  1037] By: gsar                                  on 1998/05/27  16:18:30
2543         Log: add AS patch#22 (fix to make die_exit.t pass)
2544      Branch: asperl
2545            ! win32/runperl.c
2546 ____________________________________________________________________________
2547 [  1036] By: gsar                                  on 1998/05/27  12:50:34
2548         Log: add AS patch#21 (misc. fixes)
2549      Branch: asperl
2550            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
2551            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
2552            ! win32/win32.c win32/win32sck.c
2553 ____________________________________________________________________________
2554 [  1035] By: gsar                                  on 1998/05/26  17:26:17
2555         Log: more changes to satisfy non-debug VC build (C-API doesn't
2556              build, and the testsuite still won't run)
2557      Branch: asperl
2558            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
2559            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
2560 ____________________________________________________________________________
2561 [  1034] By: gsar                                  on 1998/05/26  17:20:22
2562         Log: remove doubled hunk (perforce auto-integrate oddity)
2563      Branch: win32/perl
2564            ! pod/perldiag.pod
2565 ____________________________________________________________________________
2566 [  1033] By: gsar                                  on 1998/05/26  13:39:14
2567         Log: tweaks to make it build with the Borland compiler.  Won't run
2568              testsuite because @INC intuition from location of perlcore.dll seems
2569              to be broken.  Also, system() and qx// seem broken as well.
2570      Branch: asperl
2571            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
2572            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
2573            ! regexec.c toke.c
2574 ____________________________________________________________________________
2575 [  1032] By: gsar                                  on 1998/05/24  23:13:05
2576         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
2577      Branch: win32/perl
2578            ! lib/Benchmark.pm
2579 ____________________________________________________________________________
2580 [  1031] By: gsar                                  on 1998/05/24  05:36:44
2581         Log: tweak makefiles
2582      Branch: asperl
2583            ! win32/Makefile win32/makefile.mk
2584 ____________________________________________________________________________
2585 [  1030] By: gsar                                  on 1998/05/23  18:58:23
2586         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
2587      Branch: win32/perl
2588            ! pp_sys.c t/op/die.t
2589 ____________________________________________________________________________
2590 [  1029] By: gsar                                  on 1998/05/23  18:55:13
2591         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
2592              incomplete)
2593      Branch: win32/perl
2594            ! embed.h global.sym op.c pp.c proto.h sv.c
2595 ____________________________________________________________________________
2596 [  1028] By: gsar                                  on 1998/05/23  18:25:14
2597         Log: merge change#1013 from maintbranch (1012 is n/a)
2598      Branch: win32/perl
2599            ! toke.c
2600 ____________________________________________________________________________
2601 [  1027] By: gsar                                  on 1998/05/23  18:02:21
2602         Log: merge change#1011 from maintbranch
2603      Branch: win32/perl
2604            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
2605            ! utils/perlbug.PL
2606 ____________________________________________________________________________
2607 [  1026] By: nick                                  on 1998/05/23  08:45:04
2608         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
2609      Branch: win32/perl
2610            ! t/op/ipcmsg.t t/op/ipcsem.t
2611 ____________________________________________________________________________
2612 [  1025] By: nick                                  on 1998/05/23  08:36:36
2613         Log: Resolve win32 into ansiperl
2614      Branch: ansiperl
2615           +> t/op/die.t
2616           !> (integrate 42 files)
2617 ____________________________________________________________________________
2618 [  1024] By: gsar                                  on 1998/05/21  21:11:12
2619         Log: more mingw32 tweaks
2620      Branch: win32/perl
2621            ! ext/POSIX/POSIX.xs t/pragma/locale.t
2622 ____________________________________________________________________________
2623 [  1023] By: gsar                                  on 1998/05/21  19:15:02
2624         Log: fix problematic change#965 from maintbranch
2625              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
2626              Date:    Sat, 16 May 1998 17:45:22 EDT
2627              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2628              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
2629      Branch: win32/perl
2630            ! gv.c op.c t/comp/proto.t
2631 ____________________________________________________________________________
2632 [  1022] By: gsar                                  on 1998/05/21  01:37:04
2633         Log: fix POSIX for mingw32
2634      Branch: win32/perl
2635            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
2636 ____________________________________________________________________________
2637 [  1021] By: gsar                                  on 1998/05/20  15:02:21
2638         Log: remove strupr() from perl.c
2639      Branch: win32/perl
2640            ! perl.c
2641 ____________________________________________________________________________
2642 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
2643         Log: Title:  "fix up descrepancy in h2ph test"
2644              From:  Tim Bunce
2645              Files:  t/lib/h2ph.pht
2646      Branch: maint-5.004/perl
2647            ! t/lib/h2ph.pht
2648 ____________________________________________________________________________
2649 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
2650         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
2651              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2652              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
2653              Files:  t/op/subst.t
2654              
2655              Title:  "fix up descrepancy in h2ph test"
2656              From:  Tim Bunce
2657              Files:  t/lib/h2ph.t
2658      Branch: maint-5.004/perl
2659            ! t/lib/h2ph.t t/op/subst.t
2660 ____________________________________________________________________________
2661 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
2662         Log: Title:  "fix mem leak and core dump from change 1016"
2663              From:  Tim Bunce
2664              Files:  pp_sys.c
2665      Branch: maint-5.004/perl
2666            ! pp_sys.c
2667 ____________________________________________________________________________
2668 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
2669         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
2670              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2671              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
2672              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
2673              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
2674              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
2675              doio.c doop.c ext/ODBM_File/ODBM_File.xs
2676              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2677              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
2678              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
2679              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2680              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
2681              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
2682              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
2683              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
2684              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
2685              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
2686              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
2687              universal.c util.c win32/Makefile win32/config_H.bc
2688              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
2689              win32/makefile.mk win32/perlglob.c win32/runperl.c
2690              win32/win32.c win32/win32sck.c x2p/s2p.PL
2691      Branch: maint-5.004/perl
2692            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
2693            ! cygwin32/perlld deb.c doio.c doop.c embed.h
2694            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
2695            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
2696            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
2697            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2698            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
2699            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
2700            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
2701            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
2702            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
2703            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
2704            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
2705            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
2706            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
2707            ! universal.c util.c utils/perldoc.PL win32/Makefile
2708            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
2709            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
2710            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
2711            ! x2p/s2p.PL
2712 ____________________________________________________________________________
2713 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
2714         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
2715              From:  Graham Barr <gbarr@ti.com>
2716              Msg-ID:  <3561D147.7F3E0C88@ti.com>
2717              Files:  pp_sys.c t/op/die.t
2718      Branch: maint-5.004/perl
2719            ! pp_sys.c t/op/die.t
2720 ____________________________________________________________________________
2721 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
2722         Log: Title:  "loosen const sub re-defined warnings"
2723              From:  Doug MacEachern <dougm@pobox.com>
2724              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
2725              Files:  proto.h global.sym op.c pp.c sv.c
2726      Branch: maint-5.004/perl
2727            ! global.sym op.c pp.c proto.h sv.c
2728 ____________________________________________________________________________
2729 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
2730         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
2731              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
2732              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
2733              Files:  sv.c
2734              
2735              Title:  "Further h2ph patches (including a test suite)"
2736              From:  Billy <wdconsta@cs.adelaide.edu.au>
2737              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
2738              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
2739      Branch: maint-5.004/perl
2740            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2741            ! MANIFEST sv.c utils/h2ph.PL
2742 ____________________________________________________________________________
2743 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
2744         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
2745              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
2746              <ilya@math.ohio-state.edu>
2747              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
2748              <199805151931.PAA23086@aatma.engin.umich.edu>,
2749              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
2750              Files:  toke.c
2751      Branch: maint-5.004/perl
2752            ! toke.c
2753 ____________________________________________________________________________
2754 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
2755         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
2756              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
2757              <jhi@iki.fi>
2758              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
2759              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
2760              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
2761              t/op/ipcsem.t
2762      Branch: maint-5.004/perl
2763            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
2764            ! t/op/ipcsem.t
2765 ____________________________________________________________________________
2766 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
2767         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
2768              From:  jan.dubois@ibm.net (Jan Dubois)
2769              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
2770              Files:  embed.h interp.sym
2771              
2772              Title:  "Undo changed error message which breaks Tk"
2773              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2774              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
2775              Files:  pp_ctl.c
2776              
2777              Title:  "Minor fixups to new -e script code"
2778              From:  Tim Bunce
2779              Files:  perl.c
2780              
2781              Title:  "Remove old diags not relevant after -e fix"
2782              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
2783              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2784              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
2785              <199805181335.OAA07008@toad.ig.co.uk>,
2786              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
2787              Files:  pod/perldiag.pod
2788              
2789              Title:  "more examples for vec()"
2790              From:  Tom Phoenix <rootbeer@teleport.com>
2791              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
2792              Files:  pod/perlfunc.pod
2793              
2794              Title:  ""make ok" (perlbug -ok) should not be interactive"
2795              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
2796              <jhi@iki.fi>
2797              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
2798              <l03130300b1834f9732a0@[194.222.64.89]>
2799              Files:  utils/perlbug.PL
2800      Branch: maint-5.004/perl
2801            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
2802            ! pp_ctl.c utils/perlbug.PL
2803 ____________________________________________________________________________
2804 [  1010] By: gsar                                  on 1998/05/18  09:40:58
2805         Log: integrate mainline changes (untested)
2806      Branch: asperl
2807           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
2808           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
2809           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
2810           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
2811           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
2812           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
2813            - ext/DynaLoader/DynaLoader.pm
2814            ! win32/win32.c
2815           !> (integrate 234 files)
2816 ____________________________________________________________________________
2817 [  1009] By: gsar                                  on 1998/05/18  07:51:19
2818         Log: more whitespace tweaks from maintbranch
2819      Branch: win32/perl
2820            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
2821 ____________________________________________________________________________
2822 [  1008] By: gsar                                  on 1998/05/17  22:37:20
2823         Log: sundry whitespace cleanups from maintbranch
2824      Branch: win32/perl
2825            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
2826 ____________________________________________________________________________
2827 [  1007] By: gsar                                  on 1998/05/16  21:59:46
2828         Log: integrate mainline
2829      Branch: win32/perl
2830           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
2831           !> t/op/ipcmsg.t t/op/ipcsem.t
2832 ____________________________________________________________________________
2833 [  1006] By: gsar                                  on 1998/05/16  21:54:23
2834         Log: merge changes#996,998,999 from maintbranch
2835      Branch: win32/perl
2836            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
2837 ____________________________________________________________________________
2838 [  1005] By: gsar                                  on 1998/05/16  21:49:47
2839         Log: merge change#995 from maintbranch, tweak interp.sym and
2840              run embed.pl
2841      Branch: win32/perl
2842            ! embedvar.h interp.sym intrpvar.h perl.c
2843 ____________________________________________________________________________
2844 [  1004] By: gsar                                  on 1998/05/16  21:27:18
2845         Log: merge changes#989,990,992 from maintbranch
2846      Branch: win32/perl
2847            + t/op/die.t
2848            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
2849 ____________________________________________________________________________
2850 [  1003] By: gsar                                  on 1998/05/16  21:16:47
2851         Log: sync config*.gc with others, and verify that nothing from
2852              change#986 needs to be merged
2853      Branch: win32/perl
2854            ! win32/config.gc win32/config_H.gc
2855 ____________________________________________________________________________
2856 [  1002] By: gsar                                  on 1998/05/16  21:04:04
2857         Log: merge change#985 from maintbranch
2858      Branch: win32/perl
2859            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
2860            ! util.c
2861 ____________________________________________________________________________
2862 [  1001] By: gsar                                  on 1998/05/16  17:53:16
2863         Log: add a test to check return value from successful s/// (there was none!)
2864      Branch: win32/perl
2865            ! t/op/subst.t
2866 ____________________________________________________________________________
2867 [  1000] By: gsar                                  on 1998/05/16  17:42:34
2868         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
2869              return a value on the stack
2870      Branch: win32/perl
2871            ! pp_hot.c
2872 ____________________________________________________________________________
2873 [   999] By: TimBunce                              on 1998/05/15  23:04:30
2874         Log: Title:  "Update Porting/makerel script for perforce dir structure"
2875              From:  Tim Bunce
2876              Files:  Porting/makerel
2877      Branch: maint-5.004/perl
2878            ! Porting/makerel
2879 ____________________________________________________________________________
2880 [   998] By: TimBunce                              on 1998/05/15  22:49:55
2881         Log: Title:  "Updated Changes file for trial 3"
2882              From:  Tim Bunce
2883              Files:  Changes
2884      Branch: maint-5.004/perl
2885            ! Changes
2886 ____________________________________________________________________________
2887 [   997] By: gsar                                  on 1998/05/15  22:21:41
2888         Log: merge changes#982,984 from maintbranch
2889      Branch: win32/perl
2890            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
2891            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
2892 ____________________________________________________________________________
2893 [   996] By: TimBunce                              on 1998/05/15  22:19:32
2894         Log: Title:  "Negative array subscript unrecognized in regex"
2895              From:  Mark-Jason Dominus <mjd@plover.com>,
2896              h.sanden@elsevier.nl (Hugo van der Sanden)
2897              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
2898              <199805151514.RAA04121@dorlas.elsevier.nl>
2899              Files:  t/base/lex.t toke.c
2900              
2901              Title:  "Remove e_fp from toke.c after change 955"
2902              From:  Tim Bunce
2903              Files:  toke.c
2904      Branch: maint-5.004/perl
2905            ! t/base/lex.t toke.c
2906 ____________________________________________________________________________
2907 [   995] By: TimBunce                              on 1998/05/15  22:08:32
2908         Log: Title:  "Fix -e security hole (no longer uses temp file)"
2909              From:  Tim Bunce
2910              Files:  embed.h perl.h perl.c
2911      Branch: maint-5.004/perl
2912            ! embed.h perl.c perl.h
2913 ____________________________________________________________________________
2914 [   994] By: gsar                                  on 1998/05/15  22:08:17
2915         Log: merge change#981 from maintbranch, add XXX comment about
2916              supporting %! for usethreads case
2917      Branch: win32/perl
2918            ! gv.c op.c
2919 ____________________________________________________________________________
2920 [   992] By: TimBunce                              on 1998/05/15  22:01:32
2921         Log: Title:  "install non-backwards compatible .pm files into archlib"
2922              From:  Tim Bunce
2923              Files:  installperl
2924              
2925              Title:  "revert "Can't locate" message to original for maintenance"
2926              From:  Tim Bunce
2927              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
2928              Files:  pod/perldiag.pod pp_ctl.c
2929      Branch: maint-5.004/perl
2930            ! installperl pod/perldiag.pod pp_ctl.c
2931 ____________________________________________________________________________
2932 [   991] By: gsar                                  on 1998/05/15  21:35:00
2933         Log: reverse integrate ansiperl (all except the
2934              C<attrs qw(package locked)> stuff, and the duplicate hunks)
2935              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
2936      Branch: win32/perl
2937           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
2938           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
2939           !> utils/perldoc.PL
2940 ____________________________________________________________________________
2941 [   990] By: TimBunce                              on 1998/05/15  16:54:18
2942         Log: Title:  "Add tests for die $ref"
2943              From:  Graham Barr <gbarr@ti.com>
2944              Msg-ID:  <355C6297.121B576B@ti.com>
2945              Files:  MANIFEST t/op/die.t
2946      Branch: maint-5.004/perl
2947            + t/op/die.t
2948            ! MANIFEST
2949 ____________________________________________________________________________
2950 [   989] By: TimBunce                              on 1998/05/15  16:38:19
2951         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
2952              From:  Jarkko Hietaniemi <jhi@iki.fi>
2953              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
2954              Files:  t/op/ipcmsg.t
2955      Branch: maint-5.004/perl
2956            ! t/op/ipcmsg.t
2957 ____________________________________________________________________________
2958 [   988] By: mbeattie                              on 1998/05/15  16:28:08
2959         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
2960              (manually applied and tweaked) to fix up SysV IPC semaphores for
2961              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
2962              t/op/ipcsem.t for platforms which wanted to skip test. Completely
2963              disable ipcsem.t since it doesn't seem to work properly even when
2964              not skipped. This is _65.
2965      Branch: perl
2966            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
2967            ! t/op/ipcmsg.t t/op/ipcsem.t
2968 ____________________________________________________________________________
2969 [   987] By: nick                                  on 1998/05/15  16:03:35
2970         Log: Integrate win32
2971      Branch: ansiperl
2972           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
2973           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
2974           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
2975           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
2976           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
2977           +> t/op/pos.t utils/perlcc.PL
2978            - ext/DynaLoader/DynaLoader.pm
2979           !> (integrate 208 files)
2980 ____________________________________________________________________________
2981 [   986] By: TimBunce                              on 1998/05/15  15:28:45
2982         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
2983              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
2984              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
2985              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
2986              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
2987              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
2988              win32/config.bc win32/config.vc win32/config_H.bc
2989              win32/config_H.vc
2990      Branch: maint-5.004/perl
2991            + README.beos beos/nm.c hints/beos.sh
2992            ! Configure MANIFEST Porting/Glossary config_h.SH
2993            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
2994            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
2995            ! win32/config.vc win32/config_H.bc win32/config_H.vc
2996 ____________________________________________________________________________
2997 [   985] By: TimBunce                              on 1998/05/15  15:02:43
2998         Log: Title:  "allow die $ref"
2999              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
3000              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
3001              Files:  pp_ctl.c pp_sys.c util.c
3002              
3003              Title:  "ExtUtils::Manifest could truncate files during "make dist""
3004              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
3005              koenig@kulturbox.de (Andreas J. Koenig)
3006              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
3007              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
3008              Files:  lib/ExtUtils/Manifest.pm
3009              
3010              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
3011              From:  Dan Sugalski <sugalskd@osshe.edu>
3012              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
3013              Files:  lib/AutoSplit.pm
3014              
3015              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
3016              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
3017              J. Koenig), larry@wall.org (Larry Wall)
3018              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
3019              <sfc202c9jsb.fsf@anna.in-berlin.de>,
3020              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
3021              Files:  lib/AutoSplit.pm
3022      Branch: maint-5.004/perl
3023            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
3024            ! util.c
3025 ____________________________________________________________________________
3026 [   984] By: TimBunce                              on 1998/05/15  14:18:52
3027         Log: ------  CORE LANGUAGE  ------
3028              
3029              Title:  "Fix close pipe returning status from wrong child"
3030              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
3031              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
3032              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
3033              Files:  t/io/pipe.t util.c
3034              
3035              Title:  "Avoid English.pm triggering load of Errno.pm"
3036              From:  Tim Bunce
3037              Files:  gv.c lib/English.pm
3038              
3039              ------  DOCUMENTATION  ------
3040              
3041              Title:  "Document child exit cause a parent sleep to end early"
3042              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3043              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
3044              Files:  pod/perlfunc.pod
3045              
3046              ------  EXTENSIONS  ------
3047              
3048              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
3049              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3050              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
3051              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3052              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3053              
3054              Title:  "MM_VMS.pm fixes for building external library"
3055              From:  Dan Sugalski <sugalskd@ous.edu>
3056              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
3057              Files:  lib/ExtUtils/MM_VMS.pm
3058              
3059              Title:  "Appease picky DEC compiler in POSIX.xs"
3060              From:  Dan Sugalski <sugalskd@ous.edu>
3061              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
3062              Files:  ext/POSIX/POSIX.xs
3063              
3064              ------  TESTS  ------
3065              
3066              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
3067              From:  Jarkko Hietaniemi <jhi@iki.fi>
3068              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
3069              Files:  t/op/ipcsem.t
3070              
3071              Title:  "Fix doc bug for system() return value"
3072              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
3073              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
3074              Files:  pod/perlfunc.pod t/op/exec.t
3075              
3076              ------  UTILITIES  ------
3077              
3078              Title:  "Avoid possible constant autoload loop"
3079              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
3080              Zakharevich <ilya@math.ohio-state.edu>
3081              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
3082              <355B475A.C5AD4B90@ti.com>,
3083              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
3084              Files:  utils/h2xs.PL
3085              
3086              Title:  "Further improvements to h2ph.PL"
3087              From:  kstar@chapin.edu
3088              Msg-ID:  <199805130241.WAA25459@chapin.edu>
3089              Files:  utils/h2ph.PL
3090      Branch: maint-5.004/perl
3091            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3092            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3093            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
3094            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
3095            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
3096
3097 ----------------
3098 Version 5.004_64
3099 ----------------
3100
3101 ____________________________________________________________________________
3102 [   983] By: mbeattie                              on 1998/05/15  14:04:17
3103         Log: Integrate win32 branch into mainline.
3104      Branch: perl
3105           +> Porting/patching.pod t/op/defins.t
3106           !> (integrate 107 files)
3107 ____________________________________________________________________________
3108 [   982] By: TimBunce                              on 1998/05/15  12:33:26
3109         Log: Title:  "comment init_postdump_symbols issues"
3110              From:  Tim Bunce
3111              Files:  perl.c
3112              
3113              Title:  "Improve sort docs re SUBNAME"
3114              From:  circle@azstarnet.com
3115              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
3116              Files:  pod/perlfunc.pod
3117      Branch: maint-5.004/perl
3118            ! perl.c pod/perlfunc.pod
3119 ____________________________________________________________________________
3120 [   981] By: TimBunce                              on 1998/05/15  11:47:28
3121         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
3122              From:  Graham Barr <gbarr@ti.com>
3123              Msg-ID:  <355080CD.1111BC81@ti.com>
3124              Files:  gv.c
3125      Branch: maint-5.004/perl
3126            ! gv.c
3127 ____________________________________________________________________________
3128 [   980] By: gsar                                  on 1998/05/15  06:16:13
3129         Log: add doc for C<+{}> vs. C<{;}> disambiguation
3130      Branch: win32/perl
3131            ! pod/perlref.pod
3132 ____________________________________________________________________________
3133 [   979] By: gsar                                  on 1998/05/15  04:59:47
3134         Log: tweaks to win32 makefiles.  This version builds and passes all
3135              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
3136      Branch: win32/perl
3137            ! win32/Makefile win32/makefile.mk
3138 ____________________________________________________________________________
3139 [   978] By: gsar                                  on 1998/05/15  02:41:58
3140         Log: merge changes#922,944,949,965,970 from maintbranch
3141      Branch: win32/perl
3142            + Porting/patching.pod t/op/defins.t
3143            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
3144            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
3145            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
3146            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3147            ! utils/perlbug.PL
3148 ____________________________________________________________________________
3149 [   977] By: gsar                                  on 1998/05/15  02:15:25
3150         Log: merge changes#906,907,909,910 from maintbranch
3151      Branch: win32/perl
3152            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
3153            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
3154            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
3155            ! util.c
3156 ____________________________________________________________________________
3157 [   976] By: gsar                                  on 1998/05/15  01:34:53
3158         Log: merge change#905 from maintbranch, minor fixes to get
3159              clean build+test on Solaris
3160      Branch: win32/perl
3161            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
3162            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
3163            ! regcomp.c sv.c t/op/taint.t toke.c
3164 ____________________________________________________________________________
3165 [   975] By: gsar                                  on 1998/05/14  23:34:26
3166         Log: merge change#904 from maintbranch
3167      Branch: win32/perl
3168            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
3169            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
3170            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
3171            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
3172            ! vms/descrip.mms
3173 ____________________________________________________________________________
3174 [   974] By: gsar                                  on 1998/05/14  23:11:05
3175         Log: merge change#897 from maintbranch
3176      Branch: win32/perl
3177            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3178            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
3179            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3180            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
3181            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
3182            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
3183            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3184            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
3185            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
3186            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
3187            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3188            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3189            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3190            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
3191            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
3192            ! win32/config_H.bc win32/config_H.vc win32/win32.c
3193            ! x2p/find2perl.PL
3194 ____________________________________________________________________________
3195 [   973] By: gsar                                  on 1998/05/14  22:24:26
3196         Log: integrate mainline
3197      Branch: win32/perl
3198            + Porting/Contract
3199           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
3200           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
3201           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
3202           +> utils/perlcc.PL
3203            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3204            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
3205            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
3206            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3207            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3208            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
3209            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
3210            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
3211            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
3212            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
3213            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
3214            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
3215            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3216            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3217            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3218            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
3219            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
3220            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3221            ! win32/win32.c x2p/find2perl.PL
3222           !> (integrate 59 files)
3223 ____________________________________________________________________________
3224 [   972] By: nick                                  on 1998/05/14  18:09:01
3225         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
3226              Remove K&R style functions, avoid struct/typedef clash. 
3227      Branch: ansiperl
3228            ! bytecode.h byterun.c sv.c toke.c
3229 ____________________________________________________________________________
3230 [   971] By: TimBunce                              on 1998/05/14  16:52:19
3231         Log: 
3232              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
3233              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3234              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
3235              Files:  pp.c
3236      Branch: maint-5.004/perl
3237            ! pp.c
3238 ____________________________________________________________________________
3239 [   970] By: TimBunce                              on 1998/05/14  16:18:06
3240         Log: 
3241              Title:  "perlbug reformatted"
3242              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
3243              <hv@crypt0.demon.co.uk>
3244              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
3245              <l03130300b17cebcb6d33@[194.222.64.89]>,
3246              <v03110702b17ccbab6824@[195.95.102.67]>
3247              Files:  utils/perlbug.PL
3248      Branch: maint-5.004/perl
3249            ! utils/perlbug.PL
3250 ____________________________________________________________________________
3251 [   969] By: mbeattie                              on 1998/05/14  16:15:09
3252         Log: Integrate win32 branch into mainline
3253      Branch: perl
3254           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
3255           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
3256            - ext/DynaLoader/DynaLoader.pm
3257           !> (integrate 118 files)
3258 ____________________________________________________________________________
3259 [   968] By: mbeattie                              on 1998/05/14  16:05:57
3260         Log: Bump patchlevel to 65
3261      Branch: perl
3262            ! patchlevel.h
3263 ____________________________________________________________________________
3264 [   967] By: mbeattie                              on 1998/05/14  16:05:19
3265         Log: Another fixup of MANIFEST
3266      Branch: perl
3267            ! MANIFEST
3268 ____________________________________________________________________________
3269 [   966] By: mbeattie                              on 1998/05/14  16:02:20
3270         Log: Add missing files to MANIFEST
3271      Branch: perl
3272            ! MANIFEST
3273 ____________________________________________________________________________
3274 [   965] By: TimBunce                              on 1998/05/14  16:00:11
3275         Log: 
3276              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
3277              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3278              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
3279              Files:  gv.h gv.c op.c
3280      Branch: maint-5.004/perl
3281            ! gv.c gv.h op.c
3282 ____________________________________________________________________________
3283 [   964] By: mbeattie                              on 1998/05/14  15:58:01
3284         Log: Subject: [PATCH] Using Getopts::* with strict vars
3285              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
3286              From: Tom Phoenix <rootbeer@teleport.com>
3287      Branch: perl
3288            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
3289 ____________________________________________________________________________
3290 [   963] By: mbeattie                              on 1998/05/14  15:56:53
3291         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
3292              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
3293              From: epeschko@den-mdev1 (Ed Peschko)
3294      Branch: perl
3295            + utils/perlcc.PL
3296            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
3297            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
3298 ____________________________________________________________________________
3299 [   962] By: mbeattie                              on 1998/05/14  15:45:28
3300         Log: From: Dan Sugalski <sugalskd@ous.edu>
3301              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
3302              Date: Wed, 08 Apr 1998 17:08:48 -0700
3303              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
3304              Date: Fri, 08 May 1998 10:49:16 -0700
3305      Branch: perl
3306            ! ext/Thread/Thread.pm
3307 ____________________________________________________________________________
3308 [   961] By: mbeattie                              on 1998/05/14  15:43:39
3309         Log: Subject: Consolidated patch to 5.004_64
3310              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
3311              From: Charles Bailey <BAILEY@newman.upenn.edu>
3312      Branch: perl
3313            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
3314            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
3315            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
3316            ! vms/perlvms.pod
3317 ____________________________________________________________________________
3318 [   960] By: mbeattie                              on 1998/05/14  15:41:41
3319         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
3320              Date: 07 Apr 1998 18:31:21 +0200
3321              From: JVromans@Squirrel.nl (Johan Vromans)
3322      Branch: perl
3323            ! lib/Getopt/Long.pm
3324 ____________________________________________________________________________
3325 [   959] By: mbeattie                              on 1998/05/14  15:39:29
3326         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3327              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
3328              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
3329              Subject: [PATCH] perl 5.004_64+Config_04
3330              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
3331      Branch: perl
3332            ! lib/Benchmark.pm pod/perlfunc.pod
3333 ____________________________________________________________________________
3334 [   958] By: mbeattie                              on 1998/05/14  15:36:30
3335         Log: From: kstar@chapin.edu
3336              Subject: [PATCH] hints for Irix 6
3337              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
3338              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
3339              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
3340      Branch: perl
3341            ! INSTALL hints/irix_6.sh installperl
3342 ____________________________________________________________________________
3343 [   957] By: mbeattie                              on 1998/05/14  15:33:48
3344         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
3345              Date: Mon, 06 Apr 1998 21:09:24 +0200
3346              From: Achim Bohnet <ach@mpe.mpg.de>
3347      Branch: perl
3348            ! lib/ExtUtils/Install.pm
3349 ____________________________________________________________________________
3350 [   956] By: mbeattie                              on 1998/05/14  15:32:39
3351         Log: Subject: [PATCH] Config: Irix 5 hints
3352              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
3353              From: kstar@O2.chapin.edu
3354      Branch: perl
3355            ! hints/irix_5.sh
3356 ____________________________________________________________________________
3357 [   955] By: mbeattie                              on 1998/05/14  15:31:12
3358         Log: Subject: PATCH: h2ph produces incorrect code
3359              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
3360              From: Billy <wdconsta@cs.adelaide.edu.au>
3361      Branch: perl
3362            ! utils/h2ph.PL
3363 ____________________________________________________________________________
3364 [   954] By: mbeattie                              on 1998/05/14  15:29:27
3365         Log: Subject: [PATCH] perldebug.pod
3366              Date: Mon, 6 Apr 1998 00:36:57 -0600
3367              From: jason stewart <jasons@sandy-home.arc.unm.edu>
3368      Branch: perl
3369            ! pod/perldebug.pod
3370 ____________________________________________________________________________
3371 [   953] By: mbeattie                              on 1998/05/14  15:28:00
3372         Log: From: Dominic Dunlop <domo@vo.lu>
3373              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
3374              Date: Wed, 6 May 1998 14:39:32 +0000
3375              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
3376              Date: Sat, 4 Apr 1998 19:44:34 +0000
3377      Branch: perl
3378            ! hints/machten.sh t/op/hashwarn.t
3379 ____________________________________________________________________________
3380 [   952] By: mbeattie                              on 1998/05/14  15:23:19
3381         Log: New pod/perldelta.pod (previous one branched in last change):
3382              Subject: [PATCH 5.004_64] Start new perldelta
3383              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
3384              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3385      Branch: perl
3386            + pod/perldelta.pod
3387 ____________________________________________________________________________
3388 [   951] By: mbeattie                              on 1998/05/14  15:20:43
3389         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3390              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
3391              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
3392              Subject: [PATCH 5.004_64] Start new perldelta
3393              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
3394              (above branched perldelta -> perldelta4, new perldelta will be
3395              created/added next change)
3396              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
3397              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
3398      Branch: perl
3399            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3400            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3401           +> pod/perldelta4.pod
3402            - pod/perldelta.pod
3403            ! MANIFEST hints/svr4.sh
3404 ____________________________________________________________________________
3405 [   949] By: TimBunce                              on 1998/05/14  15:11:30
3406         Log: 
3407              Title:  "while($x=<>) no longer warns (implicit defined added)"
3408              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
3409              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
3410              Files:  MANIFEST op.c t/op/defins.t
3411      Branch: maint-5.004/perl
3412            + t/op/defins.t
3413            ! MANIFEST op.c
3414 ____________________________________________________________________________
3415 [   948] By: mbeattie                              on 1998/05/14  15:09:51
3416         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3417              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
3418              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
3419              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
3420              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
3421              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
3422              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
3423              Subject: [PATCH 5.004_64] Config_64-03-04.diff
3424              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
3425      Branch: perl
3426            + README.beos beos/nm.c hints/beos.sh
3427            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
3428            ! Porting/Glossary Porting/config.sh Porting/config_H
3429            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
3430            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
3431            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
3432            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
3433            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
3434            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
3435            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3436 ____________________________________________________________________________
3437 [   946] By: TimBunce                              on 1998/05/14  15:07:06
3438         Log: 
3439              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
3440              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3441              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
3442              Files:  perl.c sv.c t/op/misc.t
3443      Branch: maint-5.004/perl
3444            ! perl.c sv.c t/op/misc.t
3445 ____________________________________________________________________________
3446 [   945] By: mbeattie                              on 1998/05/14  15:00:31
3447         Log: Subject: Perl Social Contract
3448              Date: 13 Apr 1998 06:16:59 -0700
3449              From: Russ Allbery <rra@stanford.edu>
3450      Branch: perl
3451            + Porting/Contract
3452 ____________________________________________________________________________
3453 [   944] By: TimBunce                              on 1998/05/14  14:59:37
3454         Log: 
3455              Title:  "5.004_04-m2 Cleanup of test failures"
3456              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3457              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
3458              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
3459              win32/config.bc win32/config.vc
3460      Branch: maint-5.004/perl
3461            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
3462            ! win32/config.bc win32/config.vc
3463 ____________________________________________________________________________
3464 [   943] By: mbeattie                              on 1998/05/14  14:58:13
3465         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
3466              Subject: [PATCH 5.004_64] Test.pm update
3467              Date: Sat, 4 Apr 1998 08:33:50 -0500
3468              Subject: [PATCH 5.004_64] modcount + comments
3469              Date: Fri, 17 Apr 1998 16:07:35 -0400
3470      Branch: perl
3471            ! lib/Test.pm op.c thrdvar.h
3472 ____________________________________________________________________________
3473 [   942] By: mbeattie                              on 1998/05/14  14:49:43
3474         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3475              Subject: [PATCH 5.004_64] newSV
3476              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
3477              Subject: [PATCH 5.004_64] Cryptic error from B::CC
3478              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
3479      Branch: perl
3480            ! ext/B/B/CC.pm handy.h proto.h sv.c
3481 ____________________________________________________________________________
3482 [   941] By: mbeattie                              on 1998/05/14  14:47:29
3483         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3484              Subject: [PATCH 5.004_64] anydbm.t
3485              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
3486              Subject: [PATCH 5.004_64] threads on OS/2
3487              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
3488              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
3489              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
3490              Subject: [PATCH 5.004_64] Immediate stop in debugger
3491              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
3492              Subject: [PATCH 5.005_64] ptags broken
3493              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
3494              Subject: [PATCH 5.004_64] Document switch syntax via RE
3495              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
3496      Branch: perl
3497            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
3498            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
3499            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
3500 ____________________________________________________________________________
3501 [   940] By: mbeattie                              on 1998/05/14  14:38:44
3502         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
3503              Date: Fri, 03 Apr 1998 16:01:57 -0800
3504              From: Dan Sugalski <sugalskd@osshe.edu>
3505      Branch: perl
3506            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
3507            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
3508 ____________________________________________________________________________
3509 [   939] By: mbeattie                              on 1998/05/14  14:35:42
3510         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
3511              Date: Fri, 03 Apr 1998 13:58:15 -0800
3512              From: Dan Sugalski <sugalskd@osshe.edu>
3513      Branch: perl
3514            ! perl.c
3515 ____________________________________________________________________________
3516 [   938] By: gsar                                  on 1998/05/14  10:53:55
3517         Log: merge change#896 from maintbranch
3518      Branch: win32/perl
3519            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
3520            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
3521            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
3522            ! t/op/gv.t t/op/misc.t t/op/pack.t
3523 ____________________________________________________________________________
3524 [   937] By: gsar                                  on 1998/05/14  09:31:34
3525         Log: merge change#887 from maintbranch
3526      Branch: win32/perl
3527            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3528            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
3529            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
3530            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
3531            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
3532            ! t/op/stat.t toke.c utils/h2xs.PL
3533 ____________________________________________________________________________
3534 [   936] By: gsar                                  on 1998/05/14  09:06:18
3535         Log: merge change#886 from maintbranch
3536      Branch: win32/perl
3537            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
3538            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
3539            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
3540            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
3541            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3542            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
3543            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
3544            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
3545            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
3546            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
3547            ! vms/test.com
3548 ____________________________________________________________________________
3549 [   935] By: gsar                                  on 1998/05/14  07:00:02
3550         Log: merge changes#872,873 from maintbranch
3551      Branch: win32/perl
3552            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
3553            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
3554            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
3555            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
3556            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
3557            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
3558            ! utils/perldoc.PL
3559 ____________________________________________________________________________
3560 [   934] By: gsar                                  on 1998/05/14  06:24:38
3561         Log: merge changes#755..759,763,764 from maintbranch
3562      Branch: win32/perl
3563            + hints/openbsd.sh
3564            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
3565            ! t/op/pos.t utils/perldoc.PL
3566 ____________________________________________________________________________
3567 [   933] By: gsar                                  on 1998/05/14  06:07:31
3568         Log: merge change#754 from maintbranch
3569      Branch: win32/perl
3570            ! perl.c
3571 ____________________________________________________________________________
3572 [   932] By: gsar                                  on 1998/05/14  06:03:50
3573         Log: merge changes#752,753 from maintbranch
3574      Branch: win32/perl
3575            + t/op/pos.t
3576            ! README ext/GDBM_File/GDBM_File.pm
3577            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
3578 ____________________________________________________________________________
3579 [   931] By: gsar                                  on 1998/05/14  05:51:19
3580         Log: merge change#745 from maintbranch
3581      Branch: win32/perl
3582            + ext/DynaLoader/DynaLoader.pm.PL
3583            - ext/DynaLoader/DynaLoader.pm
3584            ! MANIFEST ext/DynaLoader/Makefile.PL
3585 ____________________________________________________________________________
3586 [   930] By: nick                                  on 1998/05/13  20:39:59
3587         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
3588      Branch: ansiperl
3589            ! utils/perldoc.PL
3590           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
3591           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
3592           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
3593           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3594           !> win32/makedef.pl win32/makefile.mk
3595 ____________________________________________________________________________
3596 [   929] By: gsar                                  on 1998/05/13  10:13:36
3597         Log: merge change#687 from maintbranch
3598      Branch: win32/perl
3599            ! pod/perlfunc.pod
3600 ____________________________________________________________________________
3601 [   928] By: gsar                                  on 1998/05/13  10:08:13
3602         Log: merge change#683 from maintbranch
3603      Branch: win32/perl
3604            ! pod/perlguts.pod
3605 ____________________________________________________________________________
3606 [   927] By: gsar                                  on 1998/05/13  09:51:43
3607         Log: merge change#681 from maintbranch
3608      Branch: win32/perl
3609            ! ext/Fcntl/Fcntl.pm
3610 ____________________________________________________________________________
3611 [   926] By: gsar                                  on 1998/05/13  09:47:11
3612         Log: merge change#664 from maint branch
3613      Branch: win32/perl
3614            ! regcomp.c regcomp.h regexec.c
3615 ____________________________________________________________________________
3616 [   925] By: gsar                                  on 1998/05/13  08:55:28
3617         Log: merge missing part of change#663 from maint branch
3618      Branch: win32/perl
3619            ! op.c
3620 ____________________________________________________________________________
3621 [   924] By: gsar                                  on 1998/05/12  18:50:04
3622         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
3623              and seems to generate problematic code for PII.
3624      Branch: win32/perl
3625            ! win32/makefile.mk
3626 ____________________________________________________________________________
3627 [   923] By: gsar                                  on 1998/05/12  16:24:02
3628         Log: fix test failure
3629              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
3630              Date:    Tue, 12 May 1998 10:40:57 BST
3631              From:    Nick.Ing-Simmons@tiuk.ti.com
3632              Subject: test buglet
3633      Branch: win32/perl
3634            ! t/op/hashwarn.t
3635 ____________________________________________________________________________
3636 [   922] By: TimBunce                              on 1998/05/11  20:58:58
3637         Log: Assorted patches:
3638              
3639              ------  CORE LANGUAGE  ------
3640              
3641              Title:  "incorrect return value for hv_iterinit"
3642              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3643              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
3644              Files:  pod/perlguts.pod hv.c
3645              
3646              ------  DOCUMENTATION  ------
3647              
3648              Title:  "perlvar.pod buglet E<EVMSERR>"
3649              From:  Achim Bohnet <ach@mpe.mpg.de>
3650              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
3651              Files:  pod/perlvar.pod
3652              
3653              Title:  "Improve docs for warning about code after an exec()"
3654              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
3655              <chaimf@concentric.net>
3656              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
3657              <m3ra22qn1z.fsf@chany-p100.emwp.com>
3658              Files:  pod/perlfunc.pod
3659              
3660              Title:  "Remove dead code from pod2man"
3661              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3662              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
3663              Files:  pod/pod2man.PL
3664              
3665              Title:  "tweak doc for C<do FILENAME>"
3666              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3667              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
3668              Files:  pod/perlfunc.pod
3669              
3670              Title:  "Document integer pragma effect on % operator"
3671              From:  Gisle Aas <gisle@aas.no>
3672              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
3673              Files:  pod/perlop.pod
3674              
3675              Title:  "Reduce rm command line length in pod/Makefile"
3676              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
3677              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
3678              Files:  pod/Makefile
3679              
3680              ------  EXTENSIONS  ------
3681              
3682              Title:  "Clarify Termios usage in POSIX.pod"
3683              From:  Rocco Caputo <troc@netrus.net>
3684              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
3685              Files:  ext/POSIX/POSIX.pod
3686              
3687              ------  LIBRARY  ------
3688              
3689              Title:  "Fix File::Find::finddepth typo in trial 2 release"
3690              From:  koenig@kulturbox.de (Andreas J. Koenig)
3691              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
3692              Files:  lib/File/Find.pm t/lib/filefind.t
3693              
3694              ------  PORTABILITY - GENERAL  ------
3695              
3696              Title:  "Add Porting/patching.pod document"
3697              From:  Daniel Grisinger <dgris@tdrenterprises.com>
3698              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
3699              Files:  MANIFEST Porting/patching.pod
3700              
3701              Title:  "hints/machten.sh: disable semctl(), align with devel version"
3702              From:  Dominic Dunlop <domo@vo.lu>
3703              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
3704              Files:  hints/machten.sh
3705              
3706              Title:  "Add VMS specifics to Porting/makerel"
3707              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3708              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
3709              <199804271732.SAA13762@toad.ig.co.uk>,
3710              <9804250212.AA27695@forte.com>
3711              Files:  Porting/makerel
3712      Branch: maint-5.004/perl
3713            + Porting/patching.pod
3714            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
3715            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
3716            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
3717            ! t/lib/filefind.t
3718 ____________________________________________________________________________
3719 [   921] By: gsar                                  on 1998/05/10  02:28:03
3720         Log: various tweaks to makefiles
3721      Branch: win32/perl
3722            ! win32/Makefile win32/makedef.pl win32/makefile.mk
3723 ____________________________________________________________________________
3724 [   920] By: gsar                                  on 1998/05/10  02:27:19
3725         Log: fix ExtUtils::Liblist mishandling paths with spaces
3726      Branch: win32/perl
3727            ! lib/ExtUtils/Liblist.pm
3728 ____________________________________________________________________________
3729 [   919] By: gsar                                  on 1998/05/09  17:10:15
3730         Log: minor cleanup
3731      Branch: win32/perl
3732            ! MANIFEST perl.c
3733 ____________________________________________________________________________
3734 [   918] By: gsar                                  on 1998/05/09  17:09:09
3735         Log: protect sortcop from C<sort { sort { ... } ... } ...>
3736              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
3737              Date:    Fri, 08 May 1998 19:33:44 EDT
3738              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
3739              Subject: [PATCH] Re: double recursion in sort 
3740      Branch: win32/perl
3741            ! pp_ctl.c t/op/runlevel.t
3742 ____________________________________________________________________________
3743 [   917] By: gsar                                  on 1998/05/09  17:05:55
3744         Log: c
3745      Branch: win32/perl
3746            ! win32/config.bc win32/config.gc win32/config.vc
3747 ____________________________________________________________________________
3748 [   916] By: gsar                                  on 1998/05/07  03:40:15
3749         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
3750      Branch: win32/perl
3751            ! pp.c
3752 ____________________________________________________________________________
3753 [   915] By: mbeattie                              on 1998/05/06  13:08:29
3754         Log: Speed up pp_entersub for usethreads with only 1 thread running.
3755      Branch: perl
3756            ! pp_hot.c
3757 ____________________________________________________________________________
3758 [   914] By: gsar                                  on 1998/05/03  18:44:38
3759         Log: make hv_iterinit() return HvKEYS()
3760              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
3761              Date:    Sat, 02 May 1998 16:29:22 EDT
3762              From:    "SynaptiCAD, Inc." <sales@syncad.com>
3763              Subject: incorrect return value for hv_iterinit
3764      Branch: win32/perl
3765            ! hv.c pod/perlguts.pod
3766 ____________________________________________________________________________
3767 [   913] By: TimBunce                              on 1998/05/01  22:38:38
3768         Log: Update MANIFEST for trial 2.
3769              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
3770      Branch: maint-5.004/perl
3771            ! MANIFEST
3772 ____________________________________________________________________________
3773 [   912] By: TimBunce                              on 1998/05/01  22:30:29
3774         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
3775      Branch: maint-5.004/perl
3776            + t/op/tiehandle.t
3777 ____________________________________________________________________________
3778 [   911] By: TimBunce                              on 1998/05/01  21:35:03
3779         Log: 
3780              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
3781              From:  timbo@ig.co.uk (Tim Bunce)
3782              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
3783              Files:  perl.h
3784              
3785              Title:  "Add WRITE & CLOSE to TIEHANDLE"
3786              From:  Graham Barr <gbarr@pobox.com>
3787              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
3788              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
3789      Branch: maint-5.004/perl
3790            + lib/Tie/Handle.pm
3791            ! perl.h pod/perltie.pod pp_sys.c
3792 ____________________________________________________________________________
3793 [   910] By: TimBunce                              on 1998/05/01  20:47:47
3794         Log: 
3795              Title:  "Add warning for Illegal hex digit"
3796              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
3797              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
3798              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
3799              <199804271409.PAA12819@toad.ig.co.uk>,
3800              <199804280307.WAA12332@psasolar.psa.pencom.com>
3801              Files:  pod/perldiag.pod util.c
3802              
3803              Title:  "perl_call_method() bug fix (corrupt op pointer)"
3804              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
3805              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
3806              Files:  perl.c
3807              
3808              Title:  "Fix printf segmentation fault"
3809              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
3810              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
3811              Files:  pp_hot.c
3812              
3813              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
3814              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3815              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
3816              Files:  pod/perlsub.pod
3817      Branch: maint-5.004/perl
3818            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
3819 ____________________________________________________________________________
3820 [   909] By: TimBunce                              on 1998/05/01  19:44:47
3821         Log: 
3822              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
3823              Files:  doio.c util.c
3824      Branch: maint-5.004/perl
3825            ! doio.c util.c
3826 ____________________________________________________________________________
3827 [   908] By: gsar                                  on 1998/05/01  19:21:02
3828         Log: add AS patch#20 (exposes more global constants)
3829      Branch: asperl
3830            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
3831            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
3832            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
3833 ____________________________________________________________________________
3834 [   907] By: TimBunce                              on 1998/05/01  17:50:46
3835         Log: 
3836              Title:  "Runtime Carp verbosity without aliasing"
3837              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
3838              Msg-ID:  <H00000e50003936c@MHS>
3839              Files:  lib/Carp.pm
3840              
3841              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
3842              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
3843              <rootbeer@teleport.com>
3844              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
3845              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
3846              Files:  lib/File/Basename.pm
3847      Branch: maint-5.004/perl
3848            ! lib/Carp.pm lib/File/Basename.pm
3849 ____________________________________________________________________________
3850 [   906] By: TimBunce                              on 1998/04/28  11:04:49
3851         Log: 
3852              ------  CORE LANGUAGE  ------
3853              
3854              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
3855              references in LVs"
3856              From:  Spider Boardman <spider@orb.nashua.nh.us>
3857              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
3858              <19980422164037.D29222@perl.org>
3859              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
3860              pp.c sv.c
3861              
3862              Title:  "Fix SvGMAGIC typo in change 904"
3863              Files:  doop.c
3864      Branch: maint-5.004/perl
3865            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
3866            ! proto.h sv.c
3867 ____________________________________________________________________________
3868 [   905] By: TimBunce                              on 1998/04/28  10:32:20
3869         Log: Regexp patches
3870              
3871              Title:  "New regex flag //t to leave $1 etc. tainted"
3872              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
3873              Msg-ID:  <19980310192640.37826@cyprus>
3874              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
3875              t/op/taint.t toke.c
3876              
3877              Title:  "Don't accidentally untaint target of s///"
3878              From:  Chip Salzenberg <chip@pobox.com>
3879              Msg-ID:  <19980310151756.24767@cyprus>
3880              Files:  pp_ctl.c pp_hot.c t/op/taint.t
3881              
3882              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
3883              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
3884              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
3885              Files:  regcomp.c
3886      Branch: maint-5.004/perl
3887            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
3888            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
3889 ____________________________________________________________________________
3890 [   904] By: TimBunce                              on 1998/04/27  20:20:21
3891         Log: Assorted patches:
3892              
3893              ------  CORE LANGUAGE  ------
3894              
3895              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
3896              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
3897              <Tim.Bunce@ig.co.uk>
3898              Msg-ID:  <19980424080630.D13985@perl.org>
3899              Files:  doop.c
3900              
3901              Title:  "Better error message for require failure"
3902              From:  epeschko@den-mdev1 (Ed Peschko)
3903              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
3904              Files:  pod/perldiag.pod pp_ctl.c
3905              
3906              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
3907              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3908              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
3909              Files:  perl.c
3910              
3911              Title:  "Fix nice_chunk memory leak"
3912              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3913              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
3914              Files:  sv.c
3915              
3916              Title:  "-2.0 vs. -2 (was Number representations)"
3917              From:  Chip Salzenberg <chip@pobox.com>
3918              Msg-ID:  <19980309185652.11231@cyprus>
3919              Files:  op.c
3920              
3921              Title:  "perl.c fixes for -DUNEXEC"
3922              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
3923              <mwette@mr-ed.jpl.nasa.gov>
3924              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
3925              Files:  perl.c
3926              
3927              ------  DOCUMENTATION  ------
3928              
3929              Title:  "perlcall is Perl from C, not C from Perl"
3930              From:  Steve A Fink <sfink@cs.berkeley.edu>
3931              Files:  pod/perlembed.pod
3932              
3933              Title:  "Clarify require "Foo::Bar" non-bareword issue"
3934              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
3935              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
3936              Files:  pod/perlfunc.pod
3937              
3938              Title:  "(repost) new text for perlsec", "new text for perlsec"
3939              From:  Tom Phoenix <rootbeer@teleport.com>
3940              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
3941              Files:  pod/perlsec.pod
3942              
3943              ------  EXTENSIONS  ------
3944              
3945              Title:  "IO::Socket->socketpair broken (typo)"
3946              From:  Olaf Titz <olaf@bigred.inka.de>
3947              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
3948              Files:  ext/IO/lib/IO/Socket.pm
3949              
3950              Title:  "NDBM_File man page needs Fcntl"
3951              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
3952              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
3953              Files:  ext/NDBM_File/NDBM_File.pm
3954              
3955              ------  LIBRARY  ------
3956              
3957              Title:  "Documentation discrepancy: pragmatic modules"
3958              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
3959              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
3960              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
3961              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
3962              
3963              ------  PORTABILITY - GENERAL  ------
3964              
3965              Title:  "Updated hints file for svr4"
3966              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3967              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
3968              Files:  hints/svr4.sh
3969              
3970              Title:  "Pumpkin update -- shared libperl.so location"
3971              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3972              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
3973              Files:  Porting/pumpkin.pod
3974              
3975              Title:  "perl compile fix for AIX 4.3"
3976              From:  Jens-Uwe Mager <jum@helios.de>
3977              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
3978              Files:  ext/DynaLoader/dl_aix.xs
3979              
3980              Title:  "Dynaloader build on VMS",
3981              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
3982              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
3983              Files:  vms/descrip.mms
3984              
3985              ------  UTILITIES  ------
3986              
3987              Title:  "Major update to h2ph.PL"
3988              From:  Billy <wdconsta@cs.adelaide.edu.au>
3989              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
3990              Files:  utils/h2ph.PL
3991      Branch: maint-5.004/perl
3992            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
3993            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
3994            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
3995            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
3996            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
3997 ____________________________________________________________________________
3998 [   903] By: gsar                                  on 1998/04/25  22:27:19
3999         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
4000      Branch: asperl
4001            ! win32/GenCAPI.pl
4002 ____________________________________________________________________________
4003 [   902] By: nick                                  on 1998/04/25  16:35:08
4004         Log: Case sensitive tweak to perldoc.PL
4005      Branch: ansiperl
4006            ! utils/perldoc.PL
4007 ____________________________________________________________________________
4008 [   901] By: nick                                  on 1998/04/25  15:16:54
4009         Log: Implement use attrs qw(locked package);
4010              Passes all tests except posix (hangs/dies) in sigaction test after 
4011              printing "ok 9".
4012      Branch: ansiperl
4013            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
4014 ____________________________________________________________________________
4015 [   900] By: nick                                  on 1998/04/25  13:58:17
4016         Log: Auto-insert defined() test in while when test expression is 
4017              readline (i.e. <>), glob, readdir, or each.
4018      Branch: ansiperl
4019            + t/op/defins.t
4020            ! op.c pod/perlop.pod
4021 ____________________________________________________________________________
4022 [   899] By: nick                                  on 1998/04/25  13:14:52
4023         Log: Resolve ansiperl against win32 branch
4024      Branch: ansiperl
4025           +> (branch 53 files)
4026            - config_H
4027           !> (integrate 227 files)
4028 ____________________________________________________________________________
4029 [   898] By: gsar                                  on 1998/04/24  17:01:05
4030         Log: add AS patch#18
4031      Branch: asperl
4032            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
4033 ____________________________________________________________________________
4034 [   897] By: TimBunce                              on 1998/04/23  19:49:22
4035         Log: Assorted patches:
4036              
4037              ------  CORE LANGUAGE  ------
4038              
4039              Title:  "fix for "Unbalanced string table refcount""
4040              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4041              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
4042              Files:  sv.c
4043              
4044              Title:  "Allow more lenient switch processing"
4045              From:  "John L. Allen" <allen@grumman.com>
4046              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
4047              Files:  perl.c
4048              
4049              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
4050              From:  Gisle Aas <gisle@aas.no>
4051              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
4052              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
4053              
4054              Title:  "Odd number of elements in hash list."
4055              From:  Tom Phoenix <rootbeer@teleport.com>
4056              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
4057              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
4058              
4059              Title:  "another destruct_level fix"
4060              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4061              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
4062              Files:  hv.c
4063              
4064              Title:  "bidirectional pipe warning blues"
4065              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
4066              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
4067              Files:  doio.c
4068              
4069              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
4070              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
4071              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
4072              Files:  pp_hot.c pp_sys.c
4073              
4074              Title:  "unimplemented umask() should return undef not die"
4075              From:  kstar@chapin.edu (Kurt D. Starsinic)
4076              Msg-ID:  <199803120515.VAA08660@chapin.edu>
4077              Files:  pod/perlfunc.pod pp_sys.c
4078              
4079              Title:  "warning for: bless $foo, """
4080              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
4081              Msg-ID:  <H00000e5000378a0@MHS>
4082              Files:  pod/perldiag.pod pp.c
4083              
4084              ------  DOCUMENTATION  ------
4085              
4086              Title:  "Mention SWIG in perlxs.pod"
4087              From:  Steve A Fink <sfink@cs.berkeley.edu>
4088              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
4089              Files:  pod/perlxs.pod
4090              
4091              Title:  "fix-up of previous perlre.pod patch"
4092              From:  Ted Ashton <ashted@southern.edu>
4093              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
4094              Files:  pod/perlre.pod
4095              
4096              Title:  "long list of man page nitpicks"
4097              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
4098              <tchrist@jhereg.perl.com>
4099              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
4100              <199804222204.QAA20805@jhereg.perl.com>
4101              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
4102              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
4103              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4104              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
4105              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
4106              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4107              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4108              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4109              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
4110              pod/pod2man.PL
4111              
4112              Title:  "document that system() does not set $! when it fails"
4113              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
4114              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
4115              Files:  pod/perlfunc.pod
4116              
4117              Title:  "Fix pod/roffitall execute permission"
4118              From:  lvirden@cas.org
4119              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
4120              Files:  pod/roffitall
4121              
4122              Title:  "document when split ignores trailing empty fields"
4123              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
4124              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
4125              Files:  pod/perlfunc.pod
4126              
4127              ------  EXTENSIONS  ------
4128              
4129              Title:  "Buglet in Opcode.pm documentation"
4130              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4131              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
4132              Files:  ext/Opcode/Opcode.pm
4133              
4134              Title:  "Failure to append to perllocal.pod should not be fatal"
4135              From:  koenig@kulturbox.de (Andreas J. Koenig)
4136              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
4137              Files:  lib/ExtUtils/MM_Unix.pm
4138              
4139              Title:  "Document that IO.pm does not load IO::Select etc"
4140              From:  Graham Barr <gbarr@ti.com>
4141              Msg-ID:  <353B48F1.64E35A63@ti.com>
4142              Files:  ext/IO/IO.pm
4143              
4144              Title:  "Install extensions with bootstrap (again) in $archlib"
4145              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
4146              Koenig)
4147              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
4148              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
4149              Files:  lib/ExtUtils/Install.pm
4150              
4151              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
4152              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4153              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
4154              Files:  ext/Socket/Socket.xs
4155              
4156              ------  LIBRARY  ------
4157              
4158              Title:  "Benchmark.pm: add run-for-some-time mode"
4159              From:  Jarkko Hietaniemi <jhi@iki.fi>
4160              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
4161              Files:  lib/Benchmark.pm
4162              
4163              Title:  "Comments added to Carp.pm"
4164              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
4165              <chip@perlsupport.com>, Tom Christiansen
4166              <tchrist@jhereg.perl.com>
4167              Msg-ID:  <19980422164242.E29222@perl.org>,
4168              <199804222033.OAA17959@jhereg.perl.com>,
4169              <980409182357.ZM21638@bandanna>
4170              Files:  lib/Carp.pm
4171              
4172              Title:  "chat2.pl fix"
4173              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4174              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
4175              Files:  lib/chat2.pl
4176              
4177              Title:  "lib/Pod/Html.pm"
4178              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
4179              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
4180              <199710180417.AAA19778@staff2.cso.uiuc.edu>
4181              Files:  lib/Pod/Html.pm
4182              
4183              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
4184              arg."
4185              From:  hiroo.hayashi@computer.org
4186              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
4187              Files:  lib/Term/ReadLine.pm
4188              
4189              ------  OTHER CHANGES  ------
4190              
4191              Title:  "ptags broken"
4192              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4193              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
4194              Files:  emacs/ptags
4195              
4196              ------  PORTABILITY - WIN32  ------
4197              
4198              Title:  "win32 tweaks (signals and crypt support)"
4199              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4200              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
4201              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
4202              win32/config_H.vc win32/win32.c
4203              
4204              ------  PORTABILITY - GENERAL  ------
4205              
4206              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
4207              From:  Russ Allbery <rra@stanford.edu>
4208              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
4209              Files:  Porting/Contract
4210              
4211              Title:  "Config: Irix 5 hints"
4212              From:  kstar@O2.chapin.edu
4213              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
4214              Files:  hints/irix_5.sh
4215              
4216              Title:  "VMS patches to 5.004_03"
4217              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4218              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
4219              Files:  vms/vms.c
4220              
4221              Title:  "hints/netbsd.sh - enable vfork"
4222              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4223              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
4224              Files:  hints/netbsd.sh
4225              
4226              ------  UTILITIES  ------
4227              
4228              Title:  "support find2perl -follow"
4229              From:  Billy <wdconsta@cs.adelaide.edu.au>
4230              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
4231              Files:  x2p/find2perl.PL
4232      Branch: maint-5.004/perl
4233            + Porting/Contract t/op/hashwarn.t
4234            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
4235            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
4236            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
4237            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
4238            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
4239            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
4240            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
4241            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
4242            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
4243            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
4244            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
4245            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4246            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4247            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4248            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
4249            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
4250            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
4251            ! win32/config_H.bc win32/config_H.vc win32/win32.c
4252            ! x2p/find2perl.PL
4253 ____________________________________________________________________________
4254 [   896] By: TimBunce                              on 1998/04/22  11:49:24
4255         Log: Assorted patches:
4256              
4257              ------  CORE LANGUAGE  ------
4258              
4259              Title:  "Additional regex-cache patch"
4260              From:  Chip Salzenberg <chip@atlantic.net>
4261              Msg-ID:  <19980305104831.38100@cyprus>
4262              Files:  pp_ctl.c
4263              
4264              Title:  "Conservative C<*x = undef> patch"
4265              From:  Chip Salzenberg <chip@atlantic.net>
4266              Msg-ID:  <19980310163310.48509@cyprus>
4267              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
4268              
4269              Title:  "Consider @ARGV to be plain files if inplace (-i)"
4270              From:  Chip Salzenberg <salzench@nielsenmedia.com>
4271              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
4272              Files:  doio.c
4273              
4274              Title:  "Fix semctl for Linux, Sun and SVR4"
4275              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
4276              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
4277              Files:  doio.c
4278              
4279              Title:  "C<dSP> entails using C<SP>, not C<sp>"
4280              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4281              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
4282              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
4283              doio.c doop.c ext/DB_File/DB_File.xs
4284              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
4285              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
4286              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
4287              win32/win32.c
4288              
4289              Title:  "Make autouse -w-safe"
4290              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4291              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
4292              Files:  lib/autouse.pm op.c sv.c
4293              
4294              Title:  "Misleading error on close of unopened handle"
4295              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4296              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
4297              Files:  doio.c
4298              
4299              Title:  "Confusing error from perl -e "x'""
4300              From:  Hans Mulder <hansmu@xs4all.nl>
4301              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
4302              Files:  toke.c
4303              
4304              Title:  "Add HAS_GNULIBC define"
4305              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4306              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
4307              Files:  config_H config_h.SH
4308              
4309              Title:  "h_errno might not be an int"
4310              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4311              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
4312              Files:  pp_sys.c
4313              
4314              Title:  "Revised taint hole closer", "Revised taint hole closer"
4315              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
4316              <ilya@math.ohio-state.edu>
4317              Msg-ID:  <19980310222127.09350@cyprus>,
4318              <199803110554.AAA29157@monk.mps.ohio-state.edu>
4319              Files:  doio.c
4320              
4321              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
4322              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
4323              van der Sanden)
4324              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
4325              <199803171727.MAA05234@aatma.engin.umich.edu>
4326              Files:  op.c t/op/misc.t
4327              
4328              Title:  "Stale SP in pp_substr"
4329              From:  Stephen McCamant <alias@mcs.com>
4330              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
4331              Files:  pp.c
4332              
4333              Title:  "Statement unlikely to be reached warning"
4334              From:  Hans Mulder <hansm@icgned.nl>
4335              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
4336              Files:  op.c
4337              
4338              Title:  "Tainting propagates from nowhere"
4339              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4340              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
4341              Files:  pp.c
4342              
4343              Title:  "two trivial tweaks to 5.004m5t1"
4344              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4345              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
4346              Files:  proto.h win32/Makefile
4347              
4348              Title:  "unpacking negatives on Alpha"
4349              From:  Achim Bohnet <ach@mpe.mpg.de>
4350              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
4351              Files:  pp.c t/op/pack.t
4352              
4353              ------  LIBRARY AND EXTENSIONS  ------
4354              
4355              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
4356              From:  Graham Barr <gbarr@ti.com>
4357              Msg-ID:  <3482F365.4A0486BA@ti.com>
4358              Files:  lib/Cwd.pm
4359              
4360              Title:  "Math/BigInt.pm, fixed use of undefined value."
4361              From:  abigail@fnx.com
4362              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
4363              Files:  lib/Math/BigInt.pm
4364              
4365              Title:  "File::Find rewrite"
4366              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4367              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
4368              Files:  lib/File/Find.pm
4369              
4370              Title:  "efficient version of strict.pm"
4371              From:  koenig@anna.mind.de (Andreas J. Koenig)
4372              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
4373              Files:  lib/strict.pm
4374              
4375              Title:  "Socket occasional SEGV in pack_sockaddr_un"
4376              From:  Trevor Blackwell <tlb@viaweb.com>
4377              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
4378              Files:  ext/Socket/Socket.xs
4379              
4380              Title:  "Warning on mis-use of 'use lib'"
4381              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
4382              <rootbeer@teleport.com>, chip@atlantic.net
4383              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
4384              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
4385              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
4386              Files:  lib/lib.pm
4387              
4388              Title:  "bug in Class::Struct"
4389              From:  Tom Christiansen <tchrist@toy.perl.com>
4390              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
4391              Files:  lib/Class/Struct.pm
4392              
4393              Title:  "Allow POSIX to export nice()"
4394              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
4395              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
4396              Files:  ext/POSIX/POSIX.pm
4397              
4398              Title:  "'use Env' on WinNT/95 fails"
4399              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4400              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
4401              Files:  lib/Env.pm
4402              
4403              ------  OTHER CHANGES  ------
4404              
4405              Title:  "mv-if-diff"
4406              From:  Robin Barker <rmb1@cise.npl.co.uk>
4407              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
4408              Files:  mv-if-diff
4409              
4410              ------  PORTABILITY - WIN32  ------
4411              
4412              Title:  "fix various problems with backticks on win32"
4413              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4414              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
4415              Files:  win32/config_h.PL win32/win32.c
4416              
4417              ------  TESTS  ------
4418              
4419              Title:  "Fix bug in locale.t"
4420              From:  Jarkko Hietaniemi <jhi@iki.fi>
4421              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
4422              Files:  t/pragma/locale.t
4423      Branch: maint-5.004/perl
4424            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
4425            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
4426            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
4427            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
4428            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
4429            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
4430            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
4431            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
4432            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
4433            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
4434            ! win32/Makefile win32/config_h.PL win32/win32.c
4435 ____________________________________________________________________________
4436 [   895] By: gsar                                  on 1998/04/22  03:13:19
4437         Log: intern -> sys_intern
4438      Branch: win32/perl
4439            ! embedvar.h interp.sym intrpvar.h win32/win32.h
4440 ____________________________________________________________________________
4441 [   894] By: gsar                                  on 1998/04/22  02:42:20
4442         Log: hand-applied patch along with small tweaks
4443              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
4444              Date:    Tue, 21 Apr 1998 23:31:06 +0200
4445              From:    jan.dubois@ibm.net (Jan Dubois)
4446              Subject: Re: Per-Interpreter variables for win32.c 
4447      Branch: win32/perl
4448            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
4449            ! win32/makedef.pl win32/win32.c win32/win32.h
4450 ____________________________________________________________________________
4451 [   893] By: gsar                                  on 1998/04/21  03:42:21
4452         Log: add AS patch#17
4453      Branch: asperl
4454            + win32/GenCAPI.pl
4455            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
4456            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4457            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
4458            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
4459            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
4460            ! win32/win32.c
4461 ____________________________________________________________________________
4462 [   892] By: gsar                                  on 1998/04/20  20:51:50
4463         Log: add AS patch#16
4464      Branch: asperl
4465            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
4466            ! win32/makefile.mk
4467 ____________________________________________________________________________
4468 [   891] By: gsar                                  on 1998/04/19  23:50:34
4469         Log: tweak doc for C<do FILENAME>
4470      Branch: win32/perl
4471            ! pod/perlfunc.pod
4472 ____________________________________________________________________________
4473 [   890] By: gsar                                  on 1998/04/19  01:08:11
4474         Log: use a pidtable that grows dynamically for popen()
4475              Message-Id: <3539f434.44835409@smtp1.ibm.net>
4476              Date:    Sat, 18 Apr 1998 21:01:27 +0200
4477              From:    jan.dubois@ibm.net (Jan Dubois)
4478              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
4479      Branch: win32/perl
4480            ! win32/win32.c
4481 ____________________________________________________________________________
4482 [   889] By: gsar                                  on 1998/04/17  02:13:58
4483         Log: support POSIX, enable more locale tests
4484      Branch: win32/perl
4485            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4486            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
4487            ! win32/makedef.pl win32/makefile.mk
4488 ____________________________________________________________________________
4489 [   888] By: mbeattie                              on 1998/04/14  16:22:51
4490         Log: CC did "<<" instead of ">>" for right-shift on ints.
4491      Branch: perl
4492            ! ext/B/B/CC.pm
4493 ____________________________________________________________________________
4494 [   887] By: TimBunce                              on 1998/04/10  17:44:55
4495         Log: Assorted patches:
4496              
4497              ------  CORE LANGUAGE  ------
4498              
4499              Title:  "Re: die exits with 0"
4500              From:  Robin Barker <rmb1@cise.npl.co.uk>
4501              Files:  perl.c t/op/die_exit.t
4502              
4503              Title:  "More toke.c commentary; fix oddity"
4504              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4505              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
4506              Files:  toke.c
4507              
4508              Title:  "for semctl on solaris"
4509              From:  Graham Barr <gbarr@ti.com>
4510              Msg-ID:  <34624B80.C014E841@ti.com>
4511              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
4512              
4513              ------  DOCUMENTATION  ------
4514              
4515              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
4516              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
4517              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
4518              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
4519              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
4520              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
4521              Files:  pod/perlre.pod
4522              
4523              ------  LIBRARY AND EXTENSIONS  ------
4524              
4525              Title:  "BigFloat - small neagtive numbers cause panic"
4526              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
4527              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
4528              Files:  lib/Math/BigFloat.pm
4529              
4530              Title:  "Update Getopt::Long to 2.16"
4531              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
4532              <jvromans@squirrel.nl>
4533              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
4534              <13572.6847.863219.973795@phoenix.squirrel.nl>
4535              Files:  lib/Getopt/Long.pm
4536              
4537              Title:  "New Text::ParseWords"
4538              From:  pomeranz@netcom.com (Hal Pomeranz)
4539              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
4540              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
4541              
4542              Title:  "Fixed Text/Wrap.pm bugs (2)"
4543              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
4544              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
4545              Files:  lib/Text/Wrap.pm
4546              
4547              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
4548              print/exit)"
4549              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
4550              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
4551              Files:  lib/File/CheckTree.pm
4552              
4553              ------  OTHER CHANGES  ------
4554              
4555              Title:  "Add ./emacs/ptags"
4556              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4557              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
4558              Files:  emacs/ptags
4559              
4560              ------  TESTS  ------
4561              
4562              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
4563              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
4564              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
4565              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
4566              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
4567              <v02130515b06be80f1486@[205.228.240.16]>
4568              Files:  t/op/stat.t
4569              
4570              Title:  "for failure with lib/timelocal"
4571              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
4572              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
4573              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
4574              Files:  t/lib/timelocal.t
4575              
4576              Title:  "Make "localhost" related failures more clear"
4577              From:  Paul Hoffman <phoffman@proper.com>
4578              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
4579              Files:  t/lib/io_sock.t t/lib/io_udp.t
4580              
4581              ------  UTILITIES  ------
4582              
4583              Title:  "Let h2xs read multiple header files"
4584              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
4585              <bsugars@canoe.ca>
4586              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
4587              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
4588              Files:  utils/h2xs.PL
4589      Branch: maint-5.004/perl
4590            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
4591            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
4592            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
4593            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
4594            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
4595            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
4596 ____________________________________________________________________________
4597 [   886] By: TimBunce                              on 1998/04/10  14:35:34
4598         Log: Changes relating primarily to portability.
4599              
4600              ------  CORE LANGUAGE  ------
4601              
4602              Title:  "5.004_55: Another round of OS/2 patches"
4603              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4604              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
4605              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
4606              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
4607              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
4608              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
4609              t/lib/filecopy.t util.c utils/perldoc.PL
4610              
4611              Title:  "VMS: chdir() with empty arg list"
4612              From:  lane@duphy4.drexel.edu (Charles Lane)
4613              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
4614              Files:  pp_sys.c
4615              
4616              ------  LIBRARY AND EXTENSIONS  ------
4617              
4618              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
4619              From:  "W. Phillip Moore" <wpm@ms.com>
4620              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
4621              Files:  lib/ExtUtils/MM_Unix.pm
4622              
4623              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
4624              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
4625              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
4626              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
4627              
4628              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
4629              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4630              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
4631              Files:  ext/POSIX/POSIX.xs
4632              
4633              Title:  ""ODBM_File.c", line 275: NULL undefined"
4634              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
4635              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
4636              Files:  ext/ODBM_File/ODBM_File.xs
4637              
4638              ------  OTHER CHANGES  ------
4639              Files:  
4640              
4641              ------  PORTABILITY - GENERAL  ------
4642              
4643              Title:  "5.004_04 QNX getcwd"
4644              From:  Norton Allen <allen@huarp.harvard.edu>
4645              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
4646              <199803061511.KAA22346@bottesini.harvard.edu>
4647              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
4648              
4649              Title:  "hints/netbsd.sh d_setrgid d_setruid"
4650              From:  Jarkko Hietaniemi <jhi@iki.fi>
4651              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
4652              Files:  hints/netbsd.sh
4653              
4654              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
4655              d_casti32=undef"
4656              From:  Tom Hughes <tom@compton.demon.co.uk>
4657              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
4658              Files:  hints/svr4.sh
4659              
4660              Title:  "hints/bsdos.sh patch for BSDI 3.1"
4661              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
4662              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
4663              Files:  hints/bsdos.sh
4664              
4665              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
4666              From:  Keong Lim <Keong.Lim@sr.com.au>
4667              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
4668              Files:  ext/DynaLoader/dl_hpux.xs
4669              
4670              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
4671              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
4672              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
4673              Files:  hints/aix.sh
4674              
4675              Title:  "alpha-dec_osf 5.0"
4676              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
4677              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
4678              Files:  hints/dec_osf.sh
4679              
4680              Title:  "Off-by-one error with OS2::PrfDB"
4681              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4682              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
4683              Files:  os2/OS2/PrfDB/PrfDB.xs
4684              
4685              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
4686              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4687              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
4688              Files:  hints/openbsd.sh
4689              
4690              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
4691              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4692              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
4693              Files:  hints/linux.sh
4694              
4695              Title:  "5.004_(04|63)] Close VMS security hole"
4696              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4697              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
4698              Files:  vms/vms.c
4699              
4700              Title:  "Re: Perl online documentation on OpenVMS"
4701              From:  pvhp@forte.com (Peter Prymmer)
4702              Msg-ID:  <9803192143.AA28120@forte.com>
4703              Files:  README.vms
4704              
4705              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
4706              vms/perly_c.vms and vms/perly_h.vms"
4707              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
4708              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
4709              Msg-ID:  <199710151650.JAA29185@wall.org>,
4710              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
4711              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
4712              Files:  vms/perly_c.vms
4713              
4714              Title:  "Updated, non-wordwrapped, patch to README.VMS"
4715              From:  Dan Sugalski <sugalskd@osshe.edu>
4716              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
4717              Files:  README.vms
4718              
4719              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
4720              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4721              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
4722              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
4723              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
4724              vms/ext/filespec.t
4725              
4726              Title:  "Re: VMSperl crashes on -Mblib argument"
4727              From:  bailey@newman.upenn.edu (Charles Bailey)
4728              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
4729              Files:  lib/blib.pm vms/vms.c
4730              
4731              Title:  "hints/linux.sh (MkLinux / PPC)"
4732              From:  pudge@pobox.com (Chris Nandor)
4733              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
4734              Files:  hints/linux.sh
4735              
4736              Title:  "hpux.sh hints file clarification suggestion"
4737              From:  root@qad.com
4738              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
4739              Files:  hints/hpux.sh
4740              
4741              Title:  "new hints/solaris_2.sh"
4742              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4743              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
4744              Files:  hints/solaris_2.sh
4745      Branch: maint-5.004/perl
4746            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
4747            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
4748            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
4749            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
4750            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
4751            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
4752            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4753            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
4754            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
4755            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
4756            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
4757            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
4758            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
4759            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
4760            ! vms/vms.c
4761 ____________________________________________________________________________
4762 [   885] By: gsar                                  on 1998/04/08  01:14:29
4763         Log: small tweaks to make it compile (doesn't run)
4764      Branch: asperl
4765            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
4766            ! win32/config.vc win32/makefile.mk
4767 ____________________________________________________________________________
4768 [   884] By: gsar                                  on 1998/04/08  00:14:13
4769         Log: integrate mainline changes
4770      Branch: asperl
4771           +> Changes5.004 ext/Thread/Thread/Signal.pm
4772           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4773           +> lib/ExtUtils/inst t/op/hashwarn.t
4774            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
4775           !> (integrate 127 files)
4776 ____________________________________________________________________________
4777 [   883] By: gsar                                  on 1998/04/06  20:21:20
4778         Log: make old DomainName() implementation the default (so Win95
4779              is happy)
4780      Branch: win32/perl
4781            ! win32/win32.c
4782 ____________________________________________________________________________
4783 [   882] By: gsar                                  on 1998/04/05  23:32:33
4784         Log: fix memory leaks in offer_nice_chunk()
4785      Branch: win32/perl
4786            ! perl.h sv.c
4787 ____________________________________________________________________________
4788 [   881] By: gsar                                  on 1998/04/04  23:11:52
4789         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
4790      Branch: win32/perl
4791            ! cop.h util.c
4792 ____________________________________________________________________________
4793 [   880] By: gsar                                  on 1998/04/04  22:35:54
4794         Log: fix refcounting of GvSTASH() when glob becomes nought
4795              (this takes care of the "unbalanced strtab refcount" problem)
4796      Branch: win32/perl
4797            ! sv.c
4798 ____________________________________________________________________________
4799 [   879] By: gsar                                  on 1998/04/04  21:16:17
4800         Log: change 866 was incomplete
4801      Branch: win32/perl
4802            ! hv.c
4803 ____________________________________________________________________________
4804 [   878] By: gsar                                  on 1998/04/04  20:31:56
4805         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
4806      Branch: win32/perl
4807            ! cop.h perl.c pp_ctl.c
4808 ____________________________________________________________________________
4809 [   877] By: gsar                                  on 1998/04/04  17:55:30
4810         Log: integrate mainline
4811      Branch: win32/perl
4812           +> Changes5.004
4813           !> Changes MANIFEST sv.c t/op/misc.t
4814 ____________________________________________________________________________
4815 [   876] By: gsar                                  on 1998/04/04  17:26:32
4816         Log: remove __declspec kludge in sdbm.h in favor of setting a
4817              flag for static symbols
4818      Branch: win32/perl
4819            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
4820            ! ext/SDBM_File/sdbm/sdbm.h
4821 ____________________________________________________________________________
4822 [   875] By: gsar                                  on 1998/04/04  01:11:57
4823         Log: fix order of init
4824              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
4825              Date:    Fri, 03 Apr 1998 13:58:15 PST
4826              From:    Dan Sugalski <sugalskd@osshe.edu>
4827              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
4828              with MULTIPLICITY
4829      Branch: win32/perl
4830            ! perl.c
4831 ____________________________________________________________________________
4832 [   874] By: gsar                                  on 1998/04/04  00:34:59
4833         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
4834              the declared symbol is not in a DLL (so kludge it)
4835      Branch: win32/perl
4836            ! ext/SDBM_File/sdbm/sdbm.h
4837 ____________________________________________________________________________
4838 [   873] By: TimBunce                              on 1998/04/03  22:17:40
4839         Log: Title:  "FileHandle Documentation patch"
4840              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
4841              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
4842              Files:  lib/FileHandle.pm
4843      Branch: maint-5.004/perl
4844            ! lib/FileHandle.pm
4845 ____________________________________________________________________________
4846 [   872] By: TimBunce                              on 1998/04/03  22:01:03
4847         Log: Documentation and documentation related patches:
4848              
4849              ------  BUILD PROCESS  ------
4850              
4851              Title:  "Docs re /usr/bin/perl quasi-standard location"
4852              From:  Tom Phoenix <rootbeer@teleport.com>
4853              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
4854              Files:  INSTALL pod/perlrun.pod
4855              
4856              ------  DOCUMENTATION  ------
4857              
4858              Title:  "/RFC|RFC-1305/ non-greedy"
4859              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
4860              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
4861              Files:  pod/perlre.pod
4862              
4863              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
4864              From:  Jarkko Hietaniemi <jhi@iki.fi>
4865              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
4866              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
4867              
4868              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
4869              From:  Jarkko Hietaniemi <jhi@iki.fi>
4870              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
4871              Files:  pod/perlfunc.pod
4872              
4873              Title:  "typo-fix and suggestion for perlguts.pod"
4874              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4875              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
4876              Files:  pod/perlguts.pod
4877              
4878              Title:  "perlfunc/syscall curiosity"
4879              From:  Roderick Schertler <roderick@argon.org>, Tkil
4880              <tkil@reptile.scrye.com>
4881              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
4882              <pziut8snva.fsf@eeyore.ibcinc.com>
4883              Files:  pod/perlfunc.pod
4884              
4885              Title:  "Document sprintf %#x behaviour for zero value"
4886              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
4887              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
4888              Files:  pod/perlfunc.pod
4889              
4890              Title:  "NUL termination (was Re: STOP THE PRESSES)"
4891              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4892              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
4893              Files:  pod/perlguts.pod
4894              
4895              Title:  "Typo fix."
4896              From:  abigail@fnx.com
4897              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
4898              Files:  pod/perlop.pod pod/perlvar.pod
4899              
4900              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
4901              From:  Achim Bohnet <ach@mpe.mpg.de>
4902              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
4903              Files:  pod/perlrun.pod
4904              
4905              Title:  "Re: Conservative C<*x = undef> patch"
4906              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4907              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
4908              Files:  pod/perltrap.pod
4909              
4910              Title:  "perlfunc.pod for flock()"
4911              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
4912              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
4913              Files:  pod/perlfunc.pod
4914              
4915              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
4916              From:  Tkil <tkil@scrye.com>
4917              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
4918              Files:  pod/perl.pod
4919              
4920              Title:  "for() and map() peculiarity"
4921              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4922              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
4923              Files:  pod/perlsyn.pod
4924              
4925              Title:  "Re: new text for perlsec"
4926              From:  Tom Phoenix <rootbeer@teleport.com>
4927              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
4928              Files:  pod/perlsec.pod
4929              
4930              Title:  "perldsc's debugger x command"
4931              From:  Roderick Schertler <roderick@argon.org>
4932              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
4933              Files:  pod/perldsc.pod
4934              
4935              Title:  "perlre.pod"
4936              From:  Ted Ashton <ashted@southern.edu>
4937              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
4938              Files:  pod/perlre.pod
4939              
4940              Title:  "Re: printf and $\", "printf and $\"
4941              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
4942              <rootbeer@teleport.com>, nag <nick@flirble.org>
4943              Msg-ID:  <199711141918.TAA08096@flirble.org>,
4944              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
4945              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
4946              Files:  pod/perlfunc.pod
4947              
4948              Title:  "recv() typo"
4949              From:  Roderick Schertler <roderick@argon.org>
4950              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
4951              Files:  pod/perlfunc.pod
4952              
4953              Title:  "truncate return value"
4954              From:  Roderick Schertler <roderick@argon.org>
4955              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
4956              Files:  pod/perlfunc.pod
4957              
4958              Title:  "update to perlbook.pod"
4959              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
4960              <merlyn@stonehenge.com>, Stephen Potter
4961              <spp@psasolar.colltech.com>, Tom Phoenix
4962              <rootbeer@teleport.com>
4963              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
4964              <199803241441.OAA01261@mediaone.net>,
4965              <8clnu0i05k.fsf@gadget.cscaper.com>,
4966              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
4967              Files:  pod/perlbook.pod
4968              
4969              Title:  "utime documentation"
4970              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
4971              <mjtg@cus.cam.ac.uk>
4972              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
4973              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
4974              Files:  pod/perlfunc.pod
4975              
4976              Title:  "(well, doc patch) use of // requires successful match"
4977              From:  Roderick Schertler <roderick@argon.org>
4978              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
4979              Files:  pod/perlop.pod
4980              
4981              ------  LIBRARY AND EXTENSIONS  ------
4982              
4983              Title:  "MakeMaker PM doc patch and a DIR buglet"
4984              From:  Achim Bohnet <ach@mpe.mpg.de>
4985              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
4986              Files:  lib/ExtUtils/MakeMaker.pm
4987              
4988              Title:  "bareword clarification for constant.pm"
4989              From:  Roderick Schertler <roderick@argon.org>
4990              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
4991              Files:  lib/constant.pm
4992              
4993              Title:  "integer rand - bug or feature?"
4994              From:  Roderick Schertler <roderick@argon.org>
4995              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
4996              Files:  lib/integer.pm
4997              
4998              ------  OTHER CHANGES  ------
4999              
5000              Title:  "FileHandle Documentation patch"
5001              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5002              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
5003              
5004              Title:  "perl5.004_61 myconfig updates"
5005              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5006              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
5007              Files:  myconfig
5008              
5009              Title:  "small fixups in pod2latex.PL"
5010              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5011              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
5012              
5013              ------  PORTABILITY - GENERAL  ------
5014              
5015              Title:  "Misc doc fixes for README.VMS"
5016              From:  Dan Sugalski <sugalskd@osshe.edu>
5017              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
5018              Files:  README.vms
5019              
5020              Title:  "moved DynaLib"
5021              From:  John Tobey <jtobey@channel1.com>
5022              Msg-ID:  <199710182332.XAA21630@remote212>
5023              Files:  ext/DynaLoader/DynaLoader.pm.PL
5024              
5025              ------  UTILITIES  ------
5026              
5027              Title:  "Searching for FAQs (patch to perldoc)"
5028              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
5029              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
5030              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
5031              Files:  utils/perldoc.PL
5032              
5033              Title:  "perldoc"
5034              From:  Ted Ashton <ashted@southern.edu>
5035              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
5036              Files:  utils/perldoc.PL
5037              
5038              Title:  "perldoc -f not using pod2man"
5039              From:  Russ Allbery <rra@stanford.edu>
5040              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
5041              Files:  utils/perldoc.PL
5042              
5043              Title:  "perldoc -m should not require pod"
5044              From:  Robin Houston <robin@nml.guardian.co.uk>
5045              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
5046              Files:  utils/perldoc.PL
5047              
5048              Title:  "small fix for perldoc in perl 5.004_04"
5049              From:  Julian Yip <julian@imoney.com>
5050              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
5051              Files:  utils/perldoc.PL
5052      Branch: maint-5.004/perl
5053            - ext/DynaLoader/DynaLoader.pm
5054            ! Changes Configure INSTALL README.vms
5055            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
5056            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
5057            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
5058            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
5059            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
5060            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
5061            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
5062            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
5063            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
5064            ! pod/pod2latex.PL toke.c utils/perldoc.PL
5065
5066 ----------------
5067 Version 5.004_64
5068 ----------------
5069
5070 ____________________________________________________________________________
5071 [   871] By: mbeattie                              on 1998/04/03  13:38:59
5072         Log: Update Changes5.004 and Changes, fix MANIFEST
5073      Branch: perl
5074            + Changes
5075            ! Changes5.004 MANIFEST
5076 ____________________________________________________________________________
5077 [   870] By: mbeattie                              on 1998/04/03  13:36:29
5078         Log: Rename Changes to Changes5.004 (via an integrate)
5079      Branch: perl
5080           +> Changes5.004
5081            - Changes
5082 ____________________________________________________________________________
5083 [   869] By: mbeattie                              on 1998/04/03  11:53:00
5084         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
5085              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
5086              From: Jan-Pieter Cornet <johnpc@xs4all.net>
5087      Branch: perl
5088            ! sv.c t/op/misc.t
5089 ____________________________________________________________________________
5090 [   868] By: mbeattie                              on 1998/04/03  11:16:26
5091         Log: Integrate win32 branch into mainline
5092      Branch: perl
5093           !> (integrate 31 files)
5094 ____________________________________________________________________________
5095 [   867] By: gsar                                  on 1998/04/03  08:47:55
5096         Log: config.* fixes
5097      Branch: win32/perl
5098            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5099            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5100            ! win32/makefile.mk
5101 ____________________________________________________________________________
5102 [   866] By: gsar                                  on 1998/04/03  07:22:50
5103         Log: fixup hv_free_ent() to not fail on null HeVAL()
5104      Branch: win32/perl
5105            ! hv.c perl.c
5106 ____________________________________________________________________________
5107 [   865] By: gsar                                  on 1998/04/03  07:06:12
5108         Log: integrate mainline
5109      Branch: win32/perl
5110           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
5111           !> (integrate 71 files)
5112 ____________________________________________________________________________
5113 [   864] By: gsar                                  on 1998/04/03  06:59:37
5114         Log: implement stack-of-stacks so that magic invocations don't
5115              invalidate local stack pointer
5116      Branch: win32/perl
5117            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
5118            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
5119            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
5120 ____________________________________________________________________________
5121 [   863] By: gsar                                  on 1998/04/03  01:26:09
5122         Log: add AS patch#15
5123      Branch: asperl
5124            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
5125            ! win32/config.bc win32/config.gc win32/config.vc
5126            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5127            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
5128            ! win32/win32.c win32/win32.h
5129 ____________________________________________________________________________
5130 [   862] By: mbeattie                              on 1998/04/02  17:08:43
5131         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
5132              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
5133              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5134      Branch: perl
5135            ! Configure ext/Socket/Socket.xs myconfig
5136 ____________________________________________________________________________
5137 [   861] By: mbeattie                              on 1998/04/02  16:32:53
5138         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
5139              since appropriate headers aren't included.
5140      Branch: perl
5141            ! ext/SDBM_File/sdbm/sdbm.h
5142 ____________________________________________________________________________
5143 [   860] By: mbeattie                              on 1998/04/02  16:17:11
5144         Log: Bumped patchlevel.h to 64
5145      Branch: perl
5146            ! patchlevel.h
5147 ____________________________________________________________________________
5148 [   859] By: mbeattie                              on 1998/04/02  16:16:26
5149         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
5150              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
5151              From: Jarkko Hietaniemi <jhi@iki.fi>
5152      Branch: perl
5153            ! hints/unicos.sh regcomp.h
5154 ____________________________________________________________________________
5155 [   858] By: mbeattie                              on 1998/04/02  16:13:24
5156         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
5157              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
5158              From: Tom Phoenix <rootbeer@teleport.com>
5159      Branch: perl
5160            + t/op/hashwarn.t
5161            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
5162 ____________________________________________________________________________
5163 [   857] By: mbeattie                              on 1998/04/02  16:08:43
5164         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
5165              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
5166              From: Charles Bailey <BAILEY@newman.upenn.edu>
5167      Branch: perl
5168            ! vms/vms.c
5169 ____________________________________________________________________________
5170 [   856] By: mbeattie                              on 1998/04/02  16:07:44
5171         Log: Subject: [PATCH] mv-if-diff
5172              Date: Fri, 27 Mar 98 18:06:11 GMT
5173              From: Robin Barker <rmb1@cise.npl.co.uk>
5174      Branch: perl
5175            ! mv-if-diff
5176 ____________________________________________________________________________
5177 [   855] By: mbeattie                              on 1998/04/02  16:06:54
5178         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
5179              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
5180              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
5181              Subject: [PATCH] another destruct_level fix
5182              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
5183      Branch: perl
5184            ! perl.c sv.c
5185 ____________________________________________________________________________
5186 [   854] By: mbeattie                              on 1998/04/02  16:03:37
5187         Log: Subject: Next wave of _63 VMS patches
5188              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
5189              From: Charles Bailey <BAILEY@newman.upenn.edu>
5190      Branch: perl
5191            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
5192            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
5193            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
5194            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
5195            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
5196            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
5197            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
5198            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
5199            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
5200            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
5201            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
5202            ! vms/vmsish.h
5203 ____________________________________________________________________________
5204 [   853] By: mbeattie                              on 1998/04/02  15:55:46
5205         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
5206              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
5207              From: Hans Mulder <hansmu@xs4all.nl>
5208      Branch: perl
5209            ! toke.c
5210 ____________________________________________________________________________
5211 [   852] By: mbeattie                              on 1998/04/02  15:54:24
5212         Log: Subject: [PATCH] small fixups in pod2latex.PL
5213              Date: 25 Mar 1998 13:30:25 -0800
5214              From: "Darren/Torin/Who Ever..." <torin@daft.com>
5215      Branch: perl
5216            ! pod/pod2latex.PL
5217 ____________________________________________________________________________
5218 [   851] By: mbeattie                              on 1998/04/02  15:50:58
5219         Log: Subject: [PATCH] hints/irix_6.sh with GCC
5220              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
5221              From: kstar@chapin.edu (Kurt D. Starsinic)
5222      Branch: perl
5223            ! hints/irix_6.sh
5224 ____________________________________________________________________________
5225 [   850] By: mbeattie                              on 1998/04/02  15:45:33
5226         Log: Subject: [PATCH] perldoc -m
5227              Date: Tue, 24 Mar 1998 13:19:38 GMT
5228              From: Robin Houston <robin@nml.guardian.co.uk>
5229      Branch: perl
5230            ! utils/perldoc.PL
5231 ____________________________________________________________________________
5232 [   849] By: mbeattie                              on 1998/04/02  15:42:52
5233         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
5234              Date: Mon, 23 Mar 1998 14:13:46 +0100
5235              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5236      Branch: perl
5237            ! djgpp/config.over hints/dos_djgpp.sh
5238 ____________________________________________________________________________
5239 [   848] By: mbeattie                              on 1998/04/02  15:38:19
5240         Log: Subject: [PATCH] Stale SP in pp_substr
5241              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
5242              From: Stephen McCamant <alias@mcs.com>
5243      Branch: perl
5244            ! pp.c
5245 ____________________________________________________________________________
5246 [   847] By: mbeattie                              on 1998/04/02  15:36:33
5247         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
5248      Branch: perl
5249            ! ext/POSIX/POSIX.pm
5250 ____________________________________________________________________________
5251 [   846] By: mbeattie                              on 1998/04/02  15:34:36
5252         Log: Subject: [PATCH] 5.004_63: further -e patching
5253              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
5254              From: Jarkko Hietaniemi <jhi@iki.fi>
5255      Branch: perl
5256            ! perl.c pod/perldiag.pod
5257 ____________________________________________________________________________
5258 [   845] By: mbeattie                              on 1998/04/02  15:25:18
5259         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
5260      Branch: perl
5261            ! Configure INSTALL Policy_sh.SH Porting/Glossary
5262            ! Porting/config.sh Porting/config_H config_h.SH
5263            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
5264            ! pp.c pp_sys.c regexec.c
5265 ____________________________________________________________________________
5266 [   844] By: mbeattie                              on 1998/04/02  14:28:17
5267         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
5268              Date: Wed, 18 Mar 1998 20:40:19 +0100
5269              From: Achim Bohnet <ach@mpe.mpg.de>
5270      Branch: perl
5271            ! pod/perlrun.pod
5272 ____________________________________________________________________________
5273 [   843] By: mbeattie                              on 1998/04/02  14:26:52
5274         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5275              Subject: 5.004_63 picky compiler fixes [PATCH]
5276              Date: Wed, 18 Mar 1998 09:36:32 -0800
5277              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
5278              Date: Wed, 18 Mar 1998 14:48:19 -0800
5279      Branch: perl
5280            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
5281 ____________________________________________________________________________
5282 [   842] By: mbeattie                              on 1998/04/02  14:22:41
5283         Log: From: Stephen Potter <spp@psasolar.colltech.com>
5284              Subject: Re: doc: perlrun typo 
5285              Date: Wed, 18 Mar 1998 10:06:55 -0600
5286              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
5287              Date: Tue, 24 Mar 1998 21:20:51 -0600
5288      Branch: perl
5289            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
5290 ____________________________________________________________________________
5291 [   841] By: mbeattie                              on 1998/04/02  14:17:31
5292         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
5293              Date: Wed, 18 Mar 1998 12:44:58 +0100
5294              From: Dominic Dunlop <domo@vo.lu>
5295      Branch: perl
5296            ! Porting/pumpkin.pod Todo
5297 ____________________________________________________________________________
5298 [   840] By: mbeattie                              on 1998/04/02  14:14:22
5299         Log: Subject: [PATCH] Configure hints/ patches
5300              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
5301              From: Jan-Pieter Cornet <johnpc@xs4all.net>
5302      Branch: perl
5303            ! hints/linux.sh hints/qnx.sh
5304 ____________________________________________________________________________
5305 [   839] By: mbeattie                              on 1998/04/02  14:13:13
5306         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
5307      Branch: perl
5308            ! cygwin32/perlgcc
5309 ____________________________________________________________________________
5310 [   838] By: gsar                                  on 1998/03/28  05:01:57
5311         Log: fix Env.pm to weed out illegal names
5312      Branch: win32/perl
5313            ! lib/Env.pm
5314 ____________________________________________________________________________
5315 [   837] By: gsar                                  on 1998/03/28  04:39:43
5316         Log: fix typo in makefile.mk
5317      Branch: win32/perl
5318            ! win32/makefile.mk
5319 ____________________________________________________________________________
5320 [   836] By: gsar                                  on 1998/03/23  17:40:15
5321         Log: add file: to installhtml URLs
5322      Branch: win32/perl
5323            ! win32/Makefile win32/makefile.mk
5324 ____________________________________________________________________________
5325 [   835] By: mbeattie                              on 1998/03/18  11:03:11
5326         Log: Add Thread::Signal to run signal handlers reliably in a new thread
5327      Branch: perl
5328            + ext/Thread/Thread/Signal.pm
5329            ! MANIFEST ext/Thread/Thread.xs
5330
5331 ----------------
5332 Version 5.004_63
5333 ----------------
5334
5335 ____________________________________________________________________________
5336 [   834] By: mbeattie                              on 1998/03/17  16:19:10
5337         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
5338      Branch: perl
5339            ! Policy_sh.SH
5340 ____________________________________________________________________________
5341 [   833] By: mbeattie                              on 1998/03/17  16:11:02
5342         Log: Integrate win32 branch into mainline.
5343      Branch: perl
5344           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
5345           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5346           !> win32/win32.c
5347 ____________________________________________________________________________
5348 [   832] By: gsar                                  on 1998/03/17  14:32:39
5349         Log: propagate bugfix @ change831 from asperl
5350      Branch: win32/perl
5351            ! regcomp.c
5352 ____________________________________________________________________________
5353 [   831] By: gsar                                  on 1998/03/17  14:02:51
5354         Log: fix buggy order of free() in regcomp.c (from AS)
5355      Branch: asperl
5356            ! regcomp.c
5357 ____________________________________________________________________________
5358 [   830] By: gsar                                  on 1998/03/17  01:10:54
5359         Log: add a part of AS patch#14, backout incomplete variable
5360              name changes for gcc. Builds and tests under VC/BC once again.
5361      Branch: asperl
5362            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
5363 ____________________________________________________________________________
5364 [   829] By: gsar                                  on 1998/03/16  23:49:18
5365         Log: stray tweak to win32.c
5366      Branch: win32/perl
5367            ! win32/win32.c
5368 ____________________________________________________________________________
5369 [   828] By: gsar                                  on 1998/03/16  22:06:03
5370         Log: update win32/config* files
5371      Branch: win32/perl
5372            ! win32/config.bc win32/config.gc win32/config.vc
5373            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5374 ____________________________________________________________________________
5375 [   827] By: gsar                                  on 1998/03/16  19:09:30
5376         Log: trivial integrate of mainline
5377      Branch: win32/perl
5378           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
5379           +> lib/ExtUtils/inst
5380           !> (integrate 61 files)
5381 ____________________________________________________________________________
5382 [   826] By: mbeattie                              on 1998/03/16  16:39:23
5383         Log: newCONSTSUB had private MY_start_subparse.
5384      Branch: perl
5385            ! op.c
5386 ____________________________________________________________________________
5387 [   825] By: mbeattie                              on 1998/03/16  16:36:55
5388         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
5389      Branch: perl
5390            ! hv.c
5391 ____________________________________________________________________________
5392 [   824] By: mbeattie                              on 1998/03/16  16:27:43
5393         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
5394      Branch: perl
5395            ! MANIFEST
5396 ____________________________________________________________________________
5397 [   823] By: mbeattie                              on 1998/03/16  16:26:02
5398         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
5399      Branch: perl
5400            + lib/ExtUtils/Packlist.pm
5401 ____________________________________________________________________________
5402 [   822] By: mbeattie                              on 1998/03/16  16:22:58
5403         Log: Bump patchlevel.h to 63.
5404      Branch: perl
5405            ! ext/IO/IO.xs patchlevel.h
5406           !> (integrate 41 files)
5407 ____________________________________________________________________________
5408 [   821] By: mbeattie                              on 1998/03/16  16:18:35
5409         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
5410              Subject: Bundling builtin.pm and newCONSTSUB with the core?
5411              From: jan.dubois@ibm.net (Jan Dubois)
5412              Date: Sun, 15 Mar 1998 19:09:05 +0100
5413      Branch: perl
5414            ! embed.h global.sym op.c pod/perlguts.pod proto.h
5415 ____________________________________________________________________________
5416 [   820] By: mbeattie                              on 1998/03/16  16:02:50
5417         Log: Subject: [PATCH] STRESS_REALLOC
5418              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
5419              From: Stephen McCamant <alias@mcs.com>
5420      Branch: perl
5421            ! malloc.c perl.c scope.c
5422 ____________________________________________________________________________
5423 [   819] By: mbeattie                              on 1998/03/16  16:01:06
5424         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
5425              Date: Fri, 13 Mar 1998 23:21:25 +0100
5426              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
5427      Branch: perl
5428            ! perly.c
5429 ____________________________________________________________________________
5430 [   818] By: mbeattie                              on 1998/03/16  15:59:16
5431         Log: Subject: [Configure PATCH] for OS/2
5432              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
5433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5434              [Two hunks to Configure failed to apply due to clashes]
5435      Branch: perl
5436            ! Configure hints/os2.sh
5437 ____________________________________________________________________________
5438 [   817] By: mbeattie                              on 1998/03/16  15:55:28
5439         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
5440              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
5441              From: Charles Bailey <BAILEY@newman.upenn.edu>
5442              [Needed manual tweaks on vms/config.vms since it clashed with other
5443              patches. I may have got it wrong.]
5444      Branch: perl
5445            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5446            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
5447            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
5448            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
5449            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
5450            ! vms/test.com vms/vms.c vms/vmsish.h
5451 ____________________________________________________________________________
5452 [   816] By: mbeattie                              on 1998/03/16  15:26:04
5453         Log: Subject: [PATCH] Let h2xs read multiple header files
5454              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
5455              From: Benjamin Sugars <bsugars@canoe.ca>
5456      Branch: perl
5457            ! utils/h2xs.PL
5458 ____________________________________________________________________________
5459 [   815] By: mbeattie                              on 1998/03/16  15:24:12
5460         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
5461              Date: Mon, 09 Mar 1998 09:18:56 -0800
5462              From: Dan Sugalski <sugalskd@osshe.edu>
5463      Branch: perl
5464            ! vms/config.vms
5465 ____________________________________________________________________________
5466 [   814] By: mbeattie                              on 1998/03/16  13:17:14
5467         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
5468              Date: Sun, 08 Mar 1998 12:50:23 +0000
5469              From: Alan Burlison <alan.burlison@UK.Sun.COM>
5470              plus manual update of MANIFEST
5471      Branch: perl
5472            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
5473            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
5474            ! lib/ExtUtils/MM_Unix.pm
5475 ____________________________________________________________________________
5476 [   813] By: mbeattie                              on 1998/03/16  13:08:55
5477         Log: From: Blair Zajac <blair@gps.caltech.edu>
5478              Subject: PATCH: util.c and util.h function declarations do not match
5479              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
5480              Subject: PATCH: cgywin32 patch for perlgcc
5481              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
5482              Subject: PATCH: perl5.004_62 on cygwin32
5483              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
5484      Branch: perl
5485            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
5486 ____________________________________________________________________________
5487 [   812] By: mbeattie                              on 1998/03/16  12:55:39
5488         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5489              Subject: [PATCH 5.004_62} Config_62-01 patch available.
5490              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
5491              Subject: [PATCH 5.004_62] Tiny hint file updates
5492              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
5493      Branch: perl
5494            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5495            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
5496            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
5497            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
5498            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
5499            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
5500 ____________________________________________________________________________
5501 [   811] By: mbeattie                              on 1998/03/16  12:13:55
5502         Log: DOS djgpp updates:
5503              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5504              Subject: [PATCH for 5.004_61] dos-djgpp update
5505              Date: Fri, 6 Mar 1998 10:41:01 +0100
5506              Subject: [PATCH 5.004_62] dos-djgpp update
5507              Date: Thu, 12 Mar 1998 13:34:51 +0100
5508      Branch: perl
5509            ! djgpp/config.over hints/dos_djgpp.sh
5510 ____________________________________________________________________________
5511 [   810] By: gsar                                  on 1998/03/16  08:48:17
5512         Log: integrate mainline
5513      Branch: win32/perl
5514           !> pp_sys.c
5515 ____________________________________________________________________________
5516 [   809] By: gsar                                  on 1998/03/16  08:44:37
5517         Log: various changes to get asperl working under Borland
5518              (passes all tests when built under PERL_OBJECT)
5519      Branch: asperl
5520            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
5521            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
5522            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
5523            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
5524            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
5525            ! win32/win32sck.c
5526 ____________________________________________________________________________
5527 [   808] By: gsar                                  on 1998/03/12  19:50:20
5528         Log: set sockets to nonoverlapped mode for every thread
5529              Message-Id: <35081FE4.965A484D@enteract.com>
5530              Date:    Thu, 12 Mar 1998 11:48:20 CST
5531              From:    Steve Nielsen <spn@enteract.com>
5532              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
5533      Branch: win32/perl
5534            ! win32/win32.h win32/win32sck.c
5535 ____________________________________________________________________________
5536 [   807] By: gsar                                  on 1998/03/12  19:26:54
5537         Log: add AS patch#13
5538      Branch: asperl
5539            ! win32/Makefile
5540 ____________________________________________________________________________
5541 [   806] By: gsar                                  on 1998/03/12  00:51:08
5542         Log: added AS patch#12 with minor changes
5543      Branch: asperl
5544            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
5545            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5546            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
5547            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
5548            ! win32/runperl.c
5549 ____________________________________________________________________________
5550 [   805] By: gsar                                  on 1998/03/10  20:35:10
5551         Log: reinstate some standard sig_names to avoid noise from
5552              modules (and in hopes of making them _do_ something in future)
5553      Branch: win32/perl
5554            ! win32/config.bc win32/config.gc win32/config.vc
5555            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5556 ____________________________________________________________________________
5557 [   804] By: gsar                                  on 1998/03/10  20:33:05
5558         Log: mingw32 tweaks
5559      Branch: win32/perl
5560            ! win32/makefile.mk win32/win32.c win32/win32.h
5561 ____________________________________________________________________________
5562 [   803] By: gsar                                  on 1998/03/09  20:56:07
5563         Log: tweak Win32::DomainName() implementation
5564      Branch: win32/perl
5565            ! win32/Makefile win32/win32.c
5566 ____________________________________________________________________________
5567 [   802] By: gsar                                  on 1998/03/09  03:51:01
5568         Log: merge C<local $tied{foo}> patch, also moved statics in
5569              [ah]v.c to thrdvar.h
5570      Branch: win32/perl
5571            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
5572 ____________________________________________________________________________
5573 [   801] By: gsar                                  on 1998/03/09  02:38:35
5574         Log: minor win32 support fixes
5575              - add a better implementation of Win32::DomainName() (as
5576              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
5577              - fix opendir() emulation was unsafe what given long paths
5578      Branch: win32/perl
5579            ! win32/win32.c
5580 ____________________________________________________________________________
5581 [   800] By: nick                                  on 1998/03/07  09:36:41
5582         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
5583              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
5584              exist. (Breaks libnet).
5585      Branch: perl
5586            ! pp_sys.c
5587 ____________________________________________________________________________
5588 [   799] By: gsar                                  on 1998/03/07  07:51:28
5589         Log: integrate mainline changes
5590      Branch: asperl
5591           !> (integrate 111 files)
5592 ____________________________________________________________________________
5593 [   798] By: gsar                                  on 1998/03/07  07:01:55
5594         Log: integrate mainline
5595      Branch: win32/perl
5596           !> myconfig patchlevel.h
5597 ____________________________________________________________________________
5598 [   797] By: gsar                                  on 1998/03/07  06:49:49
5599         Log: provide our own popen()/pclose() to fix problems with qx//:
5600              - qx// used to always invoke the shell, now does so only when needed
5601              - qx// didn't respect PERL5SHELL, now does
5602      Branch: win32/perl
5603            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
5604 ____________________________________________________________________________
5605 [   796] By: gsar                                  on 1998/03/07  01:37:10
5606         Log: a missed s/sp/SP/
5607      Branch: win32/perl
5608            ! lib/ExtUtils/typemap pod/perlcall.pod
5609 ____________________________________________________________________________
5610 [   795] By: gsar                                  on 1998/03/07  01:05:21
5611         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
5612              mention that local stack pointer should be called SP.  This makes the
5613              API safer from source incompatibilities down the line.
5614      Branch: win32/perl
5615            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
5616            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
5617            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
5618            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
5619            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
5620            ! pp_ctl.c pp_hot.c pp_sys.c util.c
5621
5622 ----------------
5623 Version 5.004_62
5624 ----------------
5625
5626 ____________________________________________________________________________
5627 [   794] By: mbeattie                              on 1998/03/06  09:38:08
5628         Log: Subject: [PATCH] perl5.004_61 myconfig updates
5629              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
5630              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5631      Branch: perl
5632            ! myconfig
5633 ____________________________________________________________________________
5634 [   793] By: mbeattie                              on 1998/03/06  09:36:37
5635         Log: Bump patchlevel.h to 62.
5636      Branch: perl
5637            ! patchlevel.h
5638 ____________________________________________________________________________
5639 [   792] By: mbeattie                              on 1998/03/06  09:35:57
5640         Log: Integrate win32 branch into mainline.
5641      Branch: perl
5642           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
5643           !> win32/config.gc win32/config.vc win32/config_H.bc
5644           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5645 ____________________________________________________________________________
5646 [   791] By: gsar                                  on 1998/03/06  06:00:08
5647         Log: various
5648              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
5649              - add missing prototypes
5650              - regenerate win32/config*.?c
5651      Branch: win32/perl
5652            ! bytecode.h proto.h win32/config.bc win32/config.gc
5653            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5654            ! win32/config_H.vc win32/makefile.mk
5655 ____________________________________________________________________________
5656 [   790] By: gsar                                  on 1998/03/06  03:19:23
5657         Log: fix typo in Makefile
5658      Branch: win32/perl
5659            ! win32/Makefile
5660 ____________________________________________________________________________
5661 [   789] By: gsar                                  on 1998/03/05  22:55:53
5662         Log: integrate mainline
5663      Branch: win32/perl
5664           !> (integrate 47 files)
5665 ____________________________________________________________________________
5666 [   788] By: gsar                                  on 1998/03/05  20:02:09
5667         Log: added AS patch#11
5668              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
5669              Date:    Thu, 05 Mar 1998 10:23:04 PST
5670              From:    Douglas Lankshear <dougl@ActiveState.com>
5671              
5672              This patch fixes a bug I introduced removing duplicate code.
5673              -- Doug
5674      Branch: asperl
5675            ! ObjXSub.h objpp.h win32/runperl.c
5676 ____________________________________________________________________________
5677 [   787] By: gsar                                  on 1998/03/05  19:56:17
5678         Log: add Nick's dTHR fixes
5679      Branch: win32/perl
5680            ! op.c scope.c
5681 ____________________________________________________________________________
5682 [   786] By: gsar                                  on 1998/03/05  19:54:49
5683         Log: maintpatch
5684              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
5685              Date:    Thu, 05 Mar 1998 02:49:46 EST
5686              From:    Spider Boardman <spider@orb.nashua.nh.us>
5687              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
5688      Branch: win32/perl
5689            ! scope.c
5690 ____________________________________________________________________________
5691 [   785] By: mbeattie                              on 1998/03/05  19:12:14
5692         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
5693              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
5694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5695      Branch: perl
5696            ! op.c proto.h regcomp.c regexp.h util.c
5697 ____________________________________________________________________________
5698 [   784] By: mbeattie                              on 1998/03/05  19:11:09
5699         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
5700              Date: Wed, 4 Mar 1998 10:18:03 GMT
5701              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5702      Branch: perl
5703            ! atomic.h
5704 ____________________________________________________________________________
5705 [   783] By: mbeattie                              on 1998/03/05  19:09:16
5706         Log: Subject: Configure patches -01 and -02 for 5.004_61.
5707              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
5708              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5709      Branch: perl
5710            ! Configure INSTALL Policy_sh.SH Porting/Glossary
5711            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
5712            ! config_h.SH handy.h hints/README.hints hints/aix.sh
5713            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
5714            ! makedepend.SH myconfig pp_sys.c
5715 ____________________________________________________________________________
5716 [   782] By: mbeattie                              on 1998/03/05  19:05:23
5717         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
5718              Date: 03 Mar 1998 18:05:07 +0100
5719              From: Gisle Aas <gisle@aas.no>
5720      Branch: perl
5721            ! perl.h pp_ctl.c
5722 ____________________________________________________________________________
5723 [   781] By: mbeattie                              on 1998/03/05  19:04:34
5724         Log: Subject: [PATCH] Make autouse -w-safe
5725              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
5726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5727      Branch: perl
5728            ! lib/autouse.pm op.c sv.c
5729 ____________________________________________________________________________
5730 [   780] By: mbeattie                              on 1998/03/05  19:02:50
5731         Log: Subject: [PATCH] External symbol re_croak2
5732              Date: 02 Mar 1998 13:00:45 +0100
5733              From: Gisle Aas <gisle@aas.no>
5734      Branch: perl
5735            ! regcomp.c regcomp.h
5736 ____________________________________________________________________________
5737 [   779] By: mbeattie                              on 1998/03/05  19:01:25
5738         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
5739              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
5740              From: bailey@newman.upenn.edu (Charles Bailey)
5741      Branch: perl
5742            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
5743            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
5744            ! sv.h
5745 ____________________________________________________________________________
5746 [   778] By: mbeattie                              on 1998/03/05  18:53:13
5747         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
5748              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
5749              From: bailey@newman.upenn.edu (Charles Bailey)
5750      Branch: perl
5751            ! perl.h
5752 ____________________________________________________________________________
5753 [   777] By: mbeattie                              on 1998/03/05  18:50:25
5754         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
5755              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
5756              From: bailey@newman.upenn.edu (Charles Bailey)
5757      Branch: perl
5758            ! lib/File/Basename.pm
5759 ____________________________________________________________________________
5760 [   776] By: mbeattie                              on 1998/03/05  18:49:15
5761         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
5762              Date: 01 Mar 1998 15:16:03 +0100
5763              From: Gisle Aas <gisle@aas.no>
5764      Branch: perl
5765            ! pod/perlguts.pod
5766 ____________________________________________________________________________
5767 [   775] By: mbeattie                              on 1998/03/05  18:48:05
5768         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
5769              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
5770              From: Jarkko Hietaniemi <jhi@iki.fi>
5771      Branch: perl
5772            ! Makefile.SH perl_exp.SH
5773 ____________________________________________________________________________
5774 [   774] By: mbeattie                              on 1998/03/05  18:46:32
5775         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
5776              Date: Sun, 1 Mar 1998 02:02:47 -0500
5777              From: Spider Boardman <spider@orb.nashua.nh.us>
5778      Branch: perl
5779            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
5780 ____________________________________________________________________________
5781 [   773] By: mbeattie                              on 1998/03/05  18:43:57
5782         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
5783              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
5784              From: Hans Mulder <hansmu@xs4all.nl>
5785      Branch: perl
5786            ! pp_ctl.c
5787 ____________________________________________________________________________
5788 [   772] By: mbeattie                              on 1998/03/05  18:39:25
5789         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
5790              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
5791              From: Jarkko Hietaniemi <jhi@iki.fi>
5792      Branch: perl
5793            ! Makefile.SH
5794 ____________________________________________________________________________
5795 [   771] By: mbeattie                              on 1998/03/05  18:38:32
5796         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
5797              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
5798              From: Jarkko Hietaniemi <jhi@iki.fi>
5799      Branch: perl
5800            ! hints/netbsd.sh
5801 ____________________________________________________________________________
5802 [   770] By: mbeattie                              on 1998/03/05  18:36:50
5803         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
5804      Branch: perl
5805            ! cflags.SH
5806 ____________________________________________________________________________
5807 [   769] By: mbeattie                              on 1998/03/05  18:34:35
5808         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
5809              Subject: [PATCH 5.004_61] bunch of small patches
5810              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
5811              From: Andrew Cohen <cohen@andy.bu.edu>
5812      Branch: perl
5813            ! bytecode.h
5814 ____________________________________________________________________________
5815 [   768] By: mbeattie                              on 1998/03/05  18:13:06
5816         Log: Integrate win32 branch into mainline.
5817      Branch: perl
5818           !> (integrate 53 files)
5819 ____________________________________________________________________________
5820 [   767] By: TimBunce                              on 1998/03/05  11:48:09
5821         Log: Update to change 744.
5822      Branch: maint-5.004/perl
5823            ! lib/ExtUtils/Install.pm
5824 ____________________________________________________________________________
5825 [   765] By: TimBunce                              on 1998/03/05  11:24:24
5826         Log: Update embed.h after make regen_headers.
5827      Branch: maint-5.004/perl
5828            ! embed.h
5829 ____________________________________________________________________________
5830 [   764] By: TimBunce                              on 1998/03/05  11:05:13
5831         Log: APPLLIB_EXP now has arch and version dirs added to @INC
5832      Branch: maint-5.004/perl
5833            ! perl.c
5834 ____________________________________________________________________________
5835 [   763] By: TimBunce                              on 1998/03/05  11:01:38
5836         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
5837              Added MAINT_TRIAL_1 local patch label to patchlevel.h
5838              Removed win32/win32io.c and win32/win32io.h from repository
5839      Branch: maint-5.004/perl
5840            - win32/win32io.c win32/win32io.h
5841            ! MANIFEST patchlevel.h
5842 ____________________________________________________________________________
5843 [   762] By: TimBunce                              on 1998/03/05  10:05:34
5844         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
5845              From:  Spider Boardman <spider@orb.nashua.nh.us>
5846              Files:  scope.c
5847      Branch: maint-5.004/perl
5848            ! scope.c
5849 ____________________________________________________________________________
5850 [   761] By: TimBunce                              on 1998/03/05  10:03:10
5851         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
5852              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5853              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
5854              Files:  av.c hv.c scope.c t/op/local.t
5855      Branch: maint-5.004/perl
5856            ! av.c hv.c scope.c t/op/local.t
5857 ____________________________________________________________________________
5858 [   760] By: gsar                                  on 1998/03/04  20:58:21
5859         Log: added AS patch#10
5860              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
5861              Date:    Tue, 03 Mar 1998 10:46:13 PST
5862              From:    Douglas Lankshear <dougl@ActiveState.com>
5863              Subject: [PATCH]
5864              
5865              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
5866              linked modules.
5867              
5868              -- Doug
5869      Branch: asperl
5870            ! win32/dl_win32.xs
5871 ____________________________________________________________________________
5872 [   759] By: TimBunce                              on 1998/03/04  18:46:41
5873         Log: Update patchls utility
5874      Branch: maint-5.004/perl
5875            ! Porting/patchls
5876 ____________________________________________________________________________
5877 [   758] By: TimBunce                              on 1998/03/04  17:07:06
5878         Log: perldoc -f now uses pager if text is too long for screen
5879      Branch: maint-5.004/perl
5880            ! utils/perldoc.PL
5881 ____________________________________________________________________________
5882 [   757] By: TimBunce                              on 1998/03/04  16:57:04
5883         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
5884              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
5885      Branch: maint-5.004/perl
5886            + hints/openbsd.sh
5887            ! pod/perlfunc.pod
5888 ____________________________________________________________________________
5889 [   756] By: TimBunce                              on 1998/03/04  16:48:40
5890         Log: Fix for new gnulibc stdio.h when using sfio+perlio
5891      Branch: maint-5.004/perl
5892            ! perlsdio.h
5893 ____________________________________________________________________________
5894 [   755] By: TimBunce                              on 1998/03/04  16:47:08
5895         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
5896              Added details of split in scalar context to perlfunc.pod
5897      Branch: maint-5.004/perl
5898            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
5899 ____________________________________________________________________________
5900 [   754] By: TimBunce                              on 1998/03/04  16:35:58
5901         Log: Updated perl -v info to include reference to docs and home page.
5902      Branch: maint-5.004/perl
5903            ! perl.c
5904 ____________________________________________________________________________
5905 [   753] By: TimBunce                              on 1998/03/04  16:31:29
5906         Log: Updated hints/bsdos.sh for BSD/OS 3.1
5907              Fixed typo in pod/perlsyn.pod
5908              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
5909              Fixed typo in ext/GDBM_File/GDBM_File.pm
5910      Branch: maint-5.004/perl
5911            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
5912            ! hints/bsdos.sh pod/perlsyn.pod
5913 ____________________________________________________________________________
5914 [   752] By: TimBunce                              on 1998/03/04  15:49:19
5915         Log: Changed bug address in README to perlbug@perl.com
5916              Changed Copyright in perl.c to 1998
5917              Added op/pos.t test from Robin Houston <robin@oneworld.org>
5918      Branch: maint-5.004/perl
5919            + t/op/pos.t
5920            ! README perl.c
5921 ____________________________________________________________________________
5922 [   751] By: TimBunce                              on 1998/03/04  14:47:15
5923         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
5924      Branch: maint-5.004/perl
5925            ! t/comp/require.t t/lib/ph.t
5926 ____________________________________________________________________________
5927 [   750] By: TimBunce                              on 1998/03/04  13:29:58
5928         Log: Added dTHR definition to ease backwards compatibility for XS
5929              source code from 5.005.
5930      Branch: maint-5.004/perl
5931            ! perl.h
5932 ____________________________________________________________________________
5933 [   749] By: TimBunce                              on 1998/03/04  12:19:19
5934         Log: Title:  "rename local 'op' variables to 'o'", #F114
5935              From:  Gurusamy Sarathy
5936              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
5937              toke.c
5938      Branch: maint-5.004/perl
5939            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
5940            ! scope.c toke.c
5941 ____________________________________________________________________________
5942 [   748] By: TimBunce                              on 1998/03/04  12:12:27
5943         Log: Title:  "consolidated win32 patch", #F112
5944              From:  Gurusamy Sarathy
5945              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
5946              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
5947              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
5948              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
5949              t/harness win32/win32.h win32/win32iop.h README.win32
5950              doio.c installhtml installperl pp_sys.c win32/Makefile
5951              win32/config.bc win32/config.vc win32/config_H.bc
5952              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
5953              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
5954              win32/perllib.c win32/runperl.c win32/win32.c
5955              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
5956              x2p/a2py.c
5957      Branch: maint-5.004/perl
5958            + win32/bin/perlglob.pl
5959            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
5960            ! installhtml installperl lib/ExtUtils/Command.pm
5961            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
5962            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
5963            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
5964            ! win32/Makefile win32/config.bc win32/config.vc
5965            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
5966            ! win32/config_sh.PL win32/dl_win32.xs
5967            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
5968            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
5969            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
5970            ! x2p/a2py.c
5971 ____________________________________________________________________________
5972 [   747] By: TimBunce                              on 1998/03/04  11:59:57
5973         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
5974              From:  Gurusamy Sarathy
5975              Files:  MANIFEST t/lib/ph.t
5976      Branch: maint-5.004/perl
5977            ! MANIFEST t/lib/ph.t
5978 ____________________________________________________________________________
5979 [   746] By: TimBunce                              on 1998/03/04  11:47:43
5980         Log: Title:  "properly save STDOUT during system() in debugger", #F110
5981              From:  Jason Smith <smithj4@rpi.edu>
5982              Files:  lib/perl5db.pl
5983      Branch: maint-5.004/perl
5984            ! lib/perl5db.pl
5985 ____________________________________________________________________________
5986 [   745] By: TimBunce                              on 1998/03/04  11:40:19
5987         Log: Title:  "generate DynaLoader.pm at build time", #F109
5988              From:  Achim Bohnet <ach@mpe.mpg.de>
5989              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
5990              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
5991      Branch: maint-5.004/perl
5992            + ext/DynaLoader/DynaLoader.pm.PL
5993            ! MANIFEST ext/DynaLoader/Makefile.PL
5994 ____________________________________________________________________________
5995 [   744] By: TimBunce                              on 1998/03/04  11:34:09
5996         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
5997              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
5998              J. Koenig)
5999              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
6000              Files:  lib/ExtUtils/Install.pm
6001      Branch: maint-5.004/perl
6002            ! lib/ExtUtils/Install.pm
6003 ____________________________________________________________________________
6004 [   743] By: TimBunce                              on 1998/03/04  10:45:05
6005         Log: Title:  "Pod::Html trips over "C<0>"", #F107
6006              From:  Chip Salzenberg
6007              Files:  lib/Pod/Html.pm
6008      Branch: maint-5.004/perl
6009            ! lib/Pod/Html.pm
6010 ____________________________________________________________________________
6011 [   742] By: TimBunce                              on 1998/03/04  10:12:54
6012         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
6013              From:  Achim Bohnet <ach@mpe.mpg.de>
6014              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
6015              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
6016      Branch: maint-5.004/perl
6017            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
6018 ____________________________________________________________________________
6019 [   741] By: TimBunce                              on 1998/03/04  10:08:31
6020         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
6021              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
6022              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
6023              Zakharevich)
6024              Msg-ID:  <199801040630.AA29298@metronet.com>,
6025              <199801041826.NAA11568@aatma.engin.umich.edu>,
6026              <1998Jan4.130412.2719461@cor.newman>
6027              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
6028              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
6029      Branch: maint-5.004/perl
6030            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
6031            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
6032            ! win32/win32.h
6033 ____________________________________________________________________________
6034 [   740] By: TimBunce                              on 1998/03/04  09:55:57
6035         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
6036              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6037              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
6038              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
6039      Branch: maint-5.004/perl
6040            ! lib/Tie/Hash.pm pod/perlfunc.pod
6041 ____________________________________________________________________________
6042 [   739] By: TimBunce                              on 1998/03/04  09:26:01
6043         Log: Title:  "more doc for perldoc", #F103
6044              From:  Gurusamy Sarathy
6045              Files:  utils/perldoc.PL
6046      Branch: maint-5.004/perl
6047            ! utils/perldoc.PL
6048 ____________________________________________________________________________
6049 [   738] By: TimBunce                              on 1998/03/04  09:23:16
6050         Log: Title:  "Make perldoc look for an index file ", #F102
6051              From:  Gisle Aas <gisle@aas.no>
6052              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
6053              Files:  utils/perldoc.PL
6054      Branch: maint-5.004/perl
6055            ! utils/perldoc.PL
6056 ____________________________________________________________________________
6057 [   737] By: TimBunce                              on 1998/03/04  09:21:15
6058         Log: Title:  "perldoc -F filename", #F101
6059              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6060              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
6061              Files:  utils/perldoc.PL
6062      Branch: maint-5.004/perl
6063            ! utils/perldoc.PL
6064 ____________________________________________________________________________
6065 [   736] By: TimBunce                              on 1998/03/04  09:16:20
6066         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
6067              From:  Gisle Aas <gisle@aas.no>
6068              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
6069              Files:  sv.c
6070      Branch: maint-5.004/perl
6071            ! sv.c
6072 ____________________________________________________________________________
6073 [   735] By: TimBunce                              on 1998/03/04  09:08:51
6074         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
6075              From:  abigail@fnx.com
6076              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
6077              Files:  lib/Benchmark.pm
6078      Branch: maint-5.004/perl
6079            ! lib/Benchmark.pm
6080 ____________________________________________________________________________
6081 [   734] By: TimBunce                              on 1998/03/04  08:59:58
6082         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
6083              From:  Gisle Aas <gisle@aas.no>
6084              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
6085              Files:  hv.c
6086      Branch: maint-5.004/perl
6087            ! hv.c
6088 ____________________________________________________________________________
6089 [   733] By: TimBunce                              on 1998/03/04  08:35:19
6090         Log: Title:  "support caseless %ENV", #F097
6091              From:  Gurusamy Sarathy
6092              Files:  hv.c t/op/magic.t win32/win32.h
6093      Branch: maint-5.004/perl
6094            ! hv.c t/op/magic.t win32/win32.h
6095 ____________________________________________________________________________
6096 [   732] By: TimBunce                              on 1998/03/04  08:33:58
6097         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
6098              From:  Ilya Zakharevich
6099              Files:  emacs/cperl-mode.el
6100      Branch: maint-5.004/perl
6101            ! emacs/cperl-mode.el
6102 ____________________________________________________________________________
6103 [   731] By: TimBunce                              on 1998/03/04  08:26:23
6104         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
6105              magic", #F095
6106              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6107              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
6108              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
6109              lib/ExtUtils/xsubpp sv.c
6110      Branch: maint-5.004/perl
6111            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
6112            ! pod/perlxs.pod proto.h sv.c sv.h
6113 ____________________________________________________________________________
6114 [   730] By: TimBunce                              on 1998/03/04  08:20:52
6115         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
6116              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6117              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
6118              Files:  mg.c
6119      Branch: maint-5.004/perl
6120            ! mg.c
6121 ____________________________________________________________________________
6122 [   729] By: TimBunce                              on 1998/03/04  08:18:02
6123         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
6124              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6125              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
6126              Files:  t/op/sort.t
6127      Branch: maint-5.004/perl
6128            ! t/op/sort.t
6129 ____________________________________________________________________________
6130 [   728] By: TimBunce                              on 1998/03/04  08:17:07
6131         Log: Title:  "Make search.pl work on win32", #F092
6132              From:  Gurusamy Sarathy
6133              Files:  win32/bin/search.pl
6134      Branch: maint-5.004/perl
6135            ! win32/bin/search.pl
6136 ____________________________________________________________________________
6137 [   727] By: gsar                                  on 1998/03/04  04:13:23
6138         Log: missing s/op/o/ from one of the mainpatches
6139      Branch: win32/perl
6140            ! op.c
6141 ____________________________________________________________________________
6142 [   726] By: gsar                                  on 1998/03/04  02:12:13
6143         Log: maintpatches #102 and #103 to perldoc.PL
6144      Branch: win32/perl
6145            ! utils/perldoc.PL
6146 ____________________________________________________________________________
6147 [   725] By: gsar                                  on 1998/03/04  02:00:15
6148         Log: renumber some tests to match maint branch
6149      Branch: win32/perl
6150            ! t/op/local.t
6151 ____________________________________________________________________________
6152 [   724] By: gsar                                  on 1998/03/04  01:25:50
6153         Log: maintpatch
6154              #70:  "Fix random whitespace errors in docs"
6155              From:  Roderick Schertler <roderick@argon.org>
6156              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
6157              Date:  Fri, 24 Oct 1997 11:20:44 -0400
6158              Files:  pod/checkpods.PL pod/perlfunc.pod
6159      Branch: win32/perl
6160            ! pod/checkpods.PL
6161 ____________________________________________________________________________
6162 [   723] By: gsar                                  on 1998/03/04  01:04:37
6163         Log: sync maintpatch
6164              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
6165              From:  Chip Salzenberg
6166              Files:  lib/File/Path.pm
6167      Branch: win32/perl
6168            ! lib/File/Path.pm
6169 ____________________________________________________________________________
6170 [   722] By: gsar                                  on 1998/03/04  00:46:46
6171         Log: remove redundancy in File::Find
6172      Branch: win32/perl
6173            ! lib/File/Find.pm
6174 ____________________________________________________________________________
6175 [   721] By: TimBunce                              on 1998/03/03  20:06:41
6176         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
6177              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
6178              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
6179              Files:  utils/perldoc.PL
6180      Branch: maint-5.004/perl
6181            ! utils/perldoc.PL
6182 ____________________________________________________________________________
6183 [   720] By: TimBunce                              on 1998/03/03  20:03:59
6184         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
6185              #F090
6186              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6187              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
6188              Files:  lib/ExtUtils/MM_Unix.pm
6189      Branch: maint-5.004/perl
6190            ! lib/ExtUtils/MM_Unix.pm
6191 ____________________________________________________________________________
6192 [   719] By: TimBunce                              on 1998/03/03  20:02:06
6193         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
6194              From:  Gurusamy Sarathy
6195              Files:  lib/FindBin.pm
6196      Branch: maint-5.004/perl
6197            ! lib/FindBin.pm
6198 ____________________________________________________________________________
6199 [   718] By: TimBunce                              on 1998/03/03  20:00:26
6200         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
6201              #F088
6202              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6203              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
6204              Files:  lib/File/Find.pm
6205      Branch: maint-5.004/perl
6206            ! lib/File/Find.pm
6207 ____________________________________________________________________________
6208 [   717] By: TimBunce                              on 1998/03/03  19:59:38
6209         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
6210              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6211              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
6212              Files:  op.c
6213      Branch: maint-5.004/perl
6214            ! op.c
6215 ____________________________________________________________________________
6216 [   716] By: TimBunce                              on 1998/03/03  19:57:17
6217         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
6218              #F086
6219              From:  Gurusamy Sarathy
6220              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
6221      Branch: maint-5.004/perl
6222            ! pod/perldelta.pod pod/perldiag.pod toke.c
6223 ____________________________________________________________________________
6224 [   715] By: TimBunce                              on 1998/03/03  19:51:33
6225         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
6226              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6227              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
6228              Files:  lib/Pod/Html.pm
6229      Branch: maint-5.004/perl
6230            ! lib/Pod/Html.pm
6231 ____________________________________________________________________________
6232 [   714] By: TimBunce                              on 1998/03/03  19:50:28
6233         Log: Title:  "New pod: perlhist", #F084
6234              From:  Jarkko Hietaniemi <jhi@iki.fi>
6235              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
6236              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
6237      Branch: maint-5.004/perl
6238            + pod/perlhist.pod
6239            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
6240 ____________________________________________________________________________
6241 [   713] By: TimBunce                              on 1998/03/03  19:47:13
6242         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
6243              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6244              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
6245              Files:  pp_ctl.c t/op/local.t
6246      Branch: maint-5.004/perl
6247            ! pp_ctl.c t/op/local.t
6248 ____________________________________________________________________________
6249 [   712] By: TimBunce                              on 1998/03/03  19:45:56
6250         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
6251              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6252              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
6253              Files:  pp_ctl.c
6254      Branch: maint-5.004/perl
6255            ! pp_ctl.c
6256 ____________________________________________________________________________
6257 [   711] By: TimBunce                              on 1998/03/03  19:44:41
6258         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
6259              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6260              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
6261              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
6262      Branch: maint-5.004/perl
6263            + t/comp/require.t
6264            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
6265 ____________________________________________________________________________
6266 [   710] By: TimBunce                              on 1998/03/03  19:36:34
6267         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
6268              From:  Jarkko Hietaniemi <jhi@iki.fi>
6269              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
6270              Files:  t/pragma/locale.t
6271      Branch: maint-5.004/perl
6272            ! t/pragma/locale.t
6273 ____________________________________________________________________________
6274 [   709] By: TimBunce                              on 1998/03/03  19:32:30
6275         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
6276              From:  Gisle Aas <gisle@aas.no>
6277              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
6278              Files:  sv.c
6279      Branch: maint-5.004/perl
6280            ! sv.c
6281 ____________________________________________________________________________
6282 [   708] By: TimBunce                              on 1998/03/03  19:28:06
6283         Log: Title:  "Eliminate double warnings under C<package;>", #F077
6284              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6285              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
6286              Files:  gv.c op.c toke.c
6287      Branch: maint-5.004/perl
6288            ! gv.c op.c toke.c
6289 ____________________________________________________________________________
6290 [   707] By: TimBunce                              on 1998/03/03  19:13:17
6291         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
6292              #F076
6293              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
6294              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
6295              Files:  lib/File/Path.pm
6296      Branch: maint-5.004/perl
6297            ! lib/File/Path.pm
6298 ____________________________________________________________________________
6299 [   706] By: TimBunce                              on 1998/03/03  19:08:45
6300         Log: Title:  "Update of h2ph", #F075
6301              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
6302              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
6303              Files:  t/lib/ph.t utils/h2ph.PL
6304      Branch: maint-5.004/perl
6305            + t/lib/ph.t
6306            ! utils/h2ph.PL
6307 ____________________________________________________________________________
6308 [   705] By: TimBunce                              on 1998/03/03  18:56:59
6309         Log: Title:  "Fix AutoLoader for deep packages", #F074
6310              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
6311              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
6312              Files:  lib/AutoLoader.pm
6313      Branch: maint-5.004/perl
6314            ! lib/AutoLoader.pm
6315 ____________________________________________________________________________
6316 [   704] By: TimBunce                              on 1998/03/03  18:35:36
6317         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
6318              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6319              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
6320              Files:  op.c
6321      Branch: maint-5.004/perl
6322            ! op.c
6323 ____________________________________________________________________________
6324 [   703] By: TimBunce                              on 1998/03/03  18:32:28
6325         Log: Title:  "Make recursive lexical analysis more robust", #F072
6326              From:  Ilya Zakharevich and Chip Salzenberg
6327              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
6328              Files:  toke.c
6329      Branch: maint-5.004/perl
6330            ! toke.c
6331 ____________________________________________________________________________
6332 [   702] By: TimBunce                              on 1998/03/03  18:18:10
6333         Log: Title:  "Fix random whitespace errors in docs", #F070
6334              From:  Roderick Schertler <roderick@argon.org>
6335              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
6336              Files:  pod/perlfunc.pod pod/checkpods.PL
6337      Branch: maint-5.004/perl
6338            ! pod/checkpods.PL pod/perlfunc.pod
6339 ____________________________________________________________________________
6340 [   701] By: TimBunce                              on 1998/03/03  18:13:54
6341         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
6342              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6343              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
6344              Files:  toke.c
6345      Branch: maint-5.004/perl
6346            ! toke.c
6347 ____________________________________________________________________________
6348 [   700] By: TimBunce                              on 1998/03/03  18:11:20
6349         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
6350              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
6351              <nick@flirble.org>
6352              Msg-ID:  <199710241248.NAA00163@flirble.org>,
6353              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
6354              net>
6355              Files:  pp_ctl.c sv.c
6356      Branch: maint-5.004/perl
6357            ! pp_ctl.c sv.c
6358 ____________________________________________________________________________
6359 [   699] By: TimBunce                              on 1998/03/03  18:06:59
6360         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
6361              From:  Jarkko Hietaniemi <jhi@iki.fi>
6362              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
6363              Files:  op.c
6364      Branch: maint-5.004/perl
6365            ! op.c
6366 ____________________________________________________________________________
6367 [   698] By: TimBunce                              on 1998/03/03  18:04:51
6368         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
6369              From:  Administration <fadmin@informatics.muni.cz>
6370              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
6371              Files:  op.c
6372      Branch: maint-5.004/perl
6373            ! op.c
6374 ____________________________________________________________________________
6375 [   697] By: TimBunce                              on 1998/03/03  18:02:54
6376         Log: Title:  "Allow C<last()> to mean C<last>", #F065
6377              From:  Chip Salzenberg
6378              Files:  op.c
6379      Branch: maint-5.004/perl
6380            ! op.c
6381 ____________________________________________________________________________
6382 [   696] By: TimBunce                              on 1998/03/03  17:58:12
6383         Log: Title:  "Fix extension version mismatch message", #F064
6384              From:  Chip Salzenberg
6385              Files:  XSUB.h
6386      Branch: maint-5.004/perl
6387            ! XSUB.h
6388 ____________________________________________________________________________
6389 [   695] By: TimBunce                              on 1998/03/03  17:53:04
6390         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
6391              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
6392              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
6393              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
6394              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
6395      Branch: maint-5.004/perl
6396            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
6397            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
6398 ____________________________________________________________________________
6399 [   694] By: TimBunce                              on 1998/03/03  17:40:47
6400         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
6401              From:  Tom Christiansen
6402              Files:  ext/Socket/Socket.pm
6403      Branch: maint-5.004/perl
6404            ! ext/Socket/Socket.pm
6405 ____________________________________________________________________________
6406 [   693] By: TimBunce                              on 1998/03/03  17:32:57
6407         Log: Title:  "Kill warning about parameter type", #F061
6408              From:  Chip Salzenberg
6409              Files:  op.c
6410      Branch: maint-5.004/perl
6411            ! op.c
6412 ____________________________________________________________________________
6413 [   692] By: TimBunce                              on 1998/03/03  17:11:07
6414         Log: Title:  "Socket occasional SEGV", #F060
6415              From:  Trevor Blackwell <tlb@viaweb.com>
6416              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
6417              Files:  ext/Socket/Socket.xs
6418      Branch: maint-5.004/perl
6419            ! ext/Socket/Socket.xs
6420 ____________________________________________________________________________
6421 [   691] By: TimBunce                              on 1998/03/03  17:09:51
6422         Log: Title:  "Avoid SEGV from local($@)", #F059
6423              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6424              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
6425              Files:  pp_ctl.c
6426      Branch: maint-5.004/perl
6427            ! pp_ctl.c
6428 ____________________________________________________________________________
6429 [   690] By: TimBunce                              on 1998/03/03  17:08:21
6430         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
6431              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6432              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
6433              Files:  op.c
6434      Branch: maint-5.004/perl
6435            ! op.c
6436 ____________________________________________________________________________
6437 [   689] By: TimBunce                              on 1998/03/03  17:05:57
6438         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
6439              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6440              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
6441              Files:  XSUB.h
6442      Branch: maint-5.004/perl
6443            ! XSUB.h
6444 ____________________________________________________________________________
6445 [   688] By: TimBunce                              on 1998/03/03  17:04:15
6446         Log: Title:  "Re: Sort grammar bug", #F056
6447              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6448              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
6449              Files:  toke.c
6450      Branch: maint-5.004/perl
6451            ! toke.c
6452 ____________________________________________________________________________
6453 [   687] By: TimBunce                              on 1998/03/03  17:01:32
6454         Log: Title:  "Document indirect object cases for exec(), system()", #F055
6455              From:  Dominic Dunlop <domo@slipper.ip.lu>
6456              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
6457              Files:  pod/perlfunc.pod
6458      Branch: maint-5.004/perl
6459            ! pod/perlfunc.pod
6460 ____________________________________________________________________________
6461 [   686] By: TimBunce                              on 1998/03/03  16:56:44
6462         Log: Title:  "Update docs on tr///", #F054
6463              From:  Tom Phoenix <rootbeer@teleport.com>
6464              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
6465              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6466              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6467              pod/perlstyle.pod toke.c
6468      Branch: maint-5.004/perl
6469            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6470            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6471            ! pod/perlstyle.pod toke.c
6472 ____________________________________________________________________________
6473 [   685] By: TimBunce                              on 1998/03/03  16:38:50
6474         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
6475              From:  Tom Phoenix <rootbeer@teleport.com>
6476              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
6477              Files:  pod/perlop.pod
6478      Branch: maint-5.004/perl
6479            ! pod/perlop.pod
6480 ____________________________________________________________________________
6481 [   684] By: TimBunce                              on 1998/03/03  16:37:00
6482         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
6483              From:  "Joseph N. Hall" <joseph@cscaper.com>
6484              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
6485              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
6486      Branch: maint-5.004/perl
6487            ! perly.c perly.c.diff perly.y vms/perly_c.vms
6488 ____________________________________________________________________________
6489 [   683] By: TimBunce                              on 1998/03/03  16:31:15
6490         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
6491              sv_vsetpfn", #F051
6492              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
6493              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
6494              Files:  pod/perlguts.pod
6495      Branch: maint-5.004/perl
6496            ! pod/perlguts.pod
6497 ____________________________________________________________________________
6498 [   682] By: TimBunce                              on 1998/03/03  16:28:30
6499         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
6500              From:  Jarkko Hietaniemi <jhi@iki.fi>
6501              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
6502              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
6503      Branch: maint-5.004/perl
6504            ! INSTALL pod/perldiag.pod pod/perllocale.pod
6505 ____________________________________________________________________________
6506 [   681] By: TimBunce                              on 1998/03/03  16:24:12
6507         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
6508              From:  Jerome Abela <abela@hsc.fr>
6509              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
6510              Files:  ext/Fcntl/Fcntl.pm
6511      Branch: maint-5.004/perl
6512            ! ext/Fcntl/Fcntl.pm
6513 ____________________________________________________________________________
6514 [   680] By: TimBunce                              on 1998/03/03  16:23:20
6515         Log: Title:  "Commenting toke.c", #F048
6516              From:  gnat@frii.com
6517              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
6518              Files:  toke.c
6519      Branch: maint-5.004/perl
6520            ! toke.c
6521 ____________________________________________________________________________
6522 [   679] By: TimBunce                              on 1998/03/03  16:18:32
6523         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
6524              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6525              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
6526              Files:  pod/perlguts.pod pp.c t/op/vec.t
6527      Branch: maint-5.004/perl
6528            ! pod/perlguts.pod pp.c t/op/vec.t
6529 ____________________________________________________________________________
6530 [   678] By: TimBunce                              on 1998/03/03  16:15:44
6531         Log: Title:  "A few perl5.004_03 bugs", #F046
6532              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6533              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
6534              Files:  mg.c t/op/magic.t
6535      Branch: maint-5.004/perl
6536            ! mg.c t/op/magic.t
6537 ____________________________________________________________________________
6538 [   677] By: TimBunce                              on 1998/03/03  16:13:11
6539         Log: Title:  "Faster, cleaner av_unshift() ", #F045
6540              From:  Gisle Aas <gisle@aas.no>
6541              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
6542              Files:  av.c
6543      Branch: maint-5.004/perl
6544            ! av.c
6545 ____________________________________________________________________________
6546 [   676] By: TimBunce                              on 1998/03/03  16:04:30
6547         Log: Title:  "New hints/solaris2.sh", #F044
6548              From:  Stephen Zander <srz@mckesson.com>
6549              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
6550              Files:  hints/solaris_2.sh
6551      Branch: maint-5.004/perl
6552            ! hints/solaris_2.sh
6553 ____________________________________________________________________________
6554 [   675] By: TimBunce                              on 1998/03/03  15:33:07
6555         Log: Title:  "Refresh Complex.pm and test", #F043
6556              From:  Jarkko Hietaniemi <jhi@iki.fi>
6557              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
6558              Files:  lib/Math/Complex.pm t/lib/complex.t
6559      Branch: maint-5.004/perl
6560            ! lib/Math/Complex.pm t/lib/complex.t
6561 ____________________________________________________________________________
6562 [   674] By: TimBunce                              on 1998/03/03  15:29:16
6563         Log: Title:  "Fix (\@@) proto", #F042
6564              From:  "Joseph N. Hall" <joseph@cscaper.com>
6565              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
6566              Files:  op.c t/comp/proto.t
6567      Branch: maint-5.004/perl
6568            ! op.c t/comp/proto.t
6569 ____________________________________________________________________________
6570 [   673] By: TimBunce                              on 1998/03/03  15:26:31
6571         Log: Title:  "Allow empty BLOCK in code", #F041
6572              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
6573              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
6574              Files:  toke.c
6575      Branch: maint-5.004/perl
6576            ! toke.c
6577 ____________________________________________________________________________
6578 [   672] By: TimBunce                              on 1998/03/03  15:23:55
6579         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
6580              From:  Chip Salzenberg
6581              Files:  gv.c t/op/gv.t
6582      Branch: maint-5.004/perl
6583            ! gv.c t/op/gv.t
6584 ____________________________________________________________________________
6585 [   671] By: TimBunce                              on 1998/03/03  10:02:32
6586         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
6587              From:  Gisle Aas <gisle@aas.no>
6588              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
6589              Files:  gv.c sv.c
6590      Branch: maint-5.004/perl
6591            ! gv.c sv.c
6592 ____________________________________________________________________________
6593 [   670] By: TimBunce                              on 1998/03/03  09:59:48
6594         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
6595              From:  Chip Salzenberg
6596              Files:  gv.c
6597      Branch: maint-5.004/perl
6598            ! gv.c
6599 ____________________________________________________________________________
6600 [   669] By: TimBunce                              on 1998/03/03  09:58:58
6601         Log: Title:  "Make Configure less negative about PerlIO", #F036
6602              From:  chip@atlantic.net
6603              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
6604              Files:  Configure
6605      Branch: maint-5.004/perl
6606            ! Configure
6607 ____________________________________________________________________________
6608 [   668] By: TimBunce                              on 1998/03/03  09:55:51
6609         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
6610              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
6611              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
6612              Files:  pp_ctl.c
6613      Branch: maint-5.004/perl
6614            ! pp_ctl.c
6615 ____________________________________________________________________________
6616 [   667] By: TimBunce                              on 1998/03/03  09:52:59
6617         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
6618              From:  Irving Reid <irving@tor.securecomputing.com>
6619              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
6620              Files:  lib/Getopt/Long.pm
6621      Branch: maint-5.004/perl
6622            ! lib/Getopt/Long.pm
6623 ____________________________________________________________________________
6624 [   666] By: TimBunce                              on 1998/03/03  09:51:27
6625         Log: Title:  "adding the newSVpvn API function", #F033
6626              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
6627              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
6628              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
6629      Branch: maint-5.004/perl
6630            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
6631 ____________________________________________________________________________
6632 [   665] By: TimBunce                              on 1998/03/03  09:43:30
6633         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
6634              From:  Chip Salzenberg
6635              Files:  toke.c
6636      Branch: maint-5.004/perl
6637            ! toke.c
6638 ____________________________________________________________________________
6639 [   664] By: TimBunce                              on 1998/03/03  09:41:40
6640         Log: Title:  "Re-optimize character classes", #F031
6641              From:  Chip Salzenberg
6642              Files:  regcomp.h regcomp.c regexec.c
6643      Branch: maint-5.004/perl
6644            ! regcomp.c regcomp.h regexec.c
6645 ____________________________________________________________________________
6646 [   663] By: TimBunce                              on 1998/03/03  09:39:55
6647         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
6648              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
6649              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
6650              Files:  op.c t/op/local.t
6651      Branch: maint-5.004/perl
6652            ! op.c t/op/local.t
6653 ____________________________________________________________________________
6654 [   662] By: TimBunce                              on 1998/03/03  09:37:51
6655         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
6656              From:  Chip Salzenberg
6657              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
6658              pp_hot.c regexec.c scope.c
6659      Branch: maint-5.004/perl
6660            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
6661            ! proto.h regexec.c regexp.h scope.c
6662 ____________________________________________________________________________
6663 [   661] By: TimBunce                              on 1998/03/03  09:27:04
6664         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
6665              From:  Chip Salzenberg
6666              Files:  toke.c
6667      Branch: maint-5.004/perl
6668            ! toke.c
6669 ____________________________________________________________________________
6670 [   660] By: TimBunce                              on 1998/03/03  09:24:41
6671         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
6672              From:  Chip Salzenberg
6673              Files:  scope.c
6674      Branch: maint-5.004/perl
6675            ! scope.c
6676 ____________________________________________________________________________
6677 [   659] By: TimBunce                              on 1998/03/03  09:24:00
6678         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
6679              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6680              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
6681              Files:  sv.c t/op/sprintf.t
6682      Branch: maint-5.004/perl
6683            ! sv.c t/op/sprintf.t
6684 ____________________________________________________________________________
6685 [   658] By: TimBunce                              on 1998/03/03  09:22:13
6686         Log: Title:  "Tiny core patch for source filters", #F025
6687              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
6688              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
6689              Files:  toke.c
6690      Branch: maint-5.004/perl
6691            ! toke.c
6692 ____________________________________________________________________________
6693 [   657] By: TimBunce                              on 1998/03/03  09:20:00
6694         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
6695              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6696              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
6697              Files:  t/base/lex.t toke.c
6698      Branch: maint-5.004/perl
6699            ! t/base/lex.t toke.c
6700 ____________________________________________________________________________
6701 [   656] By: TimBunce                              on 1998/03/03  09:17:56
6702         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
6703              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6704              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
6705              Files:  doio.c t/pragma/warn-1global
6706      Branch: maint-5.004/perl
6707            ! doio.c t/pragma/warn-1global
6708 ____________________________________________________________________________
6709 [   655] By: TimBunce                              on 1998/03/03  09:16:56
6710         Log: Title:  "Fix '*' prototype", #F022
6711              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6712              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
6713              Files:  toke.c
6714      Branch: maint-5.004/perl
6715            ! toke.c
6716 ____________________________________________________________________________
6717 [   654] By: TimBunce                              on 1998/03/03  09:15:04
6718         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
6719              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
6720              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
6721              Files:  lib/File/Find.pm
6722      Branch: maint-5.004/perl
6723            ! lib/File/Find.pm
6724 ____________________________________________________________________________
6725 [   653] By: TimBunce                              on 1998/03/03  09:11:55
6726         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
6727              From:  Chip Salzenberg
6728              Files:  sv.c
6729      Branch: maint-5.004/perl
6730            ! sv.c
6731 ____________________________________________________________________________
6732 [   652] By: TimBunce                              on 1998/03/03  09:07:50
6733         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
6734              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6735              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
6736              Files:  scope.c
6737      Branch: maint-5.004/perl
6738            ! scope.c
6739 ____________________________________________________________________________
6740 [   651] By: TimBunce                              on 1998/03/03  09:07:10
6741         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
6742              From:  Stephane Payrard <stef@francenet.fr>
6743              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
6744              Files:  op.c t/op/my.t
6745      Branch: maint-5.004/perl
6746            ! op.c t/op/my.t
6747 ____________________________________________________________________________
6748 [   650] By: TimBunce                              on 1998/03/03  09:04:04
6749         Log: Title:  "enhanced "use strict" warning", #F017
6750              From:  Tkil <tkil@reptile.scrye.com>
6751              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
6752              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
6753      Branch: maint-5.004/perl
6754            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
6755 ____________________________________________________________________________
6756 [   649] By: TimBunce                              on 1998/03/03  09:02:55
6757         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
6758              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6759              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
6760              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
6761      Branch: maint-5.004/perl
6762            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
6763 ____________________________________________________________________________
6764 [   648] By: TimBunce                              on 1998/03/03  08:58:00
6765         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
6766              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6767              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
6768              Files:  sv.c
6769      Branch: maint-5.004/perl
6770            ! sv.c
6771 ____________________________________________________________________________
6772 [   647] By: TimBunce                              on 1998/03/03  08:53:35
6773         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
6774              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6775              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
6776              Files:  os2/os2.c util.c
6777      Branch: maint-5.004/perl
6778            ! os2/os2.c util.c
6779 ____________________________________________________________________________
6780 [   646] By: TimBunce                              on 1998/03/03  08:51:04
6781         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
6782              From:  Roderick Schertler <roderick@argon.org>
6783              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
6784              Files:  doio.c t/op/misc.t
6785      Branch: maint-5.004/perl
6786            ! doio.c t/op/misc.t
6787 ____________________________________________________________________________
6788 [   645] By: TimBunce                              on 1998/03/03  08:49:34
6789         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
6790              From:  Stephen McCamant <alias@mcs.com>
6791              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
6792              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
6793      Branch: maint-5.004/perl
6794            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
6795 ____________________________________________________________________________
6796 [   644] By: TimBunce                              on 1998/03/03  08:43:06
6797         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
6798              From:  Spider Boardman <spider@orb.nashua.nh.us>
6799              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
6800              Files:  sv.c
6801      Branch: maint-5.004/perl
6802            ! sv.c
6803 ____________________________________________________________________________
6804 [   643] By: TimBunce                              on 1998/03/03  08:41:07
6805         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
6806              From:  Chip Salzenberg
6807              Files:  op.c t/op/my.t
6808      Branch: maint-5.004/perl
6809            ! op.c t/op/my.t
6810 ____________________________________________________________________________
6811 [   642] By: TimBunce                              on 1998/03/03  08:39:11
6812         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
6813              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6814              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
6815              Files:  pod/perlobj.pod sv.c t/op/ref.t
6816      Branch: maint-5.004/perl
6817            ! pod/perlobj.pod sv.c t/op/ref.t
6818 ____________________________________________________________________________
6819 [   641] By: gsar                                  on 1998/03/03  04:39:49
6820         Log: merge problematic maintpatch to op.c
6821              #77:  "Eliminate double warnings under C<package;>"
6822              From:  Chip Salzenberg
6823              Files:  gv.c op.c toke.c
6824      Branch: win32/perl
6825            ! gv.c op.c toke.c
6826 ____________________________________________________________________________
6827 [   640] By: gsar                                  on 1998/03/03  04:30:22
6828         Log: merge another conflicting maintpatch to op.c
6829              #17:  "Enhanced "use strict" warning"
6830              From:  Tkil <tkil@reptile.scrye.com>
6831              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
6832              Date:  Thu, 4 Dec 1997 02:38:26 -0700
6833              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
6834      Branch: win32/perl
6835            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
6836 ____________________________________________________________________________
6837 [   639] By: gsar                                  on 1998/03/03  04:09:11
6838         Log: maintpatch
6839              #73:  "Fix order of warnings for misplaced subscripts"
6840              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6841              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
6842              Date:  Mon, 13 Oct 1997 11:23:56 +0100
6843              Files:  op.c
6844      Branch: win32/perl
6845            ! op.c
6846 ____________________________________________________________________________
6847 [   638] By: gsar                                  on 1998/03/03  04:02:16
6848         Log: manually apply another conflicting maintpatch
6849              #64:  "Fix extension version mismatch message"
6850              From:  Chip Salzenberg
6851              Files:  XSUB.h
6852      Branch: win32/perl
6853            ! XSUB.h
6854 ____________________________________________________________________________
6855 [   637] By: gsar                                  on 1998/03/03  03:57:08
6856         Log: maintpatch
6857              #62:  "Fix doc bug in getservbyname() examples"
6858              From:  Tom Christiansen
6859              Files:  ext/Socket/Socket.pm
6860      Branch: win32/perl
6861            ! ext/Socket/Socket.pm
6862 ____________________________________________________________________________
6863 [   636] By: gsar                                  on 1998/03/03  03:55:13
6864         Log: maintpatch
6865              #60:  "Socket occasional SEGV"
6866              From:  Trevor Blackwell <tlb@viaweb.com>
6867              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
6868              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
6869              Files:  ext/Socket/Socket.xs
6870      Branch: win32/perl
6871            ! ext/Socket/Socket.xs
6872 ____________________________________________________________________________
6873 [   635] By: gsar                                  on 1998/03/03  03:51:01
6874         Log: maintpatches for docs
6875              #53:  "Perlop bitwise & | ^ documentation"
6876              From:  Tom Phoenix <rootbeer@teleport.com>
6877              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
6878              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
6879              Files:  pod/perlfunc.pod
6880              -------- 
6881              #54:  "Update docs on tr///"
6882              From:  Tom Phoenix <rootbeer@teleport.com>
6883              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
6884              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
6885              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6886              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6887              pod/perlstyle.pod toke.c
6888      Branch: win32/perl
6889            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6890            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6891            ! pod/perlstyle.pod toke.c
6892 ____________________________________________________________________________
6893 [   634] By: gsar                                  on 1998/03/03  03:43:42
6894         Log: another maintpatch (this one needed adjust of test nos.)
6895              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6896              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
6897              Date: Thu, 22 Jan 1998 12:11:49 +0000
6898              Subject: Re: [PERL] A few perl5.004_03 bugs 
6899      Branch: win32/perl
6900            ! mg.c t/op/magic.t
6901 ____________________________________________________________________________
6902 [   633] By: gsar                                  on 1998/03/03  03:36:40
6903         Log: merge another toke.c patch and its dependent (very carefully)
6904              #32:  "Support C<Package::> as function-blind bearword"
6905              From:  Chip Salzenberg
6906              Files:  toke.c
6907              --------
6908              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
6909              From:  Gurusamy Sarathy
6910              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
6911      Branch: win32/perl
6912            ! pod/perldelta.pod pod/perldiag.pod toke.c
6913 ____________________________________________________________________________
6914 [   632] By: gsar                                  on 1998/03/03  03:12:16
6915         Log: another toke.c maintpatch
6916              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
6917              From:  Chip Salzenberg
6918              Files:  toke.c
6919      Branch: win32/perl
6920            ! toke.c
6921 ____________________________________________________________________________
6922 [   631] By: gsar                                  on 1998/03/03  03:06:59
6923         Log: still another maintpatch
6924              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6925              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
6926              Date: Sun, 02 Nov 1997 13:31:54 +0000
6927              Subject: [PATCH] assorted sprintf bugs
6928      Branch: win32/perl
6929            ! sv.c t/op/sprintf.t
6930 ____________________________________________________________________________
6931 [   630] By: gsar                                  on 1998/03/03  03:03:55
6932         Log: yet another maintpatch
6933              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6934              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
6935              Date: Sat, 22 Nov 1997 12:52:16 +0000
6936              Subject: Re: [PERL] Unexpected output 
6937      Branch: win32/perl
6938            ! doio.c t/pragma/warn-1global
6939 ____________________________________________________________________________
6940 [   629] By: gsar                                  on 1998/03/03  02:57:33
6941         Log: merge another maintpatch to toke.c
6942              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6943              Date: Sat, 22 Nov 1997 14:45:23 GMT
6944              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
6945              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
6946      Branch: win32/perl
6947            ! t/base/lex.t toke.c
6948 ____________________________________________________________________________
6949 [   628] By: gsar                                  on 1998/03/03  02:50:20
6950         Log: manually merge a maintpatch
6951              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
6952              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
6953              From: gnat@frii.com
6954              Subject: [PERL] Commenting toke.c
6955      Branch: win32/perl
6956            ! toke.c
6957 ____________________________________________________________________________
6958 [   627] By: TimBunce                              on 1998/03/02  22:34:47
6959         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
6960              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6961              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
6962              Files:  pp_hot.c pp_sys.c
6963      Branch: maint-5.004/perl
6964            ! pp_hot.c pp_sys.c
6965 ____________________________________________________________________________
6966 [   626] By: TimBunce                              on 1998/03/02  22:31:13
6967         Log: This is the change description for change 625
6968              Title:  "Fix tr///s option", #F007
6969              From:  Inaba Hiroto <inaba@st.rim.or.jp>
6970              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
6971              Files:  doop.c
6972      Branch: maint-5.004/perl
6973            ! doop.c
6974 ____________________________________________________________________________
6975 [   625] By: TimBunce                              on 1998/03/02  22:23:48
6976         Log:      Branch: maint-5.004/perl
6977            ! doop.c
6978 ____________________________________________________________________________
6979 [   623] By: TimBunce                              on 1998/03/02  21:51:53
6980         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
6981              From:  Chip Salzenberg
6982              Files:  pp_ctl.c
6983      Branch: maint-5.004/perl
6984            ! pp_ctl.c
6985 ____________________________________________________________________________
6986 [   622] By: TimBunce                              on 1998/03/02  21:43:29
6987         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
6988              From:  Chip Salzenberg
6989              Files:  sv.c
6990      Branch: maint-5.004/perl
6991            ! sv.c
6992 ____________________________________________________________________________
6993 [   621] By: TimBunce                              on 1998/03/02  21:29:59
6994         Log: Title:  "Fix compile-time warning line in while ()", #F004
6995              From:  Chip Salzenberg
6996              Files:  op.c
6997      Branch: maint-5.004/perl
6998            ! op.c
6999 ____________________________________________________________________________
7000 [   620] By: TimBunce                              on 1998/03/02  21:25:27
7001         Log: Title:  "STMT foreach LIST;", #F002
7002              From:  Chip Salzenberg
7003              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
7004              vms/perly_c.vms
7005      Branch: maint-5.004/perl
7006            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
7007            ! toke.c vms/perly_c.vms
7008 ____________________________________________________________________________
7009 [   619] By: TimBunce                              on 1998/03/02  21:12:58
7010         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
7011              From:  Chip Salzenberg
7012              Files:  op.c
7013      Branch: maint-5.004/perl
7014            ! op.c
7015 ____________________________________________________________________________
7016 [   618] By: gsar                                  on 1998/03/02  04:40:16
7017         Log: make t/lib/nothread.t type xtext also
7018      Branch: win32/perl
7019            ! t/op/nothread.t
7020 ____________________________________________________________________________
7021 [   617] By: gsar                                  on 1998/03/02  04:35:15
7022         Log: make t/lib/thread.t type xtext
7023      Branch: win32/perl
7024            ! t/lib/thread.t
7025 ____________________________________________________________________________
7026 [   616] By: gsar                                  on 1998/03/02  04:17:40
7027         Log: fix misapplied hunks in change#614
7028      Branch: win32/perl
7029            ! scope.c scope.h
7030 ____________________________________________________________________________
7031 [   615] By: gsar                                  on 1998/03/02  03:39:16
7032         Log: another one down
7033              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
7034              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
7035              Date: Tue, 25 Nov 1997 23:03:48 -0800
7036              Subject: [PERL] File::Find bugs & patches
7037      Branch: win32/perl
7038            ! lib/File/Find.pm
7039 ____________________________________________________________________________
7040 [   614] By: gsar                                  on 1998/03/02  03:28:28
7041         Log: this one with adjusted test numbers
7042              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
7043              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
7044              From: Stephen McCamant <alias@mcs.com>
7045              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
7046      Branch: win32/perl
7047            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
7048 ____________________________________________________________________________
7049 [   613] By: gsar                                  on 1998/03/02  03:13:32
7050         Log: still another
7051              From: Inaba Hiroto <inaba@st.rim.or.jp>
7052              Subject: [PERL] tr///s bug
7053              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
7054              Date: Sat, 10 Jan 1998 15:53:33 +0900
7055      Branch: win32/perl
7056            ! doop.c t/op/subst.t
7057 ____________________________________________________________________________
7058 [   612] By: gsar                                  on 1998/03/02  03:01:27
7059         Log: yet another patch
7060              From: Chip Salzenberg <salzench@nielsenmedia.com>
7061              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
7062              Subject: Tiny but massively cool:  C<statement foreach @list>
7063              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
7064      Branch: win32/perl
7065            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
7066            ! toke.c vms/perly_c.vms
7067 ____________________________________________________________________________
7068 [   611] By: gsar                                  on 1998/03/02  01:52:46
7069         Log: yet another 'old' patch
7070              From: Stephane Payrard <stef@francenet.fr>
7071              Message-Id: <199712040054.BAA04612@www.zweig.com>
7072              To: perl5-porters@perl.org
7073              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
7074              between `my' and `local' (Patch included)
7075      Branch: win32/perl
7076            ! op.c t/op/my.t
7077 ____________________________________________________________________________
7078 [   610] By: gsar                                  on 1998/03/02  01:45:55
7079         Log: another 'old' patch
7080              From: Roderick Schertler <roderick@argon.org>
7081              Date: 19 Dec 1997 12:52:36 -0500
7082              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
7083              Subject: [PERL] [PATCH] Re: Problem with open >&=
7084      Branch: win32/perl
7085            ! doio.c t/op/misc.t
7086 ____________________________________________________________________________
7087 [   609] By: gsar                                  on 1998/03/02  01:23:56
7088         Log: apply missing pieces from:
7089              From: Chip Salzenberg <salzench@nielsenmedia.com>
7090              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
7091              Subject: [PATCH] Improved LVALUE patch
7092              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
7093      Branch: win32/perl
7094            ! sv.c
7095 ____________________________________________________________________________
7096 [   608] By: gsar                                  on 1998/03/02  01:13:01
7097         Log: merge two important 'old' patches
7098              From: Chip Salzenberg <salzench@nielsenmedia.com>
7099              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
7100              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
7101              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
7102              ------
7103              From: Chip Salzenberg <salzench@nielsenmedia.com>
7104              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
7105              Subject: [PATCH] Fix for compile-time while() warnings
7106              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
7107      Branch: win32/perl
7108            ! op.c
7109 ____________________________________________________________________________
7110 [   607] By: gsar                                  on 1998/03/01  06:52:26
7111         Log: integrate mainline changes
7112      Branch: asperl
7113           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
7114           +> lib/Tie/Handle.pm t/op/tiehandle.t
7115            - config_H
7116           !> (integrate 89 files)
7117 ____________________________________________________________________________
7118 [   606] By: gsar                                  on 1998/02/28  23:11:00
7119         Log: misc small tweaks
7120              - AutoLoader fix for long::pack::names
7121              - d_mymalloc can be set from makefiles now
7122              - make search.pl actually work on win32
7123              - revert podoc about $^E on OS/2 (per Ilya's wishes)
7124      Branch: win32/perl
7125            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
7126            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
7127 ____________________________________________________________________________
7128 [   605] By: gsar                                  on 1998/02/28  22:16:45
7129         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
7130      Branch: win32/perl
7131            ! embedvar.h sv.h
7132 ____________________________________________________________________________
7133 [   604] By: gsar                                  on 1998/02/28  21:08:58
7134         Log: integrate mainline
7135      Branch: win32/perl
7136           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
7137           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
7138           !> byterun.c ext/SDBM_File/Makefile.PL
7139           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
7140           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
7141           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
7142           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
7143           !> vms/test.com win32/makedef.pl
7144 ____________________________________________________________________________
7145 [   603] By: nick                                  on 1998/02/28  11:31:15
7146         Log: Missed FREAD in bytecode.h
7147              Cannot export svref_mutex in non-threaded perl
7148      Branch: perl
7149            ! bytecode.h win32/makedef.pl
7150
7151 ----------------
7152 Version 5.004_61
7153 ----------------
7154
7155 ____________________________________________________________________________
7156 [   602] By: mbeattie                              on 1998/02/27  18:35:27
7157         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
7158              preprocessor symbol on Digital UNIX.
7159      Branch: perl
7160            ! bytecode.h bytecode.pl byterun.c
7161 ____________________________________________________________________________
7162 [   601] By: mbeattie                              on 1998/02/27  18:27:00
7163         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
7164      Branch: perl
7165            ! sv.h
7166 ____________________________________________________________________________
7167 [   600] By: mbeattie                              on 1998/02/27  18:15:07
7168         Log: Add atomic.h to MANIFEST
7169      Branch: perl
7170            ! MANIFEST
7171 ____________________________________________________________________________
7172 [   599] By: mbeattie                              on 1998/02/27  18:13:52
7173         Log: Integrate win32 branch into mainline.
7174      Branch: perl
7175            ! bytecode.pl
7176           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
7177           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
7178           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
7179           !> win32/config.gc win32/config.vc win32/config_H.bc
7180           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
7181           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
7182           !> win32/win32thread.h
7183 ____________________________________________________________________________
7184 [   598] By: mbeattie                              on 1998/02/27  18:06:41
7185         Log: Make refcounts atomic for threading (dependent on appropriate
7186              arch-dependent and compiler-dependent definitions in atomic.h
7187              or else falls back to a global mutex to protect refcounts).
7188      Branch: perl
7189            + atomic.h
7190            ! global.sym perl.c perlvars.h sv.c sv.h
7191 ____________________________________________________________________________
7192 [   597] By: mbeattie                              on 1998/02/27  15:37:22
7193         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
7194      Branch: perl
7195            ! MANIFEST
7196 ____________________________________________________________________________
7197 [   596] By: mbeattie                              on 1998/02/27  15:34:55
7198         Log: Missed adding new file Policy_sh.SH in change 592.
7199      Branch: perl
7200            + Policy_sh.SH
7201 ____________________________________________________________________________
7202 [   595] By: mbeattie                              on 1998/02/27  15:34:06
7203         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
7204              Date: Fri, 27 Feb 1998 04:15:04 +0000
7205              From: Graham Barr <gbarr@pobox.com>
7206      Branch: perl
7207            + lib/Tie/Handle.pm t/op/tiehandle.t
7208            ! pod/perltie.pod pp_sys.c
7209 ____________________________________________________________________________
7210 [   594] By: mbeattie                              on 1998/02/27  15:31:12
7211         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7212              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
7213              Date: Thu, 26 Feb 1998 11:09:55 -0800
7214              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
7215              Date: Thu, 26 Feb 1998 11:15:24 -0800
7216      Branch: perl
7217            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
7218            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
7219            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
7220            ! vms/test.com
7221 ____________________________________________________________________________
7222 [   593] By: mbeattie                              on 1998/02/27  15:26:45
7223         Log: Fix file-descriptor leak when pipes fail via taint checks:
7224              Subject: [PATCH] Some patches went through cracks
7225              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
7226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7227      Branch: perl
7228            ! os2/os2.c util.c
7229 ____________________________________________________________________________
7230 [   592] By: mbeattie                              on 1998/02/27  15:15:12
7231         Log: Subject: Config_60-03-04.diff patch for 5.004_60
7232              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
7233              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7234      Branch: perl
7235            ! Configure MANIFEST Makefile.SH os2/diff.configure
7236 ____________________________________________________________________________
7237 [   591] By: gsar                                  on 1998/02/26  19:34:50
7238         Log: added AS patch#9
7239      Branch: asperl
7240            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
7241            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
7242            - win32/ipstdiowin.h win32/perlobj.def
7243            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
7244            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
7245            ! win32/win32sck.c win32/win32thread.c
7246 ____________________________________________________________________________
7247 [   590] By: gsar                                  on 1998/02/26  04:25:40
7248         Log: various changes to make win32 build under the new Configure & co.
7249              - added byterun.c to core C build
7250              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
7251              after adding new variables to config.[bgv]c
7252              - sig_name_init now has only the valid signals
7253              - we now have $Config{usethreads}
7254              - tested under the two commercial compilers w/ and w/o usethreads
7255      Branch: win32/perl
7256            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7257            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7258            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
7259 ____________________________________________________________________________
7260 [   589] By: gsar                                  on 1998/02/26  03:56:19
7261         Log: various cleanups so that B can be built as "just another extension"
7262              - export symbols needed for building B
7263              - bset_obj_store() is needed by byterun(), so define it there instead
7264              of at B.xs, and export it
7265              - freadpv() is only used in B.xs, so move it there
7266              - byte*.h are now included by perl.h
7267              - regenerate embed*.h
7268      Branch: win32/perl
7269            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
7270            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
7271 ____________________________________________________________________________
7272 [   588] By: gsar                                  on 1998/02/25  21:46:35
7273         Log: integrate mainline
7274      Branch: win32/perl
7275           +> Porting/config.sh Porting/config_H
7276            - config_H
7277           !> (integrate 54 files)
7278 ____________________________________________________________________________
7279 [   587] By: gsar                                  on 1998/02/25  19:20:26
7280         Log: added AS patch#8
7281      Branch: asperl
7282            ! sv.c x2p/a2py.c x2p/util.c
7283 ____________________________________________________________________________
7284 [   586] By: gsar                                  on 1998/02/25  19:08:06
7285         Log: added AS patch#7
7286              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
7287              Date:    Tue, 24 Feb 1998 07:57:07 PST
7288              From:    Douglas Lankshear <dougl@ActiveState.com>
7289              Subject: [PATCH] 
7290              
7291              Here's an attempt at
7292              6. MANIFEST must be updated with new file names
7293              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
7294              And some changes to move toward
7295              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
7296              
7297              -- Doug
7298      Branch: asperl
7299            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
7300            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
7301            ! perlenv.h perlio.h perllio.h win32/Makefile
7302 ____________________________________________________________________________
7303 [   585] By: mbeattie                              on 1998/02/25  17:44:34
7304         Log: More compiler tweaks.
7305      Branch: perl
7306            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
7307 ____________________________________________________________________________
7308 [   584] By: mbeattie                              on 1998/02/25  15:36:38
7309         Log: Subject: [PATCH 5.004_60] dos-djgpp update
7310              Date: Wed, 25 Feb 1998 11:17:07 +0100
7311              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7312      Branch: perl
7313            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
7314 ____________________________________________________________________________
7315 [   583] By: mbeattie                              on 1998/02/25  15:34:48
7316         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
7317      Branch: perl
7318            ! global.sym patchlevel.h
7319 ____________________________________________________________________________
7320 [   582] By: mbeattie                              on 1998/02/25  15:28:08
7321         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
7322              Date: Tue, 24 Feb 1998 11:15:57 +0000
7323              From: Robin Houston <robin@oneworld.org>
7324      Branch: perl
7325            ! pod/perldiag.pod pp_ctl.c
7326 ____________________________________________________________________________
7327 [   581] By: mbeattie                              on 1998/02/25  15:27:06
7328         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
7329              Date: 23 Feb 1998 23:36:09 +0100
7330              From: Gisle Aas <gisle@aas.no>
7331      Branch: perl
7332            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
7333 ____________________________________________________________________________
7334 [   580] By: mbeattie                              on 1998/02/25  15:25:29
7335         Log: Subject: [PATCH 5.004_60] improved Test.pm
7336              Date: Sat, 21 Feb 1998 14:17:09 -0500
7337              From: Joshua Pritikin <pritikin@mindspring.com>
7338      Branch: perl
7339            ! lib/Test.pm
7340 ____________________________________________________________________________
7341 [   579] By: mbeattie                              on 1998/02/25  15:23:24
7342         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
7343              From: Jarkko Hietaniemi <jhi@iki.fi>
7344              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
7345              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
7346              Subject: Re: your HP-UX perl patch
7347              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
7348      Branch: perl
7349            ! Makefile.SH embed.h global.sym hints/hpux.sh
7350 ____________________________________________________________________________
7351 [   578] By: mbeattie                              on 1998/02/25  15:18:06
7352         Log: Back out DB_File patch (change _553) and tweak Configure.
7353              Subject: ANNOUNCE: perl5.004_60 is available
7354              Date: Mon, 23 Feb 1998 10:47:26 -0000
7355              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
7356      Branch: perl
7357            ! Configure ext/DB_File/DB_File.xs
7358 ____________________________________________________________________________
7359 [   577] By: mbeattie                              on 1998/02/25  15:04:00
7360         Log: Subject: [PATCH] Cwd.pm
7361              Date: Fri, 20 Feb 1998 10:27:54 -0600
7362              From: Graham Barr <gbarr@ti.com>
7363      Branch: perl
7364            ! lib/Cwd.pm
7365 ____________________________________________________________________________
7366 [   576] By: mbeattie                              on 1998/02/25  15:02:57
7367         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
7368              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
7369              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
7370              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
7371              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
7372              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
7373              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
7374      Branch: perl
7375            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
7376 ____________________________________________________________________________
7377 [   575] By: mbeattie                              on 1998/02/25  14:58:00
7378         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
7379              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
7380              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7381      Branch: perl
7382            + Porting/config.sh Porting/config_H
7383            - config_H
7384            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
7385            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
7386            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
7387            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
7388            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
7389            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
7390            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
7391 ____________________________________________________________________________
7392 [   574] By: gsar                                  on 1998/02/24  02:21:14
7393         Log: fix typos in sv.c
7394      Branch: win32/perl
7395            ! sv.c
7396 ____________________________________________________________________________
7397 [   573] By: mbeattie                              on 1998/02/23  10:03:39
7398         Log: Remove old Linux+threads segfault degugging kludge.
7399      Branch: perl
7400            ! perl.c
7401 ____________________________________________________________________________
7402 [   572] By: gsar                                  on 1998/02/23  09:45:26
7403         Log: undo previous change (no added value!)
7404      Branch: win32/perl
7405            ! win32/bin/pl2bat.pl
7406 ____________________________________________________________________________
7407 [   571] By: gsar                                  on 1998/02/23  09:18:32
7408         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
7409              John Cavanaugh <cavanaug@sdd.hp.com>)
7410      Branch: win32/perl
7411            ! win32/bin/pl2bat.pl
7412 ____________________________________________________________________________
7413 [   570] By: gsar                                  on 1998/02/22  04:02:15
7414         Log: support chown() (just a noop for now)
7415      Branch: win32/perl
7416            ! dosish.h win32/win32.c win32/win32.h
7417 ____________________________________________________________________________
7418 [   569] By: gsar                                  on 1998/02/22  03:09:55
7419         Log: integrate latest win32 branch
7420      Branch: asperl
7421           +> (branch 41 files)
7422           !> (integrate 59 files)
7423 ____________________________________________________________________________
7424 [   568] By: gsar                                  on 1998/02/22  02:40:56
7425         Log: get compiler building under win32 (needed Makefile.PL
7426              hacks that could be applicable to other platforms)
7427      Branch: win32/perl
7428            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
7429 ____________________________________________________________________________
7430 [   567] By: gsar                                  on 1998/02/22  01:30:19
7431         Log: integrate mainline
7432      Branch: win32/perl
7433           +> (branch 41 files)
7434           !> (integrate 46 files)
7435 ____________________________________________________________________________
7436 [   566] By: gsar                                  on 1998/02/20  22:31:56
7437         Log: fix handle leak in join()
7438      Branch: win32/perl
7439            ! win32/win32thread.h
7440
7441 ----------------
7442 Version 5.004_60
7443 ----------------
7444
7445 ____________________________________________________________________________
7446 [   565] By: mbeattie                              on 1998/02/20  18:23:47
7447         Log: Remove compiler files from their old lib/B locations. The compiler
7448              now builds by default (without the byteperl executable so far) and
7449              seems to work at least minimally.
7450      Branch: perl
7451            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
7452            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
7453            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
7454            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
7455            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
7456            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
7457            ! MANIFEST bytecode.pl
7458 ____________________________________________________________________________
7459 [   564] By: mbeattie                              on 1998/02/20  18:05:33
7460         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
7461              under ext/B.
7462      Branch: perl
7463           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7464           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7465           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
7466           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
7467           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
7468           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
7469           +> ext/B/B/makeliblinks ext/B/O.pm
7470 ____________________________________________________________________________
7471 [   563] By: mbeattie                              on 1998/02/20  17:54:58
7472         Log: Start getting compiler to work when built with the core.
7473              [Still won't work as of this change.]
7474      Branch: perl
7475           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
7476           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
7477           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
7478           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
7479           +> lib/B/Terse.pm lib/B/Xref.pm
7480            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
7481 ____________________________________________________________________________
7482 [   562] By: mbeattie                              on 1998/02/20  16:42:13
7483         Log: Merge perlext/Compiler/... into mainline. Some files move to
7484              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
7485              move to the base perl directory (e.g. headers). Will need some
7486              cleaning up before it builds properly, I would guess.
7487      Branch: perl
7488           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
7489           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
7490           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
7491           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
7492           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
7493           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
7494           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
7495           +> lib/B/makeliblinks lib/O.pm
7496 ____________________________________________________________________________
7497 [   561] By: mbeattie                              on 1998/02/20  16:39:38
7498         Log: Win32 changes from Sarathy, tweaked slightly by me.
7499      Branch: perlext
7500            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
7501            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
7502            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
7503            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
7504 ____________________________________________________________________________
7505 [   560] By: mbeattie                              on 1998/02/20  15:46:15
7506         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
7507      Branch: perl
7508            ! perl.c
7509 ____________________________________________________________________________
7510 [   559] By: mbeattie                              on 1998/02/20  12:56:10
7511         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
7512      Branch: perl
7513            ! MANIFEST patchlevel.h
7514 ____________________________________________________________________________
7515 [   558] By: mbeattie                              on 1998/02/20  12:53:26
7516         Log: Integrate win32 branch into mainline.
7517      Branch: perl
7518           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
7519           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7520           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7521           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
7522           !> win32/win32iop.h x2p/a2p.h
7523 ____________________________________________________________________________
7524 [   557] By: mbeattie                              on 1998/02/20  12:51:42
7525         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
7526              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
7527              From: Jarkko Hietaniemi <jhi@iki.fi>
7528      Branch: perl
7529            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
7530            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
7531            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
7532            ! pod/perltoc.pod pod/perlvar.pod
7533 ____________________________________________________________________________
7534 [   556] By: mbeattie                              on 1998/02/20  12:49:54
7535         Log: Subject: [PATCH] installperl
7536              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
7537              From: Norton Allen <allen@huarp.harvard.edu>
7538      Branch: perl
7539            ! installperl
7540 ____________________________________________________________________________
7541 [   555] By: mbeattie                              on 1998/02/20  12:49:09
7542         Log: Subject: [PATCH:_59] t/op/wantarray.t
7543              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
7544              From: Norton Allen <allen@huarp.harvard.edu>
7545      Branch: perl
7546            + t/op/wantarray.t
7547 ____________________________________________________________________________
7548 [   554] By: mbeattie                              on 1998/02/20  12:47:44
7549         Log: Subject: Misprint in regcomp.c [PATCH]
7550              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
7551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7552      Branch: perl
7553            ! regcomp.c
7554 ____________________________________________________________________________
7555 [   553] By: mbeattie                              on 1998/02/20  12:45:08
7556         Log: Subject: DB_File ->length does not work just after tie.
7557              Date: Tue, 17 Feb 1998 13:19:18 GMT
7558              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7559      Branch: perl
7560            ! ext/DB_File/DB_File.xs
7561 ____________________________________________________________________________
7562 [   552] By: mbeattie                              on 1998/02/20  12:43:32
7563         Log: Subject: [PATCH] - perl5.005_59, update Copyright
7564              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
7565              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
7566      Branch: perl
7567            ! perl.c
7568 ____________________________________________________________________________
7569 [   551] By: mbeattie                              on 1998/02/20  12:42:41
7570         Log: Subject: Re: for() and map() peculiarity
7571              Date: Mon, 16 Feb 1998 21:33:44 +0000
7572              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7573      Branch: perl
7574            ! pod/perlsyn.pod
7575 ____________________________________________________________________________
7576 [   550] By: mbeattie                              on 1998/02/20  12:41:53
7577         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
7578              Date: Mon, 16 Feb 1998 11:46:29 -0800
7579              From: Dan Sugalski <sugalskd@osshe.edu>
7580      Branch: perl
7581            ! vms/config.vms
7582 ____________________________________________________________________________
7583 [   549] By: mbeattie                              on 1998/02/20  12:40:55
7584         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
7585              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
7586              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
7587      Branch: perl
7588            ! global.sym
7589 ____________________________________________________________________________
7590 [   548] By: mbeattie                              on 1998/02/20  12:39:56
7591         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
7592              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
7593              From: Jarkko Hietaniemi <jhi@iki.fi>
7594      Branch: perl
7595            ! hints/irix_6.sh
7596 ____________________________________________________________________________
7597 [   547] By: mbeattie                              on 1998/02/20  12:38:58
7598         Log: Subject: [PATCH] perlguts update
7599              Date: 16 Feb 1998 11:23:53 +0100
7600              From: Gisle Aas <gisle@aas.no>
7601      Branch: perl
7602            ! pod/perlguts.pod
7603 ____________________________________________________________________________
7604 [   546] By: mbeattie                              on 1998/02/20  12:38:01
7605         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
7606              Date: Sun, 15 Feb 1998 23:56:05 -0500
7607              From: Irving Reid <irving@tor.securecomputing.com>
7608      Branch: perl
7609            ! hints/bsdos.sh
7610 ____________________________________________________________________________
7611 [   545] By: mbeattie                              on 1998/02/20  12:37:11
7612         Log: Subject: [PATCH] 5% speedup in an empty loop
7613              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
7614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7615      Branch: perl
7616            ! op.c
7617 ____________________________________________________________________________
7618 [   544] By: mbeattie                              on 1998/02/20  12:36:26
7619         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
7620              Date: Sun, 15 Feb 98 23:06:16 +0100
7621              From: Hans Mulder <hansm@icgroup.nl>
7622      Branch: perl
7623            ! hints/next_3.sh hints/next_4.sh
7624 ____________________________________________________________________________
7625 [   543] By: mbeattie                              on 1998/02/20  12:35:39
7626         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
7627              Date: Sun, 15 Feb 98 23:05:20 +0100
7628              From: Hans Mulder <hansm@icgroup.nl>
7629      Branch: perl
7630            ! malloc.c
7631 ____________________________________________________________________________
7632 [   542] By: mbeattie                              on 1998/02/20  12:35:03
7633         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
7634              From: Hans Mulder <hansm@icgroup.nl>
7635              Date: Sun, 15 Feb 98 23:04:29 +0100
7636      Branch: perl
7637            ! Configure
7638 ____________________________________________________________________________
7639 [   541] By: mbeattie                              on 1998/02/20  12:33:56
7640         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
7641              NeXT   needs DONT_DECLARE_STD)
7642              Date: Sun, 15 Feb 98 23:04:19 +0100
7643              From: Hans Mulder <hansm@icgroup.nl>
7644      Branch: perl
7645            ! perl.h
7646 ____________________________________________________________________________
7647 [   540] By: mbeattie                              on 1998/02/20  12:32:25
7648         Log: Subject: [PATCH] sv_check_thinkfirst macroized
7649              Date: 15 Feb 1998 22:00:38 +0100
7650              From: Gisle Aas <gisle@aas.no>
7651      Branch: perl
7652            ! sv.c
7653 ____________________________________________________________________________
7654 [   539] By: mbeattie                              on 1998/02/20  12:31:07
7655         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
7656              Date: Sat, 14 Feb 1998 17:58:01 -0500
7657              From: Joshua Pritikin <pritikin@mindspring.com>
7658      Branch: perl
7659            + lib/Test.pm
7660            ! MANIFEST lib/Test/Harness.pm
7661 ____________________________________________________________________________
7662 [   538] By: mbeattie                              on 1998/02/20  12:24:31
7663         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
7664              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
7665              From: Jarkko Hietaniemi <jhi@iki.fi>
7666      Branch: perl
7667            ! INSTALL pod/perldiag.pod pod/perllocale.pod
7668 ____________________________________________________________________________
7669 [   537] By: mbeattie                              on 1998/02/20  12:23:04
7670         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
7671              Date: Fri, 13 Feb 1998 13:38:28 -0800
7672              From: Dan Sugalski <sugalskd@osshe.edu>
7673      Branch: perl
7674            ! README.vms
7675 ____________________________________________________________________________
7676 [   536] By: mbeattie                              on 1998/02/20  12:20:29
7677         Log: Subject: [PATCH] 5.004_58, move intuition tests
7678              Date: Thu, 12 Feb 1998 17:11:05 -0600
7679              From: Stephen Potter <spp@psa.pencom.com>
7680      Branch: perl
7681            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7682            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
7683            ! t/op/flip.t t/op/pat.t t/op/push.t
7684 ____________________________________________________________________________
7685 [   535] By: gsar                                  on 1998/02/19  23:07:24
7686         Log: applied a version of this with tabs intact
7687              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
7688              Date:    19 Feb 1998 15:06:38 EST
7689              From:    dfan@harmonixmusic.com (Dan Schmidt)
7690              Subject: Pod::Html bug and fix: missing </UL> in index
7691      Branch: win32/perl
7692            ! lib/Pod/Html.pm
7693 ____________________________________________________________________________
7694 [   534] By: gsar                                  on 1998/02/19  19:40:27
7695         Log: Fix C<0> problem in Pod::Html
7696      Branch: win32/perl
7697            ! lib/Pod/Html.pm
7698 ____________________________________________________________________________
7699 [   533] By: gsar                                  on 1998/02/18  18:11:08
7700         Log: non-debug VC builds are -O1 now (they say it works, and is
7701              faster)
7702      Branch: win32/perl
7703            ! win32/Makefile win32/makefile.mk
7704 ____________________________________________________________________________
7705 [   532] By: gsar                                  on 1998/02/18  04:11:03
7706         Log: integrate nick's patch to mainline
7707      Branch: win32/perl
7708           !> pp.c
7709 ____________________________________________________________________________
7710 [   531] By: mbeattie                              on 1998/02/17  17:50:50
7711         Log: Assorted changes to the compiler
7712      Branch: perlext
7713            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
7714            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
7715            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
7716            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
7717 ____________________________________________________________________________
7718 [   530] By: gsar                                  on 1998/02/17  01:47:35
7719         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
7720              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
7721              build passes all tests except t/lib/io_xs.t (seems to be due to
7722              broken tmpfile() in the CRT or import lib)
7723      Branch: win32/perl
7724            ! XSUB.h win32/makefile.mk win32/win32.h
7725 ____________________________________________________________________________
7726 [   529] By: gsar                                  on 1998/02/16  23:03:31
7727         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
7728              in this version of gcc!)
7729      Branch: win32/perl
7730            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
7731            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
7732 ____________________________________________________________________________
7733 [   528] By: nick                                  on 1998/02/16  22:13:04
7734         Log: Missing PUSHMARK in unshift TIEARRAY hook
7735      Branch: perl
7736            ! pp.c
7737 ____________________________________________________________________________
7738 [   527] By: gsar                                  on 1998/02/15  20:59:07
7739         Log: integrate win32 branch
7740      Branch: asperl
7741           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
7742           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7743           !> win32/makedef.pl
7744 ____________________________________________________________________________
7745 [   526] By: gsar                                  on 1998/02/15  20:02:11
7746         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
7747      Branch: win32/perl
7748            ! config_h.SH win32/config_H.bc win32/config_H.gc
7749            ! win32/config_H.vc
7750 ____________________________________________________________________________
7751 [   525] By: gsar                                  on 1998/02/15  03:26:45
7752         Log: fix build problems due to renamed Config variables
7753      Branch: win32/perl
7754            ! win32/config.bc win32/config.gc win32/config.vc
7755            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7756            ! win32/makedef.pl
7757 ____________________________________________________________________________
7758 [   524] By: gsar                                  on 1998/02/14  01:00:15
7759         Log: bring ASPerl uptodate with mainline changes
7760      Branch: asperl
7761           +> ext/DB_File/Changes t/comp/require.t
7762           !> (integrate 41 files)
7763 ____________________________________________________________________________
7764 [   523] By: gsar                                  on 1998/02/14  00:52:17
7765         Log: integrate mainline
7766      Branch: win32/perl
7767           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
7768           !> pp_hot.c t/op/magic.t
7769 ____________________________________________________________________________
7770 [   522] By: gsar                                  on 1998/02/14  00:42:37
7771         Log: added AS patch#6
7772              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
7773              Date:    Fri, 13 Feb 1998 06:14:51 PST
7774              From:    Douglas Lankshear <dougl@ActiveState.com>
7775              Subject: [PATCH] command line build
7776              
7777              This patch is for the command line build of perl object.
7778              I'll merge the ipfoo.c function with win32_xxx functions next.
7779              
7780              -- Doug
7781      Branch: asperl
7782            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
7783            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
7784            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
7785 ____________________________________________________________________________
7786 [   521] By: gsar                                  on 1998/02/14  00:14:04
7787         Log: added AS patch#5 (patch #4 was intentionally skipped after
7788              discussion)
7789      Branch: asperl
7790            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
7791            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
7792            ! regexec.c sv.c toke.c
7793 ____________________________________________________________________________
7794 [   520] By: nick                                  on 1998/02/13  18:15:46
7795         Log: Resolve ansiperl against win32
7796      Branch: ansiperl
7797           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
7798           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
7799           +> t/lib/ph.t
7800           !> (integrate 898 files)
7801
7802 ----------------
7803 Version 5.004_59
7804 ----------------
7805
7806 ____________________________________________________________________________
7807 [   519] By: mbeattie                              on 1998/02/13  17:05:37
7808         Log: Integrate win32 into mainline.
7809      Branch: perl
7810            ! lib/ExtUtils/xsubpp
7811           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7812           !> win32/makefile.mk
7813 ____________________________________________________________________________
7814 [   518] By: mbeattie                              on 1998/02/13  17:01:16
7815         Log: Bump patchlevel.h to 59.
7816      Branch: perl
7817            ! patchlevel.h
7818 ____________________________________________________________________________
7819 [   517] By: mbeattie                              on 1998/02/13  16:57:59
7820         Log: Subject: [PATCH] _58: wantarray in void context broken
7821              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
7822              From: Norton Allen <allen@huarp.harvard.edu>
7823      Branch: perl
7824            ! pp_hot.c
7825 ____________________________________________________________________________
7826 [   516] By: mbeattie                              on 1998/02/13  16:55:33
7827         Log: Subject: [PATCH] 5.004_58 QNX getcwd
7828              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
7829              From: Norton Allen <allen@huarp.harvard.edu>
7830      Branch: perl
7831            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
7832 ____________________________________________________________________________
7833 [   515] By: gsar                                  on 1998/02/12  18:29:52
7834         Log: pickup lddlflags properly for Config.pm
7835      Branch: win32/perl
7836            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7837            ! win32/makefile.mk
7838 ____________________________________________________________________________
7839 [   514] By: gsar                                  on 1998/02/12  18:16:09
7840         Log: fix xsubpp bug in SETMAGIC code
7841      Branch: win32/perl
7842            ! lib/ExtUtils/xsubpp
7843 ____________________________________________________________________________
7844 [   513] By: gsar                                  on 1998/02/12  18:06:30
7845         Log: integrate mainline
7846      Branch: win32/perl
7847           +> ext/DB_File/Changes
7848           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
7849           !> ext/DB_File/DB_File.xs hints/machten.sh
7850           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
7851           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
7852           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
7853           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
7854           !> t/op/re_tests t/pragma/locale.t
7855 ____________________________________________________________________________
7856 [   512] By: mbeattie                              on 1998/02/12  17:34:02
7857         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
7858              with -DUSE_THREADS -DDEBUGGING to fail.
7859      Branch: perl
7860            ! scope.h
7861 ____________________________________________________________________________
7862 [   511] By: mbeattie                              on 1998/02/12  16:44:03
7863         Log: Integrate win32 into mainline
7864      Branch: perl
7865           +> t/comp/require.t
7866           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
7867 ____________________________________________________________________________
7868 [   510] By: mbeattie                              on 1998/02/12  16:42:26
7869         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
7870              Date: 12 Feb 1998 14:25:55 +0100
7871              From: koenig@kulturbox.de (Andreas J. Koenig)
7872      Branch: perl
7873            ! lib/ExtUtils/Install.pm
7874 ____________________________________________________________________________
7875 [   509] By: mbeattie                              on 1998/02/12  16:40:34
7876         Log: Subject: Re: wrong prototype for sbrk [PATCH]
7877              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
7878              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
7879      Branch: perl
7880            ! malloc.c
7881 ____________________________________________________________________________
7882 [   508] By: mbeattie                              on 1998/02/12  16:36:53
7883         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
7884              Date: Wed, 11 Feb 1998 17:29:20 +0100
7885              From: Achim Bohnet <ach@mpe.mpg.de>
7886      Branch: perl
7887            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
7888 ____________________________________________________________________________
7889 [   507] By: mbeattie                              on 1998/02/12  16:35:26
7890         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
7891              Date: Wed, 11 Feb 1998 14:59:46 +0100
7892              From: Dominic Dunlop <domo@vo.lu>
7893      Branch: perl
7894            ! hints/machten.sh
7895 ____________________________________________________________________________
7896 [   506] By: mbeattie                              on 1998/02/12  16:28:40
7897         Log: Subject: DB_File 1.58 patch
7898              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
7899              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7900      Branch: perl
7901            + ext/DB_File/Changes
7902            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
7903            ! t/lib/db-recno.t
7904 ____________________________________________________________________________
7905 [   505] By: mbeattie                              on 1998/02/12  16:24:26
7906         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
7907              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
7908              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7909      Branch: perl
7910            ! regexec.c t/op/re_tests
7911 ____________________________________________________________________________
7912 [   504] By: mbeattie                              on 1998/02/12  16:22:46
7913         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7914              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
7915              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
7916              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
7917              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
7918              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
7919              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
7920      Branch: perl
7921            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
7922            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
7923 ____________________________________________________________________________
7924 [   503] By: mbeattie                              on 1998/02/12  16:15:43
7925         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
7926              Date: Mon, 9 Feb 1998 13:19:45 +0100
7927              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7928      Branch: perl
7929            ! t/lib/filecopy.t
7930 ____________________________________________________________________________
7931 [   502] By: mbeattie                              on 1998/02/12  16:14:27
7932         Log: Assorted patches to sv.c:
7933              From: Gisle Aas <gisle@aas.no>
7934              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
7935              Date: 07 Feb 1998 00:21:57 +0100
7936              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
7937              Date: 07 Feb 1998 00:29:45 +0100
7938              Subject: [PATCH] sv_upgrade() always returns TRUE
7939              Date: 09 Feb 1998 15:44:01 +0100
7940      Branch: perl
7941            ! sv.c
7942 ____________________________________________________________________________
7943 [   501] By: mbeattie                              on 1998/02/12  16:09:26
7944         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
7945              Subject: Perl debugger.
7946              Date: Fri, 6 Feb 1998 17:47:08 -0500
7947              From: "Jason A. Smith" <smithj4@rpi.edu>
7948      Branch: perl
7949            ! lib/perl5db.pl
7950 ____________________________________________________________________________
7951 [   500] By: gsar                                  on 1998/02/12  03:20:55
7952         Log: merge another maint patch
7953              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
7954              Date:    Tue, 10 Feb 1998 18:49:00 EST
7955              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7956              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
7957      Branch: win32/perl
7958            ! pp_ctl.c
7959 ____________________________________________________________________________
7960 [   499] By: gsar                                  on 1998/02/12  03:14:39
7961         Log: make t/comp/require.t type xtext
7962      Branch: win32/perl
7963            ! t/comp/require.t
7964 ____________________________________________________________________________
7965 [   498] By: gsar                                  on 1998/02/12  03:09:58
7966         Log: fix extra LEAVE when require fails
7967              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
7968              Date:    Tue, 10 Feb 1998 18:21:37 EST
7969              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7970              Subject: Re: evals and requires make seg-fault with bad require file 
7971      Branch: win32/perl
7972            + t/comp/require.t
7973            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
7974 ____________________________________________________________________________
7975 [   497] By: gsar                                  on 1998/02/12  02:47:29
7976         Log: merge a maint patch
7977              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
7978              Date:    Wed, 11 Feb 1998 00:15:51 EST
7979              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
7980              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
7981      Branch: win32/perl
7982            ! pp_ctl.c t/op/local.t
7983 ____________________________________________________________________________
7984 [   496] By: mbeattie                              on 1998/02/11  13:04:50
7985         Log: Integrate win32 into mainline.
7986      Branch: perl
7987           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
7988           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
7989           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
7990           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
7991           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
7992           !> win32/makedef.pl win32/win32.c win32/win32iop.h
7993 ____________________________________________________________________________
7994 [   495] By: mbeattie                              on 1998/02/11  13:03:59
7995         Log: Fix special constants in Xref.pm
7996      Branch: perlext
7997            ! Compiler/B/Xref.pm
7998 ____________________________________________________________________________
7999 [   494] By: gsar                                  on 1998/02/10  18:26:28
8000         Log: fix opendir() problem on share names
8001              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
8002              Date:    Tue, 10 Feb 1998 13:28:53 EST
8003              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8004              Subject: Re: BUG: opendir and UNC names on NT 
8005      Branch: win32/perl
8006            ! win32/win32.c
8007 ____________________________________________________________________________
8008 [   493] By: gsar                                  on 1998/02/09  23:09:40
8009         Log: integrate win32 branch contents
8010      Branch: asperl
8011           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8012           +> lib/Fatal.pm t/lib/ph.t
8013            ! hv.c
8014           !> (integrate 895 files)
8015 ____________________________________________________________________________
8016 [   492] By: gsar                                  on 1998/02/09  07:30:19
8017         Log: enhancements to previous patch for XSUB OUTPUT args
8018              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
8019              Date:    Mon, 09 Feb 1998 02:31:55 EST
8020              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8021              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
8022      Branch: win32/perl
8023            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
8024            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
8025            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
8026            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
8027            ! sv.h
8028 ____________________________________________________________________________
8029 [   491] By: gsar                                  on 1998/02/09  03:00:52
8030         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
8031              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
8032              Date:    Wed, 29 Oct 1997 19:36:25 EST
8033              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8034              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
8035      Branch: win32/perl
8036            ! op.c
8037 ____________________________________________________________________________
8038 [   490] By: gsar                                  on 1998/02/09  02:30:43
8039         Log: fix for bugs in handling DESTROY (adjusted test numbers)
8040              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
8041              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
8042              Date: Wed, 31 Dec 1997 19:30:46 -0500
8043              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8044      Branch: win32/perl
8045            ! pod/perlobj.pod sv.c t/op/ref.t
8046 ____________________________________________________________________________
8047 [   489] By: gsar                                  on 1998/02/09  00:30:35
8048         Log: ansify prototype for my_safemalloc(), avoid warnings
8049      Branch: win32/perl
8050            ! sv.c
8051 ____________________________________________________________________________
8052 [   488] By: gsar                                  on 1998/02/09  00:29:08
8053         Log: fix misapplied hunks in 5.004_58
8054              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
8055              Date:    Sun, 08 Feb 1998 02:18:12 EST
8056              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8057              Subject: [PATCH] fixes for test failures in 5.004_58
8058      Branch: win32/perl
8059            ! gv.c op.c
8060 ____________________________________________________________________________
8061 [   487] By: gsar                                  on 1998/02/09  00:27:16
8062         Log: win32_utime() tweaks to avoid warnings
8063      Branch: win32/perl
8064            ! win32/win32.c win32/win32iop.h
8065 ____________________________________________________________________________
8066 [   486] By: gsar                                  on 1998/02/07  23:45:22
8067         Log: integrate mainline, plus a few small win32 enhancements
8068              - remove Win32::GetCurrentDirectory()
8069              - add Win32::Sleep() for compat
8070              - add smarter utime() from Jan Dubois, and export it as win32_utime()
8071      Branch: win32/perl
8072           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8073           +> lib/Fatal.pm t/lib/ph.t
8074            ! win32/makedef.pl win32/win32.c win32/win32iop.h
8075           !> (integrate 61 files)
8076
8077 ----------------
8078 Version 5.004_58
8079 ----------------
8080
8081 ____________________________________________________________________________
8082 [   485] By: mbeattie                              on 1998/02/06  18:11:47
8083         Log: Bump patchlevel to 58.
8084      Branch: perl
8085            ! patchlevel.h
8086 ____________________________________________________________________________
8087 [   484] By: mbeattie                              on 1998/02/06  18:08:28
8088         Log: Fix up problem with gv.c from change 477.
8089              Fix up Config.pm use in t/lib/ph.t from change 478.
8090      Branch: perl
8091            ! gv.c t/lib/ph.t
8092 ____________________________________________________________________________
8093 [   483] By: mbeattie                              on 1998/02/06  17:34:34
8094         Log: Integrate win32 branch into mainline
8095      Branch: perl
8096           !> win32/win32sck.c
8097 ____________________________________________________________________________
8098 [   482] By: mbeattie                              on 1998/02/06  17:26:41
8099         Log: lib/Fatal.pm missing from repository
8100      Branch: perl
8101            + lib/Fatal.pm
8102 ____________________________________________________________________________
8103 [   481] By: mbeattie                              on 1998/02/06  17:24:57
8104         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
8105              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
8106              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
8107      Branch: perl
8108            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8109            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
8110 ____________________________________________________________________________
8111 [   480] By: mbeattie                              on 1998/02/06  17:19:52
8112         Log: x2p/str.c was missing from list of changed files in change 466
8113      Branch: perl
8114            ! x2p/str.c
8115 ____________________________________________________________________________
8116 [   479] By: mbeattie                              on 1998/02/06  17:16:54
8117         Log: Added t/lib/ph.t to MANIFEST
8118      Branch: perl
8119            ! MANIFEST
8120 ____________________________________________________________________________
8121 [   478] By: mbeattie                              on 1998/02/06  17:15:38
8122         Log: Subject: [PATCH] h2ph.PL
8123              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
8124              From: kstar@www.chapin.edu (Kurt D. Starsinic)
8125      Branch: perl
8126            + t/lib/ph.t
8127            ! utils/h2ph.PL
8128 ____________________________________________________________________________
8129 [   477] By: mbeattie                              on 1998/02/06  17:10:46
8130         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
8131              Date: 04 Feb 1998 14:49:46 +0100
8132              From: Gisle Aas <gisle@aas.no>
8133              as modified by
8134              From: chip@atlantic.net
8135              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
8136      Branch: perl
8137            ! gv.c
8138 ____________________________________________________________________________
8139 [   476] By: mbeattie                              on 1998/02/06  16:47:03
8140         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8141              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
8142              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
8143              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
8144              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
8145      Branch: perl
8146            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
8147 ____________________________________________________________________________
8148 [   475] By: mbeattie                              on 1998/02/06  16:44:57
8149         Log: Subject: [PATCH] nomemok
8150              Date: Mon, 2 Feb 1998 15:06:50 +0100
8151              From: Gisle Aas <gisle@aas.no>
8152      Branch: perl
8153            ! hv.c
8154 ____________________________________________________________________________
8155 [   474] By: mbeattie                              on 1998/02/06  16:43:46
8156         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
8157              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
8158              From: abigail@fnx.com
8159      Branch: perl
8160            ! lib/Benchmark.pm
8161 ____________________________________________________________________________
8162 [   473] By: mbeattie                              on 1998/02/06  16:42:53
8163         Log: Subject: [PATCH] adding the newSVpvn API function
8164              Date: Sat, 31 Jan 1998 06:32:42 +0100
8165              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
8166      Branch: perl
8167            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
8168            ! proto.h sv.c
8169 ____________________________________________________________________________
8170 [   472] By: mbeattie                              on 1998/02/06  16:35:41
8171         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
8172              Date: 28 Jan 1998 17:40:37 -0800
8173              From: Stephen Zander <srz@mckesson.com>
8174      Branch: perl
8175            ! hints/solaris_2.sh
8176 ____________________________________________________________________________
8177 [   471] By: mbeattie                              on 1998/02/06  16:02:57
8178         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
8179              Date: Thu, 15 Jan 1998 11:53:06 +0000
8180              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8181      Branch: perl
8182            ! pod/perlguts.pod pp.c t/op/vec.t
8183 ____________________________________________________________________________
8184 [   470] By: mbeattie                              on 1998/02/06  16:01:36
8185         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8186              Subject: 5.004_56: Patch to Tie::Hash and docs
8187              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
8188              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
8189              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
8190      Branch: perl
8191            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
8192            ! t/op/misc.t t/op/pat.t toke.c
8193 ____________________________________________________________________________
8194 [   469] By: mbeattie                              on 1998/02/06  15:58:31
8195         Log: Subject: Another Array.pm patch
8196              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
8197              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8198      Branch: perl
8199            ! lib/Tie/Array.pm
8200 ____________________________________________________________________________
8201 [   468] By: mbeattie                              on 1998/02/06  15:56:28
8202         Log: Subject: documentation patch for 5.004_57
8203              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
8204              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8205      Branch: perl
8206            ! lib/Tie/Array.pm
8207 ____________________________________________________________________________
8208 [   467] By: mbeattie                              on 1998/02/06  15:55:34
8209         Log: Subject: 5.004_56: patch for `use Fatal' again
8210              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
8211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8212      Branch: perl
8213            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
8214            ! pp.c t/comp/proto.t toke.c
8215 ____________________________________________________________________________
8216 [   466] By: mbeattie                              on 1998/02/06  15:53:53
8217         Log: Subject: Newer -DLEAKTEST patch
8218              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
8219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8220      Branch: perl
8221            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
8222            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
8223            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
8224            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
8225            ! toke.c util.c vms/perly_c.vms x2p/hash.c
8226 ____________________________________________________________________________
8227 [   465] By: mbeattie                              on 1998/02/06  15:46:35
8228         Log: More Chip patches (tweaked for _5x). The final one mentioned here
8229              (@ARGV with -i) actually went in at change 462 but I failed to
8230              add it to the change description:
8231              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
8232              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
8233              Subject: [PATCH] Fix for C<@x = my @y>
8234              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
8235              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
8236              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
8237              Subject: [PATCH] Allow last() to mean last
8238              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
8239              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
8240              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
8241      Branch: perl
8242            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
8243            ! vms/perly_h.vms
8244 ____________________________________________________________________________
8245 [   464] By: mbeattie                              on 1998/02/06  15:06:18
8246         Log: More Chip patches:
8247              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
8248              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
8249              Subject: [PATCH] Fix line numbers after here documents in eval STRING
8250              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
8251              Subject: [PATCH] Make recursive lexical analysis more robust
8252              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
8253      Branch: perl
8254            ! pp_ctl.c sv.c toke.c
8255 ____________________________________________________________________________
8256 [   463] By: mbeattie                              on 1998/02/06  15:04:17
8257         Log: Some more Chip patches (tweaked to match _5x):
8258              Subject: [PATCH] Fix empty BLOCK
8259              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
8260              Subject: [PATCH] fix (\@@) proto
8261              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
8262              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
8263              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
8264              Subject: [PATCH] Don't fold string comparison under  C<use locale>
8265              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
8266      Branch: perl
8267            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
8268 ____________________________________________________________________________
8269 [   462] By: mbeattie                              on 1998/02/06  14:56:30
8270         Log: Some Chip patches (some tweaked to match _5x source):
8271              From: Chip Salzenberg <salzench@nielsenmedia.com>
8272              Subject: [PATCH] local leakage
8273              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
8274              Subject: [PATCH] NULs in patterns
8275              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
8276              Subject: [PATCH] Configure on PerlIO
8277              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
8278              Subject: [PATCH] Avoid core dump on package alias
8279              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
8280              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
8281              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
8282      Branch: perl
8283            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
8284            ! t/op/local.t
8285 ____________________________________________________________________________
8286 [   461] By: gsar                                  on 1998/02/04  03:34:36
8287         Log: support win32_select(0,0,0,msec) (winsock doesn't)
8288      Branch: win32/perl
8289            ! win32/win32sck.c
8290 ____________________________________________________________________________
8291 [   460] By: gsar                                  on 1998/02/04  00:44:47
8292         Log: bug: win32_select() must StartSockets()
8293      Branch: win32/perl
8294            ! win32/win32sck.c
8295
8296 ----------------
8297 Version 5.004_57
8298 ----------------
8299
8300 ____________________________________________________________________________
8301 [   459] By: mbeattie                              on 1998/02/03  16:00:07
8302         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
8303              of execution causes core dump if threadsvp is moved). Replaced
8304              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
8305      Branch: perl
8306            ! av.c perl.c
8307 ____________________________________________________________________________
8308 [   458] By: mbeattie                              on 1998/02/03  14:40:02
8309         Log: Fix up MANIFEST.
8310      Branch: perl
8311            ! MANIFEST
8312 ____________________________________________________________________________
8313 [   457] By: mbeattie                              on 1998/02/03  13:50:23
8314         Log: Integrate win32 into mainline. My last integration from ansiperl
8315              to the mainline was a dismal failure: I did -ay but meant -at.
8316              This should fix things now since win32 has already integrated
8317              all the necessary changes from ansiperl.
8318      Branch: perl
8319           !> (integrate 111 files)
8320 ____________________________________________________________________________
8321 [   456] By: gsar                                  on 1998/02/03  04:48:08
8322         Log: Fix minor problems with non USE_THREADS build. win32 branch
8323              now looks 5.004_57-ready.
8324      Branch: win32/perl
8325            ! thread.h win32/makedef.pl
8326 ____________________________________________________________________________
8327 [   455] By: gsar                                  on 1998/02/03  03:45:09
8328         Log: integrate mainline
8329      Branch: win32/perl
8330           !> (integrate 887 files)
8331 ____________________________________________________________________________
8332 [   454] By: mbeattie                              on 1998/02/02  16:44:24
8333         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
8334              defaults have been commented out for now. 
8335      Branch: perl
8336            ! hints/dec_osf.sh
8337 ____________________________________________________________________________
8338 [   453] By: mbeattie                              on 1998/02/02  15:51:39
8339         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
8340              variables. Moved threadnum to a per-interpreter variable and
8341              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
8342              more than one thread may be running. Minor tweaks to Thread.xs.
8343      Branch: perl
8344            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
8345            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
8346            ! thread.h util.c
8347 ____________________________________________________________________________
8348 [   452] By: gsar                                  on 1998/02/02  04:56:50
8349         Log: remove totally egregious s/\\dir// in File::Find
8350      Branch: win32/perl
8351            ! lib/File/Find.pm
8352 ____________________________________________________________________________
8353 [   451] By: gsar                                  on 1998/02/01  22:20:20
8354         Log: added AS patch#3
8355              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
8356              Date:    Sun, 01 Feb 1998 09:18:13 PST
8357              From:    Douglas Lankshear <dougl@ActiveState.com>
8358              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
8359              
8360              Here's an additional diff against //depot/asperl
8361              
8362              The field name mg_length was changed back to mg_len
8363              The function name mg_len was change to mg_length
8364              
8365              The need for sort_mutex removed thanks to the code derived
8366              from Tom Horsley's work.
8367              
8368              -- Doug
8369      Branch: asperl
8370            + XSLock.h
8371            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
8372            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
8373            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
8374            ! scope.c scope.h sv.c toke.c universal.c util.c
8375            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
8376            ! win32/perlobj.def win32/runperl.c
8377 ____________________________________________________________________________
8378 [   450] By: gsar                                  on 1998/01/30  23:43:57
8379         Log: various tweaks
8380              - add new functions to proto.h
8381              - fix up makefile.mk for $(OBJECT)
8382      Branch: asperl
8383            ! pp_ctl.c proto.h win32/makefile.mk
8384 ____________________________________________________________________________
8385 [   449] By: gsar                                  on 1998/01/30  21:23:15
8386         Log: fix up missing patches from AS patch#2
8387      Branch: asperl
8388            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8389            ! pp_ctl.c proto.h
8390 ____________________________________________________________________________
8391 [   448] By: gsar                                  on 1998/01/30  18:23:17
8392         Log: fix htonlx typo
8393      Branch: win32/perl
8394            ! perlsock.h
8395 ____________________________________________________________________________
8396 [   447] By: mbeattie                              on 1998/01/30  16:03:49
8397         Log: Fix up MANIFEST to add missing files
8398      Branch: perl
8399            ! MANIFEST
8400 ____________________________________________________________________________
8401 [   446] By: mbeattie                              on 1998/01/30  12:34:55
8402         Log: Bump patchlevel to 57.
8403      Branch: perl
8404            ! patchlevel.h
8405 ____________________________________________________________________________
8406 [   445] By: gsar                                  on 1998/01/30  10:44:38
8407         Log: initial merge of latest win32 branch into ASPerl
8408      Branch: asperl
8409           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
8410           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
8411           +> win32/bin/perlglob.pl
8412           !> (integrate 141 files)
8413 ____________________________________________________________________________
8414 [   444] By: gsar                                  on 1998/01/30  09:25:58
8415         Log: goofed branching, redo asperl branch
8416      Branch: asperl
8417            ! perl.h
8418 ____________________________________________________________________________
8419 [   443] By: gsar                                  on 1998/01/30  09:23:36
8420         Log: added AS patch#2
8421      Branch: asperl
8422            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
8423            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
8424            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
8425            + win32/ipstdiowin.h win32/perlobj.def
8426            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
8427            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
8428            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
8429            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
8430            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
8431            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
8432            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
8433            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
8434            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
8435 ____________________________________________________________________________
8436 [   441] By: gsar                                  on 1998/01/30  08:54:19
8437         Log: Created new branch from win32@396, added AS patch#1
8438      Branch: asperl
8439            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
8440            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
8441            + regcomp.c scope.h sv.c toke.c util.c
8442           +> (branch 915 files)
8443 ____________________________________________________________________________
8444 [   440] By: gsar                                  on 1998/01/30  04:43:23
8445         Log: integrate winansi
8446      Branch: win32/perl
8447           +> pod/perlhist.pod
8448           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
8449           !> util.c
8450 ____________________________________________________________________________
8451 [   439] By: mbeattie                              on 1998/01/27  15:31:53
8452         Log: Integrate ansi branch into mainline (resolve -ay).
8453      Branch: perl
8454           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
8455           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
8456           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
8457           +> win32/bin/perlglob.pl
8458            ! op.c
8459           !> (integrate 868 files)
8460 ____________________________________________________________________________
8461 [   438] By: nick                                  on 1998/01/24  12:02:34
8462         Log: Gisle's av_unshift tweak, two small patches from chip
8463              and check for NULL in hv_delete in case '~' and tie magic
8464              are present
8465      Branch: ansiperl
8466            ! av.c hv.c op.c pp_ctl.c scope.c
8467 ____________________________________________________________________________
8468 [   437] By: nick                                  on 1998/01/24  10:37:56
8469         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
8470              Ugh! ...
8471              Macros were unsuitable for declaring the functions, extra () round
8472              parameters removed - non-function forms of PerlXxx_yyyy() need to 
8473              add () themselves.
8474              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
8475      Branch: ansiperl
8476            ! perlsock.h pp_sys.c util.c
8477 ____________________________________________________________________________
8478 [   436] By: nick                                  on 1998/01/24  10:03:03
8479         Log: Integrate win32 into ansiperl
8480      Branch: ansiperl
8481           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8482           +> win32/bin/perlglob.pl
8483           !> (integrate 38 files)
8484 ____________________________________________________________________________
8485 [   435] By: nick                                  on 1998/01/24  09:47:49
8486         Log: Add perlhist.pod
8487      Branch: ansiperl
8488            + pod/perlhist.pod
8489            ! MANIFEST
8490 ____________________________________________________________________________
8491 [   434] By: gsar                                  on 1998/01/19  05:01:47
8492         Log: s/PerlENV/PerlEnv/ just to be consistent
8493      Branch: win32/perl
8494            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
8495 ____________________________________________________________________________
8496 [   433] By: gsar                                  on 1998/01/19  04:52:18
8497         Log: foo() -> PerlGroup_foo() patch from ActiveState
8498      Branch: win32/perl
8499            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8500            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
8501            ! scope.h sv.c toke.c util.c
8502 ____________________________________________________________________________
8503 [   432] By: gsar                                  on 1998/01/19  04:42:26
8504         Log: integrate mainline
8505      Branch: win32/perl
8506           !> pod/perlfunc.pod
8507 ____________________________________________________________________________
8508 [   431] By: gsar                                  on 1998/01/19  04:40:04
8509         Log: integrate changes in winansi
8510      Branch: win32/perl
8511           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
8512           +> t/lib/tie-stdpush.t t/op/tiearray.t
8513           !> (integrate 98 files)
8514 ____________________________________________________________________________
8515 [   430] By: gsar                                  on 1998/01/19  04:10:43
8516         Log: Fix autovivification problems with XSUB OUTPUT args
8517              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
8518              Date:    Sun, 18 Jan 1998 23:09:07 EST
8519              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8520              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
8521      Branch: win32/perl
8522            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
8523            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
8524            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
8525            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
8526 ____________________________________________________________________________
8527 [   429] By: nick                                  on 1998/01/17  21:01:50
8528         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
8529              Date: Thu, 25 Dec 1997 13:39:15 -0500
8530              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8531              To: perl5-porters@perl.org
8532              
8533              It turns out that the potential for the "CONFIG key 'exe_ext'
8534              does not exist in Config.pm" problem has been around for a while,
8535              in the definition of SvTRUE().  It's just that non-gcc compilers
8536              are more or less being built as CRIPPLED_CC when USE_THREADS is
8537              defined (even if they can inline things).  The inline macro for
8538              SvTRUE works with tied hashes and the EXISTS method, and the
8539              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
8540              does not, because it adds an excess mg_get() which replaces the
8541              EXISTS result with a FETCH result.
8542      Branch: ansiperl
8543            ! sv.c
8544 ____________________________________________________________________________
8545 [   428] By: nick                                  on 1998/01/17  20:59:11
8546         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8547              Date: Fri, 19 Dec 97 17:19:09 GMT
8548              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
8549      Branch: ansiperl
8550            ! doio.c sv.c toke.c util.c
8551 ____________________________________________________________________________
8552 [   427] By: nick                                  on 1998/01/17  12:01:53
8553         Log: Permit tie ?foo,$object 
8554              tidy up dead #ifdef ORIGINAL_TIE)
8555              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
8556      Branch: ansiperl
8557            ! pp_sys.c
8558 ____________________________________________________________________________
8559 [   426] By: nick                                  on 1998/01/15  18:06:36
8560         Log: First working TIEARRAY and other misc tie fixes
8561      Branch: ansiperl
8562            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
8563 ____________________________________________________________________________
8564 [   425] By: nick                                  on 1998/01/14  21:56:40
8565         Log: Not working yet - split problems ...
8566      Branch: ansiperl
8567            ! pp.c t/lib/thread.t t/op/tiearray.t
8568 ____________________________________________________________________________
8569 [   424] By: nick                                  on 1998/01/14  18:49:25
8570         Log: TIEARRAY updates - almost works ...
8571      Branch: ansiperl
8572            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
8573            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
8574            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
8575            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
8576 ____________________________________________________________________________
8577 [   423] By: gsar                                  on 1998/01/14  00:13:16
8578         Log: fix MakeMaker installbin problem
8579              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
8580              Subject: Re: can't modify message with HTML-Stream, v.1.42 
8581              Date: Tue, 06 Jan 1998 19:16:35 -0500
8582              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8583      Branch: win32/perl
8584            ! lib/ExtUtils/MM_Unix.pm
8585 ____________________________________________________________________________
8586 [   422] By: gsar                                  on 1998/01/13  23:53:02
8587         Log: add archname to *sitearch in config.{b,g,v}c
8588      Branch: win32/perl
8589            ! win32/config.bc win32/config.gc win32/config.vc
8590 ____________________________________________________________________________
8591 [   421] By: gsar                                  on 1998/01/13  23:15:14
8592         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
8593      Branch: win32/perl
8594            ! t/harness
8595 ____________________________________________________________________________
8596 [   420] By: nick                                  on 1998/01/13  22:55:02
8597         Log: tiearray tweaks
8598      Branch: ansiperl
8599            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
8600 ____________________________________________________________________________
8601 [   419] By: nick                                  on 1998/01/13  21:27:33
8602         Log: Skeleton Tie::Array
8603      Branch: ansiperl
8604            + lib/Tie/Array.pm
8605 ____________________________________________________________________________
8606 [   418] By: nick                                  on 1998/01/13  20:52:38
8607         Log: tie array changes to core and tests
8608      Branch: ansiperl
8609            + t/op/tiearray.t
8610            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
8611            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
8612            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
8613 ____________________________________________________________________________
8614 [   417] By: gsar                                  on 1998/01/13  20:49:52
8615         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
8616      Branch: win32/perl
8617            + win32/bin/perlglob.pl
8618            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
8619            ! win32/makefile.mk
8620 ____________________________________________________________________________
8621 [   416] By: gsar                                  on 1998/01/13  02:46:53
8622         Log: various tweaks to build support (NOTE: meant for 5.004_57)
8623              - build and install x2p
8624              - fix installperl warnings on win32
8625              - `make install` now does puts the archlibs in right places
8626              - makefiles don't default to USE_THREADS anymore
8627              - sync config.{b,g,v}c
8628              - sync makefile.mk -> Makefile
8629      Branch: win32/perl
8630            ! installperl win32/Makefile win32/config.bc win32/config.gc
8631            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
8632            ! x2p/a2py.c
8633 ____________________________________________________________________________
8634 [   415] By: nick                                  on 1998/01/11  16:54:26
8635         Log: Integrate win32 into ansiperl
8636      Branch: ansiperl
8637           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
8638           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
8639           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
8640           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
8641           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8642           !> vms/vmsish.h x2p/s2p.PL
8643 ____________________________________________________________________________
8644 [   414] By: nick                                  on 1998/01/11  15:13:49
8645         Log: Integratye mainline -> ansiperl
8646      Branch: ansiperl
8647           !> (integrate 64 files)
8648 ____________________________________________________________________________
8649 [   413] By: mbeattie                              on 1998/01/09  12:57:58
8650         Log: Add missing blank line in pod/perlfunc.pod.
8651      Branch: perl
8652            ! pod/perlfunc.pod
8653 ____________________________________________________________________________
8654 [   412] By: gsar                                  on 1998/01/08  20:54:31
8655         Log: change#398 breaks ENV_IS_CASELESS, fix it
8656      Branch: win32/perl
8657            ! hv.c
8658 ____________________________________________________________________________
8659 [   411] By: gsar                                  on 1998/01/08  18:33:58
8660         Log: Integrate mainline
8661      Branch: win32/perl
8662           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
8663           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
8664           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
8665           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
8666           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8667           !> vms/vmsish.h x2p/s2p.PL
8668 ____________________________________________________________________________
8669 [   410] By: mbeattie                              on 1998/01/08  16:06:22
8670         Log: Fix thinko in t/pragma/locale.t:
8671              Subject: [PATCH] _04 or _56: locale.t
8672              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
8673              From: Jarkko Hietaniemi <jhi@iki.fi>
8674      Branch: perl
8675            ! t/pragma/locale.t
8676 ____________________________________________________________________________
8677 [   409] By: mbeattie                              on 1998/01/08  16:05:09
8678         Log: Use Tom Horley's qsort for sorting:
8679              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
8680              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
8681              From: Hans Mulder <hansm@icgned.nl>
8682      Branch: perl
8683            ! pp_ctl.c
8684 ____________________________________________________________________________
8685 [   408] By: mbeattie                              on 1998/01/08  16:01:57
8686         Log: Make s2p not use cpp:
8687              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
8688              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
8689              From: Hans Mulder <hansm@icgned.nl>
8690      Branch: perl
8691            ! x2p/s2p.PL
8692 ____________________________________________________________________________
8693 [   407] By: mbeattie                              on 1998/01/08  15:57:31
8694         Log: DG/UX tweaks to perl.h:
8695              Subject: [PATCH] _56 on dgux without threads
8696              Date: Sat, 20 Dec 1997 23:01:40 -0500
8697              From: Roderick Schertler <roderick@argon.org>
8698      Branch: perl
8699            ! perl.h
8700 ____________________________________________________________________________
8701 [   406] By: mbeattie                              on 1998/01/08  15:56:02
8702         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
8703              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
8704              Date: Sat, 20 Dec 1997 02:30:01 -0500
8705              From: Spider Boardman <spider@web.zk3.dec.com>
8706      Branch: perl
8707            ! Configure hints/dec_osf.sh
8708 ____________________________________________________________________________
8709 [   405] By: mbeattie                              on 1998/01/08  15:53:40
8710         Log: Missing "" in Configure echo for gethbadd_addr_type.
8711      Branch: perl
8712            ! Configure
8713 ____________________________________________________________________________
8714 [   404] By: mbeattie                              on 1998/01/08  13:04:48
8715         Log: print/printf/... over-eager mg_find for glob magic:
8716              Subject: [PATCH] fix inefficient checks for TIEHANDLE
8717              Date: Wed, 07 Jan 1998 20:06:05 -0500
8718              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8719      Branch: perl
8720            ! pp_hot.c pp_sys.c
8721 ____________________________________________________________________________
8722 [   403] By: mbeattie                              on 1998/01/08  12:56:31
8723         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
8724              Subject: [PATCH] VMS update for 5.004_56
8725              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
8726              From: Charles Bailey <bailey@newman.upenn.edu>
8727      Branch: perl
8728            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
8729            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8730            ! vms/vmsish.h
8731 ____________________________________________________________________________
8732 [   402] By: mbeattie                              on 1998/01/08  12:46:15
8733         Log: Fix utils/perldoc.PL for dos-djgpp:
8734              Subject: 5.004_56: perldoc.PL dos-djgpp patches
8735              Date: Tue, 6 Jan 1998 18:14:59 +0100
8736              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
8737      Branch: perl
8738            ! utils/perldoc.PL
8739 ____________________________________________________________________________
8740 [   401] By: mbeattie                              on 1998/01/08  12:40:14
8741         Log: Version 2.13 of GetoptLong:
8742              Subject: Re: ANNOUNCE: perl 5.004_56 is available
8743              Date: 06 Jan 1998 16:21:45 +0100
8744              From: JVromans@Squirrel.nl (Johan Vromans)
8745      Branch: perl
8746            ! lib/Getopt/Long.pm lib/newgetopt.pl
8747 ____________________________________________________________________________
8748 [   400] By: mbeattie                              on 1998/01/08  12:28:08
8749         Log: Fix variable export and threading configuration for AIX:
8750              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
8751              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
8752              From: Jarkko Hietaniemi <jhi@iki.fi>
8753      Branch: perl
8754            ! Configure perl_exp.SH
8755 ____________________________________________________________________________
8756 [   399] By: mbeattie                              on 1998/01/08  12:25:38
8757         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
8758              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
8759              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
8760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8761      Branch: perl
8762            ! regexec.c t/op/re_tests
8763 ____________________________________________________________________________
8764 [   398] By: mbeattie                              on 1998/01/08  12:23:41
8765         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
8766              to cope with ENV_IS_CASELESS:
8767              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
8768              Date: Fri, 19 Dec 1997 11:31:36 -0500
8769              From: Owen Taylor <owt1@cornell.edu>
8770      Branch: perl
8771            ! hv.c
8772 ____________________________________________________________________________
8773 [   397] By: mbeattie                              on 1998/01/08  12:10:29
8774         Log: Integrate win32 branch into mainline.
8775      Branch: perl
8776           !> (integrate 41 files)
8777 ____________________________________________________________________________
8778 [   396] By: gsar                                  on 1998/01/07  19:12:27
8779         Log: tweak case-insensitive ENV implementation
8780      Branch: win32/perl
8781            ! hv.c
8782 ____________________________________________________________________________
8783 [   395] By: nick                                  on 1998/01/07  18:40:55
8784         Log: Integrate win32 branch
8785      Branch: ansiperl
8786           !> (integrate 31 files)
8787 ____________________________________________________________________________
8788 [   394] By: gsar                                  on 1998/01/05  19:17:40
8789         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
8790              the fact
8791      Branch: win32/perl
8792            ! pod/perlrun.pod win32/win32.c
8793 ____________________________________________________________________________
8794 [   393] By: gsar                                  on 1998/01/05  05:43:33
8795         Log: Support case-tolerant %ENV
8796              - underlying system calls see the case-as-supplied by user
8797              - added tests to verify addition/deletion/enumeration case-tolerance
8798              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
8799              which is default on win32 now
8800      Branch: win32/perl
8801            ! hv.c t/op/magic.t win32/win32.h
8802 ____________________________________________________________________________
8803 [   392] By: gsar                                  on 1998/01/04  17:55:19
8804         Log: Add a tweaked version of:
8805              Message-Id: <199801040630.AA29298@metronet.com>
8806              Date:    Sun, 04 Jan 1998 00:30:57 CST
8807              From:    Tye McQueen <tye@metronet.com>
8808              Subject: New patch for $^E==GetLastError() under Win32
8809      Branch: win32/perl
8810            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
8811            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
8812            ! win32/win32.c win32/win32.h
8813 ____________________________________________________________________________
8814 [   391] By: gsar                                  on 1998/01/04  07:59:44
8815         Log: Various win32 fixes
8816              - support spawn via system(&P_NOWAIT,...) like OS2
8817              - support wait() and waitpid()
8818              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
8819              - support -lfoo properly in ExtUtils::Liblist
8820              - fix outdated info about Win32 support in perlfaq2
8821              - fix win32 bug in perldoc that causes spurious warnings
8822              - regularize global function/variable names yet more
8823              - fix bug in do_aspawn() (it was always invoking shell, instead of
8824              almost never)
8825              - implement and export win32_wait()
8826              - stub version of USE_RTL_THREAD_API
8827      Branch: win32/perl
8828            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
8829            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
8830            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8831            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
8832            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
8833            ! win32/win32thread.h
8834 ____________________________________________________________________________
8835 [   390] By: gsar                                  on 1997/12/30  21:00:28
8836         Log: Fix $ENV{Path} in FindBin.pm
8837      Branch: win32/perl
8838            ! lib/FindBin.pm
8839 ____________________________________________________________________________
8840 [   389] By: nick                                  on 1997/12/29  10:33:23
8841         Log: Resolve ansiperl against win32
8842      Branch: ansiperl
8843           !> (integrate 105 files)
8844 ____________________________________________________________________________
8845 [   388] By: gsar                                  on 1997/12/24  04:59:28
8846         Log: make $? Unix (and ActiveWare) compatible
8847      Branch: win32/perl
8848            ! README.win32 win32/win32.c
8849 ____________________________________________________________________________
8850 [   387] By: gsar                                  on 1997/12/24  04:21:30
8851         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
8852              non-blocking IO on sockets possible
8853      Branch: win32/perl
8854            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
8855            ! win32/win32iop.h win32/win32sck.c
8856 ____________________________________________________________________________
8857 [   386] By: gsar                                  on 1997/12/24  03:10:55
8858         Log: support getlogin()
8859      Branch: win32/perl
8860            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
8861            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8862            ! win32/win32.c win32/win32.h
8863 ____________________________________________________________________________
8864 [   385] By: gsar                                  on 1997/12/24  02:24:59
8865         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
8866              Update README.win32.
8867      Branch: win32/perl
8868            ! README.win32 perl.h win32/Makefile win32/makedef.pl
8869            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
8870 ____________________________________________________________________________
8871 [   384] By: gsar                                  on 1997/12/24  02:22:42
8872         Log: tweak op.c to avoid warning
8873      Branch: win32/perl
8874            ! op.c
8875 ____________________________________________________________________________
8876 [   383] By: gsar                                  on 1997/12/23  21:12:42
8877         Log: Trivial bugfix#3 from local repository
8878              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
8879              Subject: Re: Assigning result of pop scrambles unrelated reference 
8880              Date: Sat, 06 Dec 1997 06:00:45 -0500
8881              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8882      Branch: win32/perl
8883            ! sv.c
8884 ____________________________________________________________________________
8885 [   382] By: gsar                                  on 1997/12/23  21:09:32
8886         Log: Trivial bugfix#2 from local repository
8887              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
8888              Subject: Re: eval of sub gives spurious "uninitialised" warning 
8889              Date: Sat, 06 Dec 1997 05:25:07 -0500
8890              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8891      Branch: win32/perl
8892            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
8893 ____________________________________________________________________________
8894 [   381] By: gsar                                  on 1997/12/23  21:01:04
8895         Log: Trivial bugfix#1 from local repository
8896              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
8897              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
8898              Date: Fri, 28 Nov 1997 18:26:52 -0500
8899              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8900      Branch: win32/perl
8901            ! scope.c
8902 ____________________________________________________________________________
8903 [   380] By: gsar                                  on 1997/12/18  15:10:23
8904         Log: Integrate mainline
8905      Branch: win32/perl
8906           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8907           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
8908           +> os2/os2.sym os2/os2thread.h
8909           !> (integrate 77 files)
8910
8911 ----------------
8912 Version 5.004_56
8913 ----------------
8914
8915 ____________________________________________________________________________
8916 [   379] By: mbeattie                              on 1997/12/18  13:28:35
8917         Log: Integrate ansi @364,@366 into mainline.
8918      Branch: perl
8919           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
8920 ____________________________________________________________________________
8921 [   378] By: mbeattie                              on 1997/12/18  13:20:15
8922         Log: Add a few missing files to MANIFEST
8923      Branch: perl
8924            ! MANIFEST
8925 ____________________________________________________________________________
8926 [   377] By: mbeattie                              on 1997/12/18  13:00:16
8927         Log: Bump patchlevel to 56.
8928      Branch: perl
8929            ! patchlevel.h
8930 ____________________________________________________________________________
8931 [   376] By: nick                                  on 1997/12/18  01:32:12
8932         Log: Resolve against mainline
8933      Branch: ansiperl
8934           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8935           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
8936           +> os2/os2.sym os2/os2thread.h
8937           !> (integrate 74 files)
8938 ____________________________________________________________________________
8939 [   375] By: nick                                  on 1997/12/18  01:06:15
8940         Log: Resolve against Win32
8941      Branch: ansiperl
8942           !> Configure README.threads config_h.SH doop.c embed.h
8943           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
8944           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
8945           !> sv.c sv.h thread.h util.c
8946 ____________________________________________________________________________
8947 [   374] By: mbeattie                              on 1997/12/17  14:44:26
8948         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
8949              needs rewriting now that we use perlvars.h and foovar.h:
8950              Subject: [PATCH] 5.004_54 under VMS (fwd)
8951              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
8952              From: Charles Bailey <BAILEY@newman.upenn.edu>
8953      Branch: perl
8954            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
8955            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
8956            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
8957            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
8958            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
8959            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
8960 ____________________________________________________________________________
8961 [   373] By: mbeattie                              on 1997/12/17  14:10:50
8962         Log: Major changes to the DOS/djgpp port (including threading):
8963              Subject: Re: dos-djgpp port not in perl 5.004_54
8964              Date: Fri, 21 Nov 1997 10:58:26 +0100
8965              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
8966      Branch: perl
8967            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
8968            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
8969            ! Configure MANIFEST Makefile.SH doio.c dosish.h
8970            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
8971            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
8972            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
8973            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
8974            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
8975            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
8976            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
8977            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
8978            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
8979 ____________________________________________________________________________
8980 [   372] By: mbeattie                              on 1997/12/17  13:18:34
8981         Log: Upgrade DB_File to 1.56:
8982              Subject: DB_File-1.56 for _55
8983              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
8984              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8985      Branch: perl
8986            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
8987            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
8988 ____________________________________________________________________________
8989 [   371] By: mbeattie                              on 1997/12/17  12:02:03
8990         Log: Threading patches for OS/2 (missing files taken from previous patch):
8991              Subject: Re: 5.004_55: OS/2 patches again
8992              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
8993              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8994      Branch: perl
8995            + os2/os2.sym os2/os2thread.h
8996            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
8997            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
8998            ! os2/os2ish.h perl.h
8999 ____________________________________________________________________________
9000 [   370] By: mbeattie                              on 1997/12/17  11:01:34
9001         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
9002              Subject: Re: 5.004_55: OS/2 patches again
9003              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
9004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9005      Branch: perl
9006            ! perl.h
9007 ____________________________________________________________________________
9008 [   369] By: mbeattie                              on 1997/12/17  10:59:40
9009         Log: Fix typo in compiler B/C.pm.
9010      Branch: perlext
9011            ! Compiler/B/C.pm
9012 ____________________________________________________________________________
9013 [   368] By: mbeattie                              on 1997/12/17  10:58:35
9014         Log: Allow "perldoc -F filename":
9015              Subject: 5.004_55: Patch to perldoc
9016              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
9017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9018      Branch: perl
9019            ! utils/perldoc.PL
9020 ____________________________________________________________________________
9021 [   367] By: mbeattie                              on 1997/12/17  10:54:47
9022         Log: Fix not-reached warning for pp_threadsv.
9023      Branch: perl
9024            ! pp.c
9025 ____________________________________________________________________________
9026 [   366] By: nick                                  on 1997/12/14  16:06:24
9027         Log: Fix typo in Ilya's patch :-(
9028      Branch: ansiperl
9029            ! lib/ExtUtils/MakeMaker.pm
9030 ____________________________________________________________________________
9031 [   365] By: nick                                  on 1997/12/14  15:30:25
9032         Log: #undef new PERLVARIC macro in appropriate places
9033      Branch: ansiperl
9034            ! miniperlmain.c perl.h
9035 ____________________________________________________________________________
9036 [   364] By: nick                                  on 1997/12/14  15:04:36
9037         Log: Ilya's MakeMaker (empty makefile) patch
9038      Branch: ansiperl
9039            ! lib/ExtUtils/MakeMaker.pm
9040 ____________________________________________________________________________
9041 [   363] By: gsar                                  on 1997/12/13  05:57:13
9042         Log: Integrate mainline.  Builds and passes (Borland).
9043      Branch: win32/perl
9044           !> Configure README.threads config_h.SH doop.c embed.h
9045           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9046           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
9047           !> sv.c sv.h thread.h util.c
9048 ____________________________________________________________________________
9049 [   362] By: nick                                  on 1997/12/13  02:53:03
9050         Log: Resolve ansiperl against mainline
9051      Branch: ansiperl
9052           !> (integrate 92 files)
9053 ____________________________________________________________________________
9054 [   361] By: mbeattie                              on 1997/12/12  16:20:38
9055         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
9056              instead of MEXTEND leading to core dumps. This fix needs
9057              propagating back to the maintenance branch.
9058      Branch: perl
9059            ! pp_hot.c pp_sys.c
9060 ____________________________________________________________________________
9061 [   360] By: mbeattie                              on 1997/12/11  15:45:56
9062         Log: Add missing patch to op.c that didn't come across with win32 merge.
9063      Branch: perl
9064            ! op.c
9065 ____________________________________________________________________________
9066 [   359] By: mbeattie                              on 1997/12/11  11:54:41
9067         Log: Stop tr/// from writing to target when only counting.
9068      Branch: perl
9069            ! doop.c op.c op.h
9070 ____________________________________________________________________________
9071 [   358] By: mbeattie                              on 1997/12/10  18:36:26
9072         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
9073              a few extraneous trailing semicolons in perlvars.h.
9074      Branch: perl
9075            ! perlvars.h util.c
9076 ____________________________________________________________________________
9077 [   357] By: mbeattie                              on 1997/12/10  18:33:53
9078         Log: Start overhauling compiler. It was working at least minimally
9079              right up until the final tweak of B.xs to add threadsv_names
9080              at which point building it provokes a seg fault in perl while
9081              doing the xsubpp :-(.
9082      Branch: perl
9083            ! op.h util.c
9084      Branch: perlext
9085            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
9086            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
9087            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
9088            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
9089            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
9090            ! Compiler/test_harness_cc
9091 ____________________________________________________________________________
9092 [   356] By: mbeattie                              on 1997/12/10  13:43:32
9093         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
9094              sv_setfoo functions go back to not needing dTHR. Fix Configure
9095              to check for already-existing -thread on archname and to check
9096              better for d_pthread_created_joinable.
9097      Branch: perl
9098            ! Configure perl.h sv.c sv.h thread.h
9099 ____________________________________________________________________________
9100 [   355] By: mbeattie                              on 1997/12/10  10:53:58
9101         Log: Minor fix/speedup to util.c:fbm_instr:
9102              Subject: 5.004_55: Minor regexp patch
9103              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
9104              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
9105      Branch: perl
9106            ! util.c
9107 ____________________________________________________________________________
9108 [   354] By: mbeattie                              on 1997/12/10  10:41:25
9109         Log: Patches for IRIX, AIX and some generic stuff:
9110              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
9111              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
9112              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9113              (checked/ignored a few rejects; tweaked wording).
9114      Branch: perl
9115            ! Configure README.threads config_h.SH embed.h
9116            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9117            ! hints/irix_6.sh
9118 ____________________________________________________________________________
9119 [   353] By: mbeattie                              on 1997/12/10  10:10:19
9120         Log: Integrate win32 back into mainline (trivial).
9121      Branch: perl
9122           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
9123           +> win32/config_H.gc
9124           !> (integrate 36 files)
9125 ____________________________________________________________________________
9126 [   352] By: nick                                  on 1997/12/09  17:36:45
9127         Log: Resolve win32 - Sarathy's tweak.
9128      Branch: ansiperl
9129           !> win32/makedef.pl
9130 ____________________________________________________________________________
9131 [   351] By: gsar                                  on 1997/12/08  06:13:04
9132         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
9133      Branch: win32/perl
9134            ! win32/makedef.pl
9135 ____________________________________________________________________________
9136 [   350] By: nick                                  on 1997/12/05  00:56:03
9137         Log: Resolve ansiperl against win32
9138      Branch: ansiperl
9139            - win32/makegcc.mk
9140           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
9141           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
9142           !> win32/makefile.mk win32/perllib.c win32/win32.h
9143 ____________________________________________________________________________
9144 [   349] By: gsar                                  on 1997/12/02  07:28:23
9145         Log: Revert to keeping (some) constant strings as globals
9146      Branch: win32/perl
9147            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
9148            ! perlvars.h win32/makedef.pl win32/perllib.c
9149 ____________________________________________________________________________
9150 [   348] By: gsar                                  on 1997/12/02  05:38:06
9151         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
9152              Other minor fixes.  Now is a good time to get the changes in win32 branch.
9153      Branch: win32/perl
9154            - win32/makegcc.mk
9155            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
9156 ____________________________________________________________________________
9157 [   347] By: gsar                                  on 1997/12/02  03:32:55
9158         Log: Integrate winansi again.  Result builds and passes all tests on all
9159              three compilers.
9160      Branch: win32/perl
9161           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
9162           !> win32/makegcc.mk win32/win32.h
9163 ____________________________________________________________________________
9164 [   346] By: gsar                                  on 1997/12/02  03:28:23
9165         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
9166              makegcc.mk to be merged into makefile.mk soon.
9167      Branch: win32/perl
9168            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
9169            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
9170            ! win32/win32.h
9171 ____________________________________________________________________________
9172 [   345] By: nick                                  on 1997/12/02  01:57:17
9173         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
9174              Now runs again...
9175      Branch: ansiperl
9176            ! lib/ExtUtils/MM_Win32.pm
9177 ____________________________________________________________________________
9178 [   344] By: nick                                  on 1997/12/02  01:11:16
9179         Log: Sarathy's patch 
9180      Branch: ansiperl
9181            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
9182            ! win32/makegcc.mk win32/win32.h
9183 ____________________________________________________________________________
9184 [   343] By: gsar                                  on 1997/12/01  04:37:06
9185         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
9186              is identical to ansiperl/* now)
9187      Branch: win32/perl
9188           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
9189           !> (integrate 34 files)
9190 ____________________________________________________________________________
9191 [   342] By: nick                                  on 1997/12/01  04:01:57
9192         Log: Builds and passes all tests with gcc on Win32 - phew!
9193      Branch: ansiperl
9194            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
9195            ! proto.h util.c win32/makedef.pl
9196 ____________________________________________________________________________
9197 [   341] By: nick                                  on 1997/12/01  02:54:29
9198         Log: Create a struct for all perls globals (as an option)
9199              Mainly for Mingw32 which cannot import data.
9200              Now only Opcode tests fail (op_desc/op_name not 
9201              handled yet stuff)
9202      Branch: ansiperl
9203            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
9204            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
9205            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
9206            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
9207            ! win32/win32iop.h win32/win32thread.c
9208 ____________________________________________________________________________
9209 [   340] By: nick                                  on 1997/11/30  20:21:10
9210         Log: Fixup exports in non -DDEBUGGING case
9211      Branch: ansiperl
9212            ! win32/makedef.pl
9213 ____________________________________________________________________________
9214 [   339] By: nick                                  on 1997/11/30  20:10:04
9215         Log: Disable hard-coded -DDEBUGGING
9216      Branch: ansiperl
9217            ! win32/config_h.PL
9218 ____________________________________________________________________________
9219 [   338] By: nick                                  on 1997/11/30  20:00:19
9220         Log: embed.pl now reads *var*.h to do its stuff.
9221              Split generated embed.h into two - new embedvar.h
9222              is #included when 'op' etc. will not mess up proto.h etc.
9223              Removed #define foo (thr->Tfoo) from thread.h
9224              Added some 'missing' symbols to global.sym, removed
9225              those in the *var*.h files
9226              Has build all MULTIPLICITY/USE_THREADS options on win32
9227              with VC++ (and passed tests), but not with exactly this set
9228              of files.
9229      Branch: ansiperl
9230            + embedvar.h
9231            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
9232            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
9233            ! win32/makedef.pl
9234 ____________________________________________________________________________
9235 [   337] By: nick                                  on 1997/11/29  23:55:31
9236         Log: Globals and structs via macros - part 1 of N
9237              - introduce perlvars.h intrpvar.h and thrdvar.h
9238              - change perl.h and thread.h to include them with
9239              appropriate macros defined
9240              - result is status-quo but with macros
9241              - next step is to tweak embed.* to capitalize on 
9242              new easy-to-find info.
9243      Branch: ansiperl
9244            + intrpvar.h perlvars.h thrdvar.h
9245            ! perl.h thread.h win32/Makefile
9246 ____________________________________________________________________________
9247 [   336] By: nick                                  on 1997/11/29  19:13:55
9248         Log: VC++ default to threaded
9249      Branch: ansiperl
9250            ! win32/Makefile
9251 ____________________________________________________________________________
9252 [   335] By: nick                                  on 1997/11/29  18:38:26
9253         Log: Avoid __declspec(thread) by default, for both scratch
9254              return areas and THR stuff. Use struct thread intern instead.
9255      Branch: ansiperl
9256            ! win32/win32.c win32/win32.h win32/win32sck.c
9257            ! win32/win32thread.c win32/win32thread.h
9258 ____________________________________________________________________________
9259 [   334] By: nick                                  on 1997/11/29  17:49:04
9260         Log: Non-threaded build fix
9261      Branch: ansiperl
9262            ! win32/win32thread.c
9263 ____________________________________________________________________________
9264 [   333] By: nick                                  on 1997/11/29  17:29:07
9265         Log: Sort out malloc_mutex for perl's malloc
9266              Remove BINCOMPAT3 from embed.pl 
9267              Add dependancy to CORE_H for PERL95_OBJ
9268      Branch: ansiperl
9269            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
9270            ! win32/win32.c
9271 ____________________________________________________________________________
9272 [   332] By: nick                                  on 1997/11/29  16:21:01
9273         Log: Integrate win32 into ansiperl
9274      Branch: ansiperl
9275           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
9276           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
9277           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
9278           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9279           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
9280           !> win32/perllib.c
9281 ____________________________________________________________________________
9282 [   331] By: nick                                  on 1997/11/29  01:35:45
9283         Log: GCC + Threads on Win32 - best gcc results yet
9284      Branch: ansiperl
9285            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
9286            ! win32/win32.h win32/win32iop.h win32/win32thread.c
9287            ! win32/win32thread.h
9288 ____________________________________________________________________________
9289 [   330] By: nick                                  on 1997/11/28  23:05:08
9290         Log: Un-botch gcc workround
9291      Branch: ansiperl
9292            ! XSUB.h
9293 ____________________________________________________________________________
9294 [   329] By: nick                                  on 1997/11/28  22:39:39
9295         Log: Builds completely with Mingw32, dynamic loaded extensions
9296              don't work yet - suspect __declspec() non-implemented issues.
9297      Branch: ansiperl
9298            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
9299            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
9300            ! win32/runperl.c win32/win32.c win32/win32iop.h
9301 ____________________________________________________________________________
9302 [   328] By: gsar                                  on 1997/11/28  05:48:15
9303         Log: integrate winansi.
9304      Branch: win32/perl
9305           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
9306            ! perl.h
9307           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
9308           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
9309           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
9310 ____________________________________________________________________________
9311 [   327] By: gsar                                  on 1997/11/28  05:38:48
9312         Log: Integrate mainline.
9313      Branch: win32/perl
9314           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
9315           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
9316           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
9317           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9318           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
9319           !> win32/perllib.c
9320 ____________________________________________________________________________
9321 [   326] By: nick                                  on 1997/11/27  19:13:36
9322         Log: GCC builds perl.dll and perl.exe on Win32
9323      Branch: ansiperl
9324            ! win32/makedef.pl win32/makegcc.mk
9325 ____________________________________________________________________________
9326 [   325] By: nick                                  on 1997/11/27  17:46:30
9327         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
9328              far as building miniperl and perl.dll (but not import lib yet)
9329              Seems to lack popen()/pclose() and fcloseall() and fflushall().
9330              Also only CRTDLL not MCRTDLL so threading is probably not
9331              possible yet.
9332              Had to mess with win32iop.h's placement as we need __attribute__
9333              to get STDCALL, and #define of printf messes up proto.h 
9334      Branch: ansiperl
9335            + win32/config.gc win32/config_H.gc win32/makegcc.mk
9336            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
9337            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
9338            ! win32/win32iop.h win32/win32sck.c
9339 ____________________________________________________________________________
9340 [   324] By: mbeattie                              on 1997/11/27  17:08:06
9341         Log: Give dire warnings about the IRIX 6.2 kernel panic.
9342      Branch: perl
9343            ! README.threads hints/irix_6.sh
9344 ____________________________________________________________________________
9345 [   323] By: mbeattie                              on 1997/11/27  16:57:33
9346         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
9347              Subject: Re: ANNOUNCE: perl 5.004_55 is available
9348              Date: 27 Nov 1997 17:18:53 +0100
9349              From: koenig@kulturbox.de (Andreas J. Koenig)
9350      Branch: perl
9351            ! sv.c
9352 ____________________________________________________________________________
9353 [   322] By: mbeattie                              on 1997/11/27  16:12:15
9354         Log: Integrate win32 branch back into mainline.
9355      Branch: perl
9356           !> (integrate 42 files)
9357 ____________________________________________________________________________
9358 [   321] By: mbeattie                              on 1997/11/27  15:06:36
9359         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
9360              Subject: Re: ANNOUNCE: perl 5.004_55 is available
9361              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
9362              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9363      Branch: perl
9364            ! t/lib/safe2.t
9365 ____________________________________________________________________________
9366 [   320] By: mbeattie                              on 1997/11/27  15:02:59
9367         Log: Fix MYMALLOC (wrong #define in malloc.c):
9368              Subject: 5.004_55: MYMALLOC completely busted
9369              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
9370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9371      Branch: perl
9372            ! malloc.c
9373 ____________________________________________________________________________
9374 [   319] By: mbeattie                              on 1997/11/27  15:01:37
9375         Log: Fix newSVrv so sv_setref_foo work better:
9376              Subject: [PATCH] [5.004_55] newSVrv (again)
9377              Date: Thu, 27 Nov 1997 00:25:50 -0500
9378              From: Owen Taylor <owt1@cornell.edu>
9379      Branch: perl
9380            ! sv.c
9381 ____________________________________________________________________________
9382 [   318] By: mbeattie                              on 1997/11/27  14:59:03
9383         Log: Output skipped test information in test suite:
9384              Subject: 5.004_55: Making test harness platform_aware
9385              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
9386              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
9387      Branch: perl
9388            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
9389            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
9390            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
9391 ____________________________________________________________________________
9392 [   317] By: mbeattie                              on 1997/11/27  14:55:15
9393         Log: Add 'W'atch command to debugger and improve help:
9394              Subject: 5.004_55: Debugger patch again
9395              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
9396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9397      Branch: perl
9398            ! lib/perl5db.pl
9399 ____________________________________________________________________________
9400 [   316] By: mbeattie                              on 1997/11/27  14:52:44
9401         Log: Stop double initialisation of malloc_mutex:
9402              Subject: 5.004_55: Double initialiazation of malloc_mutex
9403              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
9404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9405      Branch: perl
9406            ! miniperlmain.c win32/perllib.c
9407 ____________________________________________________________________________
9408 [   315] By: mbeattie                              on 1997/11/27  14:48:58
9409         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
9410      Branch: perl
9411            ! sv.c t/op/pat.t
9412 ____________________________________________________________________________
9413 [   314] By: nick                                  on 1997/11/27  01:03:19
9414         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
9415      Branch: ansiperl
9416           !> (integrate 897 files)
9417 ____________________________________________________________________________
9418 [   313] By: gsar                                  on 1997/11/26  03:20:55
9419         Log: merge win32-aware installperl in ansiperl branch.
9420      Branch: win32/perl
9421           !> installperl
9422 ____________________________________________________________________________
9423 [   312] By: gsar                                  on 1997/11/26  01:50:37
9424         Log: Fix for C<sort 'foo'...> bug:
9425              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9426              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
9427              Subject: [PATCH] Re: Sort grammar bug 
9428              Date: Sat, 01 Nov 1997 14:46:35 -0500
9429              ------
9430              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9431              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
9432              Subject: Re: Sort grammar bug 
9433              Date: Sun, 02 Nov 1997 12:47:51 +0000
9434      Branch: win32/perl
9435            ! t/op/sort.t toke.c
9436 ____________________________________________________________________________
9437 [   311] By: nick                                  on 1997/11/26  01:42:50
9438         Log: Win32-ize installperl
9439      Branch: ansiperl
9440            ! installperl
9441 ____________________________________________________________________________
9442 [   310] By: gsar                                  on 1997/11/26  01:36:39
9443         Log: Another trivial patch:
9444              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9445              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
9446              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
9447              Date: Wed, 29 Oct 1997 21:45:26 -0500
9448      Branch: win32/perl
9449            ! XSUB.h
9450 ____________________________________________________________________________
9451 [   309] By: nick                                  on 1997/11/26  01:33:32
9452         Log: Fixup _55 for Win32:
9453              Missed thread :-> perl_thread changes
9454              Two #define THR (not the same)
9455              K&R style func in hv.c
9456      Branch: ansiperl
9457            ! hv.c win32/win32thread.c win32/win32thread.h
9458 ____________________________________________________________________________
9459 [   308] By: gsar                                  on 1997/11/26  01:30:21
9460         Log: Sync yet another patch (this one manually edited):
9461              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9462              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
9463              Subject: [PATCH] Re: local($@) gives core dump 
9464              Date: Tue, 28 Oct 1997 21:51:25 -0500
9465      Branch: win32/perl
9466            ! pp_ctl.c
9467 ____________________________________________________________________________
9468 [   307] By: gsar                                  on 1997/11/26  01:22:10
9469         Log: Sync another change from local repository.
9470              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9471              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
9472              Subject: Re: do_postponed breaks with multiple interpreters 
9473              Date: Tue, 28 Oct 1997 22:16:13 -0500
9474      Branch: win32/perl
9475            ! op.c
9476 ____________________________________________________________________________
9477 [   306] By: gsar                                  on 1997/11/26  01:17:46
9478         Log: Sync a change from local repository.
9479              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9480              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
9481              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
9482              Date: Tue, 28 Oct 1997 20:06:06 -0500
9483      Branch: win32/perl
9484            ! mg.c
9485 ____________________________________________________________________________
9486 [   305] By: nick                                  on 1997/11/26  00:50:10
9487         Log: Integrate mainline as of _55
9488      Branch: ansiperl
9489           +> emacs/ptags
9490           !> (integrate 36 files)
9491 ____________________________________________________________________________
9492 [   304] By: gsar                                  on 1997/11/26  00:27:57
9493         Log: Various changes to make it build cleanly and pass all tests:
9494              - needed to run `perl embed.pl`
9495              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
9496              - fix prototypes for a few declarations (Borland is finally quiet)
9497              - move declaration of Mymalloc etc to perl.h (since win32 and other
9498              ports may #define malloc themselves, to let extensions bind to
9499              the version that perl used)
9500              - move struct reg_data into a public header file, since it is
9501              referenced in a public datatype
9502              - win32 makefile fixes
9503              - fix remaining s/thread/perl_thread/
9504      Branch: win32/perl
9505            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
9506            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
9507            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
9508            ! win32/win32.h win32/win32iop.h win32/win32thread.c
9509 ____________________________________________________________________________
9510 [   303] By: gsar                                  on 1997/11/25  20:57:31
9511         Log: Fixup the places where the automatic merge got it wrong.
9512              Previous change (#302) was just a normal integration--ignore the
9513              "reverse" in there.
9514      Branch: win32/perl
9515            ! op.c perl.h
9516 ____________________________________________________________________________
9517 [   302] By: gsar                                  on 1997/11/25  20:32:12
9518         Log: reverse integrate mainline
9519      Branch: win32/perl
9520           +> emacs/ptags
9521           !> (integrate 896 files)
9522
9523 ----------------
9524 Version 5.004_55
9525 ----------------
9526
9527 ____________________________________________________________________________
9528 [   301] By: mbeattie                              on 1997/11/25  17:59:53
9529         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
9530      Branch: perl
9531            ! hv.c pp_ctl.c
9532 ____________________________________________________________________________
9533 [   300] By: mbeattie                              on 1997/11/25  16:29:36
9534         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
9535      Branch: perl
9536            ! MANIFEST patchlevel.h
9537 ____________________________________________________________________________
9538 [   299] By: mbeattie                              on 1997/11/25  15:59:16
9539         Log: Move malloc_mutex initialisation/destruction:
9540              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
9541              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
9542      Branch: perl
9543            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
9544            ! unixish.h vms/vmsish.h
9545 ____________________________________________________________________________
9546 [   298] By: mbeattie                              on 1997/11/25  15:49:22
9547         Log: Make hv_ functions cope better with 'm'-magic:
9548              Subject: [5.004_54] Another neglected patch
9549              Date: Fri, 21 Nov 1997 22:28:17 -0500
9550              From: Owen Taylor <owt1@cornell.edu>
9551      Branch: perl
9552            ! hv.c
9553 ____________________________________________________________________________
9554 [   297] By: mbeattie                              on 1997/11/25  15:47:36
9555         Log: Fix typo in Thread.xs.
9556      Branch: perl
9557            ! ext/Thread/Thread.xs
9558 ____________________________________________________________________________
9559 [   296] By: mbeattie                              on 1997/11/25  15:42:07
9560         Log: Integrate from ansi branch to mainline.
9561      Branch: perl
9562           !> (integrate 890 files)
9563 ____________________________________________________________________________
9564 [   295] By: mbeattie                              on 1997/11/25  14:29:31
9565         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
9566              Subject: Re: _54 on AIX
9567              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
9568              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9569      Branch: perl
9570            ! ext/DynaLoader/dl_aix.xs
9571 ____________________________________________________________________________
9572 [   294] By: mbeattie                              on 1997/11/25  14:29:10
9573         Log: AIX patch for hints/aix.sh:
9574              Subject: Re: _54 on AIX
9575              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
9576              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9577      Branch: perl
9578            ! hints/aix.sh
9579 ____________________________________________________________________________
9580 [   291] By: mbeattie                              on 1997/11/25  14:17:05
9581         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
9582      Branch: perl
9583            ! op.c op.h
9584 ____________________________________________________________________________
9585 [   290] By: mbeattie                              on 1997/11/25  14:16:29
9586         Log: AIX patch (including Configure support for {sched,pthread}_yield,
9587              pthread initial detach state, renaming perl_thread to perl_os_thread
9588              and struct thread to struct perl_thread):
9589              Subject: Re: _54 on AIX
9590              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
9591              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9592      Branch: perl
9593            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
9594            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
9595            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
9596            ! proto.h sv.h thread.h util.c win32/win32thread.c
9597            ! win32/win32thread.h
9598 ____________________________________________________________________________
9599 [   289] By: mbeattie                              on 1997/11/25  12:33:02
9600         Log: Rename perl_thread to perl_os_thread.
9601      Branch: perl
9602            ! fakethr.h thread.h util.c win32/win32thread.h
9603 ____________________________________________________________________________
9604 [   288] By: mbeattie                              on 1997/11/25  12:27:35
9605         Log: Remove bincompat3 support:
9606              Subject: Re: ANNOUNCE: perl5.004_54 is available
9607              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
9608              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9609      Branch: perl
9610            ! Configure INSTALL embed.h global.sym malloc.c
9611 ____________________________________________________________________________
9612 [   287] By: mbeattie                              on 1997/11/25  12:23:50
9613         Log: Emacs/tags update:
9614              Subject: Emacs/tags update for 5.004_54
9615              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
9616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9617      Branch: perl
9618            + emacs/ptags
9619            ! MANIFEST Makefile.SH emacs/cperl-mode.el
9620 ____________________________________________________________________________
9621 [   286] By: nick                                  on 1997/11/23  23:03:56
9622         Log: Add $$_ test 
9623      Branch: ansiperl
9624            ! t/op/ref.t
9625 ____________________________________________________________________________
9626 [   285] By: gsar                                  on 1997/11/23  08:26:00
9627         Log: Initial reverse integration of winansi branch.
9628      Branch: win32/perl
9629           !> (integrate 50 files)
9630 ____________________________________________________________________________
9631 [   284] By: gsar                                  on 1997/11/23  07:32:24
9632         Log: Add to docs about the BEGIN { shift } feature.  Make the change
9633              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
9634      Branch: win32/perl
9635            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
9636 ____________________________________________________________________________
9637 [   283] By: nick                                  on 1997/11/22  21:29:30
9638         Log: Duplicate perl_threadsv
9639      Branch: ansiperl
9640            ! global.sym
9641 ____________________________________________________________________________
9642 [   282] By: nick                                  on 1997/11/22  21:18:11
9643         Log: Munge pseudo-Configure stuff to add -thread to archname as
9644              Malcolm seems to think that is way to test for threads.
9645              Update @INC stuffing hackery to have traditional @INC
9646              search order archlib, privlib, sitearch, site.
9647      Branch: ansiperl
9648            ! t/lib/english.t win32/config.bc win32/config_H.bc
9649            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9650            ! win32/makefile.mk win32/win32.c win32/win32.h
9651 ____________________________________________________________________________
9652 [   281] By: nick                                  on 1997/11/22  19:28:21
9653         Log: Builds and passes all but english.t on win32 VC++
9654      Branch: ansiperl
9655            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
9656            ! win32/config_H.vc win32/win32thread.h
9657 ____________________________________________________________________________
9658 [   280] By: nick                                  on 1997/11/22  18:10:50
9659         Log: ansiperl builds with Borland C++ again
9660      Branch: ansiperl
9661            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
9662            ! win32/config.bc win32/config_H.bc win32/perlglob.c
9663            ! win32/win32.c win32/win32.h
9664 ____________________________________________________________________________
9665 [   279] By: nick                                  on 1997/11/22  16:42:51
9666         Log: Resolve ansiperl against mainline
9667      Branch: ansiperl
9668           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
9669           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
9670           !> t/lib/english.t thread.h toke.c util.c
9671 ____________________________________________________________________________
9672 [   278] By: nick                                  on 1997/11/22  16:30:27
9673         Log: Resolve ansiperl against win32
9674      Branch: ansiperl
9675           !> (integrate 55 files)
9676 ____________________________________________________________________________
9677 [   277] By: gsar                                  on 1997/11/22  09:48:02
9678         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
9679              - added a test for the above
9680              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
9681              ansification hunks
9682      Branch: win32/perl
9683            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
9684 ____________________________________________________________________________
9685 [   276] By: gsar                                  on 1997/11/22  07:24:01
9686         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
9687              when USE_THREADS.  GCC for instance, can do without macros that use
9688              globals.  Instead, selectively re#define only those macros
9689              that use globals to their functional equivalents.  Tests 100% on
9690              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
9691      Branch: win32/perl
9692            ! perl.h sv.h
9693 ____________________________________________________________________________
9694 [   275] By: gsar                                  on 1997/11/22  05:27:04
9695         Log: Integrate mainline.
9696      Branch: win32/perl
9697           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
9698            - lib/Class/Fields.pm lib/ISA.pm
9699           !> (integrate 41 files)
9700 ____________________________________________________________________________
9701 [   274] By: mbeattie                              on 1997/11/21  18:28:22
9702         Log: $_ is now per-thread (rather a lot of changes). Only tested under
9703              *-linux-thread at the moment.
9704      Branch: perl
9705            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
9706            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
9707            ! t/lib/english.t thread.h toke.c util.c
9708 ____________________________________________________________________________
9709 [   273] By: mbeattie                              on 1997/11/21  10:31:29
9710         Log: Filter patch to toke.c:
9711              Subject: Tiny core patch for source filters
9712              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
9713              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9714      Branch: perl
9715            ! toke.c
9716 ____________________________________________________________________________
9717 [   272] By: nick                                  on 1997/11/21  00:54:43
9718         Log: Basic integrate of lastest perl into ansiperl
9719      Branch: ansiperl
9720           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
9721            - lib/Class/Fields.pm lib/ISA.pm
9722            ! win32/win32.c win32/win32.h
9723           !> (integrate 57 files)
9724 ____________________________________________________________________________
9725 [   271] By: mbeattie                              on 1997/11/20  12:12:00
9726         Log: Initial stab at IRIX configuration support for threading. Manually
9727              applied parts of following patches:
9728              Subject: Perl 5.004_54 on IRIX
9729              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
9730              From: Jarkko Hietaniemi <jhi@iki.fi>
9731              Subject: Re: Perl 5.004_54 on IRIX
9732              Date: 19 Nov 1997 17:10:17 -0800
9733              From: Scott Henry <scotth@sgi.com>
9734      Branch: perl
9735            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
9736            ! hints/irix_6_1.sh perl.h
9737 ____________________________________________________________________________
9738 [   270] By: mbeattie                              on 1997/11/19  17:45:37
9739         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
9740              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
9741              also fixed two instances of referring to SVs after destruction.
9742      Branch: perl
9743            ! regcomp.c regexec.c
9744 ____________________________________________________________________________
9745 [   269] By: mbeattie                              on 1997/11/19  15:33:23
9746         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
9747              changed by mg_get(*keysp) (!). Introducing a new local variable
9748              fixed it but I don't know if it's a compiler problem or some
9749              other corruption happening elsewhere.
9750      Branch: perl
9751            ! av.c
9752 ____________________________________________________________________________
9753 [   268] By: mbeattie                              on 1997/11/19  11:39:49
9754         Log: Let Configure sort out get{host,net}byaddr* prototypes:
9755              Subject: [PATCH] 5.004_54: little something for
9756              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
9757              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
9758              From: Jarkko Hietaniemi <jhi@iki.fi>
9759      Branch: perl
9760            ! Configure config_h.SH pp_sys.c
9761 ____________________________________________________________________________
9762 [   267] By: mbeattie                              on 1997/11/19  11:04:15
9763         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
9764              Subject: Version 7 of Jumbo RE patch available
9765              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
9766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9767      Branch: perl
9768            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
9769            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9770            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
9771            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
9772            ! util.c
9773 ____________________________________________________________________________
9774 [   266] By: mbeattie                              on 1997/11/18  17:26:09
9775         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
9776              version of patch:
9777              Subject: tie fake hash patch for 5.004_54
9778              Date: Sat, 15 Nov 1997 19:18:30 -0500
9779              From: Joshua Pritikin <pritikin@mindspring.com>
9780      Branch: perl
9781            + t/op/avhv.t
9782            ! av.c embed.h global.sym proto.h
9783 ____________________________________________________________________________
9784 [   265] By: mbeattie                              on 1997/11/18  16:51:04
9785         Log: Bring MANIFEST up to date. Add new thread tests.
9786      Branch: perl
9787            + ext/Thread/die.t ext/Thread/die2.t
9788            ! MANIFEST
9789 ____________________________________________________________________________
9790 [   264] By: mbeattie                              on 1997/11/18  16:41:27
9791         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
9792              is assigned to. Added tests to t/op/array.t. magic_setisa now
9793              warns about including non-existent packages in @ISA when -w is on.
9794      Branch: perl
9795            - lib/Class/Fields.pm lib/ISA.pm
9796            ! mg.c t/op/array.t
9797 ____________________________________________________________________________
9798 [   263] By: mbeattie                              on 1997/11/18  16:38:57
9799         Log: Fix typo in win32 -> mainline integration.
9800      Branch: perl
9801            ! perl.h
9802 ____________________________________________________________________________
9803 [   262] By: mbeattie                              on 1997/11/18  11:56:09
9804         Log: Integrate win32 branch back into mainline.
9805      Branch: perl
9806            - win32/win32io.c win32/win32io.h
9807            ! op.c
9808           !> (integrate 30 files)
9809 ____________________________________________________________________________
9810 [   261] By: gsar                                  on 1997/11/18  00:14:02
9811         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
9812      Branch: win32/perl
9813            ! win32/config.bc win32/config.vc win32/config_H.bc
9814            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
9815 ____________________________________________________________________________
9816 [   260] By: nick                                  on 1997/11/16  23:16:16
9817         Log: Generic file changes for MYMALLOC
9818      Branch: ansiperl
9819            ! miniperlmain.c perl.c
9820 ____________________________________________________________________________
9821 [   259] By: nick                                  on 1997/11/16  23:14:36
9822         Log: MYMALLOC for Win32:
9823              1. Initialize malloc_mutex before it is used (all platforms!)
9824              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
9825              3. Tweak win32/config*.* to define MYMALLOC
9826              4. Provide sbrk() in terms of VirtualAlloc().
9827              
9828              Also fixup -MT (perl95) build to handle Perl_current_thread
9829              via call to DLL (as though an extension).
9830      Branch: ansiperl
9831            ! win32/Makefile win32/config.bc win32/config.vc
9832            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
9833            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
9834            ! win32/win32iop.h win32/win32thread.h
9835 ____________________________________________________________________________
9836 [   258] By: nick                                  on 1997/11/15  20:42:28
9837         Log: Implement dTHR via __declspec(thread) - part 2
9838      Branch: ansiperl
9839            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9840 ____________________________________________________________________________
9841 [   257] By: nick                                  on 1997/11/15  19:52:53
9842         Log: Use __declspec(thread) var rather tha TslAlloc & co.
9843      Branch: ansiperl
9844            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9845 ____________________________________________________________________________
9846 [   256] By: gsar                                  on 1997/11/15  02:58:09
9847         Log: Add #include guard in Thread.xs so it will build even under
9848              no USE_THREADS (for win32).  This was missed because of edit
9849              w/o checkout perforce kludge.
9850      Branch: win32/perl
9851            ! ext/Thread/Thread.xs
9852 ____________________________________________________________________________
9853 [   255] By: nick                                  on 1997/11/15  00:33:46
9854         Log: Integrate mainline (5.004_54?) into ansiperl
9855      Branch: ansiperl
9856           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9857           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
9858           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
9859           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
9860           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
9861 ____________________________________________________________________________
9862 [   254] By: nick                                  on 1997/11/15  00:25:26
9863         Log: Interate win32 into ansiperl
9864      Branch: ansiperl
9865           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9866           +> lib/fields.pm
9867           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9868           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
9869           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
9870           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
9871           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
9872 ____________________________________________________________________________
9873 [   253] By: gsar                                  on 1997/11/14  22:04:58
9874         Log: Integrate mainline changes into win32 branch.  Now would be a good time
9875              to reverse integrate the win32 branch into mainline.
9876      Branch: win32/perl
9877           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9878           +> lib/fields.pm
9879           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9880           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
9881           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
9882           !> t/op/magic.t thread.h
9883
9884 ----------------
9885 Version 5.004_54
9886 ----------------
9887
9888 ____________________________________________________________________________
9889 [   252] By: mbeattie                              on 1997/11/14  15:07:19
9890         Log: Two more delays added to test suite to help *-solaris-thread.
9891      Branch: perl
9892            ! t/io/pipe.t t/lib/io_pipe.t
9893 ____________________________________________________________________________
9894 [   251] By: mbeattie                              on 1997/11/14  15:05:57
9895         Log: Remove stale code from Thread.xs.
9896      Branch: perl
9897            ! ext/Thread/Thread.xs
9898 ____________________________________________________________________________
9899 [   250] By: mbeattie                              on 1997/11/14  10:12:40
9900         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
9901              doesn't run handlers for self-sent signals until kill has returned.)
9902      Branch: perl
9903            ! t/op/magic.t
9904 ____________________________________________________________________________
9905 [   249] By: gsar                                  on 1997/11/14  05:14:44
9906         Log: Fix various details in win32 makefiles and Config.pm setup.
9907              - ldflags is set for both compilers now
9908              - extensions list is now correct
9909              - delete perl95.exe on distclean
9910              - cf_time now gets updated (once)
9911              - ccdlflags is set for Borland
9912              - fix startperl so dprofpp works
9913      Branch: win32/perl
9914            ! win32/Makefile win32/config.bc win32/config.vc
9915            ! win32/config_sh.PL win32/makefile.mk
9916 ____________________________________________________________________________
9917 [   248] By: mbeattie                              on 1997/11/13  18:01:27
9918         Log: Rewrite thread return code to distinguish between ordinary return
9919              and die() and make join propagate the die. Add tiny method eval
9920              which just does "return eval { shift->join; }". Add Thread::Specific
9921              class for access to thread specific user data along with specific.t.
9922              Rename Class to classname throughout Thread.xs for consistency.
9923              Fix pp_specific to pp_threadsv in global.sym. Add support to
9924              pp_entersub in pp_hot.c to lock stash for static locked methods.
9925      Branch: perl
9926            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9927            + lib/fields.pm
9928            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9929            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
9930 ____________________________________________________________________________
9931 [   247] By: mbeattie                              on 1997/11/13  14:13:30
9932         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
9933              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
9934              in pp_sys.c for whether getnet* function get protoyped (since the
9935              default had a broken prototype for getnetbyaddr).
9936      Branch: perl
9937            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
9938            ! scope.c thread.h
9939 ____________________________________________________________________________
9940 [   246] By: nick                                  on 1997/11/13  02:44:40
9941         Log: Integrate Win32 branch
9942      Branch: ansiperl
9943            - configure ext/util/extliblist win32/bin/pl2bat.bat
9944            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
9945            - win32/config.H win32/config.w32 win32/win32io.c
9946            - win32/win32io.h
9947           !> (integrate 905 files)
9948 ____________________________________________________________________________
9949 [   245] By: nick                                  on 1997/11/13  00:47:54
9950         Log: Integrate (-ay) win32 branch at its creation to 
9951              establish and ancestor as per perkforce technote #9
9952      Branch: ansiperl
9953           +> configure ext/util/extliblist win32/bin/pl2bat.bat
9954           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
9955           +> win32/config.H win32/config.w32
9956           !> (integrate 859 files)
9957 ____________________________________________________________________________
9958 [   244] By: gsar                                  on 1997/11/12  22:26:39
9959         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
9960              contains the all the declarations and macros for the win32io layer.
9961              New std-ish functions are exported now.  All win32-specific exported
9962              functions begin with "win32_" consistently.  win32 version of
9963              init_os_extras() is now exported, so embedders can get the in-core
9964              xsubs.
9965      Branch: win32/perl
9966            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
9967            ! win32/win32iop.h win32/win32sck.c
9968 ____________________________________________________________________________
9969 [   243] By: gsar                                  on 1997/11/12  07:41:52
9970         Log: Really delete deleted files.
9971      Branch: win32/perl
9972            - win32/win32io.c win32/win32io.h
9973 ____________________________________________________________________________
9974 [   242] By: gsar                                  on 1997/11/12  07:40:54
9975         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
9976              files (win32/win32io.[ch]) completely removed, as are all traces
9977              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
9978              for later. Various myfoo() things regularized to my_foo().  CPP not
9979              required anymore to create a perl binary :)
9980      Branch: win32/perl
9981            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
9982            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9983            ! win32/win32io.c win32/win32io.h win32/win32iop.h
9984            ! win32/win32sck.c
9985 ____________________________________________________________________________
9986 [   241] By: gsar                                  on 1997/11/12  05:31:28
9987         Log: Fix various win32 code blemishes:
9988              - s/stolen/win32/g
9989              - s/(CROAK|WARN)/lc($1)/eg
9990              - remove deadcode from most places
9991      Branch: win32/perl
9992            ! win32/makedef.pl win32/win32.c win32/win32io.c
9993            ! win32/win32iop.h
9994 ____________________________________________________________________________
9995 [   240] By: gsar                                  on 1997/11/12  04:36:29
9996         Log: Carry over changes in ansiperl branch.  Win32 branch is now
9997              the leading edge.
9998      Branch: win32/perl
9999            ! embed.h global.sym perl.c win32/win32thread.c
10000            ! win32/win32thread.h
10001 ____________________________________________________________________________
10002 [   239] By: gsar                                  on 1997/11/12  03:39:57
10003         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
10004      Branch: win32/perl
10005            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
10006 ____________________________________________________________________________
10007 [   238] By: gsar                                  on 1997/11/12  03:25:17
10008         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
10009              done cleaner, if really needed (perhaps only for efficiency reasons?)).
10010              Redundant EXTERN_C definitions and related warnings fixed.
10011      Branch: win32/perl
10012            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
10013            ! win32/win32iop.h win32/win32sck.c
10014 ____________________________________________________________________________
10015 [   237] By: nick                                  on 1997/11/12  02:45:15
10016         Log: Fixup Win32
10017              - #undef start_env before re-#defining it
10018              - change pp_specific pp_threadsv in global.sym
10019              - re-build embed.h
10020              - avoid HAVE_THREAD_INTERN - we don't and empty struct
10021              is a pain. If we did have it it would contain cached
10022              values of things we can only get at _IN_ the thread
10023              so new_struct_thread is wrong place to call it.
10024              - add new macro SET_THREAD_SELF - we must (in main thread)
10025              define in win32thread.h, support in win32thread.c,
10026              test and call in perl.c
10027      Branch: ansiperl
10028            ! embed.h global.sym perl.c thread.h win32/win32thread.c
10029            ! win32/win32thread.h
10030 ____________________________________________________________________________
10031 [   236] By: nick                                  on 1997/11/12  01:54:23
10032         Log: Integrate mainline after it integrated us.
10033              Accepted 'theirs' everywhere - so two branches should
10034              now point to same files again.
10035              Almost all of these were what was suggested, others were
10036              whitespace diffs. A few dubious spots which we will now 
10037              go fix.
10038      Branch: ansiperl
10039           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
10040           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
10041           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
10042           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
10043           !> util.c
10044 ____________________________________________________________________________
10045 [   235] By: gsar                                  on 1997/11/12  01:22:26
10046         Log: Minor tweaks to add a thread_intern struct that should ultimately
10047              contain all the win32-specific statics.
10048              Win32 branch now passes all tests with or w/o USE_THREADS.
10049      Branch: win32/perl
10050            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
10051 ____________________________________________________________________________
10052 [   234] By: gsar                                  on 1997/11/11  23:08:54
10053         Log: Initial (untested) integration of mainline changes.
10054      Branch: win32/perl
10055            - configure
10056           !> (integrate 89 files)
10057 ____________________________________________________________________________
10058 [   233] By: mbeattie                              on 1997/11/11  18:07:30
10059         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
10060      Branch: perl
10061            ! thread.h
10062 ____________________________________________________________________________
10063 [   232] By: mbeattie                              on 1997/11/11  17:49:12
10064         Log: t/TEST (reverted to @229 version) should have been included in the
10065              previous change (231) but my way of recovering it didn't work
10066              properly. The change 231 comments about successful tests applies
10067              to this t/TEST (i.e. as of this change).
10068      Branch: perl
10069            ! t/TEST
10070 ____________________________________________________________________________
10071 [   231] By: mbeattie                              on 1997/11/11  17:46:59
10072         Log: Fix up ansiperl integration. Back to passing all expected tests
10073              with usethreads. Untested with non-threaded perl.
10074      Branch: perl
10075            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
10076            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
10077 ____________________________________________________________________________
10078 [   230] By: mbeattie                              on 1997/11/11  16:36:22
10079         Log: Initial integration of ansi branch into mainline (untested).
10080      Branch: perl
10081           +> t/lib/thread.t t/op/nothread.t thread.sym
10082            - configure
10083           !> (integrate 84 files)
10084 ____________________________________________________________________________
10085 [   229] By: mbeattie                              on 1997/11/11  15:20:43
10086         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
10087              getting per-thread magicals. Fixed thr->errsv initialisation.
10088      Branch: perl
10089            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
10090            ! t/lib/safe2.t toke.c
10091 ____________________________________________________________________________
10092 [   228] By: mbeattie                              on 1997/11/11  12:48:26
10093         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
10094              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
10095              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
10096              again for non-threaded perl. Enhanced perl_get_sv to return
10097              per-thread magicals where necessary for threaded perl.
10098      Branch: perl
10099            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
10100            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
10101 ____________________________________________________________________________
10102 [   227] By: mbeattie                              on 1997/11/11  11:00:02
10103         Log: hashlock bug.
10104              
10105              Jobs fixed ...
10106              
10107              hashlock fixed on 1997/11/11 by mbeattie@localhost
10108              
10109              Subject: [perl5.004_53; patch] Another hash-locking fix
10110              Date: 23 Oct 1997 14:13:55 -0400
10111              From: Owen Taylor <owt1@cornell.edu>
10112      Branch: bugs
10113            + hashlock
10114 ____________________________________________________________________________
10115 [   226] By: gsar                                  on 1997/11/11  02:11:23
10116         Log: Slightly more refined lock() keyword recognition (using %INC).
10117      Branch: win32/perl
10118            ! toke.c
10119 ____________________________________________________________________________
10120 [   225] By: gsar                                  on 1997/11/11  00:26:09
10121         Log: "weak" lock keyword (hardcoded initial implementation) now works.
10122              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
10123              is recognized as a sub, a regular keyword otherwise.  Could be
10124              generalized by storing a flag for every op in OP struct, and turning
10125              the flag off when Thread.xs loads.
10126      Branch: win32/perl
10127            ! toke.c
10128 ____________________________________________________________________________
10129 [   224] By: gsar                                  on 1997/11/10  22:59:55
10130         Log: Merge a patch in preparation for "weak keywords":
10131              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10132              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
10133              Subject: [PATCH] global overrides for keywords
10134              Date: Wed, 08 Oct 1997 02:18:23 -0400
10135      Branch: win32/perl
10136            ! embed.h interp.sym perl.c perl.h toke.c
10137 ____________________________________________________________________________
10138 [   223] By: gsar                                  on 1997/11/10  22:41:31
10139         Log: Remove runlevel.  It was used to count how many runops() calls
10140              we were in the process of executing, and longjmp() to the topmost
10141              one (if not already there).  We use a null top_env->je_prev
10142              to distinguish that now.
10143      Branch: win32/perl
10144            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
10145 ____________________________________________________________________________
10146 [   222] By: gsar                                  on 1997/11/10  04:47:48
10147         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
10148              USE_THREADS case builds and passes all tests using both compilers.
10149              Additional tweaks:
10150              - fixup win32/makedef.pl to skip more symbols for non-thread build.
10151              - sync win32/Makefile with win32/makefile.mk
10152              >>>Non-thread build fails a lot of tests.<<<
10153      Branch: win32/perl
10154            + thread.sym
10155            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
10156            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
10157            ! win32/makedef.pl win32/makefile.mk
10158 ____________________________________________________________________________
10159 [   221] By: gsar                                  on 1997/11/10  00:57:53
10160         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
10161              into win32 branch.
10162      Branch: win32/perl
10163            + t/lib/thread.t t/op/nothread.t
10164            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
10165            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
10166            ! util.c win32/Makefile win32/config.bc win32/config.vc
10167            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
10168            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
10169            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
10170            ! win32/win32thread.c win32/win32thread.h
10171 ____________________________________________________________________________
10172 [   220] By: gsar                                  on 1997/11/09  22:44:41
10173         Log: Integrate latest mainline into win32 branch.
10174      Branch: win32/perl
10175           +> win32/win32thread.c win32/win32thread.h
10176           !> (integrate 39 files)
10177 ____________________________________________________________________________
10178 [   219] By: nick                                  on 1997/11/09  21:46:06
10179         Log: Conditionalize english.t,
10180              Enhance times() for NT,
10181              (Failed) attempt to implement alarm(),
10182              Fixed config.h dependancy in makefile.mk
10183      Branch: ansiperl
10184            ! t/lib/english.t win32/config.bc win32/config_H.bc
10185            ! win32/makefile.mk win32/win32.c
10186 ____________________________________________________________________________
10187 [   218] By: nick                                  on 1997/11/09  15:38:00
10188         Log: Dick Hardt's patch for build on Alpha
10189      Branch: ansiperl
10190            ! win32/Makefile
10191 ____________________________________________________________________________
10192 [   217] By: nick                                  on 1997/11/09  03:31:20
10193         Log: MakeMaker not in vofig noise fix for dmake
10194      Branch: ansiperl
10195            ! win32/config.bc win32/makefile.mk
10196 ____________________________________________________________________________
10197 [   216] By: nick                                  on 1997/11/09  03:15:06
10198         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
10199              TIEHASH works, but 2nd call (after db is closed, attempt
10200              to reopen) tries to AUTOLOAD TIEHASH rather than using
10201              cached value.
10202      Branch: ansiperl
10203            ! pp_sys.c
10204 ____________________________________________________________________________
10205 [   215] By: nick                                  on 1997/11/08  16:41:24
10206         Log: Cleanup MakeMaker 'not in config' noise
10207      Branch: ansiperl
10208            ! win32/Makefile win32/config.vc
10209 ____________________________________________________________________________
10210 [   214] By: nick                                  on 1997/11/08  15:07:24
10211         Log: Remove 'configure' leaving configure.gnu and Configure
10212              Win32 ignores case and keeps trying to update
10213              repository copy of 'configure' or 'Configure' with
10214              the other.
10215      Branch: ansiperl
10216            - configure
10217            ! MANIFEST
10218 ____________________________________________________________________________
10219 [   213] By: nick                                  on 1997/11/08  15:03:39
10220         Log: Get threads working again on Win32
10221              Root cause of fail was init_thread_intern() in
10222              new_struct_thread() (which is called in parent thread)
10223              clobbering dTHR of parent thread. 
10224              It is doubtfull if setting 'self' in new_struct_thread()
10225              is 'right' but left in for now.
10226      Branch: ansiperl
10227            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
10228            ! win32/win32thread.c win32/win32thread.h
10229 ____________________________________________________________________________
10230 [   212] By: nick                                  on 1997/11/08  00:34:03
10231         Log: Add :base_thread to :default in Opcode.pm
10232              This allows lib/safe.t to pass when threaded.
10233              It is unclear if 'lock' should be safe as it allows
10234              denial of service attack, but could not figure out
10235              how to add just 'specific' (sic) to :default
10236              without triggering 'already tagged' warning noise.
10237      Branch: ansiperl
10238            ! ext/Opcode/Opcode.pm win32/makefile.mk
10239 ____________________________________________________________________________
10240 [   211] By: nick                                  on 1997/11/07  23:59:31
10241         Log: Merge changes as of 18:00 CST 
10242      Branch: ansiperl
10243           !> op.c pp.c pp_sys.c thread.h util.c
10244 ____________________________________________________________________________
10245 [   210] By: nick                                  on 1997/11/07  23:52:35
10246         Log: Reverse integrate Malcolm's chanes into local
10247              repository, then import result back into my view
10248              of Malcolm's repository.
10249              Builds and passes (most) tests with GNU C++/Solaris
10250              and Borland C++, Win32.
10251      Branch: ansiperl
10252            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10253            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
10254            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
10255            ! thread.h toke.c util.c win32/makefile.mk
10256 ____________________________________________________________________________
10257 [   209] By: mbeattie                              on 1997/11/07  18:12:36
10258         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
10259              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
10260              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
10261              missing #ifdef USE_THREADS around some DEBU_L statements in die().
10262              Building without USE_THREADS fails quite a lot of tests. It looks
10263              as though the move to per-thread magicals must be missing some
10264              #ifdef USE_THREADS.
10265      Branch: perl
10266            ! op.c pp.c pp_sys.c thread.h util.c
10267 ____________________________________________________________________________
10268 [   208] By: nick                                  on 1997/11/07  01:37:28
10269         Log: Raw integrate of latest perl
10270      Branch: ansiperl
10271            ! t/TEST
10272           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
10273           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
10274           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
10275           !> thread.h toke.c util.c
10276 ____________________________________________________________________________
10277 [   207] By: mbeattie                              on 1997/11/06  14:58:00
10278         Log: Update README.threads and Todo.5.005.
10279      Branch: perl
10280            ! README.threads Todo.5.005
10281 ____________________________________________________________________________
10282 [   206] By: mbeattie                              on 1997/11/06  14:37:37
10283         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
10284      Branch: perl
10285            ! op.c pp_ctl.c proto.h scope.h
10286 ____________________________________________________________________________
10287 [   205] By: mbeattie                              on 1997/11/06  14:31:38
10288         Log: Per-thread magicals now stored in their own thr->magicals and keyed
10289              more directly. cvcache and oursv become ordinary struct thread
10290              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
10291              for 0 again. Main thread initialisation done by new function
10292              init_main_thread instead of (now fixed) new_struct_thread.
10293              
10294              Jobs fixed ...
10295              
10296              jmpenv fixed on 1997/11/06 by mbeattie@localhost
10297              
10298              Subject: [perl5.004_53; patch] eval's and threads
10299              Date: 23 Oct 1997 23:59:19 -0400
10300              From: Owen Taylor <owt1@cornell.edu>
10301      Branch: bugs
10302            + jmpenv
10303      Branch: perl
10304            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
10305            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
10306 ____________________________________________________________________________
10307 [   204] By: mbeattie                              on 1997/11/05  17:18:18
10308         Log: Per-thread magicals mostly working (and localisable). Now getting
10309              intermittent occasional "Use of uninitialized value" warnings
10310              which may be due to some op flag black magic I've broken.
10311      Branch: perl
10312            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
10313            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
10314 ____________________________________________________________________________
10315 [   203] By: nick                                  on 1997/11/05  01:04:10
10316         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
10317      Branch: ansiperl
10318            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
10319            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
10320            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
10321            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
10322            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
10323            ! win32/config.vc win32/config_H.vc win32/makedef.pl
10324            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
10325            ! win32/win32io.c win32/win32io.h win32/win32iop.h
10326            ! win32/win32sck.c win32/win32thread.h
10327 ____________________________________________________________________________
10328 [   202] By: nick                                  on 1997/11/05  00:50:27
10329         Log: Compile(d) at least once with threads on win32 
10330              but did not work
10331      Branch: ansiperl
10332            ! embed.h perl.c thread.h
10333 ____________________________________________________________________________
10334 [   201] By: nick                                  on 1997/11/05  00:32:13
10335         Log: Trivial integrate
10336      Branch: ansiperl
10337           !> patchlevel.h
10338 ____________________________________________________________________________
10339 [   200] By: mbeattie                              on 1997/11/04  12:06:09
10340         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
10341      Branch: perl
10342            ! patchlevel.h
10343 ____________________________________________________________________________
10344 [   199] By: nick                                  on 1997/11/01  00:18:52
10345         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
10346      Branch: ansiperl
10347           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10348           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
10349           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
10350           !> util.c
10351 ____________________________________________________________________________
10352 [   198] By: nick                                  on 1997/11/01  00:08:33
10353         Log: win32thread.* not in MANIFEST which has muddled moving
10354              back and forth between depots.
10355      Branch: ansiperl
10356            ! MANIFEST win32/win32thread.c win32/win32thread.h
10357 ____________________________________________________________________________
10358 [   197] By: nick                                  on 1997/11/01  00:02:49
10359         Log: Test changes
10360      Branch: ansiperl
10361            + t/lib/thread.t t/op/nothread.t thread.sym
10362            ! MANIFEST
10363 ____________________________________________________________________________
10364 [   196] By: nick                                  on 1997/10/31  23:54:01
10365         Log: Further ANSI changes now builds and passes (most) tests
10366              with gcc -x c++. 
10367      Branch: ansiperl
10368            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
10369            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
10370            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10371            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
10372            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
10373            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
10374            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
10375            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
10376            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
10377            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
10378            ! x2p/walk.c
10379 ____________________________________________________________________________
10380 [   195] By: mbeattie                              on 1997/10/31  18:05:31
10381         Log: Half way through moving per-thread magicals into per-thread fields
10382              and the associated new OP_SPECIFIC and find_thread_magical stuff.
10383              perl will compile but plenty of the magicals are still broken.
10384      Branch: perl
10385            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10386            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
10387            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
10388            ! util.c
10389 ____________________________________________________________________________
10390 [   194] By: nick                                  on 1997/10/31  01:43:49
10391         Log: Convert miniperl sources to ANSI C. Several passes of
10392              GNU C's 'protoize' plus a few hand edits.
10393              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
10394              Does not link seems gcc's C++ does not define a symbol for
10395              const char foo[] = "....";
10396              i.e. with empty [].
10397      Branch: ansiperl
10398            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
10399            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
10400            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
10401            ! sv.c taint.c toke.c universal.c util.c
10402 ____________________________________________________________________________
10403 [   193] By: nick                                  on 1997/10/30  03:00:01
10404         Log: Make the ansi branch
10405      Branch: ansiperl
10406           +> (branch 907 files)
10407 ____________________________________________________________________________
10408 [   192] By: nick                                  on 1997/10/30  02:48:17
10409         Log: Oneperl builds with THREADS/THISPTR Borland
10410              Manualy inserted Sarathy's new COND_XXXXX from his mail.
10411              Manual change if Tself -> self as was easier than resolve :-(
10412              Two aTHIS's in op.c
10413      Branch: oneperl
10414            ! embed.h op.c thread.h thread.sym win32/makefile.mk
10415            ! win32/win32thread.h
10416 ____________________________________________________________________________
10417 [   191] By: nick                                  on 1997/10/30  01:54:50
10418         Log: Raw resolve of latest sources with oneperl
10419      Branch: oneperl
10420           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
10421           !> opcode.pl perl.c thread.h win32/win32thread.c
10422           !> win32/win32thread.h
10423 ____________________________________________________________________________
10424 [   190] By: mbeattie                              on 1997/10/29  14:39:54
10425         Log: Remove global macro "self". Change thr->Tself to thr->self.
10426      Branch: perl
10427            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
10428            ! win32/win32thread.c win32/win32thread.h
10429 ____________________________________________________________________________
10430 [   189] By: mbeattie                              on 1997/10/29  12:49:01
10431         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
10432      Branch: perl
10433            ! Todo.5.005
10434 ____________________________________________________________________________
10435 [   188] By: mbeattie                              on 1997/10/29  12:45:32
10436         Log: Add pp_lock knowledge to compiler
10437      Branch: perlext
10438            ! Compiler/ccop.c Compiler/ccop.h
10439 ____________________________________________________________________________
10440 [   187] By: mbeattie                              on 1997/10/29  12:45:02
10441         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
10442      Branch: perl
10443            ! op.c
10444 ____________________________________________________________________________
10445 [   186] By: mbeattie                              on 1997/10/29  12:43:36
10446         Log: Move compiler OP class information into opcode.pl.
10447      Branch: perl
10448            ! op.h opcode.h opcode.pl
10449 ____________________________________________________________________________
10450 [   185] By: nick                                  on 1997/10/26  22:52:05
10451         Log: Split failing test in op/misc.t into op/nothread.t
10452              so all tests can be passed where they apply.
10453              Cleanup other two cases of THREADS/THISPTR.
10454              Conditional compile option for CriticalSection's on Win32
10455      Branch: oneperl
10456            + t/op/nothread.t
10457            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
10458            ! win32/win32thread.h
10459 ____________________________________________________________________________
10460 [   184] By: nick                                  on 1997/10/26  19:42:00
10461         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
10462      Branch: oneperl
10463            ! embed.h global.sym proto.h sv.c sv.h toke.c
10464 ____________________________________________________________________________
10465 [   183] By: nick                                  on 1997/10/26  18:31:58
10466         Log: Make USE_THREADS imply CRIPPLED_CC.
10467              This avoids most of the uses of 'Sv' and hence many needs of 
10468              dTHR in extension code. 
10469              With this change Data::Dumper builds as-is
10470              and Tk only needs four tweaks:
10471              1. Obscure dump-stack case which really needs dTHR
10472              2. A curcop in error-message code
10473              3. Two cases of SAVETMPS
10474              4. A curcop == &compiling which is probably not required.
10475              IMHO the SAVETMPS case is only one which merits further automation.
10476      Branch: oneperl
10477            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
10478 ____________________________________________________________________________
10479 [   182] By: nick                                  on 1997/10/26  16:31:58
10480         Log: Change dSP to imply dTHR for extension source compatibility
10481              introduce djSP (Declare Just SP) for use in perl sources
10482              and thread-aware extensions. Use latter.
10483      Branch: oneperl
10484            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
10485            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
10486 ____________________________________________________________________________
10487 [   181] By: nick                                  on 1997/10/26  00:39:57
10488         Log: More tests
10489      Branch: oneperl
10490            ! t/lib/thread.t
10491 ____________________________________________________________________________
10492 [   180] By: nick                                  on 1997/10/25  22:18:27
10493         Log: Use return of THREAD_CREATE() - add basic thread test
10494      Branch: oneperl
10495            + t/lib/thread.t
10496            ! ext/Thread/Thread.xs
10497 ____________________________________________________________________________
10498 [   179] By: nick                                  on 1997/10/25  21:25:23
10499         Log: Builds with no thread/this
10500      Branch: oneperl
10501            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
10502            ! win32/win32thread.c
10503 ____________________________________________________________________________
10504 [   178] By: nick                                  on 1997/10/25  18:28:03
10505         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
10506      Branch: oneperl
10507            ! perl.c
10508 ____________________________________________________________________________
10509 [   177] By: nick                                  on 1997/10/25  18:11:33
10510         Log: Basic integrate of oneperl with threads, passes 
10511              tests THISPTR+THREADs - win32/win32thread.* needed
10512              changes (where did they come from)?
10513      Branch: oneperl
10514            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
10515            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
10516 ____________________________________________________________________________
10517 [   176] By: nick                                  on 1997/10/25  17:05:52
10518         Log: Onepel builds THISPTR no threads
10519      Branch: oneperl
10520            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
10521 ____________________________________________________________________________
10522 [   175] By: nick                                  on 1997/10/25  16:40:10
10523         Log: Integrate oneperl with new style JOIN etc. macros
10524      Branch: oneperl
10525           +> win32/win32thread.c win32/win32thread.h
10526           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
10527           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
10528           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
10529           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
10530           !> win32/makefile.mk
10531 ____________________________________________________________________________
10532 [   174] By: mbeattie                              on 1997/10/24  17:14:00
10533         Log: Remove xcv_condp CV field which is no longer used.
10534      Branch: perl
10535            ! sv.h
10536 ____________________________________________________________________________
10537 [   173] By: mbeattie                              on 1997/10/24  14:36:09
10538         Log: Patches for VMS [Dan Sugalski]
10539      Branch: bugs
10540            + vms2
10541      Branch: perl
10542            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
10543            ! vms/vmsish.h
10544 ____________________________________________________________________________
10545 [   172] By: mbeattie                              on 1997/10/24  13:50:59
10546         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
10547              to use new API and patch win32 makefile stuff a little.
10548      Branch: perl
10549            + win32/win32thread.c win32/win32thread.h
10550            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
10551            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
10552 ____________________________________________________________________________
10553 [   171] By: mbeattie                              on 1997/10/23  14:00:27
10554         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
10555              
10556              Jobs fixed ...
10557              
10558              get_db_sub fixed on 1997/10/23 by mbeattie@squash
10559              
10560              Subject: [perl5.004_53] Debugger crash (patch)
10561              Date: Thu, 16 Oct 1997 22:03:09 -0400
10562              From: Owen Taylor <owt1@cornell.edu>
10563      Branch: bugs
10564            + get_db_sub
10565      Branch: perl
10566            ! pp_hot.c
10567 ____________________________________________________________________________
10568 [   170] By: mbeattie                              on 1997/10/23  09:22:40
10569         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
10570              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
10571              a ref to its argument for AV, HV, CV. 
10572      Branch: perl
10573            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
10574 ____________________________________________________________________________
10575 [   169] By: gsar                                  on 1997/10/21  03:49:25
10576         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
10577              - Fixup static functions that were missing aTHIS.
10578              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
10579              - Removed static functions from global.sym.
10580              - Typo in perl.h.
10581              - Additions to makefile.mk.
10582      Branch: oneperl
10583            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
10584            ! win32/makefile.mk
10585 ____________________________________________________________________________
10586 [   168] By: nick                                  on 1997/10/20  02:47:18
10587         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
10588      Branch: oneperl
10589            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
10590            ! scope.h thread.h
10591 ____________________________________________________________________________
10592 [   167] By: nick                                  on 1997/10/20  01:03:00
10593         Log: Add missing aTHIS in cast
10594      Branch: oneperl
10595            ! win32/dl_win32.xs
10596 ____________________________________________________________________________
10597 [   166] By: nick                                  on 1997/10/20  00:44:42
10598         Log: Builds and passes test with -DUSE_THISPTR
10599      Branch: oneperl
10600            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
10601            ! win32/perllib.c
10602 ____________________________________________________________________________
10603 [   165] By: nick                                  on 1997/10/19  21:45:36
10604         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
10605      Branch: oneperl
10606            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
10607            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
10608            ! win32/makefile.mk win32/perllib.c
10609 ____________________________________________________________________________
10610 [   164] By: nick                                  on 1997/10/19  20:09:13
10611         Log: oneperl compiles (but fails) with -DUSE_THISPTR
10612      Branch: oneperl
10613            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
10614            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
10615            ! win32/win32.c win32/win32.h
10616 ____________________________________________________________________________
10617 [   163] By: nick                                  on 1997/10/19  16:46:09
10618         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
10619      Branch: oneperl
10620            ! embed.h perl.h thread.h vars.h
10621 ____________________________________________________________________________
10622 [   162] By: nick                                  on 1997/10/19  14:42:16
10623         Log: Dubious merge of oneperl's variable and struct thread
10624      Branch: oneperl
10625           !> perl.h thread.h
10626 ____________________________________________________________________________
10627 [   161] By: nick                                  on 1997/10/18  18:05:13
10628         Log: integrate all but perl.h/thread.h
10629      Branch: oneperl
10630           +> Todo.5.005 perlio.sym
10631           !> (integrate 98 files)
10632 ____________________________________________________________________________
10633 [   160] By: nick                                  on 1997/10/18  03:49:27
10634         Log: Integrate rest of sub-dirs into oneperl
10635      Branch: oneperl
10636           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10637           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10638           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10639           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10640           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10641           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10642           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10643           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
10644           +> hints/os390.sh
10645            - ext/util/extliblist
10646           !> (integrate 425 files)
10647 ____________________________________________________________________________
10648 [   159] By: nick                                  on 1997/10/18  03:20:11
10649         Log: Integrate (accept) t and win32 into oneperl
10650      Branch: oneperl
10651           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
10652           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
10653           +> win32/config.vc win32/config_H.bc win32/config_H.vc
10654           +> win32/makefile.mk
10655           !> (integrate 188 files)
10656 ____________________________________________________________________________
10657 [   158] By: nick                                  on 1997/10/18  03:12:59
10658         Log: Integrate lib/... into oneperl
10659      Branch: oneperl
10660           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
10661           !> (integrate 138 files)
10662 ____________________________________________________________________________
10663 [   157] By: nick                                  on 1997/10/18  02:55:53
10664         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
10665      Branch: oneperl
10666            ! lib/Bundle/CPAN.pm
10667 ____________________________________________________________________________
10668 [   156] By: nick                                  on 1997/10/18  02:52:44
10669         Log: Make lib/Bundle/CPAN.pm a text file
10670      Branch: perl
10671            ! lib/Bundle/CPAN.pm
10672 ____________________________________________________________________________
10673 [   155] By: nick                                  on 1997/10/18  02:33:02
10674         Log: Some weirdness in the intgrate process
10675      Branch: oneperl
10676            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
10677            - win32/bin/webget.bat win32/config.H win32/config.w32
10678 ____________________________________________________________________________
10679 [   153] By: nick                                  on 1997/10/18  02:29:16
10680         Log: Let us try all the pure integrate stuff
10681      Branch: oneperl
10682           !> (integrate 647 files)
10683 ____________________________________________________________________________
10684 [   152] By: nick                                  on 1997/10/18  02:13:35
10685         Log: Get more sub directories out of the way.
10686      Branch: oneperl
10687           !> (integrate 92 files)
10688 ____________________________________________________________________________
10689 [   151] By: nick                                  on 1997/10/18  02:05:41
10690         Log: Integrate hints 
10691      Branch: oneperl
10692           !> (integrate 68 files)
10693 ____________________________________________________________________________
10694 [   150] By: nick                                  on 1997/10/18  01:57:20
10695         Log: Try reopening some non-contravertial files
10696      Branch: oneperl
10697           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
10698           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
10699           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
10700           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
10701 ____________________________________________________________________________
10702 [   144] By: gsar                                  on 1997/10/16  22:26:07
10703         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
10704              build.  Once again, builds and runs all    Thread tests using either
10705              compiler.
10706      Branch: win32/perl
10707            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
10708            ! win32/makefile.mk
10709 ____________________________________________________________________________
10710 [   143] By: gsar                                  on 1997/10/16  20:45:58
10711         Log: A quick merge of latest mainline.
10712      Branch: win32/perl
10713           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10714           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10715           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10716           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10717           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10718           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10719           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10720           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
10721           +> lib/base.pm t/lib/dosglob.t
10722            - ext/util/extliblist
10723           !> (integrate 134 files)
10724
10725 ----------------
10726 Version 5.004_53
10727 ----------------
10728
10729 ____________________________________________________________________________
10730 [   142] By: mbeattie                              on 1997/10/16  16:52:55
10731         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
10732      Branch: perl
10733            ! MANIFEST
10734 ____________________________________________________________________________
10735 [   141] By: mbeattie                              on 1997/10/16  16:42:13
10736         Log: Move perlext/Thread into perl/ext/Thread.
10737      Branch: perl
10738           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10739           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10740           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10741           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10742           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10743           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10744           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10745           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
10746            ! Configure
10747      Branch: perlext
10748            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
10749            - Thread/Thread.xs Thread/Thread/Queue.pm
10750            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
10751            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
10752            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
10753            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
10754            - Thread/unsync4.t
10755 ____________________________________________________________________________
10756 [   140] By: mbeattie                              on 1997/10/16  16:26:53
10757         Log: Correct threads_mutex locking in main thread destruction.
10758              Add per-interp thrsv to hold SV struct thread for main thread.
10759              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
10760              Add Thread/list.t test of Thread->list method.
10761              Let Thread::Semaphore methods up and down take an extra argument.
10762      Branch: perl
10763            ! embed.h interp.sym perl.c perl.h thread.h
10764      Branch: perlext
10765            + Thread/list.t
10766            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
10767 ____________________________________________________________________________
10768 [   139] By: mbeattie                              on 1997/10/16  14:01:11
10769         Log: Fix up merge with 5.004_04.
10770      Branch: perl
10771            ! op.c perl.c t/lib/dosglob.t
10772 ____________________________________________________________________________
10773 [   138] By: TimBunce                              on 1997/10/16  12:58:22
10774         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
10775      Branch: maint-5.004/perl
10776            ! t/lib/dosglob.t
10777 ____________________________________________________________________________
10778 [   137] By: mbeattie                              on 1997/10/16  11:09:25
10779         Log: Merge maint-5.004 branch (5.004_04) with mainline.
10780      Branch: perl
10781           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
10782            - ext/util/extliblist
10783           !> (integrate 132 files)
10784 ____________________________________________________________________________
10785 [   135] By: gsar                                  on 1997/10/15  21:46:05
10786         Log: Win32 changes over 5.004_52:
10787              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
10788              on an already locked mutex.
10789              - other minor tweaks.
10790              Now builds and runs win32-version of Thread_52, passing all tests.
10791      Branch: win32/perl
10792            ! perl.c proto.h thread.h
10793 ____________________________________________________________________________
10794 [   134] By: gsar                                  on 1997/10/15  18:19:31
10795         Log: fixup makefile.mk conflict.
10796      Branch: win32/perl
10797            ! win32/makefile.mk
10798 ____________________________________________________________________________
10799 [   133] By: gsar                                  on 1997/10/15  18:02:46
10800         Log: Integrated latest changes from mainline into win32.
10801      Branch: win32/perl
10802           +> fakethr.h
10803           !> MANIFEST Porting/makerel Porting/patchls README.threads
10804           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
10805           !> win32/config.vc win32/config_H.bc win32/config_H.vc
10806           !> win32/makefile.mk
10807
10808 ----------------
10809 Version 5.004_52
10810 ----------------
10811
10812 ____________________________________________________________________________
10813 [   132] By: mbeattie                              on 1997/10/15  17:02:38
10814         Log: Remove out-of-date test Thread/cond.t.
10815      Branch: perlext
10816            - Thread/cond.t
10817 ____________________________________________________________________________
10818 [   131] By: mbeattie                              on 1997/10/15  16:57:45
10819         Log: Finish thread state machine: fixes global destruction of threads,
10820              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
10821              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
10822              Thread.xs.
10823      Branch: perl
10824            ! MANIFEST README.threads Todo.5.005 perl.c util.c
10825      Branch: perlext
10826            ! Thread/Thread.xs Thread/queue.t
10827 ____________________________________________________________________________
10828 [   130] By: mbeattie                              on 1997/10/15  16:55:10
10829         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
10830              Fix ThrSETSTATE not to lock t->mutex itself.
10831      Branch: perl
10832            ! fakethr.h thread.h
10833 ____________________________________________________________________________
10834 [   129] By: mbeattie                              on 1997/10/15  16:53:35
10835         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
10836      Branch: perl
10837            ! pp_hot.c
10838 ____________________________________________________________________________
10839 [   128] By: TimBunce                              on 1997/10/15  15:55:26
10840         Log: Maintenance 5.004_04 changes
10841      Branch: maint-5.004/perl
10842            + hints/os390.sh lib/base.pm t/lib/dosglob.t
10843            - ext/util/extliblist
10844            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
10845            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
10846            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
10847            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
10848            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
10849            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
10850            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
10851            ! installperl lib/AutoLoader.pm lib/CPAN.pm
10852            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
10853            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
10854            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
10855            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
10856            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
10857            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
10858            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
10859            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
10860            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
10861            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
10862            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
10863            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
10864            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10865            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
10866            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
10867            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
10868            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
10869            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
10870            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
10871            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
10872            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
10873            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
10874            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
10875            ! win32/Makefile win32/config_H.bc win32/config_H.vc
10876            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
10877            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
10878 ____________________________________________________________________________
10879 [   127] By: mbeattie                              on 1997/10/15  10:00:18
10880         Log: Added fakethr.h.
10881      Branch: perl
10882            + fakethr.h
10883 ____________________________________________________________________________
10884 [   126] By: mbeattie                              on 1997/10/15  09:50:57
10885         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
10886      Branch: perl
10887            ! thread.h
10888 ____________________________________________________________________________
10889 [   125] By: mbeattie                              on 1997/10/15  09:09:24
10890         Log: Started rewriting thread state machine.
10891      Branch: perl
10892            ! perl.c thread.h
10893      Branch: perlext
10894            ! Thread/Thread.xs
10895 ____________________________________________________________________________
10896 [   124] By: gsar                                  on 1997/10/14  00:23:15
10897         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
10898              tests in win32 version of latest perlext/Thread.
10899      Branch: win32/perl
10900            ! pp_hot.c
10901 ____________________________________________________________________________
10902 [   123] By: gsar                                  on 1997/10/13  23:18:38
10903         Log: Initial merge of win32 threads patch.
10904      Branch: win32/perl
10905            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
10906            ! win32/Makefile win32/makedef.pl win32/makefile.mk
10907            ! win32/perllib.c win32/pod.mak win32/win32.h
10908 ____________________________________________________________________________
10909 [   122] By: gsar                                  on 1997/10/10  20:58:40
10910         Log: Integrated changes on mainline into the win32 branch.  Had to set
10911              P4USER=mbeattie for the resolve step (due to the presence of newly
10912              branched files that had not been submitted?)
10913      Branch: win32/perl
10914           +> Porting/makerel Porting/patchls README.threads Todo.5.005
10915           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
10916           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
10917           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
10918           +> win32/bin/webget.pl win32/config.bc win32/config.vc
10919           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
10920            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
10921            - win32/bin/webget.bat win32/config.H win32/config.w32
10922            ! thread.h
10923           !> (integrate 858 files)
10924 ____________________________________________________________________________
10925 [   121] By: mbeattie                              on 1997/10/10  17:23:41
10926         Log: Tweak a few Thread tests.
10927      Branch: perlext
10928            + Thread/join2.t
10929            ! Thread/io.t Thread/sync2.t
10930 ____________________________________________________________________________
10931 [   120] By: mbeattie                              on 1997/10/10  17:22:46
10932         Log: Rewrite thread destruction system using linked list of threads.
10933              Still not completely done. Add methods self, equal, flags, list
10934              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
10935      Branch: perl
10936            ! perl.c perl.h thread.h
10937      Branch: perlext
10938            ! Thread/Thread.xs Thread/typemap
10939 ____________________________________________________________________________
10940 [   119] By: mbeattie                              on 1997/10/10  17:19:55
10941         Log: Fix up locking/synchronisation for pp_entersub.
10942      Branch: perl
10943            ! pp_hot.c
10944 ____________________________________________________________________________
10945 [   118] By: mbeattie                              on 1997/10/10  09:55:32
10946         Log: Put back entries in MANIFEST for the four now-returned win32/* files
10947      Branch: perl
10948            ! MANIFEST
10949 ____________________________________________________________________________
10950 [   117] By: mbeattie                              on 1997/10/10  08:12:23
10951         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
10952      Branch: perl
10953            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
10954 ____________________________________________________________________________
10955 [   116] By: mbeattie                              on 1997/10/08  15:41:08
10956         Log: Add missing sig_pipe definition to Thread.xs.
10957      Branch: perlext
10958            ! Thread/Thread.xs
10959 ____________________________________________________________________________
10960 [   115] By: mbeattie                              on 1997/10/08  15:40:46
10961         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
10962              add missing dTHR; to new function unwind_handler_stack() in mg.c
10963              and bump patchlevel.h to 5.004_52.
10964      Branch: perl
10965            ! MANIFEST mg.c patchlevel.h
10966 ____________________________________________________________________________
10967 [   114] By: mbeattie                              on 1997/10/08  10:19:27
10968         Log: Merge maint-5.004 branch (5.004_03) with mainline.
10969              MANIFEST is out of sync.
10970      Branch: perl
10971           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
10972           +> win32/bin/webget.pl
10973            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
10974            - win32/bin/webget.bat
10975           !> (integrate 168 files)
10976 ____________________________________________________________________________
10977 [   113] By: mbeattie                              on 1997/10/05  17:52:49
10978         Log: Move init of global mutexes/cond vars earlier.
10979      Branch: perl
10980            ! perl.c
10981 ____________________________________________________________________________
10982 [   112] By: nick                                  on 1997/10/04  15:25:28
10983         Log: Add perl.sym to MANIFEST
10984      Branch: oneperl
10985            ! MANIFEST
10986 ____________________________________________________________________________
10987 [   111] By: nick                                  on 1997/10/04  15:23:37
10988         Log: Missing file
10989      Branch: oneperl
10990            + perl.sym
10991 ____________________________________________________________________________
10992 [   110] By: nick                                  on 1997/10/04  13:04:26
10993         Log: Now builds the extensions as well
10994              Passes all tests
10995      Branch: oneperl
10996            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10997            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
10998            ! toke.c util.c writemain.SH
10999 ____________________________________________________________________________
11000 [   109] By: nick                                  on 1997/10/04  12:02:14
11001         Log: Odd checkin issue
11002      Branch: oneperl
11003            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
11004            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
11005            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
11006            ! vms/perly_h.vms writemain.SH
11007 ____________________________________________________________________________
11008 [   108] By: nick                                  on 1997/10/04  11:12:52
11009         Log: Added lots of (missing) prototypes (ckprotos is util to check)
11010              Fixed missing aTHIS flagged by above.
11011              -DUSE_THISPTR passes minitest!
11012      Branch: oneperl
11013            + ckprotos
11014            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
11015            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
11016            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
11017            ! vms/perly_h.vms
11018 ____________________________________________________________________________
11019 [   107] By: nick                                  on 1997/10/03  22:36:52
11020         Log: .y muddle fixup - will get this sorted oneday ...
11021      Branch: oneperl
11022            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
11023            ! vms/perly_h.vms
11024 ____________________________________________________________________________
11025 [   106] By: mbeattie                              on 1997/10/03  17:12:33
11026         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
11027              from struct thread. Added missing thr->Tfoo defines for statbuf
11028              and timesbuf and removed unused Tbuf field.
11029      Branch: perl
11030            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
11031 ____________________________________________________________________________
11032 [   105] By: nick                                  on 1997/10/03  15:56:50
11033         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
11034      Branch: oneperl
11035            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
11036            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
11037            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11038            ! sv.c taint.c thread.h toke.c universal.c util.c
11039 ____________________________________________________________________________
11040 [   104] By: mbeattie                              on 1997/10/03  15:23:25
11041         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
11042      Branch: perl
11043            ! global.sym pp.c proto.h sv.c
11044 ____________________________________________________________________________
11045 [   103] By: mbeattie                              on 1997/10/03  15:17:39
11046         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
11047      Branch: perl
11048            ! av.c hv.c perl.h sv.c
11049 ____________________________________________________________________________
11050 [   102] By: mbeattie                              on 1997/10/03  11:53:51
11051         Log: Reliable thread signal handling.
11052      Branch: perl
11053            ! global.sym mg.c perl.c perl.h
11054      Branch: perlext
11055            ! Thread/Thread.xs
11056 ____________________________________________________________________________
11057 [   101] By: nick                                  on 1997/10/02  20:43:17
11058         Log: Cleanup perly.y stuff
11059      Branch: oneperl
11060            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
11061 ____________________________________________________________________________
11062 [   100] By: nick                                  on 1997/10/02  18:54:08
11063         Log: Compiles with less invasive aTHIS adding
11064      Branch: oneperl
11065            + nothis.sym
11066            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
11067            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
11068            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
11069            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11070            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
11071            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
11072            ! util.c vars.h
11073
11074 ----------------
11075 Version 5.004_51
11076 ----------------
11077
11078 ____________________________________________________________________________
11079 [    99] By: mbeattie                              on 1997/10/02  17:23:48
11080         Log: Added Thread/queue.t.
11081      Branch: perlext
11082            + Thread/queue.t
11083 ____________________________________________________________________________
11084 [    98] By: mbeattie                              on 1997/10/02  17:19:44
11085         Log: Bumped patchlevel to 51. Updated Todo.5.005.
11086      Branch: perl
11087            ! Todo.5.005 patchlevel.h
11088 ____________________________________________________________________________
11089 [    97] By: mbeattie                              on 1997/10/02  17:07:47
11090         Log: Update README.threads amd Thread/README
11091      Branch: perl
11092            ! README.threads
11093      Branch: perlext
11094            ! Thread/README
11095 ____________________________________________________________________________
11096 [    96] By: mbeattie                              on 1997/10/02  16:58:47
11097         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
11098              fix sv_bless3 prototype.
11099      Branch: perl
11100            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
11101 ____________________________________________________________________________
11102 [    95] By: mbeattie                              on 1997/10/02  16:50:21
11103         Log: Fixed broken typemap for Thread.
11104      Branch: perlext
11105            ! Thread/typemap
11106 ____________________________________________________________________________
11107 [    94] By: mbeattie                              on 1997/10/02  16:34:03
11108         Log: Fix pod text in Lint.pm for private-names option.
11109      Branch: perlext
11110            ! Compiler/B/Lint.pm
11111 ____________________________________________________________________________
11112 [    93] By: mbeattie                              on 1997/10/02  13:44:46
11113         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
11114      Branch: perl
11115            ! MANIFEST embed.h
11116 ____________________________________________________________________________
11117 [    92] By: mbeattie                              on 1997/10/02  13:27:10
11118         Log: Add Todo.5.005
11119      Branch: perl
11120            + Todo.5.005
11121 ____________________________________________________________________________
11122 [    91] By: nick                                  on 1997/10/01  20:23:38
11123         Log: Raw _T# trial
11124      Branch: oneperl
11125            ! embed.h embed.pl proto.h sv.c
11126 ____________________________________________________________________________
11127 [    90] By: nick                                  on 1997/10/01  18:22:03
11128         Log: THIS + new sort stuff
11129      Branch: oneperl
11130            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
11131 ____________________________________________________________________________
11132 [    89] By: nick                                  on 1997/10/01  18:03:05
11133         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
11134      Branch: oneperl
11135            ! pp_ctl.c proto.h util.c
11136 ____________________________________________________________________________
11137 [    88] By: mbeattie                              on 1997/10/01  17:04:12
11138         Log: Start of Configure support for -Dusethreads plus associated
11139              Linux hints.
11140      Branch: perl
11141            ! Configure hints/linux.sh
11142 ____________________________________________________________________________
11143 [    87] By: mbeattie                              on 1997/10/01  17:03:34
11144         Log: Move runops_foo prototypes from proto.h to early in perl.h.
11145      Branch: perl
11146            ! perl.h proto.h
11147 ____________________________________________________________________________
11148 [    86] By: nick                                  on 1997/09/30  19:15:21
11149         Log: Debug hackery to thread.h - temporary
11150              Quick-fix qsort() replacement - more to come.
11151      Branch: oneperl
11152            ! thread.h util.c
11153 ____________________________________________________________________________
11154 [    85] By: mbeattie                              on 1997/09/30  15:50:27
11155         Log: Added Lint option regexp-variables.
11156      Branch: perlext
11157            ! Compiler/B/Lint.pm
11158 ____________________________________________________________________________
11159 [    84] By: mbeattie                              on 1997/09/30  15:11:07
11160         Log: Merge maint-5.004 branch (5.004_01) with mainline.
11161      Branch: perl
11162           +> Porting/makerel Porting/patchls hints/newsos4.sh
11163           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
11164           +> win32/config.vc win32/config_H.bc win32/config_H.vc
11165           +> win32/makefile.mk
11166            - win32/config.H win32/config.w32
11167           !> (integrate 109 files)
11168 ____________________________________________________________________________
11169 [    83] By: TimBunce                              on 1997/09/30  14:27:09
11170         Log: Maintenance 5.004_03 changes (addendum)
11171      Branch: maint-5.004/perl
11172            - win32/bin/search.bat
11173 ____________________________________________________________________________
11174 [    82] By: TimBunce                              on 1997/09/30  14:11:29
11175         Log: Maintenance 5.004_03 changes
11176      Branch: maint-5.004/perl
11177            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11178            + win32/bin/webget.pl
11179            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
11180            - win32/bin/webget.bat
11181            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
11182            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
11183            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
11184            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
11185            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
11186            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11187            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
11188            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
11189            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
11190            ! win32/win32.c
11191 ____________________________________________________________________________
11192 [    81] By: TimBunce                              on 1997/09/30  13:17:27
11193         Log: Maintenance 5.004_02 changes
11194      Branch: maint-5.004/perl
11195            + win32/bin/runperl.bat
11196            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
11197            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
11198            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11199            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
11200            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11201            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
11202            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
11203            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
11204            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
11205            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
11206            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
11207            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11208            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
11209            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11210            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
11211            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
11212            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
11213            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
11214            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
11215            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
11216            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
11217            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
11218            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
11219            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
11220            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
11221            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
11222            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
11223            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
11224            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
11225            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
11226            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
11227            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
11228            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
11229            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
11230            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
11231            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
11232            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
11233            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11234            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
11235            ! win32/config.bc win32/config.vc win32/config_H.bc
11236            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
11237            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
11238            ! win32/win32io.c win32/win32io.h win32/win32iop.h
11239            ! win32/win32sck.c
11240 ____________________________________________________________________________
11241 [    80] By: nick                                  on 1997/09/29  20:31:43
11242         Log: Add some prototypes in attempt to flush out errors
11243              Tidy up vars.h usage.
11244      Branch: oneperl
11245            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
11246            ! proto.h util.c vars.h
11247 ____________________________________________________________________________
11248 [    79] By: nick                                  on 1997/09/29  17:12:07
11249         Log: Builds and passes tests without THISPTR
11250      Branch: oneperl
11251            ! MANIFEST global.sym perl.c perl.h vars.h
11252 ____________________________________________________________________________
11253 [    78] By: mbeattie                              on 1997/09/29  16:57:23
11254         Log: Re-introduce the changes from change 68 (runops becomes a
11255              function pointer and sv_bless3 for '~'-magic) which got lost
11256              during the preparation for the maint-merge.
11257      Branch: perl
11258            ! global.sym perl.h pp.c proto.h run.c sv.c
11259 ____________________________________________________________________________
11260 [    77] By: mbeattie                              on 1997/09/29  16:44:16
11261         Log: Start merge with maint-5.004 branch by creating an ancestral
11262              branch point via a fake resolution with the maint-merge branch.
11263              See Perforce Tech Note 9 for details.
11264      Branch: perl
11265           !> (integrate 864 files)
11266 ____________________________________________________________________________
11267 [    76] By: nick                                  on 1997/09/28  19:04:42
11268         Log: Code with this pointer compiles (but core dumps)
11269      Branch: oneperl
11270            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
11271            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
11272            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
11273            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
11274            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
11275            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
11276            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
11277            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
11278            ! vars.h
11279 ____________________________________________________________________________
11280 [    75] By: nick                                  on 1997/09/28  15:45:35
11281         Log: Quasi sensible starting point for aTHIS addition.
11282      Branch: oneperl
11283            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
11284 ____________________________________________________________________________
11285 [    74] By: nick                                  on 1997/09/28  11:23:32
11286         Log: Ooops - unwind perly.* stuff for now
11287      Branch: oneperl
11288            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
11289 ____________________________________________________________________________
11290 [    73] By: nick                                  on 1997/09/28  11:17:23
11291         Log: Builds and passes all tests again
11292      Branch: oneperl
11293            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
11294            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
11295 ____________________________________________________________________________
11296 [    72] By: nick                                  on 1997/09/28  10:47:01
11297         Log: Save "important things" before re-try
11298      Branch: oneperl
11299            + vars.h
11300            ! embed.pl thread.h thread.sym
11301 ____________________________________________________________________________
11302 [    71] By: nick                                  on 1997/09/26  17:47:31
11303         Log: Basic hacks to build with USE_THISPTR, not yet useful
11304              but builds miniperl and passes minitest with all thread 
11305              variables via a _GLOBAL_ thr variable rather than globals.
11306              Now for the local thr variable ...
11307      Branch: oneperl
11308            + thread.sym
11309            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
11310            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
11311            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
11312            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
11313            ! util.c vms/vms.c
11314 ____________________________________________________________________________
11315 [    70] By: mbeattie                              on 1997/09/23  14:29:23
11316         Log: Branch oneperl from mainline.
11317      Branch: oneperl
11318           +> (branch 871 files)
11319 ____________________________________________________________________________
11320 [    69] By: mbeattie                              on 1997/09/22  16:02:37
11321         Log: struct thread now stored in an SV and uses '~'-magic for access.
11322      Branch: perl
11323            ! thread.h
11324      Branch: perlext
11325            ! Thread/Thread.xs Thread/typemap
11326 ____________________________________________________________________________
11327 [    68] By: mbeattie                              on 1997/09/22  16:01:48
11328         Log: runops becomes a funtion pointer and sv_bless3 created
11329              to avoid pointer forgery with '~'-magic.
11330      Branch: perl
11331            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
11332 ____________________________________________________________________________
11333 [    67] By: mbeattie                              on 1997/09/22  15:45:56
11334         Log: More fprintf -> PerlIO_printf changes.
11335      Branch: perl
11336            ! perl.c pp_hot.c util.c
11337 ____________________________________________________________________________
11338 [    66] By: mbeattie                              on 1997/09/22  15:10:40
11339         Log: Minor multi-threading patches for VMS.
11340      Branch: perl
11341            ! mg.c thread.h vms/vms.c
11342 ____________________________________________________________________________
11343 [    65] By: mbeattie                              on 1997/09/15  14:09:11
11344         Log: Add undefined-subs option to Lint.pm.
11345      Branch: perlext
11346            ! Compiler/B/Lint.pm
11347 ____________________________________________________________________________
11348 [    64] By: mbeattie                              on 1997/09/10  16:39:41
11349         Log: Debugging output for lock handling.
11350      Branch: perl
11351            ! mg.c pp.c pp_hot.c util.c
11352 ____________________________________________________________________________
11353 [    63] By: mbeattie                              on 1997/09/10  14:49:00
11354         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
11355      Branch: perlext
11356           +> Thread/Thread/Semaphore.pm
11357            - Thread/Semaphore.pm
11358 ____________________________________________________________________________
11359 [    62] By: mbeattie                              on 1997/09/10  14:47:31
11360         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
11361      Branch: perlext
11362           +> Thread/Thread/Queue.pm
11363            - Thread/Queue.pm
11364 ____________________________________________________________________________
11365 [    61] By: mbeattie                              on 1997/09/10  13:56:50
11366         Log: Solaris fixes: delete pad and padname from thread.h and remove
11367              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
11368      Branch: perl
11369            ! thread.h x2p/Makefile.SH
11370
11371 ----------------
11372 Version 5.004_50        First developer release towards 5.005
11373 ----------------
11374
11375 Maintenance of the 5.004 version of perl continues with the 5.004_xx
11376 series, where 'xx' is <= 49.  Development of the next version, 5.005,
11377 starts with 5.004_50.
11378
11379 ____________________________________________________________________________
11380 [    60] By: mbeattie                              on 1997/09/09  16:57:41
11381         Log: Update README.threads to mention -DL.
11382      Branch: perl
11383            ! README.threads
11384 ____________________________________________________________________________
11385 [    59] By: mbeattie                              on 1997/09/09  16:49:08
11386         Log: Add Thread modules Queue.pm and Semaphore.pm
11387      Branch: perlext
11388            + Thread/Queue.pm Thread/Semaphore.pm
11389 ____________________________________________________________________________
11390 [    58] By: mbeattie                              on 1997/09/09  16:33:45
11391         Log: Update README.threads
11392      Branch: perl
11393            ! README.threads
11394 ____________________________________________________________________________
11395 [    57] By: mbeattie                              on 1997/09/09  16:26:47
11396         Log: Add debug info to Thread typemap.
11397      Branch: perlext
11398            ! Thread/typemap
11399 ____________________________________________________________________________
11400 [    56] By: mbeattie                              on 1997/09/09  15:04:26
11401         Log: Rewrite synchronisation of subs/methods and add attrs
11402              extension for specifying 'locked' and 'method' attributes.
11403      Branch: perl
11404            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
11405            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
11406            ! pp_hot.c proto.h sv.c sv.h toke.c
11407      Branch: perlext
11408            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
11409 ____________________________________________________________________________
11410 [    55] By: mbeattie                              on 1997/09/03  16:34:47
11411         Log: Add new keyword "lock" to Opcode.pm
11412      Branch: perl
11413            ! ext/Opcode/Opcode.pm
11414 ____________________________________________________________________________
11415 [    54] By: mbeattie                              on 1997/09/03  14:44:44
11416         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
11417      Branch: perl
11418            ! embed.h keywords.h
11419 ____________________________________________________________________________
11420 [    53] By: mbeattie                              on 1997/09/03  13:52:24
11421         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
11422      Branch: perl
11423            ! MANIFEST
11424 ____________________________________________________________________________
11425 [    52] By: mbeattie                              on 1997/09/03  13:41:20
11426         Log: Let Lint private_names catch out-of-package _foo methods.
11427      Branch: perlext
11428            ! Compiler/B/Lint.pm
11429 ____________________________________________________________________________
11430 [    51] By: mbeattie                              on 1997/09/03  13:20:12
11431         Log: Bump patchlevel.h to 5.004_50
11432      Branch: perl
11433            ! patchlevel.h
11434 ____________________________________________________________________________
11435 [    50] By: mbeattie                              on 1997/09/03  12:31:48
11436         Log: Make compiler build/work with devel 5.005
11437      Branch: perlext
11438            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
11439            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
11440 ____________________________________________________________________________
11441 [    49] By: mbeattie                              on 1997/09/03  12:28:05
11442         Log: Rename RESTART to INIT and associated changes
11443      Branch: perl
11444            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
11445            ! toke.c vms/perly_c.vms
11446 ____________________________________________________________________________
11447 [    48] By: mbeattie                              on 1997/09/02  15:54:27
11448         Log: Added private-names option.
11449      Branch: perlext
11450            ! Compiler/B/Lint.pm
11451 ____________________________________________________________________________
11452 [    47] By: mbeattie                              on 1997/09/02  11:54:55
11453         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
11454      Branch: perlext
11455            ! Compiler/cc_runtime.h
11456 ____________________________________________________________________________
11457 [    46] By: mbeattie                              on 1997/08/28  19:40:08
11458         Log: Missing sprintf in try_autoload.
11459      Branch: perlext
11460            ! Compiler/B/C.pm
11461 ____________________________________________________________________________
11462 [    45] By: mbeattie                              on 1997/08/13  16:15:25
11463         Log: Threading fixups for Digital UNIX.
11464      Branch: perl
11465            ! README.threads malloc.c perl.h toke.c
11466 ____________________________________________________________________________
11467 [    44] By: mbeattie                              on 1997/08/11  15:46:29
11468         Log: Assorted changes for multi-threading (now works rather more).
11469      Branch: perl
11470            + README.threads
11471            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
11472            ! toke.c util.c
11473      Branch: perlext
11474            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
11475            ! Thread/unsync.t
11476 ____________________________________________________________________________
11477 [    43] By: mbeattie                              on 1997/08/08  14:11:00
11478         Log: Made Lint check subs (and -u packages).
11479              Added support for dollar_underscore and implicit $_ in foreach.
11480      Branch: perlext
11481            ! Compiler/B/Lint.pm
11482 ____________________________________________________________________________
11483 [    42] By: TimBunce                              on 1997/07/25  17:15:57
11484         Log: Maintenance 5.004_01 changes
11485      Branch: maint-5.004/perl
11486            + Porting/makerel Porting/patchls hints/newsos4.sh
11487            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
11488            + win32/config.vc win32/config_H.bc win32/config_H.vc
11489            + win32/makefile.mk
11490            - win32/config.H win32/config.w32
11491            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
11492            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
11493            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11494            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
11495            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
11496            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
11497            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
11498            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11499            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11500            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
11501            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
11502            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
11503            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
11504            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
11505            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11506            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
11507            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
11508            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
11509            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
11510            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
11511            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
11512            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
11513            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
11514            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
11515            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
11516            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
11517            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
11518            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
11519            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
11520            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
11521 ____________________________________________________________________________
11522 [    41] By: mbeattie                              on 1997/07/24  14:57:53
11523         Log: Start support for fake threads.
11524              pp_lock now returns its argument.
11525      Branch: perl
11526            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
11527            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
11528            ! util.c
11529      Branch: perlext
11530            ! Thread/Thread.xs
11531 ____________________________________________________________________________
11532 [    40] By: mbeattie                              on 1997/07/24  14:55:07
11533         Log: Add missing reset of eval_owner if doeval() fails to parse.
11534      Branch: perl
11535            ! pp_ctl.c
11536 ____________________________________________________________________________
11537 [    39] By: mbeattie                              on 1997/07/17  13:35:51
11538         Log: Fix multiple problems with lexical @_.
11539      Branch: perl
11540            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
11541            ! toke.c
11542 ____________________________________________________________________________
11543 [    38] By: mbeattie                              on 1997/07/16  17:02:09
11544         Log: Change %lx to %x in B::CV::save to prevent some CV
11545              fields becoming 0 in the init section. Add missing
11546              write_back in B::Stackobj::Padsv::load_double to fix
11547              test 22 of op/my.t.
11548      Branch: perlext
11549            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
11550 ____________________________________________________________________________
11551 [    37] By: mbeattie                              on 1997/07/10  11:28:16
11552         Log: Branch win32 developments from main perl branch.
11553      Branch: win32/perl
11554           +> (branch 867 files)
11555 ____________________________________________________________________________
11556 [    36] By: mbeattie                              on 1997/07/05  11:58:05
11557         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
11558              as well as provide_ref (5.003).
11559      Branch: perlext
11560            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
11561 ____________________________________________________________________________
11562 [    35] By: mbeattie                              on 1997/07/05  11:55:18
11563         Log: Introduce pp_lock.
11564      Branch: perl
11565            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
11566            ! pp.c pp_ctl.c toke.c
11567 ____________________________________________________________________________
11568 [    34] By: mbeattie                              on 1997/07/01  12:24:28
11569         Log: Support for op in global register (still buggy)
11570      Branch: perl
11571            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
11572            ! proto.h scope.c scope.h thread.h
11573 ____________________________________________________________________________
11574 [    33] By: mbeattie                              on 1997/06/24  16:34:24
11575         Log: Branch lexical warnings from perl branch.
11576      Branch: lexwarn/perl
11577           +> (branch 867 files)
11578 ____________________________________________________________________________
11579 [    32] By: mbeattie                              on 1997/06/24  14:33:57
11580         Log: Branch integration of maint-5.004 from relperl.
11581      Branch: mainline/perl
11582           +> (branch 600 files)
11583      Branch: maint-5.004/perl
11584           +> (branch 864 files)
11585 ____________________________________________________________________________
11586 [    31] By: mbeattie                              on 1997/06/20  11:46:50
11587         Log: corrected bad_type() prototype. 
11588      Branch: perl
11589            ! op.c
11590 ____________________________________________________________________________
11591 [    30] By: mbeattie                              on 1997/06/12  12:38:05
11592         Log: Tweak README.
11593      Branch: perlext
11594            ! Thread/README
11595 ____________________________________________________________________________
11596 [    29] By: mbeattie                              on 1997/06/12  12:34:59
11597         Log: Document -m option of CC backend.
11598      Branch: perlext
11599            ! Compiler/NOTES
11600 ____________________________________________________________________________
11601 [    28] By: mbeattie                              on 1997/06/12  12:25:05
11602         Log: Support sysseek introduced in 5.004.
11603      Branch: perlext
11604            ! Compiler/ccop.c Compiler/ccop.h
11605 ____________________________________________________________________________
11606 [    27] By: mbeattie                              on 1997/06/05  14:20:51
11607         Log: More fixups for thrperl integration.
11608      Branch: perl
11609            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11610            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
11611            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
11612            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
11613            ! util.c
11614 ____________________________________________________________________________
11615 [    25] By: mbeattie                              on 1997/05/28  15:11:24
11616         Log: Fixups for thrperl integration.
11617      Branch: perl
11618            ! embed.h keywords.h op.c opcode.h perl.c util.c
11619 ____________________________________________________________________________
11620 [    24] By: mbeattie                              on 1997/05/26  20:10:42
11621         Log: Integrate thrperl 5.003->5.004.
11622      Branch: perl
11623           +> thread.h
11624           !> (integrate 33 files)
11625 ____________________________________________________________________________
11626 [    23] By: mbeattie                              on 1997/05/26  11:45:39
11627         Log: Fix ppname when saving subs.
11628      Branch: perlext
11629            ! Compiler/B/C.pm
11630 ____________________________________________________________________________
11631 [    22] By: mbeattie                              on 1997/05/26  11:45:03
11632         Log: -mFoo option now forces -uFoo.
11633      Branch: perlext
11634            ! Compiler/B/CC.pm
11635 ____________________________________________________________________________
11636 [    21] By: mbeattie                              on 1997/05/26  11:43:37
11637         Log: Put back objsym/savesym (used by walkoptree_exec).
11638      Branch: perlext
11639            ! Compiler/B.pm
11640 ____________________________________________________________________________
11641 [    20] By: mbeattie                              on 1997/05/26  11:38:45
11642         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
11643      Branch: perl
11644            ! av.c global.sym
11645 ____________________________________________________________________________
11646 [    19] By: mbeattie                              on 1997/05/25  21:19:38
11647         Log: Fix up integration 5.003->5.004.
11648      Branch: perl
11649            + lib/Class/Fields.pm lib/ISA.pm
11650            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
11651            ! toke.c
11652 ____________________________________________________________________________
11653 [    18] By: mbeattie                              on 1997/05/25  10:31:21
11654         Log: First stab at 5.003 -> 5.004 integration.
11655      Branch: perl
11656           +> (branch 291 files)
11657            - Changes.Conf ext/DynaLoader/dl_os2.xs
11658            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
11659            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
11660            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
11661            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
11662            - lib/chat2.pl lib/splain os2/README os2/README.old
11663            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
11664            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
11665            - x2p/handy.h x2p/s2p.man
11666           !> (integrate 392 files)
11667 ____________________________________________________________________________
11668 [    17] By: mbeattie                              on 1997/05/24  18:46:49
11669         Log: Wholesale update to 5.004.
11670      Branch: relperl
11671            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
11672            + Porting/Glossary Porting/pumpkin.pod README.amiga
11673            + README.cygwin32 README.os2 README.plan9 README.qnx
11674            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
11675            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
11676            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
11677            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
11678            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
11679            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
11680            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
11681            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
11682            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
11683            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
11684            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
11685            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
11686            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
11687            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
11688            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
11689            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
11690            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
11691            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
11692            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
11693            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
11694            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
11695            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
11696            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
11697            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
11698            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
11699            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11700            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
11701            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
11702            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
11703            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
11704            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
11705            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
11706            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
11707            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
11708            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
11709            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
11710            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
11711            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
11712            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
11713            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
11714            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
11715            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
11716            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
11717            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
11718            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
11719            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
11720            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
11721            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
11722            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
11723            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
11724            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
11725            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
11726            + plan9/config.plan9 plan9/exclude plan9/fndvers
11727            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
11728            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
11729            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
11730            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
11731            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11732            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11733            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
11734            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
11735            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
11736            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
11737            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
11738            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
11739            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
11740            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
11741            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
11742            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
11743            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
11744            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
11745            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
11746            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
11747            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
11748            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
11749            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
11750            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
11751            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
11752            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
11753            + t/pragma/warn-1global t/pragma/warning.t universal.c
11754            + utils/splain.PL vms/ext/DCLsym/0README.txt
11755            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
11756            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
11757            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
11758            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
11759            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
11760            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
11761            + win32/config.H win32/config.w32 win32/config_h.PL
11762            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
11763            + win32/include/arpa/inet.h win32/include/dirent.h
11764            + win32/include/netdb.h win32/include/sys/socket.h
11765            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
11766            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
11767            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
11768            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
11769            + x2p/proto.h
11770            - Changes.Conf ext/DynaLoader/dl_os2.xs
11771            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
11772            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
11773            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
11774            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
11775            - lib/chat2.pl lib/splain os2/README os2/README.old
11776            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
11777            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
11778            - x2p/handy.h x2p/s2p.man
11779            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
11780            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
11781            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
11782            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
11783            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
11784            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
11785            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11786            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
11787            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
11788            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
11789            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
11790            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
11791            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11792            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
11793            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11794            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
11795            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11796            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
11797            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
11798            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
11799            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
11800            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
11801            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
11802            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
11803            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
11804            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
11805            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
11806            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
11807            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
11808            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
11809            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
11810            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
11811            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
11812            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
11813            ! installman installperl interp.sym keywords.h keywords.pl
11814            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
11815            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
11816            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
11817            ! lib/Exporter.pm lib/ExtUtils/Install.pm
11818            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
11819            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11820            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
11821            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11822            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
11823            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
11824            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
11825            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
11826            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
11827            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
11828            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
11829            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
11830            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
11831            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
11832            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11833            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
11834            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
11835            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
11836            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
11837            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
11838            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
11839            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
11840            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
11841            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
11842            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
11843            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
11844            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
11845            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
11846            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
11847            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
11848            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
11849            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
11850            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11851            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
11852            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11853            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
11854            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
11855            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
11856            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
11857            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
11858            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
11859            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
11860            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
11861            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
11862            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
11863            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
11864            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
11865            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
11866            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
11867            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
11868            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
11869            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
11870            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
11871            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
11872            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
11873            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
11874            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
11875            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
11876            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
11877            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
11878            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
11879            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
11880            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
11881            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11882            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
11883            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
11884            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
11885            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
11886            ! x2p/util.h x2p/walk.c
11887 ____________________________________________________________________________
11888 [    16] By: mbeattie                              on 1997/05/23  22:42:08
11889         Log: Initial integration of relperl from 5.003.
11890      Branch: relperl
11891           +> (branch 600 files)
11892 ____________________________________________________________________________
11893 [    14] By: mbeattie                              on 1997/05/12  20:22:56
11894         Log: Finish code generation rewrite. Clean up B::Section class and
11895              handle symbol table translation internally. Simple .pm modules
11896              now compile OK.
11897      Branch: perlext
11898            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
11899            ! Compiler/B/CC.pm
11900 ____________________________________________________________________________
11901 [    13] By: mbeattie                              on 1997/05/05  19:41:18
11902         Log: Don't make pp_enter and pp_return trigger basic blocks.
11903      Branch: perlext
11904            ! Compiler/B/Bblock.pm
11905 ____________________________________________________________________________
11906 [    12] By: mbeattie                              on 1997/05/05  19:40:16
11907         Log: Rewrite code generation. Sections (de)multiplexed into a
11908              temporary file instead of stored in arrays.
11909      Branch: perlext
11910            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
11911 ____________________________________________________________________________
11912 [    11] By: mbeattie                              on 1997/05/03  20:20:59
11913         Log: Development to pre-alpha4
11914      Branch: perlext
11915            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
11916            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
11917            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
11918            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
11919            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
11920            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
11921            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
11922            ! Compiler/test_harness Compiler/test_harness_cc
11923 ____________________________________________________________________________
11924 [    10] By: mbeattie                              on 1997/05/03  14:47:06
11925         Log: Initial check-in of perl compiler.
11926      Branch: perlext
11927            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
11928            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
11929            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
11930            + Compiler/B/CC.pm Compiler/B/Debug.pm
11931            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
11932            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
11933            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
11934            + Compiler/O.pm Compiler/README Compiler/TESTS
11935            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
11936            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
11937            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
11938            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
11939            + Compiler/disassemble Compiler/old/README.feb11
11940            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
11941            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
11942            + Compiler/op.patch Compiler/ramblings/cc.notes
11943            + Compiler/ramblings/curcop.runtime
11944            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
11945            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
11946            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
11947            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
11948            + Compiler/ramblings/runtime.porting
11949            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
11950            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
11951            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
11952            + Compiler/test_harness_bytecode Compiler/test_harness_cc
11953            + Compiler/typemap
11954 ____________________________________________________________________________
11955 [     9] By: mbeattie                              on 1997/05/02  19:03:49
11956         Log: Don't require CvDEPTH == 0 when bombing out of subs.
11957      Branch: thrperl
11958            ! pp_hot.c
11959 ____________________________________________________________________________
11960 [     8] By: mbeattie                              on 1997/04/23  19:06:45
11961         Log: Added programmer-level condition variables via "condpair" magic.
11962              Added support for detached threads and tweaked a few things.
11963      Branch: thrperl
11964            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
11965            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
11966            ! util.c
11967 ____________________________________________________________________________
11968 [     7] By: mbeattie                              on 1997/04/23  19:04:18
11969         Log: Rewrote programmer-level condition variables from scratch. Added
11970              support for detaching threads. Fixed handling for arguments
11971              passed in to threads and return values for joined threads.
11972      Branch: perlext
11973            + Thread/lock.t
11974            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
11975            ! Thread/typemap
11976 ____________________________________________________________________________
11977 [     6] By: mbeattie                              on 1997/04/10  20:17:26
11978         Log: Initial check-in of Thread module.
11979      Branch: perlext
11980            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
11981            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
11982            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
11983            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
11984            + Thread/unsync4.t
11985 ____________________________________________________________________________
11986 [     5] By: mbeattie                              on 1997/04/10  20:05:52
11987         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
11988              missing parens (pad allocation) in the tokener.
11989      Branch: thrperl
11990            ! op.c pp_ctl.c toke.c
11991 ____________________________________________________________________________
11992 [     4] By: mbeattie                              on 1997/03/28  18:40:44
11993         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
11994      Branch: thrperl
11995            + thread.h
11996            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
11997            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
11998            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
11999            ! run.c scope.c sv.c sv.h toke.c util.c
12000 ____________________________________________________________________________
12001 [     3] By: mbeattie                              on 1997/03/28  13:36:23
12002         Log: Branch 5.003 -> thrperl
12003      Branch: thrperl
12004           +> (branch 600 files)
12005 ____________________________________________________________________________
12006 [     2] By: mbeattie                              on 1997/03/28  13:32:21
12007         Log: Initial devel changes.
12008              Pseudo-hashes. Optional strong typing. RESTART {}.
12009      Branch: perl
12010            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
12011            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
12012            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
12013 ____________________________________________________________________________
12014 [     1] By: mbeattie                              on 1997/03/28  13:17:33
12015         Log: Perl 5.003 check-in
12016      Branch: perl
12017            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
12018            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
12019            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
12020            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
12021            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
12022            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
12023            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
12024            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
12025            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
12026            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
12027            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
12028            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
12029            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
12030            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
12031            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12032            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
12033            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
12034            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
12035            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
12036            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
12037            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
12038            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
12039            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12040            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
12041            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
12042            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12043            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
12044            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
12045            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
12046            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
12047            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
12048            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
12049            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
12050            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
12051            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
12052            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
12053            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
12054            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
12055            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
12056            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
12057            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
12058            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
12059            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12060            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
12061            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
12062            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
12063            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
12064            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
12065            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
12066            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
12067            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
12068            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
12069            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
12070            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
12071            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
12072            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
12073            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
12074            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
12075            + hints/README.hints hints/aix.sh hints/altos486.sh
12076            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
12077            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
12078            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
12079            + hints/fps.sh hints/freebsd.sh hints/genix.sh
12080            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
12081            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
12082            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
12083            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
12084            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
12085            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
12086            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
12087            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
12088            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
12089            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
12090            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
12091            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
12092            + hints/uts.sh hv.c hv.h installman installperl interp.sym
12093            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
12094            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
12095            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
12096            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
12097            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
12098            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12099            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
12100            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12101            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
12102            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
12103            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
12104            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
12105            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
12106            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
12107            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
12108            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
12109            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
12110            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
12111            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
12112            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
12113            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
12114            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
12115            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
12116            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
12117            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
12118            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
12119            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
12120            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
12121            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
12122            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
12123            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
12124            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
12125            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
12126            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
12127            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
12128            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
12129            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
12130            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
12131            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
12132            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
12133            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
12134            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
12135            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
12136            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
12137            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
12138            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
12139            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
12140            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
12141            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
12142            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
12143            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
12144            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
12145            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
12146            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
12147            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
12148            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
12149            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
12150            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
12151            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
12152            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
12153            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
12154            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
12155            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
12156            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
12157            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
12158            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
12159            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
12160            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
12161            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
12162            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
12163            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
12164            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
12165            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
12166            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
12167            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
12168            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
12169            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
12170            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
12171            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
12172            + vms/Makefile vms/config.vms vms/descrip.mms
12173            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
12174            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
12175            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
12176            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
12177            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
12178            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
12179            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
12180            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
12181            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
12182            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
12183            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
12184            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
12185            + x2p/walk.c