69ec578f61ba346c7b3fd1abe00ae8b0ba5d8b83
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of March 1997):
18
19     Gisle Aas           <gisle@aas.no>
20     Kenneth Albanowski  <kjahds@kjahds.com>
21     Graham Barr         <gbarr@ti.com>
22     Spider Boardman     <spider@orb.nashua.nh.us>
23     Tom Christiansen    <tchrist@perl.com>
24     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
25     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
26     Jarkko Hietaniemi   <jhi@iki.fi>
27     Nick Ing-Simmons    <nik@tiuk.ti.com>
28     Andreas Koenig      <a.koenig@mind.de>
29     Doug MacEachern     <dougm@opengroup.org>
30     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
31     Hans Mulder         <hansm@euronet.nl>
32     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
33     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
34     Tom Phoenix         <rootbeer@teleport.com>
35     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
36     Dean Roehrich       <roehrich@cray.com>
37     Roderick Schertler  <roderick@argon.org>
38     Larry W. Virden     <lvirden@cas.org>
39     Ilya Zakharevich    <ilya@math.ohio-state.edu>
40
41 And the Keepers of the Patch Pumpkin:
42
43     Charles Bailey      <bailey@hmivax.humgen.upenn.edu>
44     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
45     Tim Bunce           <Tim.Bunce@ig.co.uk>
46     Andy Dougherty      <doughera@lafcol.lafayette.edu>
47     Gurusamy Sarathy    <gsar@engin.umich.edu>
48     Chip Salzenberg     <chip@perl.com>
49
50 And, of course, the Author of Perl:
51
52     Larry Wall          <larry@wall.org>
53
54
55 NOTE: Each change entry shows the change number; who checked it into the
56 repository; when; description of the change; which branch the change
57 happened in; and the affected files.  The file lists have a short symbolic
58 indicator:
59
60             !       modified
61             +       added
62             -       deleted
63             +>      branched (from elsewhere)
64             !>      merged changes (from elsewhere)
65
66
67 ----------------
68 Version 5.004_70        Developer release working toward 5.005
69 ----------------
70
71 ____________________________________________________________________________
72 [  1335] By: gsar                                  on 1998/07/06  07:05:37
73         Log: update Changes
74      Branch: perl
75            ! Changes pod/perldiag.pod
76 ____________________________________________________________________________
77 [  1334] By: gsar                                  on 1998/07/06  06:41:17
78         Log: allow eval-groups in patterns only if they C<use re 'eval';>
79      Branch: perl
80            ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c
81            ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t
82 ____________________________________________________________________________
83 [  1333] By: gsar                                  on 1998/07/06  03:22:52
84         Log: From: Hans Mulder <hansm@icgroup.nl>
85              Date: Mon,  6 Jul 98 02:11:32 +0200
86              Message-Id: <9807060021.AA29027@icgned.icgroup.nl>
87              Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT
88      Branch: perl
89            ! malloc.c
90 ____________________________________________________________________________
91 [  1332] By: gsar                                  on 1998/07/06  03:18:34
92         Log: added Errno-1.09 from CPAN
93      Branch: perl
94            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
95 ____________________________________________________________________________
96 [  1331] By: gsar                                  on 1998/07/06  02:59:09
97         Log: fix small memleak on -e, don't try to find_script() when e_script
98      Branch: perl
99            ! perl.c
100 ____________________________________________________________________________
101 [  1330] By: gsar                                  on 1998/07/06  00:40:24
102         Log: add Symbol::delete_package()
103      Branch: perl
104            ! lib/Symbol.pm pod/perlembed.pod
105 ____________________________________________________________________________
106 [  1329] By: gsar                                  on 1998/07/05  23:05:40
107         Log: patch to remove assumptions about offset of IV being == sizeof(XPV)
108              From: Stephen McCamant <alias@mcs.com>
109              Date: Sun,  5 Jul 1998 17:36:14 -0500 (CDT)
110              Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net>
111              Subject: [PATCH] alignment in X[IN]V allocation
112      Branch: perl
113            ! sv.c
114 ____________________________________________________________________________
115 [  1328] By: gsar                                  on 1998/07/05  22:47:57
116         Log: make read() return undef on errors as documented, and clarify docs
117      Branch: perl
118            ! pod/perlfunc.pod pp_sys.c
119 ____________________________________________________________________________
120 [  1327] By: gsar                                  on 1998/07/05  22:11:21
121         Log: fix getc() to return empty string instead of undef on eof, as it was
122              documented to behave; still returns undef on error
123      Branch: perl
124            ! pp_sys.c
125 ____________________________________________________________________________
126 [  1326] By: gsar                                  on 1998/07/05  21:53:30
127         Log: patch whitespace-mutiliated; applied manually
128              From: Hans Mulder <hansm@icgroup.nl>
129              Date: Sun,  5 Jul 98 23:23:20 +0200
130              Message-Id: <9807052133.AA28626@icgned.icgroup.nl>
131              Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT
132      Branch: perl
133            ! ext/Errno/Errno_pm.PL
134 ____________________________________________________________________________
135 [  1325] By: gsar                                  on 1998/07/05  21:38:39
136         Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod
137              From: Tom Christiansen <tchrist@jhereg.perl.com>
138              Date: Sun, 05 Jul 1998 09:15:22 -0500
139              Subject: Re: docpatch 
140              Message-Id: <199807051515.JAA03644@jhereg.perl.com>
141      Branch: perl
142            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
143            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
144            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
145            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod
146            ! pod/perlrun.pod
147 ____________________________________________________________________________
148 [  1324] By: gsar                                  on 1998/07/05  21:06:56
149         Log: applied patch, and undid change#1302 which it made unnecessary
150              From: Billy <wdconsta@cs.adelaide.edu.au>
151              Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST)
152              Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t
153              Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au>
154      Branch: perl
155            ! t/lib/h2ph.t utils/h2ph.PL
156 ____________________________________________________________________________
157 [  1323] By: gsar                                  on 1998/07/05  20:56:39
158         Log: fix t/lib/fields.t's @INC so make test runs
159      Branch: perl
160            ! t/lib/fields.t
161 ____________________________________________________________________________
162 [  1322] By: gsar                                  on 1998/07/05  20:26:43
163         Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
164      Branch: perl
165            ! gv.c gv.h toke.c
166 ____________________________________________________________________________
167 [  1321] By: gsar                                  on 1998/07/05  07:41:50
168         Log: sundry win32 config tweaks
169      Branch: perl
170            ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc
171            ! win32/config.gc win32/config.vc win32/config_H.bc
172            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
173            ! win32/config_sh.PL win32/makefile.mk
174 ____________________________________________________________________________
175 [  1320] By: gsar                                  on 1998/07/05  06:30:35
176         Log: update Changes
177      Branch: perl
178            ! Changes
179 ____________________________________________________________________________
180 [  1319] By: gsar                                  on 1998/07/05  06:27:37
181         Log: add ck_sysread() for better sysread/read/recv sanity
182      Branch: perl
183            ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h
184            ! opcode.pl proto.h
185 ____________________________________________________________________________
186 [  1318] By: gsar                                  on 1998/07/05  04:34:05
187         Log: From: Stephen McCamant <alias@mcs.com>
188              Date: Sat,  4 Jul 1998 23:24:47 -0500 (CDT)
189              Subject: [PATCH] Document B::Deparse, add pp_threadsv
190              Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net>
191      Branch: perl
192            ! ext/B/B/Deparse.pm
193 ____________________________________________________________________________
194 [  1317] By: gsar                                  on 1998/07/05  04:15:25
195         Log: added patch with tweak to doc
196              From: Chip Salzenberg <chip@perl.org>
197              Message-ID: <19980704205136.A16319@perlsupport.com>
198              Date: Sat, 4 Jul 1998 20:51:36 -0400
199              Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)>
200      Branch: perl
201            ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c
202 ____________________________________________________________________________
203 [  1316] By: gsar                                  on 1998/07/05  03:56:22
204         Log: Porting/Glossary goes podly into Config.pm
205      Branch: perl
206            ! Porting/Glossary configpm
207 ____________________________________________________________________________
208 [  1315] By: gsar                                  on 1998/07/05  02:50:18
209         Log: add suggested tool as an example in ExtUtils::Packlist
210              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
211              Message-Id: <199807031028.LAA10456@sale-wts>
212              Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST)
213              Subject: Re: [make install] another horror story
214      Branch: perl
215            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
216 ____________________________________________________________________________
217 [  1314] By: gsar                                  on 1998/07/05  02:28:04
218         Log: avoid race condition (storing ptr to SV before incrementing its
219              REFCNT) and warning in newRV()
220      Branch: perl
221            ! sv.c
222 ____________________________________________________________________________
223 [  1313] By: gsar                                  on 1998/07/05  02:06:40
224         Log: applied suggested fix for xhv_array sizing, with portability tweaks
225              From: Gisle Aas <gisle@aas.no>
226              Subject: Re: [PATCH] Re: perl5.004_69 core dump
227              Date: 04 Jul 1998 10:20:35 +0200
228              Message-ID: <m3af6qowmk.fsf@furu.g.aas.no>
229      Branch: perl
230            ! hv.c
231 ____________________________________________________________________________
232 [  1312] By: gsar                                  on 1998/07/05  01:36:45
233         Log: From: Gisle Aas <gisle@aas.no>
234              Subject: [PATCH] hv_max may be a few too many
235              Date: 04 Jul 1998 09:28:46 +0200
236              Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no>
237      Branch: perl
238            ! doop.c
239 ____________________________________________________________________________
240 [  1311] By: gsar                                  on 1998/07/05  00:35:27
241         Log: patchlevel up to 5.004_70, various tweaks
242              * fix taint problems due to maintbranch regression
243              * PERL_OBJECT now builds again
244              * deal with C++ strong-typing problems in hv.c
245              * fix mismatch in "reserved word" diagnostic
246      Branch: perl
247            ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h
248            ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c
249 ____________________________________________________________________________
250 [  1310] By: TimBunce                              on 1998/07/04  11:35:25
251         Log: Remove old RE //t flag from scan_subst().
252      Branch: maint-5.004/perl
253            ! toke.c
254 ____________________________________________________________________________
255 [  1309] By: gsar                                  on 1998/07/04  08:32:53
256         Log: various small tweaks (still fails a few taint tests in {taint,locale}.t)
257      Branch: perl
258            ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t
259 ____________________________________________________________________________
260 [  1307] By: gsar                                  on 1998/07/04  07:00:14
261         Log: fix C<local $tied{foo} = $tied{foo}>, add tests
262      Branch: perl
263            ! pp_hot.c t/op/local.t
264 ____________________________________________________________________________
265 [  1306] By: gsar                                  on 1998/07/04  05:52:34
266         Log: fixes for mortalization bug in xsubpp, other efficiency tweaks
267              From: joshua.pritikin@db.com
268              Date: Wed, 1 Jul 1998 10:09:43 -0400
269              Message-Id: <H00000e500086fb3@MHS>
270              Subject: [PATCH _69] sv_2mortal fix
271      Branch: perl
272            ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h
273 ____________________________________________________________________________
274 [  1305] By: gsar                                  on 1998/07/04  05:46:42
275         Log: add patch preextend global string table, tweak for 512 entries
276              From: Gisle Aas <gisle@aas.no>
277              Date: 04 Jul 1998 01:04:08 +0200
278              Subject: Re: [PATCH] Re: perl5.004_69 core dump
279              Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no>
280      Branch: perl
281            ! perl.c
282 ____________________________________________________________________________
283 [  1304] By: gsar                                  on 1998/07/04  05:40:35
284         Log: simplify xhv_array sizing
285              From: Gisle Aas <gisle@aas.no>
286              Date: 04 Jul 1998 00:49:42 +0200
287              Subject: Re: [PATCH] Re: perl5.004_69 core dump
288              Message-ID: <m3yauav9bt.fsf@furu.g.aas.no>
289      Branch: perl
290            ! hv.c
291 ____________________________________________________________________________
292 [  1303] By: gsar                                  on 1998/07/04  05:37:29
293         Log: make 4-arg win32_select() sleep more reasonably on false values
294              From: Blair Zajac <blair@gps.caltech.edu>
295              Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu>
296              Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT)
297              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
298              --
299              Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu>
300              Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT)
301              Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86
302      Branch: perl
303            ! win32/win32sck.c
304 ____________________________________________________________________________
305 [  1302] By: gsar                                  on 1998/07/04  05:32:50
306         Log: adjust h2ph.t for dos-specific problem
307              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
308              Message-ID: <19980703234525.C208@cdata.tvnet.hu>
309              Date: Fri, 3 Jul 1998 23:45:25 +0200
310              Subject: Re: [PATCH _68] t/lib/h2ph.t problem
311      Branch: perl
312            ! t/lib/h2ph.t
313 ____________________________________________________________________________
314 [  1301] By: gsar                                  on 1998/07/04  05:31:04
315         Log: fix CPAN.pm problem, OS2 tweaks
316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
317              Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu>
318              Subject: [PATCH 5.004_68] PAtch to CPAN first-time
319              Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT)
320      Branch: perl
321            ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm
322            ! lib/ExtUtils/MakeMaker.pm
323 ____________________________________________________________________________
324 [  1300] By: gsar                                  on 1998/07/04  05:27:20
325         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
326              Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu>
327              Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT)
328              Subject: [PATCH 5.004_68] Add elc target to to makefile
329      Branch: perl
330            ! Makefile.SH
331 ____________________________________________________________________________
332 [  1299] By: gsar                                  on 1998/07/04  05:25:56
333         Log: newer emacs/cperl-mode.el (via private mail)
334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
335              Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu>
336              Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT)
337              Subject: [PATCH 5.004_68] cperl-mode
338      Branch: perl
339            ! emacs/cperl-mode.el
340 ____________________________________________________________________________
341 [  1298] By: gsar                                  on 1998/07/04  05:22:41
342         Log: From: Dominic Dunlop <domo@computer.org>
343              Message-Id: <v03110701b1c1603eae52@[195.95.102.68]>
344              Date: Thu, 2 Jul 1998 22:57:26 +0000
345              Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc
346      Branch: perl
347            ! hints/machten.sh malloc.c
348 ____________________________________________________________________________
349 [  1297] By: gsar                                  on 1998/07/04  05:20:52
350         Log: allow a flags args to fbm_instr() for future needs
351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
352              Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu>
353              Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE
354              Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT)
355      Branch: perl
356            ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c
357 ____________________________________________________________________________
358 [  1296] By: gsar                                  on 1998/07/04  05:16:15
359         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
360              Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT)
361              Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys>
362              Subject: [PATCH 5.004_69] INSTALL-1.39
363      Branch: perl
364            ! INSTALL
365 ____________________________________________________________________________
366 [  1295] By: gsar                                  on 1998/07/04  05:15:05
367         Log: Configure update
368              From: doughera@newton.phys.lafayette.edu (Andy Dougherty)
369              Date: Wed, 1 Jul 98 23:07:50 EDT
370              Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu>
371              Subject: [PATCH 5.004_69] Config_69-01
372      Branch: perl
373            ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary
374            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
375            ! config_h.SH win32/config.bc win32/config.gc win32/config.vc
376 ____________________________________________________________________________
377 [  1294] By: gsar                                  on 1998/07/04  05:10:25
378         Log: add perlbug -F switch to save message to file
379              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
380              Message-Id: <l03130301b1c03a649e45@[194.222.64.89]>
381              Date: Wed, 1 Jul 1998 21:14:22 +0200
382              Subject: Re: [PATCH 5.004_69] perlbug -fok
383      Branch: perl
384            ! Makefile.SH utils/perlbug.PL
385 ____________________________________________________________________________
386 [  1293] By: gsar                                  on 1998/07/04  05:06:52
387         Log: catch nonexistent backrefs in REs
388              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
389              Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]>
390              Date: Wed, 1 Jul 1998 20:14:05 +0200
391              Subject: Re: [PATCH _66] for bad backrefs
392              --
393              Message-Id: <l03130300b1c03425261c@[194.222.64.89]>
394              Date: Wed, 1 Jul 1998 20:47:16 +0200
395              Subject: Re: [PATCH _66] for bad backrefs
396      Branch: perl
397            ! regcomp.c t/op/re_tests util.c
398 ____________________________________________________________________________
399 [  1292] By: gsar                                  on 1998/07/04  05:02:01
400         Log: fix perlcc to not rm output file, and other -w(arts)
401      Branch: perl
402            ! utils/perlcc.PL
403 ____________________________________________________________________________
404 [  1291] By: gsar                                  on 1998/07/04  04:30:03
405         Log: ignore stash entries that are not GVs in dump.c
406      Branch: perl
407            ! dump.c
408 ____________________________________________________________________________
409 [  1290] By: gsar                                  on 1998/07/04  03:55:10
410         Log: cleaner page headers from pod2man
411      Branch: perl
412            ! pod/pod2man.PL
413 ____________________________________________________________________________
414 [  1288] By: gsar                                  on 1998/07/04  03:16:39
415         Log: tweaks to Getopt::Std
416              From: Robin Barker <rmb1@cise.npl.co.uk>
417              Date: Tue, 30 Jun 98 14:45:49 BST
418              Message-Id: <14103.9806301345@tempest.cise.npl.co.uk>
419              Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm
420              --
421              Message-Id: <17918.9807021053@tempest.cise.npl.co.uk>
422              To: perl5-porters@perl.org
423              Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm
424      Branch: perl
425            ! lib/Getopt/Std.pm
426 ____________________________________________________________________________
427 [  1287] By: gsar                                  on 1998/07/04  03:13:02
428         Log: added patch, with tweaks
429              From: Gisle Aas <gisle@aas.no>
430              Date: 03 Jul 1998 00:50:15 +0200
431              Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no>
432              Subject: [PATCH] Some AVHV documentation
433      Branch: perl
434            ! pod/perlref.pod
435 ____________________________________________________________________________
436 [  1286] By: gsar                                  on 1998/07/04  02:53:26
437         Log: applied patch with tweaks to prose
438              From: Gisle Aas <gisle@aas.no>
439              Subject: [PATCH] Simplified AVHV support
440              Date: 30 Jun 1998 13:34:07 +0200
441              Message-ID: <m3k95z86og.fsf@furu.g.aas.no>
442      Branch: perl
443            ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod
444            ! pp.c proto.h t/op/avhv.t
445 ____________________________________________________________________________
446 [  1285] By: gsar                                  on 1998/07/04  02:30:48
447         Log: tweak doc for ".."
448              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
449              Subject: [PATCH] pod for scalar ..
450              Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk>
451              Date: Tue, 30 Jun 1998 12:14:50 +0100
452      Branch: perl
453            ! pod/perlop.pod
454 ____________________________________________________________________________
455 [  1284] By: gsar                                  on 1998/07/04  02:28:43
456         Log: fix use of uninitialized var in pp_unpack()
457              From: Jarkko Hietaniemi <jhi@iki.fi>
458              Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST)
459              Message-Id: <199806301132.OAA27353@alpha.hut.fi>
460              Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug
461      Branch: perl
462            ! pp.c
463 ____________________________________________________________________________
464 [  1283] By: gsar                                  on 1998/07/04  02:26:37
465         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
466              Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST)
467              Message-Id: <199806300840.LAA04872@alpha.hut.fi>
468              Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings
469      Branch: perl
470            ! lib/Text/ParseWords.pm
471 ____________________________________________________________________________
472 [  1282] By: gsar                                  on 1998/07/04  02:24:32
473         Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu>
474              Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu>
475              Date: Mon, 29 Jun 1998 16:53:56 -0700
476              Subject: [PATCH 5.004_69]README.vms doc patch
477              --
478              Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu>
479              Date: Mon, 29 Jun 1998 16:51:25 -0700
480              --
481              Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu>
482              Date: Thu, 02 Jul 1998 13:53:57 -0700
483              Subject: [PATCH 5.004_69]VMS filetest operator fixup
484      Branch: perl
485            ! README.vms vms/descrip_mms.template vms/vms.c
486 ____________________________________________________________________________
487 [  1281] By: gsar                                  on 1998/07/04  02:17:48
488         Log: From: Dan Sugalski <sugalskd@osshe.edu>
489              Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu>
490              Date: Mon, 29 Jun 1998 16:46:25 -0700
491              Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure
492      Branch: perl
493            ! vms/subconfigure.com
494 ____________________________________________________________________________
495 [  1280] By: gsar                                  on 1998/07/04  02:16:03
496         Log: don't attempt to copy directories on VMS
497              From: Dan Sugalski <sugalskd@osshe.edu>
498              Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu>
499              Date: Mon, 29 Jun 1998 16:31:29 -0700
500              Subject: [PATCH 5.004_69]Tweak to installperl
501      Branch: perl
502            ! installperl
503 ____________________________________________________________________________
504 [  1279] By: gsar                                  on 1998/07/04  02:09:26
505         Log: add 'installhtml*dir' to win32 config templates
506              From: "Douglas Lankshear" <dougl@ActiveState.com>
507              Subject: [PATCH 5.004_68] For Win32 config
508              Date: Mon, 29 Jun 1998 09:00:13 -0700
509              Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active>
510      Branch: perl
511            ! win32/config.bc win32/config.gc win32/config.vc
512 ____________________________________________________________________________
513 [  1278] By: gsar                                  on 1998/07/04  02:06:23
514         Log: implemented described fix for h2ph hanging on "enum"
515              From: Billy <wdconsta@cs.adelaide.edu.au>
516              Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler
517              Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au>
518              Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST)
519      Branch: perl
520            ! utils/h2ph.PL
521 ____________________________________________________________________________
522 [  1277] By: gsar                                  on 1998/07/04  01:51:47
523         Log: merge changes#1210,1211,1270 from maintbranch
524      Branch: perl
525            + lib/re.pm
526            ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c
527            ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
528            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
529 ____________________________________________________________________________
530 [  1276] By: gsar                                  on 1998/07/04  00:33:37
531         Log: deprecate use of reserved word "our" (Larry's idea)
532              Date: Mon, 22 Jun 1998 08:55:09 -0700
533              From: larry@wall.org (Larry Wall)
534              Message-Id: <199806221555.IAA07212@wall.org>
535              Subject: Re: our
536      Branch: perl
537            ! pod/perldiag.pod toke.c
538 ____________________________________________________________________________
539 [  1275] By: nick                                  on 1998/07/02  18:36:59
540         Log: Integrate mainline, just to keep up.
541      Branch: ansiperl
542           +> t/lib/fields.t
543            - lib/Math/Trig/Radial.pm
544           !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
545           !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c
546           !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h
547           !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL
548           !> win32/config.bc win32/config.gc win32/config.vc
549           !> win32/include/dirent.h win32/makedef.pl win32/win32.c
550           !> win32/win32iop.h
551 ____________________________________________________________________________
552 [  1274] By: gsar                                  on 1998/07/02  16:47:20
553         Log: tweak win32/config.* variables
554      Branch: perl
555            ! win32/config.bc win32/config.gc win32/config.vc
556 ____________________________________________________________________________
557 [  1273] By: gsar                                  on 1998/07/02  16:33:53
558         Log: export opendir() set of functions on win32
559      Branch: perl
560            ! win32/include/dirent.h win32/makedef.pl win32/win32.c
561            ! win32/win32iop.h
562 ____________________________________________________________________________
563 [  1272] By: gsar                                  on 1998/07/01  23:21:49
564         Log: fix C<@a = (%a = 1)> bizarreness
565      Branch: perl
566            ! pp_hot.c
567 ____________________________________________________________________________
568 [  1271] By: gsar                                  on 1998/06/30  22:49:39
569         Log: document perltrap on precedence of keys/values/each
570      Branch: perl
571            ! pod/perltrap.pod
572 ____________________________________________________________________________
573 [  1270] By: TimBunce                              on 1998/06/30  09:06:21
574         Log: Added lib/re.pm missing from change 1210
575      Branch: maint-5.004/perl
576            + lib/re.pm
577 ____________________________________________________________________________
578 [  1269] By: gsar                                  on 1998/06/30  08:20:52
579         Log: From:    Murray Nesbitt <murray@ActiveState.com>
580              Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com>
581              Date:    Mon, 29 Jun 1998 14:30:59 PDT
582              Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 
583      Branch: perl
584            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
585 ____________________________________________________________________________
586 [  1268] By: gsar                                  on 1998/06/30  05:38:34
587         Log: From:    Robin Barker <rmb1@cise.npl.co.uk>
588              Message-Id: <13254.9806291404@tempest.cise.npl.co.uk>
589              Date:    Mon, 29 Jun 1998 15:04:57 -0000
590              Subject: [PATCH perl5.004_69] perldoc.PL
591      Branch: perl
592            ! utils/perldoc.PL
593 ____________________________________________________________________________
594 [  1267] By: gsar                                  on 1998/06/30  05:34:06
595         Log: add patch to integrate Math::Trig::Radial into Math::Trig
596              From: Jarkko Hietaniemi <jhi@iki.fi>
597              Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST)
598              Message-Id: <199806291328.QAA16916@alpha.hut.fi>
599              Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig
600      Branch: perl
601            - lib/Math/Trig/Radial.pm
602            ! MANIFEST lib/Math/Trig.pm t/lib/trig.t
603 ____________________________________________________________________________
604 [  1266] By: gsar                                  on 1998/06/30  05:17:33
605         Log: From:    Gisle Aas <gisle@aas.no>
606              Message-Id: <m367hk4hra.fsf@furu.g.aas.no>
607              Date:    29 Jun 1998 12:36:09 +0200
608              Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm
609      Branch: perl
610            + t/lib/fields.t
611            ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod
612            ! t/op/array.t
613 ____________________________________________________________________________
614 [  1265] By: gsar                                  on 1998/06/30  05:12:57
615         Log: tweaks to overloaded constants (change#1259)
616      Branch: perl
617            ! scope.c scope.h toke.c
618 ____________________________________________________________________________
619 [  1264] By: nick                                  on 1998/06/29  17:38:03
620         Log: Integrate mainline c. _69 to ansiperl
621      Branch: ansiperl
622           +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
623           +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog
624           +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm
625           +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t
626           +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
627           +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t
628           !> (integrate 100 files)
629 ____________________________________________________________________________
630 [  1263] By: gsar                                  on 1998/06/29  09:17:28
631         Log: update Changes and perlhist.pod
632      Branch: perl
633            ! Changes pod/perlhist.pod
634
635 ----------------
636 Version 5.004_69
637 ----------------
638
639 ____________________________________________________________________________
640 [  1262] By: gsar                                  on 1998/06/29  08:26:36
641         Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris
642              under several build configurations)
643      Branch: perl
644            ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t
645            ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc
646            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
647 ____________________________________________________________________________
648 [  1261] By: gsar                                  on 1998/06/29  06:51:10
649         Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259
650      Branch: perl
651            ! scope.h
652 ____________________________________________________________________________
653 [  1260] By: gsar                                  on 1998/06/29  06:46:12
654         Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr>
655              Date:    Mon, 29 Jun 1998 08:10:46 +0200
656              From:    ts <decoux@moulon.inra.fr>
657              Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix
658      Branch: perl
659            ! pod/perlembed.pod
660 ____________________________________________________________________________
661 [  1259] By: gsar                                  on 1998/06/29  06:01:35
662         Log: added patch for overloading constants, made PERL_OBJECT-aware
663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
664              Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu>
665              Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT)
666      Branch: perl
667            ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym
668            ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c
669            ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h
670            ! t/pragma/overload.t toke.c
671 ____________________________________________________________________________
672 [  1258] By: gsar                                  on 1998/06/29  05:32:25
673         Log: fix Socket.pm typo from change#1240
674      Branch: perl
675            ! ext/Socket/Socket.pm
676 ____________________________________________________________________________
677 [  1257] By: gsar                                  on 1998/06/29  05:09:24
678         Log: applied patch, tweak for threads awareness
679              From: Albert Dvornik <bert@genscan.com>
680              Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub"
681              Date: 24 Jun 1998 19:33:09 -0400
682              Message-Id: <tq4sxawf2h.fsf@puma.genscan.com>
683      Branch: perl
684            + t/op/goto_xs.t
685            ! MANIFEST pp_ctl.c
686 ____________________________________________________________________________
687 [  1256] By: gsar                                  on 1998/06/29  03:34:18
688         Log: applied patch, fixed one more leak, tweaked whitespace bugs
689              From: Guy Decoux <decoux@moulon.inra.fr>
690              (via)
691              Date: Fri, 26 Jun 1998 09:59:32 -0400
692              From: "Chunhui Teng" <cteng@nortel.ca>
693              Message-Id: <199806261359.JAA02393@bmers357.nortel.ca>
694              Subject: Memory leak in Perl 5.004 and the fix
695      Branch: perl
696            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
697 ____________________________________________________________________________
698 [  1255] By: gsar                                  on 1998/06/29  02:50:37
699         Log: From: koenig@kulturbox.de (Andreas J. Koenig)
700              Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm)
701              Date: 28 Jun 1998 23:47:07 +0200
702              Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de>
703      Branch: perl
704            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
705 ____________________________________________________________________________
706 [  1254] By: gsar                                  on 1998/06/28  21:35:02
707         Log: From: joshua.pritikin@db.com
708              Date: Fri, 26 Jun 1998 09:34:34 -0400
709              Message-Id: <H00000e500081d23@MHS>
710              Subject: [PATCH _68] PUSHSTACK renovation
711      Branch: perl
712            ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c
713 ____________________________________________________________________________
714 [  1253] By: gsar                                  on 1998/06/28  21:21:22
715         Log: From: Stephen McCamant <alias@mcs.com>
716              Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net>
717              Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT)
718              Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN)
719      Branch: perl
720            ! perlvars.h sv.c
721 ____________________________________________________________________________
722 [  1252] By: gsar                                  on 1998/06/28  21:16:34
723         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
724              Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu>
725              Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE
726              Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT)
727      Branch: perl
728            ! regcomp.c
729 ____________________________________________________________________________
730 [  1251] By: gsar                                  on 1998/06/28  21:14:32
731         Log: add Math/Trig/Radial.pm, update MANIFEST
732              From: Jarkko Hietaniemi <jhi@iki.fi>
733              Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST)
734              Message-Id: <199806271428.RAA05307@alpha.hut.fi>
735              Subject: Math::Trig::Radial ?
736      Branch: perl
737            + lib/Math/Trig/Radial.pm
738            ! MANIFEST
739 ____________________________________________________________________________
740 [  1250] By: gsar                                  on 1998/06/28  21:09:48
741         Log: applied patch, tweaked doc, and regen regnodes.h
742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
743              Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu>
744              Subject: [PATCH 5.004_68] \z in RE
745              Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT)
746      Branch: perl
747            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
748            ! t/op/re_tests t/op/regexp.t toke.c
749 ____________________________________________________________________________
750 [  1249] By: gsar                                  on 1998/06/28  20:56:38
751         Log: From: mike@bill.iac.net
752              Message-ID: <19980627034913.A32220@bill.minivend.com>
753              Date: Sat, 27 Jun 1998 03:49:13 +0000
754              Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1
755      Branch: perl
756            ! lib/Text/ParseWords.pm t/lib/parsewords.t
757 ____________________________________________________________________________
758 [  1248] By: gsar                                  on 1998/06/28  20:54:43
759         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
760              Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu>
761              Subject: [PATCH] Fix ptags
762              Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT)
763      Branch: perl
764            ! emacs/ptags
765 ____________________________________________________________________________
766 [  1247] By: gsar                                  on 1998/06/28  20:42:54
767         Log: apply patch sent via private mail
768              From: Stephen McCamant <alias@mcs.com>
769              Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net>
770              Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT)
771              Subject: Re: Enhanced B::Deparse 
772      Branch: perl
773            ! ext/B/B/Deparse.pm
774 ____________________________________________________________________________
775 [  1246] By: gsar                                  on 1998/06/28  20:38:24
776         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
777              Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu>
778              Subject: [PATCH 5.004_68] pat.t tests
779              Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT)
780      Branch: perl
781            ! t/op/pat.t
782 ____________________________________________________________________________
783 [  1245] By: gsar                                  on 1998/06/28  20:36:08
784         Log: From: joshua.pritikin@db.com
785              Date: Fri, 26 Jun 1998 10:02:32 -0400
786              Message-Id: <H00000e500081d28@MHS>
787              Subject: [PATCH _68] improve recursive error messages!
788      Branch: perl
789            ! gv.c pod/perldiag.pod universal.c
790 ____________________________________________________________________________
791 [  1244] By: gsar                                  on 1998/06/28  20:09:02
792         Log: From: Dominic Dunlop <domo@vo.lu>
793              Message-Id: <v03110701b1b83a06733a@[195.95.102.101]>
794              Date: Thu, 25 Jun 1998 17:46:55 +0000
795              Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t
796              to op/pat.t; add tests for a few  more regexp parse failures etc.
797      Branch: perl
798            ! t/op/pat.t t/op/re_tests t/op/regexp.t
799 ____________________________________________________________________________
800 [  1243] By: gsar                                  on 1998/06/28  20:06:30
801         Log: specify *.sym files needed in perl_exp.SH instead of picking up all
802              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
803              Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT)
804              Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0
805              Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys>
806      Branch: perl
807            ! perl_exp.SH
808 ____________________________________________________________________________
809 [  1242] By: gsar                                  on 1998/06/28  20:01:28
810         Log: 
811              From: Gisle Aas <gisle@aas.no>
812              Subject: Re: [PATCH] 4-arg substr update for perl5.004_68
813              Date: 25 Jun 1998 10:32:43 +0200
814              Message-ID: <m3iulpubis.fsf@furu.g.aas.no>
815      Branch: perl
816            ! op.c pod/perlfunc.pod pp.c t/op/substr.t
817 ____________________________________________________________________________
818 [  1241] By: gsar                                  on 1998/06/28  19:55:11
819         Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h
820              From: Stephen McCamant <alias@mcs.com>
821              Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net>
822              Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT)
823              Subject: [PATCH REPOST] refgen in opcode.pl
824      Branch: perl
825            ! opcode.h opcode.pl
826 ____________________________________________________________________________
827 [  1240] By: gsar                                  on 1998/06/28  19:46:29
828         Log: From: Chris Nandor <pudge@pobox.com>
829              Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]>
830              Date: Wed, 24 Jun 1998 19:58:28 -0400
831              Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm
832      Branch: perl
833            ! ext/Socket/Socket.pm
834 ____________________________________________________________________________
835 [  1239] By: gsar                                  on 1998/06/28  19:44:19
836         Log: From: Gisle Aas <gisle@aas.no>
837              Subject: [PATCH] Optimize foreach (1..1000000)
838              Date: 24 Jun 1998 20:26:48 +0200
839              Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no>
840      Branch: perl
841            ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c
842            ! pp_hot.c t/op/range.t
843 ____________________________________________________________________________
844 [  1238] By: gsar                                  on 1998/06/28  19:28:13
845         Log: avoid creation of %^R
846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
847              Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu>
848              Subject: Re: [5.004_68] What is %^R ? [PATCH?]
849              Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT)
850      Branch: perl
851            ! perl.c t/op/splice.t
852 ____________________________________________________________________________
853 [  1237] By: gsar                                  on 1998/06/28  19:23:40
854         Log: From: Gisle Aas <gisle@aas.no>
855              Subject: [PATCH] Negative LENGTH argument to splice
856              Date: 24 Jun 1998 15:11:35 +0200
857              Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no>
858      Branch: perl
859            + t/op/splice.t
860            ! MANIFEST pod/perlfunc.pod pp.c
861 ____________________________________________________________________________
862 [  1236] By: gsar                                  on 1998/06/28  19:18:29
863         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
864              Subject: [PATCH] Insecure $ENV{} message out of step with perldiag
865              Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk>
866              Date: Wed, 24 Jun 1998 13:13:02 +0100
867      Branch: perl
868            ! pod/perldiag.pod pod/perlsec.pod
869 ____________________________________________________________________________
870 [  1235] By: gsar                                  on 1998/06/28  19:16:13
871         Log: Complex.pm update
872              From: Jarkko Hietaniemi <jhi@iki.fi>
873              Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST)
874              Message-Id: <199806241219.PAA04061@alpha.hut.fi>
875              Subject: [PATCH] 5.004_68: Complex.pm, complex.t
876      Branch: perl
877            ! lib/Math/Complex.pm t/lib/complex.t
878 ____________________________________________________________________________
879 [  1234] By: gsar                                  on 1998/06/28  19:13:05
880         Log: disable perl malloc on UNICOS for now
881              From: Jarkko Hietaniemi <jhi@iki.fi>
882              Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST)
883              Message-Id: <199806240937.MAA01669@alpha.hut.fi>
884              Subject: [PATCH] 5.004_68: UNICOS hints
885      Branch: perl
886            ! hints/unicos.sh
887 ____________________________________________________________________________
888 [  1233] By: gsar                                  on 1998/06/28  19:10:53
889         Log: fixes unpack("q"...), and semctl() tests for UNICOS
890              From: Jarkko Hietaniemi <jhi@iki.fi>
891              Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST)
892              Message-Id: <199806240855.LAA16152@alpha.hut.fi>
893              Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack)
894      Branch: perl
895            ! pp.c t/op/ipcsem.t t/op/pack.t
896 ____________________________________________________________________________
897 [  1232] By: gsar                                  on 1998/06/28  19:01:23
898         Log: tweak various places for iperlsys.h awareness
899      Branch: perl
900            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm
901            ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod
902 ____________________________________________________________________________
903 [  1231] By: gsar                                  on 1998/06/28  18:37:07
904         Log: add a perlio.h stub for compat (some extensions seem to #include it)
905      Branch: perl
906            + perlio.h
907 ____________________________________________________________________________
908 [  1230] By: gsar                                  on 1998/06/28  18:35:23
909         Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu>
910              Date: Wed, 24 Jun 1998 00:37:01 +0200
911              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
912              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp
913      Branch: perl
914            ! pod/pod2text.PL
915 ____________________________________________________________________________
916 [  1229] By: gsar                                  on 1998/06/28  18:33:42
917         Log: hand apply mutiliated patch
918              Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu>
919              Date: Tue, 23 Jun 1998 11:41:00 -0700
920              From: Dan Sugalski <sugalskd@osshe.edu>
921              Subject: [PATCH 5.004_68]Configure update for VMS
922      Branch: perl
923            ! configure.com vms/descrip_mms.template vms/subconfigure.com
924 ____________________________________________________________________________
925 [  1228] By: gsar                                  on 1998/06/28  17:17:35
926         Log: hand apply whitespace mutiliated patch
927              Date: Tue, 23 Jun 98 16:38:06 BST
928              Message-Id: <5389.9806231538@tempest.cise.npl.co.uk>
929              From: Robin Barker <rmb1@cise.npl.co.uk>
930              Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL
931      Branch: perl
932            ! utils/perlbug.PL
933 ____________________________________________________________________________
934 [  1227] By: gsar                                  on 1998/06/28  17:14:34
935         Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT)
936              From: Tom Phoenix <rootbeer@teleport.com>
937              Subject: [PATCH] documenting close without arguments
938              Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com>
939      Branch: perl
940            ! pod/perlfunc.pod
941 ____________________________________________________________________________
942 [  1226] By: gsar                                  on 1998/06/28  17:12:56
943         Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT)
944              From: Tom Phoenix <rootbeer@teleport.com>
945              Subject: Better diags for vars.pm
946              Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com>
947      Branch: perl
948            ! lib/vars.pm
949 ____________________________________________________________________________
950 [  1225] By: gsar                                  on 1998/06/28  17:05:59
951         Log: hand apply whitespace mutiliated perldoc.PL patches
952              Date: Tue, 23 Jun 98 15:49:52 BST
953              Message-Id: <5302.9806231449@tempest.cise.npl.co.uk>
954              From: Robin Barker <rmb1@cise.npl.co.uk>
955              Subject: PATCH [5.004_68] perldoc.PL
956              --
957              Date: Fri, 26 Jun 98 17:50:05 BST
958              Message-Id: <6834.9806261650@tempest.cise.npl.co.uk>
959              From: Robin Barker <rmb1@cise.npl.co.uk>
960              Subject: [PATCH 5.004_68] perldoc.PL
961      Branch: perl
962            ! utils/perldoc.PL
963 ____________________________________________________________________________
964 [  1224] By: gsar                                  on 1998/06/28  16:50:59
965         Log: integrate ansiperl to get makedef.pl tweak
966      Branch: perl
967            ! Porting/pumpkin.pod win32/makedef.pl
968 ____________________________________________________________________________
969 [  1223] By: gsar                                  on 1998/06/28  16:33:32
970         Log: add CGI-2.42, its and testsuite
971      Branch: perl
972            + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu
973            + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t
974            + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t
975            ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi
976            ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi
977            ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm
978            ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm
979            ! lib/CGI/Switch.pm
980 ____________________________________________________________________________
981 [  1222] By: gsar                                  on 1998/06/28  15:28:29
982         Log: enable Errno build on win32, add Errno-1.08 files to repository
983      Branch: perl
984            + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
985            + ext/Errno/Makefile.PL t/lib/errno.t
986            ! MANIFEST win32/Makefile win32/config.bc win32/config.gc
987            ! win32/config.vc win32/makefile.mk
988 ____________________________________________________________________________
989 [  1221] By: gsar                                  on 1998/06/28  14:34:06
990         Log: tweak win32 config templates for cpp
991      Branch: perl
992            ! win32/config.bc win32/config.gc win32/config.vc
993 ____________________________________________________________________________
994 [  1220] By: nick                                  on 1998/06/26  16:46:13
995         Log: Integrate mainline
996      Branch: ansiperl
997           !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
998           !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c
999           !> util.c win32/win32.h
1000 ____________________________________________________________________________
1001 [  1219] By: gsar                                  on 1998/06/26  04:33:57
1002         Log: make find_script() return saved string, reenable missing diagnostics
1003      Branch: perl
1004            ! perl.c util.c
1005 ____________________________________________________________________________
1006 [  1218] By: gsar                                  on 1998/06/25  23:24:53
1007         Log: avoid warning with -P switch
1008      Branch: perl
1009            ! perl.c
1010 ____________________________________________________________________________
1011 [  1217] By: gsar                                  on 1998/06/25  22:06:58
1012         Log: don't suppress display of Makefile recipes that invoke perl
1013      Branch: perl
1014            ! Makefile.SH
1015 ____________________________________________________________________________
1016 [  1216] By: gsar                                  on 1998/06/25  21:32:06
1017         Log: tweak order of destruction so OBJECTs in GLOBs are visited after those
1018              in RVs
1019      Branch: perl
1020            ! sv.c
1021 ____________________________________________________________________________
1022 [  1215] By: gsar                                  on 1998/06/25  18:56:59
1023         Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199
1024      Branch: perl
1025            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1026 ____________________________________________________________________________
1027 [  1214] By: gsar                                  on 1998/06/25  18:11:22
1028         Log: add FILE_SHARE_DELETE ifndef in win32.h
1029      Branch: perl
1030            ! win32/win32.h
1031 ____________________________________________________________________________
1032 [  1213] By: nick                                  on 1998/06/24  17:18:59
1033         Log: Correct perl malloc tweak to .def generation
1034      Branch: ansiperl
1035            ! win32/makedef.pl
1036 ____________________________________________________________________________
1037 [  1212] By: gsar                                  on 1998/06/24  12:40:13
1038         Log: check in what change#1182 didn't, and Changes
1039      Branch: perl
1040            ! Changes pod/perlre.pod pod/perlvar.pod
1041 ____________________________________________________________________________
1042 [  1211] By: TimBunce                              on 1998/06/23  23:09:37
1043         Log: Update test count in t/lib/basename.t (see change 1210)
1044      Branch: maint-5.004/perl
1045            ! t/lib/basename.t
1046 ____________________________________________________________________________
1047 [  1210] By: TimBunce                              on 1998/06/23  22:58:18
1048         Log: Title:  "Add C<use re 'taint'> pragma to propagate tainting in m// and s///"
1049              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
1050              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
1051              Msg-ID:  <19980525155222.A18445@perlsupport.com>,
1052              <199805261143.MAA04260@toad.ig.co.uk>,
1053              <199805261235.IAA10371@aatma.engin.umich.edu>,
1054              Files:  MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c
1055              installperl lib/re.pm lib/File/Basename.pm mg.c op.c
1056              pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1057      Branch: maint-5.004/perl
1058            ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c
1059            ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c
1060            ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c
1061 ____________________________________________________________________________
1062 [  1209] By: nick                                  on 1998/06/23  21:33:34
1063         Log: Perl_malloced_size() only available with perl's malloc
1064      Branch: ansiperl
1065            ! win32/makefile.mk
1066 ____________________________________________________________________________
1067 [  1208] By: nick                                  on 1998/06/23  18:15:23
1068         Log: Integrate mainline c. 5.004_68 into ansiperl, mainly
1069              so see what has changed...
1070      Branch: ansiperl
1071           +> Porting/genlog iperlsys.h lib/File/Spec.pm
1072           +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1073           +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1074           +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h
1075           +> t/lib/filespec.t win32/perlhost.h
1076            - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
1077            - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h
1078            - perlproc.h perlsock.h
1079           !> (integrate 96 files)
1080
1081 ----------------
1082 Version 5.004_68
1083 ----------------
1084
1085 ____________________________________________________________________________
1086 [  1207] By: gsar                                  on 1998/06/23  10:55:05
1087         Log: final touches to 5.004_68
1088      Branch: perl
1089            ! perl.c
1090 ____________________________________________________________________________
1091 [  1206] By: gsar                                  on 1998/06/23  10:50:10
1092         Log: more MULTIPLICITY tweaks
1093      Branch: perl
1094            ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc
1095            ! win32/config.gc win32/config.vc win32/config_H.bc
1096            ! win32/config_H.gc win32/config_H.vc
1097 ____________________________________________________________________________
1098 [  1205] By: gsar                                  on 1998/06/23  09:03:46
1099         Log: partial MULTIPLICITY cleanup
1100      Branch: perl
1101            ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h
1102            ! thrdvar.h
1103 ____________________________________________________________________________
1104 [  1204] By: gsar                                  on 1998/06/23  09:00:48
1105         Log: tweak MANIFEST, add Dev_t to POSIX/typemap
1106      Branch: perl
1107            ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap
1108 ____________________________________________________________________________
1109 [  1203] By: gsar                                  on 1998/06/23  07:08:02
1110         Log: bump patchlevel to 68, Porting/makerel tweaks
1111      Branch: perl
1112            ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc
1113            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1114 ____________________________________________________________________________
1115 [  1202] By: gsar                                  on 1998/06/23  06:16:19
1116         Log: remove atomic.h pending resolution of licensing issues,
1117              EMULATE_ATOMIC_REFCOUNTS everywhere
1118      Branch: perl
1119            - atomic.h
1120            ! MANIFEST perl.h sv.h
1121 ____________________________________________________________________________
1122 [  1201] By: gsar                                  on 1998/06/23  06:06:23
1123         Log: applied patch, regen headers
1124              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1125              Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu>
1126              Subject: [PATCH 5.004_67] Malloc size feedback
1127              Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT)
1128      Branch: perl
1129            ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c
1130            ! pp_sys.c proto.h sv.c toke.c
1131 ____________________________________________________________________________
1132 [  1200] By: gsar                                  on 1998/06/23  05:59:09
1133         Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net>
1134              Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT)
1135              From: Stephen McCamant <alias@mcs.com>
1136              Subject: [PATCH] Inheritance of B:: classes
1137      Branch: perl
1138            ! ext/B/B.pm
1139 ____________________________________________________________________________
1140 [  1199] By: gsar                                  on 1998/06/23  05:57:58
1141         Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs
1142              Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST)
1143              Message-Id: <199806222101.AAA16456@alpha.hut.fi>
1144              Subject: [PATCH] _67: somebody said POSIX::mknod?
1145              From: Jarkko Hietaniemi <jhi@iki.fi>
1146      Branch: perl
1147            ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1148            ! ext/POSIX/POSIX.xs perl.h
1149 ____________________________________________________________________________
1150 [  1198] By: gsar                                  on 1998/06/23  05:48:56
1151         Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT)
1152              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1153              Subject: PATCH [5.004_67] perldoc.PL
1154              Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com>
1155      Branch: perl
1156            ! utils/perldoc.PL
1157 ____________________________________________________________________________
1158 [  1197] By: gsar                                  on 1998/06/23  05:47:24
1159         Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu>
1160              Date: Mon, 22 Jun 1998 09:29:18 -0700
1161              From: Dan Sugalski <sugalskd@ous.edu>
1162              Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS
1163      Branch: perl
1164            ! lib/AutoSplit.pm
1165 ____________________________________________________________________________
1166 [  1196] By: gsar                                  on 1998/06/23  05:45:19
1167         Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST)
1168              Message-Id: <199806221558.SAA18626@alpha.hut.fi>
1169              Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability
1170              From: Jarkko Hietaniemi <jhi@iki.fi>
1171      Branch: perl
1172            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
1173 ____________________________________________________________________________
1174 [  1195] By: gsar                                  on 1998/06/23  05:43:32
1175         Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]>
1176              Date: Mon, 22 Jun 1998 15:22:24 +0000
1177              From: Dominic Dunlop <domo@vo.lu>
1178              Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY;
1179              update machten.sh to vary REG_INFTY
1180      Branch: perl
1181            ! hints/machten.sh t/op/re_tests t/op/regexp.t
1182 ____________________________________________________________________________
1183 [  1194] By: gsar                                  on 1998/06/23  05:38:36
1184         Log: filter out array subscripts when generating symbols for AIX
1185              Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST)
1186              Message-Id: <199806220914.MAA13631@alpha.hut.fi>
1187              Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy
1188              From: Jarkko Hietaniemi <jhi@iki.fi>
1189      Branch: perl
1190            ! perl_exp.SH
1191 ____________________________________________________________________________
1192 [  1193] By: gsar                                  on 1998/06/23  05:32:52
1193         Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86
1194              Message-Id: <199806221102.NAA12106@alanya.m.isar.de>
1195              Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST)
1196              From: Lupe Christoph <lupe@alanya.m.isar.de>
1197              Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 
1198      Branch: perl
1199            ! hints/solaris_2.sh
1200 ____________________________________________________________________________
1201 [  1192] By: gsar                                  on 1998/06/23  05:27:13
1202         Log: add detailed changelogs and 'genlog'--the script which generates them
1203      Branch: perl
1204            + Porting/genlog
1205            ! Changes INSTALL
1206 ____________________________________________________________________________
1207 [  1191] By: gsar                                  on 1998/06/22  15:56:27
1208         Log: tweak win32 makefiles for PERL_OBJECT build
1209      Branch: perl
1210            ! win32/Makefile win32/makefile.mk
1211 ____________________________________________________________________________
1212 [  1190] By: gsar                                  on 1998/06/22  04:06:02
1213         Log: backout change#1178 as it was dependent on an unapplied patch,
1214              fix filespec.t to know its @INC
1215      Branch: perl
1216            ! sv.c t/lib/filespec.t
1217 ____________________________________________________________________________
1218 [  1189] By: gsar                                  on 1998/06/22  03:47:43
1219         Log: eliminate use of tokenbuf in util.c
1220      Branch: perl
1221            ! util.c
1222 ____________________________________________________________________________
1223 [  1188] By: gsar                                  on 1998/06/22  01:53:59
1224         Log: add patch that generates regnodes.h via regcomp.pl
1225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1226              Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu>
1227              Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup
1228              Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT)
1229      Branch: perl
1230            + regcomp.pl regcomp.sym regnodes.h
1231            ! MANIFEST Makefile.SH regcomp.h
1232 ____________________________________________________________________________
1233 [  1187] By: gsar                                  on 1998/06/22  01:42:21
1234         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1235              Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu>
1236              Subject: [PATCH 5.004_67] Avoid temporaries on recursion
1237              Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT)
1238      Branch: perl
1239            ! pp_ctl.c pp_hot.c
1240 ____________________________________________________________________________
1241 [  1186] By: gsar                                  on 1998/06/22  01:14:14
1242         Log: merge relevant portions from maintbranch change#1155
1243      Branch: perl
1244            ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod
1245            ! pod/perlrun.pod pp_hot.c
1246 ____________________________________________________________________________
1247 [  1185] By: gsar                                  on 1998/06/22  00:59:28
1248         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1249              Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu>
1250              Subject: [PATCH 5.004_67] Zero-length matching bug
1251              Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT)
1252      Branch: perl
1253            ! regexec.c t/op/pat.t
1254 ____________________________________________________________________________
1255 [  1184] By: gsar                                  on 1998/06/22  00:57:27
1256         Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail)
1257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1258              Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu>
1259              Subject: Re: _67 not okay
1260              Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT)
1261      Branch: perl
1262            ! malloc.c
1263 ____________________________________________________________________________
1264 [  1183] By: gsar                                  on 1998/06/22  00:53:37
1265         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1266              Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu>
1267              Subject: [PATCH 5.004_67] Test study/re/
1268              Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT)
1269      Branch: perl
1270            ! t/op/pat.t
1271 ____________________________________________________________________________
1272 [  1182] By: gsar                                  on 1998/06/21  21:25:07
1273         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1274              Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu>
1275              Subject: [PATCH 5.004_67] $^R documented
1276              Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT)
1277      Branch: perl
1278            ! pod/perlre.pod pod/perlvar.pod
1279 ____________________________________________________________________________
1280 [  1181] By: gsar                                  on 1998/06/21  21:23:41
1281         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1282              Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu>
1283              Subject: [PATCH 5.004_67] Re docs
1284              Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT)
1285      Branch: perl
1286            ! pod/perlop.pod pod/perlre.pod
1287 ____________________________________________________________________________
1288 [  1180] By: gsar                                  on 1998/06/21  21:22:16
1289         Log: adapted contents of message into comments in malloc.c and INSTALL
1290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1291              Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu>
1292              Subject: [5.004_67] malloc.c -Defines
1293              Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT)
1294      Branch: perl
1295            ! INSTALL malloc.c
1296 ____________________________________________________________________________
1297 [  1179] By: gsar                                  on 1998/06/21  07:26:35
1298         Log: applied patch, with edits to the prose
1299              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1300              Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu>
1301              Subject: [PATCH 5.004_67] Error variables compared
1302              Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT)
1303      Branch: perl
1304            ! pod/perlvar.pod
1305 ____________________________________________________________________________
1306 [  1178] By: gsar                                  on 1998/06/21  07:07:16
1307         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1308              Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu>
1309              Subject: [PATCH 5.004_67] print study /re/ broken
1310              Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT)
1311      Branch: perl
1312            ! sv.c
1313 ____________________________________________________________________________
1314 [  1177] By: gsar                                  on 1998/06/21  07:06:10
1315         Log: applied patch, tweaked wording
1316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1317              Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu>
1318              Subject: [PATCH 5.004_67] Documentation patch for malloc
1319              Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT)
1320      Branch: perl
1321            ! malloc.c pod/perldiag.pod
1322 ____________________________________________________________________________
1323 [  1176] By: gsar                                  on 1998/06/21  07:00:30
1324         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1325              Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu>
1326              Subject: [PATCH 5.004_67] Cosmetic malloc patch
1327              Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT)
1328      Branch: perl
1329            ! malloc.c
1330 ____________________________________________________________________________
1331 [  1175] By: gsar                                  on 1998/06/21  06:58:37
1332         Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu>
1333              Date: Fri, 19 Jun 1998 16:00:57 -0700
1334              From: Dan Sugalski <sugalskd@osshe.edu>
1335              Subject: [PATCH 5.004_67] fixup patches for VMS
1336      Branch: perl
1337            ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t
1338            ! t/op/taint.t vms/test.com vms/vms.c
1339 ____________________________________________________________________________
1340 [  1174] By: gsar                                  on 1998/06/21  06:55:18
1341         Log: applied VMS patch from Dan Sugalski
1342              Date: Fri, 19 Jun 1998 15:36:34 -0700
1343              From: SYSTEM@cedar.osshe.edu
1344              Message-Id: <980619153634.2063ee12@cedar.osshe.edu>
1345              Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures
1346      Branch: perl
1347            ! configure.com lib/ExtUtils/MM_VMS.pm perl.h
1348            ! vms/descrip_mms.template vms/gen_shrfls.pl
1349            ! vms/subconfigure.com
1350 ____________________________________________________________________________
1351 [  1173] By: gsar                                  on 1998/06/21  06:51:38
1352         Log: applied patch, modified logic to avoid reentering lexer at compile-time
1353              Message-ID: <19980619113104.S9711@asic.sc.ti.com>
1354              Date: Fri, 19 Jun 1998 11:31:04 -0500
1355              From: Graham Barr <gbarr@ti.com>
1356              Subject: Re: [PATCH perl5.004_67] Add Errno in ext/
1357      Branch: perl
1358            ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c
1359            ! lib/English.pm
1360 ____________________________________________________________________________
1361 [  1172] By: gsar                                  on 1998/06/21  06:27:57
1362         Log: applied patch, along with many changes:
1363              - ipfoo.h headers have been coalesced along with perlfoo.h into
1364              iperlsys.h
1365              - win32/cp*.h have been combined in perlhost.h
1366              - CPerlObj::PerlParse() takes an extra xsinit arg
1367              - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
1368              From: "Douglas Lankshear" <dougl@ActiveState.com>
1369              Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
1370              Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 
1371              Date: Fri, 19 Jun 1998 10:59:50 -0700
1372      Branch: perl
1373            + iperlsys.h win32/perlhost.h
1374            - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h
1375            - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h
1376            - perlsock.h
1377            ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c
1378            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
1379            ! win32/runperl.c win32/win32.h
1380 ____________________________________________________________________________
1381 [  1171] By: gsar                                  on 1998/06/21  00:44:42
1382         Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT)
1383              From: Daniel Grisinger <dgris@perrin.dimensional.com>
1384              Subject: Re: PATCH _67 (Doc) perlop.pod 
1385              Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
1386      Branch: perl
1387            ! pod/perlop.pod
1388 ____________________________________________________________________________
1389 [  1170] By: gsar                                  on 1998/06/21  00:43:06
1390         Log: a tweaked version of:
1391              From: "Douglas Lankshear" <dougl@ActiveState.com>
1392              Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
1393              Date: Wed, 17 Jun 1998 20:25:51 -0700
1394              Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
1395      Branch: perl
1396            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk
1397 ____________________________________________________________________________
1398 [  1169] By: gsar                                  on 1998/06/21  00:10:18
1399         Log: added patch, regen headers
1400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1401              Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
1402              Subject: Re: Ilya's patches
1403              Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT)
1404      Branch: perl
1405            ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c
1406 ____________________________________________________________________________
1407 [  1168] By: gsar                                  on 1998/06/21  00:05:01
1408         Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT)
1409              From: Tom Phoenix <rootbeer@teleport.com>
1410              Subject: [PATCH] docs creating files via open
1411              Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
1412      Branch: perl
1413            ! pod/perlfunc.pod
1414 ____________________________________________________________________________
1415 [  1167] By: gsar                                  on 1998/06/21  00:03:34
1416         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1417              Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
1418              Subject: [PATCH 5.004_67] Better version of malloc improver
1419              Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT)
1420      Branch: perl
1421            ! malloc.c
1422 ____________________________________________________________________________
1423 [  1166] By: gsar                                  on 1998/06/20  23:59:23
1424         Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment
1425      Branch: perl
1426            ! pod/perlre.pod
1427 ____________________________________________________________________________
1428 [  1165] By: gsar                                  on 1998/06/20  23:47:09
1429         Log: added patch, tweaked missed files, excised comment that doesn't really
1430              belong in the sources
1431              From: joshua.pritikin@db.com
1432              Date: Mon, 15 Jun 1998 10:03:37 -0400
1433              Message-Id: <H00000e500072c63@MHS>
1434              Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
1435      Branch: perl
1436            ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h
1437            ! t/op/avhv.t
1438 ____________________________________________________________________________
1439 [  1164] By: gsar                                  on 1998/06/20  23:29:09
1440         Log: add File-Spec-0.6 from CPAN
1441      Branch: perl
1442            + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1443            + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1444            + lib/File/Spec/Win32.pm t/lib/filespec.t
1445            ! MANIFEST
1446 ____________________________________________________________________________
1447 [  1163] By: gsar                                  on 1998/06/20  23:15:41
1448         Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test
1449      Branch: perl
1450            ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk
1451 ____________________________________________________________________________
1452 [  1162] By: gsar                                  on 1998/06/20  21:48:32
1453         Log: manual integration of all outstanding ansi branch stuff into mainline
1454      Branch: perl
1455            ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t
1456            ! win32/config.gc win32/dl_win32.xs win32/makefile.mk
1457            ! win32/win32.h
1458 ____________________________________________________________________________
1459 [  1161] By: gsar                                  on 1998/06/20  21:12:01
1460         Log: undo goofed change 1157 (backed out the fix instead of keeping it)
1461      Branch: perl
1462            ! utils/perldoc.PL
1463 ____________________________________________________________________________
1464 [  1160] By: nick                                  on 1998/06/20  21:05:51
1465         Log: Patches to build with EGCS-1.0.2 Mingw32 port.
1466      Branch: ansiperl
1467            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
1468            ! win32/dl_win32.xs win32/makefile.mk win32/win32.h
1469 ____________________________________________________________________________
1470 [  1159] By: gsar                                  on 1998/06/20  02:51:35
1471         Log: cleanup installation of utilities on win32
1472      Branch: perl
1473            ! installperl pod/Makefile win32/Makefile win32/makefile.mk
1474            ! win32/pod.mak
1475 ____________________________________________________________________________
1476 [  1158] By: gsar                                  on 1998/06/20  02:50:35
1477         Log: intuit @INC pathnames from exe location only if dll location
1478              is unknown (ensures that multiple executables will coexist)
1479      Branch: perl
1480            ! win32/win32.c
1481 ____________________________________________________________________________
1482 [  1157] By: gsar                                  on 1998/06/20  02:48:34
1483         Log: make perldoc ignore null files (it tried to open() them)
1484      Branch: perl
1485            ! utils/perldoc.PL
1486 ____________________________________________________________________________
1487 [  1156] By: gsar                                  on 1998/06/19  21:18:47
1488         Log: fix perldoc to ignore unfound null filenames
1489      Branch: perl
1490            ! utils/perldoc.PL
1491 ____________________________________________________________________________
1492 [  1155] By: TimBunce                              on 1998/06/19  18:47:57
1493         Log: Assorted patches:
1494              
1495              ------  BUILD PROCESS  ------
1496              
1497              Title:  "Clarify varargs issues in INSTALL docs"
1498              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1499              Msg-ID:  <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys>
1500              Files:  INSTALL
1501              
1502              ------  CORE LANGUAGE  ------
1503              
1504              Title:  "Further fixes for updated SysV IPC support"
1505              From:  Jarkko Hietaniemi <jhi@iki.fi>
1506              Msg-ID:  <199805211644.TAA15139@alpha.hut.fi>
1507              Files:  Configure perl.h doio.c
1508              
1509              Title:  "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()"
1510              From:  Andrew Bettison <andrewb@zip.com.au>
1511              Msg-ID:  <m0ykMQx-000OQCC@headroom.zip.com.au>
1512              Files:  pp_hot.c
1513              
1514              Title:  "Invalidate method cache on C<local *subname>"
1515              From:  Chip Salzenberg <chip@perl.org>
1516              Msg-ID:  <19980604134731.D24343@perlsupport.com>
1517              Files:  scope.c t/op/method.t
1518              
1519              Title:  "fix uninitialized cv variable in op.c"
1520              From:  joshua.pritikin@db.com
1521              Msg-ID:  <H00000e50005af05@MHS>
1522              Files:  op.c
1523              
1524              Title:  "fix for undef as last arg to setsockopt"
1525              From:  Graham Barr <gbarr@ti.com>
1526              Msg-ID:  <19980603112219.B7638@asic.sc.ti.com>
1527              Files:  pp_sys.c
1528              
1529              Title:  "Fix -i when @ARGV is empty"
1530              From:  Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy
1531              <gsar@engin.umich.edu>, Ilya Zakharevich
1532              <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
1533              Msg-ID:  <19980606184942.A4583@perlsupport.com>,
1534              <199806070029.UAA18709@monk.mps.ohio-state.edu>,
1535              <199806071817.OAA28141@aatma.engin.umich.edu>,
1536              <199806191549.QAA16376@toad.ig.co.uk>
1537              Files:  pp_hot.c
1538              
1539              ------  DOCUMENTATION  ------
1540              
1541              Title:  "Discrepancy between perlop.pod and m// operator docs"
1542              From:  Tom Phoenix <rootbeer@teleport.com>
1543              Msg-ID:  <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com>
1544              Files:  pod/perlop.pod
1545              
1546              Title:  "Doc addition for perlfunc entry for system()"
1547              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher
1548              <fletch@phydeaux.org>
1549              Msg-ID:  <199806011908.PAA31069@dewdrop2.mindspring.com>,
1550              <199806012057.QAA26830@monk.mps.ohio-state.edu>
1551              Files:  pod/perlfunc.pod
1552              
1553              Title:  "Clarify effects of using quotes with m operator"
1554              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
1555              Msg-ID:  <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com>
1556              Files:  pod/perlop.pod
1557              
1558              Title:  "Document -i with STDIN"
1559              From:  joshua.pritikin@db.com
1560              Msg-ID:  <H00000e50006a84a@MHS>
1561              Files:  pod/perlrun.pod
1562              
1563              ------  EXTENSIONS  ------
1564              
1565              Title:  "Fix Liblist.pm to tolerate backslashen in paths"
1566              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1567              Msg-ID:  <199806011954.PAA10900@aatma.engin.umich.edu>
1568              Files:  lib/ExtUtils/Liblist.pm
1569              
1570              ------  LIBRARY  ------
1571              
1572              Title:  "Typo fix for Math::BogFloat"
1573              From:  Mike Stok <mike@stok.co.uk>
1574              Msg-ID:  <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk>
1575              Files:  lib/Math/BigFloat.pm
1576              
1577              ------  PORTABILITY - GENERAL  ------
1578              
1579              Title:  "Add docs about types of diff to Porting/patching.pod"
1580              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
1581              Msg-ID:  <199806090105.VAA20005@aatma.engin.umich.edu>
1582              Files:  Porting/patching.pod
1583              
1584              Title:  "Set dont_use_nlink for PowerMAX OS 4.2"
1585              From:  Tom Horsley <Tom.Horsley@mail.ccur.com>
1586              Msg-ID:  <199806161354.NAA21316@cleo.ssd.hcsc.com>
1587              Files:  hints/powerux.sh
1588              
1589              Title:  "Assorted improvements to hints/solaris_2.sh"
1590              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
1591              Msg-ID:  <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys>
1592              Files:  hints/solaris_2.sh
1593      Branch: maint-5.004/perl
1594            ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh
1595            ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm
1596            ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod
1597            ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c
1598            ! t/op/method.t
1599 ____________________________________________________________________________
1600 [  1154] By: gsar                                  on 1998/06/19  17:22:23
1601         Log: update repository copy of Asmdata.pm after `perl bytecode.pl`
1602      Branch: perl
1603            ! ext/B/B/Asmdata.pm regcomp.c
1604 ____________________________________________________________________________
1605 [  1153] By: nick                                  on 1998/06/19  17:21:21
1606         Log: Use libxxx.a for -lxxx with GCC
1607      Branch: ansiperl
1608            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc
1609            ! win32/makefile.mk
1610 ____________________________________________________________________________
1611 [  1152] By: TimBunce                              on 1998/06/19  17:08:18
1612         Log: Title:  Tom's jumbo doc patch
1613              From:   Tom Christiansen <tchrist@chthon.perl.com>
1614              Msg-Id: <199806140419.WAA20549@chthon.perl.com>
1615              Files:  pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1616              pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1617              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1618              pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1619              pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1620              pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1621              pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1622              pod/perlop.pod pod/perlre.pod pod/perlref.pod
1623              pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
1624              pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod
1625              pod/perlvar.pod
1626      Branch: maint-5.004/perl
1627            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1628            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1629            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1630            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1631            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1632            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1633            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1634            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
1635            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
1636            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
1637 ____________________________________________________________________________
1638 [  1151] By: nick                                  on 1998/06/19  15:38:28
1639         Log: Resolve latest
1640      Branch: ansiperl
1641           !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym
1642           !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h
1643           !> sv.c t/TEST
1644 ____________________________________________________________________________
1645 [  1150] By: gsar                                  on 1998/06/18  20:43:07
1646         Log: Date: Tue, 16 Jun 1998 13:54:17 GMT
1647              Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
1648              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
1649              Subject: [PATCH] perl5.004 hints file (maint and dev paths)
1650      Branch: perl
1651            ! hints/powerux.sh
1652 ____________________________________________________________________________
1653 [  1149] By: gsar                                  on 1998/06/18  20:41:30
1654         Log: hand apply whitespace-mutiliated patch
1655              From: joshua.pritikin@db.com
1656              Date: Mon, 15 Jun 1998 09:21:36 -0400
1657              Message-Id: <H00000e50007289b@MHS>
1658              Subject: [PATCH 5.004_67] SvREADONLY for av_clear
1659      Branch: perl
1660            ! av.c
1661 ____________________________________________________________________________
1662 [  1148] By: gsar                                  on 1998/06/18  20:33:59
1663         Log: hand apply whitespace-mutiliated and reversed patch
1664              Date: Tue, 16 Jun 1998 16:31:40 -0400
1665              From: Les Peters <lpeters@aol.net>
1666              Message-Id: <199806162031.QAA08202@ds9>
1667              Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
1668      Branch: perl
1669            ! ext/Socket/Socket.xs
1670 ____________________________________________________________________________
1671 [  1147] By: gsar                                  on 1998/06/18  20:26:59
1672         Log: close child pipe in t/TEST, other cosmetic tweaks
1673      Branch: perl
1674            ! t/TEST
1675 ____________________________________________________________________________
1676 [  1146] By: gsar                                  on 1998/06/18  19:37:41
1677         Log: back out problematic change#1105, tweak perlsub.pod
1678      Branch: perl
1679            ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod
1680            ! pp_ctl.c proto.h sv.c
1681 ____________________________________________________________________________
1682 [  1145] By: nick                                  on 1998/06/18  19:31:07
1683         Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking
1684      Branch: ansiperl
1685           +> configure.com ext/DB_File/dbinfo
1686           +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t
1687           +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c
1688           +> vms/subconfigure.com
1689            - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms
1690            - vms/fndvers.com
1691           !> (integrate 499 files)
1692 ____________________________________________________________________________
1693 [  1144] By: gsar                                  on 1998/06/18  16:35:11
1694         Log: fix spurious cxstack_max init that trampled memory
1695      Branch: perl
1696            ! perl.c
1697 ____________________________________________________________________________
1698 [  1143] By: gsar                                  on 1998/06/18  16:33:01
1699         Log: fix memory leaks and uninitialized memory accesses found by Purify
1700      Branch: perl
1701            ! doio.c perl.c regexec.c sv.c
1702 ____________________________________________________________________________
1703 [  1142] By: gsar                                  on 1998/06/18  16:28:48
1704         Log: fix off-by-one that trampled memory in re_croak2()
1705      Branch: perl
1706            ! regcomp.c
1707 ____________________________________________________________________________
1708 [  1141] By: gsar                                  on 1998/06/18  16:26:59
1709         Log: fix AutoLoader to do the right thing when there are relative paths
1710              in @INC
1711      Branch: perl
1712            ! lib/AutoLoader.pm
1713 ____________________________________________________________________________
1714 [  1140] By: gsar                                  on 1998/06/18  16:22:47
1715         Log: fix Makefile.SH typo
1716      Branch: perl
1717            ! Makefile.SH
1718 ____________________________________________________________________________
1719 [  1139] By: gsar                                  on 1998/06/17  18:06:16
1720         Log: 5.004_67 niggles
1721      Branch: perl
1722            ! Makefile.SH op.c
1723
1724 ----------------
1725 Version 5.004_67
1726 ----------------
1727
1728 ____________________________________________________________________________
1729 [  1138] By: gsar                                  on 1998/06/15  10:09:27
1730         Log: up patchlevel.h to 67, other small tweaks
1731      Branch: perl
1732            ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms
1733            ! win32/Makefile win32/config_H.bc win32/config_H.gc
1734            ! win32/config_H.vc win32/makefile.mk
1735 ____________________________________________________________________________
1736 [  1137] By: gsar                                  on 1998/06/15  09:08:57
1737         Log: tweaks to get PERL_OBJECT building again; passes tests
1738      Branch: perl
1739            ! ObjXSub.h objpp.h proto.h
1740 ____________________________________________________________________________
1741 [  1136] By: gsar                                  on 1998/06/15  08:51:54
1742         Log: back out previous change (it breaks PERL_OBJECT)
1743      Branch: perl
1744            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
1745            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
1746            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
1747 ____________________________________________________________________________
1748 [  1135] By: gsar                                  on 1998/06/15  05:32:01
1749         Log: added patch, fixed typo, reworked documentation
1750              Message-Id: <H00000e500071aa3@MHS>
1751              Date:    Sun, 14 Jun 1998 14:03:15 EDT
1752              From:    joshua.pritikin@db.com
1753              Subject: [PATCH 5.004_66] JMPENV!
1754      Branch: perl
1755            ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym
1756            ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod
1757            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c
1758 ____________________________________________________________________________
1759 [  1134] By: gsar                                  on 1998/06/15  04:07:18
1760         Log: various win32 odds and ends
1761              - added support for waitpid(), open2/open3, and a bugfix for kill()
1762              from Ronald Schmidt <RonaldWS@aol.com>
1763              - tweak testsuite mods of above
1764              - regenerate win32/config_H.?c
1765              - change kill() to win32_kill() and export it
1766              - coalesce common code in win32.c
1767              - add PerlProc_waitpid() and export win32_waitpid()
1768              result builds and passes on the three win32 compilers
1769      Branch: perl
1770            ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t
1771            ! t/lib/open3.t util.c win32/config.bc win32/config.gc
1772            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1773            ! win32/config_H.vc win32/makedef.pl win32/runperl.c
1774            ! win32/win32.c win32/win32iop.h
1775 ____________________________________________________________________________
1776 [  1133] By: gsar                                  on 1998/06/15  01:39:13
1777         Log: newer Getopt/Long.pm from public distribution cited in:
1778              Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
1779              Date:    14 Jun 1998 15:15:28 +0200
1780              From:    Johan Vromans <jvromans@squirrel.nl>
1781              Subject: Getopt::Long version 2.17 released
1782      Branch: perl
1783            ! lib/Getopt/Long.pm
1784 ____________________________________________________________________________
1785 [  1132] By: gsar                                  on 1998/06/15  01:37:12
1786         Log: documentation update from tchrist
1787              Message-Id: <199806140419.WAA20549@chthon.perl.com>
1788              Date:    Sat, 13 Jun 1998 22:19:32 MDT
1789              From:    Tom Christiansen <tchrist@chthon.perl.com>
1790              Subject: doc patches
1791      Branch: perl
1792            ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod
1793            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1794            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1795            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1796            ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod
1797            ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod
1798            ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod
1799            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
1800            ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod
1801            ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod
1802 ____________________________________________________________________________
1803 [  1131] By: gsar                                  on 1998/06/14  19:33:36
1804         Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
1805              From: Roderick Schertler <roderick@argon.org>
1806              Subject: [PATCH] Re: Exceptions in IPC::Open2
1807              Date: 12 Jun 1998 13:24:15 -0400
1808      Branch: perl
1809            ! lib/IPC/Open3.pm
1810 ____________________________________________________________________________
1811 [  1130] By: gsar                                  on 1998/06/14  19:32:25
1812         Log: fixup MANIFEST
1813      Branch: perl
1814            ! MANIFEST
1815 ____________________________________________________________________________
1816 [  1129] By: gsar                                  on 1998/06/14  18:51:53
1817         Log: various win32 fixes
1818              - fixes that silence VC noises about dup exports, non-default libs, and
1819              unsupported *.def file directives
1820              - s/inplace/inplace_label/ malloc.c
1821              - update Config{usemymalloc} based on d_mymalloc
1822              - export Perl_*Vars
1823              - fix makefiles to not build miniperl.exe twice, and to make it properly
1824              when defaults are changed
1825      Branch: perl
1826            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c
1827            ! win32/Makefile win32/config_sh.PL win32/makedef.pl
1828            ! win32/makefile.mk win32/perllib.c win32/win32.h
1829 ____________________________________________________________________________
1830 [  1128] By: gsar                                  on 1998/06/14  01:38:39
1831         Log: remove unused global `scrgv'
1832      Branch: perl
1833            ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h
1834 ____________________________________________________________________________
1835 [  1127] By: nick                                  on 1998/06/13  08:39:07
1836         Log: Move specialsv_list to embed.sym, regen embed*.h
1837      Branch: win32/perl
1838            ! embed.h embedvar.h global.sym interp.sym
1839 ____________________________________________________________________________
1840 [  1126] By: gsar                                  on 1998/06/12  07:23:06
1841         Log: From: jan.dubois@ibm.net (Jan Dubois)
1842              Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66
1843              Date: Thu, 11 Jun 1998 21:13:31 +0200
1844              Message-ID: <35842ac5.7883075@smtp1.ibm.net>
1845      Branch: perl
1846            ! win32/makedef.pl win32/win32.c win32/win32iop.h
1847 ____________________________________________________________________________
1848 [  1125] By: gsar                                  on 1998/06/12  07:21:29
1849         Log: added patch, undo earlier workaround
1850              From: jan.dubois@ibm.net (Jan Dubois)
1851              Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
1852              Date: Thu, 11 Jun 1998 20:28:36 +0200
1853              Message-ID: <35831f69.4975644@smtp1.ibm.net>
1854      Branch: perl
1855            ! perl.c util.c
1856 ____________________________________________________________________________
1857 [  1124] By: gsar                                  on 1998/06/12  07:16:12
1858         Log: hand-applied patch with wrapped lines
1859              From: "Douglas Lankshear" <dougl@ActiveState.com>
1860              Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
1861              Date: Thu, 11 Jun 1998 11:06:33 -0700
1862              Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
1863      Branch: perl
1864            ! win32/win32.c
1865 ____________________________________________________________________________
1866 [  1123] By: gsar                                  on 1998/06/12  07:07:25
1867         Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT)
1868              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1869              Subject: [PATCH 5.004_66] Config_66-01-02.diff
1870              Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
1871      Branch: perl
1872            ! Configure
1873 ____________________________________________________________________________
1874 [  1122] By: gsar                                  on 1998/06/12  07:06:02
1875         Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
1876              Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT)
1877              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1878              Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 
1879      Branch: perl
1880            ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL
1881            ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL
1882            ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL
1883            ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL
1884 ____________________________________________________________________________
1885 [  1121] By: gsar                                  on 1998/06/12  07:01:20
1886         Log: a tweaked version of:
1887              Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
1888              Date: Fri, 12 Jun 1998 01:26:53 +0200
1889              From: Hugo van der Sanden <hv@crypt0.demon.co.uk>
1890              Subject: Re: Misparsing s///x
1891      Branch: perl
1892            ! pod/perlre.pod
1893 ____________________________________________________________________________
1894 [  1120] By: gsar                                  on 1998/06/12  06:51:08
1895         Log: applied patch, with indentation tweaks
1896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1897              Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
1898              Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
1899              Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT)
1900      Branch: perl
1901            ! regcomp.c regcomp.h regexec.c
1902 ____________________________________________________________________________
1903 [  1119] By: gsar                                  on 1998/06/11  17:42:07
1904         Log: make REG_INFTY default to something saner when sizeof(short) > 2
1905              Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys>
1906              Date:    Thu, 11 Jun 1998 11:50:07 EDT
1907              From:    Andy Dougherty <doughera@lafcol.lafayette.edu>
1908              Subject: Re: [PATCH for tests] Regexp fails on long string 
1909      Branch: perl
1910            ! regcomp.h
1911 ____________________________________________________________________________
1912 [  1118] By: gsar                                  on 1998/06/11  07:09:06
1913         Log: regen embedvar.h
1914      Branch: perl
1915            ! embedvar.h
1916 ____________________________________________________________________________
1917 [  1117] By: gsar                                  on 1998/06/11  06:45:52
1918         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1919              Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
1920              Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst
1921              Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT)
1922      Branch: perl
1923            ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h
1924            ! regexec.c regexp.h t/op/pat.t t/op/subst.t
1925 ____________________________________________________________________________
1926 [  1116] By: gsar                                  on 1998/06/11  06:35:54
1927         Log: misc win32 fixes
1928              From: "Douglas Lankshear" <dougl@ActiveState.com>
1929              Subject: [PATCH 5.004_66]
1930              Date: Wed, 10 Jun 1998 11:28:27 -0700
1931              Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
1932      Branch: perl
1933            ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk
1934 ____________________________________________________________________________
1935 [  1115] By: gsar                                  on 1998/06/11  06:33:21
1936         Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu>
1937              Date: Wed, 10 Jun 1998 00:53:25 +0200
1938              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1939              Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp
1940      Branch: perl
1941            ! Makefile.SH
1942 ____________________________________________________________________________
1943 [  1114] By: gsar                                  on 1998/06/11  06:31:34
1944         Log: back out change#1111 and add alternative patch:
1945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1946              Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu>
1947              Subject: Re: PATCH for study/foo/
1948              Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT)
1949      Branch: perl
1950            ! pp.c sv.c
1951 ____________________________________________________________________________
1952 [  1113] By: gsar                                  on 1998/06/11  02:59:23
1953         Log: fix outdated bytecode.pl
1954      Branch: perl
1955            ! bytecode.h bytecode.pl byterun.c byterun.h
1956 ____________________________________________________________________________
1957 [  1112] By: gsar                                  on 1998/06/10  07:56:06
1958         Log: Added patch, regenerated perly.c and perly.c.diff
1959              Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net>
1960              Date: Sun, 31 May 1998 12:56:14 -0500 (CDT)
1961              From: Stephen McCamant <alias@mcs.com>
1962              Subject: [PATCH] too many RV2GVs in *foo{THING}
1963      Branch: perl
1964            ! perly.c perly.c.diff perly.y t/op/gv.t
1965 ____________________________________________________________________________
1966 [  1111] By: gsar                                  on 1998/06/10  07:40:30
1967         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1968              Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu>
1969              Subject: Re: PATCH for study/foo/
1970              Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT)
1971      Branch: perl
1972            ! pp.c
1973 ____________________________________________________________________________
1974 [  1110] By: gsar                                  on 1998/06/10  07:37:04
1975         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1976              Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu>
1977              Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled
1978              Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT)
1979      Branch: perl
1980            ! pod/perldebug.pod
1981 ____________________________________________________________________________
1982 [  1109] By: gsar                                  on 1998/06/10  07:35:29
1983         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1984              Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu>
1985              Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected
1986              Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT)
1987      Branch: perl
1988            ! regcomp.h
1989 ____________________________________________________________________________
1990 [  1108] By: gsar                                  on 1998/06/10  07:31:25
1991         Log: Added patch, tweaked other places affected by name change
1992              Message-ID: <19980610005417.G162@cdata.tvnet.hu>
1993              Date: Wed, 10 Jun 1998 00:54:17 +0200
1994              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1995              Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly
1996      Branch: perl
1997           +> ext/DynaLoader/DynaLoader_pm.PL
1998            - ext/DynaLoader/DynaLoader.pm.PL
1999            ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile
2000            ! win32/makefile.mk
2001 ____________________________________________________________________________
2002 [  1107] By: gsar                                  on 1998/06/10  07:24:20
2003         Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu>
2004              Date: Wed, 10 Jun 1998 00:53:42 +0200
2005              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2006              Subject: [PATCH for _66] new version of README.dos
2007      Branch: perl
2008            ! README.dos
2009 ____________________________________________________________________________
2010 [  1106] By: gsar                                  on 1998/06/10  07:22:31
2011         Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu>
2012              Date: Wed, 10 Jun 1998 00:54:04 +0200
2013              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2014              Subject: [PATCH for _66] op/taint.t problem on dos/djgpp
2015      Branch: perl
2016            ! t/op/taint.t
2017 ____________________________________________________________________________
2018 [  1105] By: gsar                                  on 1998/06/10  07:21:21
2019         Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl`
2020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2021              Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu>
2022              Subject: [PATCH 5.004_66] Resend of RE cache patch (modified)
2023              Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT)
2024      Branch: perl
2025            ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h
2026            ! perlvars.h pp_ctl.c proto.h sv.c
2027 ____________________________________________________________________________
2028 [  1104] By: gsar                                  on 1998/06/10  07:06:01
2029         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2030              Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu>
2031              Subject: Lost chunk of RE jumbo patch
2032              Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT)
2033      Branch: perl
2034            + t/op/regexp_noamp.t
2035 ____________________________________________________________________________
2036 [  1103] By: gsar                                  on 1998/06/10  07:04:20
2037         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2038              Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu>
2039              Subject: [PATCH 5.004_66] Combined OS/2 support
2040              Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT)
2041      Branch: perl
2042            ! os2/Changes os2/diff.configure os2/os2.c
2043 ____________________________________________________________________________
2044 [  1102] By: gsar                                  on 1998/06/10  07:00:08
2045         Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu>
2046              Date:    Fri, 13 Mar 1998 20:03:52 EST
2047              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2048              Subject: [PATCH 5.004_62 5_004_04m1] pod2html again
2049      Branch: perl
2050            ! lib/Pod/Html.pm
2051 ____________________________________________________________________________
2052 [  1101] By: gsar                                  on 1998/06/10  06:55:20
2053         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2054              Subject: Re: 5.004_65 uninitialized variable regexec.c (2)
2055              Date: Thu, 28 May 1998 01:28:54 -0400 (EDT)
2056      Branch: perl
2057            ! regexec.c
2058 ____________________________________________________________________________
2059 [  1100] By: gsar                                  on 1998/06/10  06:52:50
2060         Log: updated MANIFEST for previous change
2061      Branch: perl
2062            ! MANIFEST
2063 ____________________________________________________________________________
2064 [  1099] By: gsar                                  on 1998/06/10  06:51:08
2065         Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t:
2066              Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu>
2067              Date: Fri, 05 Jun 1998 11:08:40 -0700
2068              From: Dan Sugalski <sugalskd@osshe.edu>
2069              Subject: Re: [PATCH 5.004_66]Add record read capability to <>
2070      Branch: perl
2071            + t/base/rs.t
2072            ! perl.h pod/perlvar.pod sv.c
2073 ____________________________________________________________________________
2074 [  1098] By: gsar                                  on 1998/06/10  06:36:59
2075         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2076              Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk>
2077              Subject: [PATCH fror 5.004_66] DB_File-1.60
2078              Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST)
2079      Branch: perl
2080            + ext/DB_File/dbinfo
2081            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
2082            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t
2083            ! t/lib/db-hash.t t/lib/db-recno.t
2084 ____________________________________________________________________________
2085 [  1097] By: gsar                                  on 1998/06/10  06:33:16
2086         Log: Message-ID: <19980604134731.D24343@perlsupport.com>
2087              Date: Thu, 4 Jun 1998 13:47:31 -0400
2088              From: Chip Salzenberg <chip@perl.org>
2089              Subject: [PATCH] Invalidate method cache on C<local *subname>
2090      Branch: perl
2091            ! scope.c t/op/method.t
2092 ____________________________________________________________________________
2093 [  1096] By: gsar                                  on 1998/06/10  06:30:51
2094         Log: From: Norton Allen <allen@huarp.harvard.edu>
2095              Message-Id: <199806031908.PAA04183@bottesini.harvard.edu>
2096              Subject: [PATCH] _66 MM_Unix.pm for QNX
2097              Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt)
2098      Branch: perl
2099            ! lib/ExtUtils/MM_Unix.pm
2100 ____________________________________________________________________________
2101 [  1095] By: gsar                                  on 1998/06/10  06:29:21
2102         Log: From: Norton Allen <allen@huarp.harvard.edu>
2103              Message-Id: <199806031909.PAA04358@bottesini.harvard.edu>
2104              Subject: [PATCH] _66 proto.h
2105              Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt)
2106      Branch: perl
2107            ! proto.h
2108 ____________________________________________________________________________
2109 [  1094] By: gsar                                  on 1998/06/10  06:26:39
2110         Log: Applied relevant parts of:
2111              From: Paul Johnson <pjcj@transeda.com>
2112              Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST)
2113              Message-Id: <199806031807.TAA04100@west-tip.transeda.com>
2114              Subject: [PATCH] Enhancing xsubpp's support for C++
2115      Branch: perl
2116            ! lib/ExtUtils/xsubpp
2117 ____________________________________________________________________________
2118 [  1093] By: gsar                                  on 1998/06/10  06:22:54
2119         Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com>
2120              Date: Wed, 3 Jun 1998 11:22:19 -0500
2121              From: Graham Barr <gbarr@ti.com>
2122              Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt
2123      Branch: perl
2124            ! pp_sys.c
2125 ____________________________________________________________________________
2126 [  1092] By: gsar                                  on 1998/06/10  06:20:44
2127         Log: Message-Id: <199806030919.KAA03527@sale-wts>
2128              Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST)
2129              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
2130              Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm
2131      Branch: perl
2132            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
2133 ____________________________________________________________________________
2134 [  1091] By: gsar                                  on 1998/06/10  06:18:42
2135         Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu>
2136              Date: Mon, 01 Jun 1998 12:22:29 -0700
2137              From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
2138              Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS
2139      Branch: perl
2140            ! proto.h
2141 ____________________________________________________________________________
2142 [  1090] By: gsar                                  on 1998/06/10  06:14:24
2143         Log: A tweaked version of:
2144              Date: Mon, 1 Jun 1998 12:05:47 -0700
2145              From: SYSTEM@cedar.osshe.edu
2146              Message-Id: <980601120547.20617d54@cedar.osshe.edu>
2147              Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS
2148      Branch: perl
2149            ! ext/SDBM_File/sdbm/Makefile.PL
2150 ____________________________________________________________________________
2151 [  1089] By: gsar                                  on 1998/06/10  05:58:00
2152         Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net>
2153              Date: Fri, 29 May 1998 23:52:26 -0500 (CDT)
2154              From: Stephen McCamant <alias@mcs.com>
2155              Subject: [PATCH] Re: Uninitialised error from -M()
2156      Branch: perl
2157            ! op.c t/op/stat.t
2158 ____________________________________________________________________________
2159 [  1088] By: gsar                                  on 1998/06/10  05:55:24
2160         Log: Date: Sat, 30 May 1998 08:07:01 -0400
2161              From: lvirden@cas.org (Larry Virden)
2162              Message-Id: <199805301207.IAA08856@cas.org>
2163              Subject: PATCH for pod and warning notice
2164      Branch: perl
2165            ! pod/perlguts.pod
2166 ____________________________________________________________________________
2167 [  1087] By: gsar                                  on 1998/06/10  05:52:05
2168         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2169              Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT)
2170              Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
2171              Subject: [PATCH 5.004_66] Config_66-01
2172      Branch: perl
2173            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2174            ! Porting/config_H config_h.SH
2175 ____________________________________________________________________________
2176 [  1086] By: gsar                                  on 1998/06/10  05:46:38
2177         Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu>
2178              Date: Mon, 08 Jun 1998 16:13:14 -0700
2179              From: Dan Sugalski <sugalskd@osshe.edu>
2180              Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm
2181      Branch: perl
2182            ! ext/Thread/Thread/Semaphore.pm
2183 ____________________________________________________________________________
2184 [  1085] By: gsar                                  on 1998/06/10  05:44:44
2185         Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu>
2186              Date: Mon, 08 Jun 1998 16:10:02 -0700
2187              From: Dan Sugalski <sugalskd@osshe.edu>
2188              Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue
2189      Branch: perl
2190            - vms/descrip.mms
2191            ! ext/Thread/Thread/Queue.pm
2192 ____________________________________________________________________________
2193 [  1084] By: gsar                                  on 1998/06/10  05:38:11
2194         Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu>
2195              Date: Mon, 08 Jun 1998 15:38:28 -0700
2196              From: Dan Sugalski <sugalskd@osshe.edu>
2197              Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl
2198      Branch: perl
2199            + configure.com vms/descrip_mms.template vms/munchconfig.c
2200            + vms/subconfigure.com
2201            - vms/config.vms vms/fndvers.com
2202            ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm
2203 ____________________________________________________________________________
2204 [  1083] By: gsar                                  on 1998/06/10  05:07:04
2205         Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a
2206              variant of:
2207              Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu>
2208              Date:    Sat, 13 Dec 1997 07:31:02 EST
2209              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2210              Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS
2211      Branch: perl
2212            ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod
2213 ____________________________________________________________________________
2214 [  1082] By: gsar                                  on 1998/06/10  04:52:26
2215         Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>
2216              (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65)
2217      Branch: perl
2218            ! malloc.c
2219 ____________________________________________________________________________
2220 [  1081] By: gsar                                  on 1998/06/10  03:45:10
2221         Log: reverse integrate contents of win32 branch into mainline
2222      Branch: perl
2223           !> (integrate 44 files)
2224 ____________________________________________________________________________
2225 [  1080] By: gsar                                  on 1998/06/09  17:37:55
2226         Log: `p4 integrate -b ASPerl && p4 resolve -at`
2227      Branch: asperl
2228           !> (integrate 43 files)
2229 ____________________________________________________________________________
2230 [  1079] By: gsar                                  on 1998/06/09  00:59:06
2231         Log: add examples of diff(1) usage
2232      Branch: win32/perl
2233            ! Porting/patching.pod
2234 ____________________________________________________________________________
2235 [  1078] By: gsar                                  on 1998/06/09  00:52:23
2236         Log: undo change#1077
2237      Branch: win32/perl
2238            ! sv.c
2239 ____________________________________________________________________________
2240 [  1077] By: gsar                                  on 1998/06/06  16:47:32
2241         Log: make sv_setsv() treat freed SVs like SVt_NULL
2242      Branch: win32/perl
2243            ! sv.c
2244 ____________________________________________________________________________
2245 [  1076] By: gsar                                  on 1998/06/05  19:03:14
2246         Log: delete undiscussed AS changes for PPD (broke .packlist
2247              mechanism)
2248      Branch: win32/perl
2249            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2250 ____________________________________________________________________________
2251 [  1075] By: gsar                                  on 1998/06/05  18:18:44
2252         Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash
2253              with the xsubpp-generated symbol)
2254      Branch: win32/perl
2255            ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c
2256            ! win32/dl_win32.xs
2257 ____________________________________________________________________________
2258 [  1074] By: gsar                                  on 1998/06/04  22:45:18
2259         Log: add AS patch#25 (allow B build with -DPERL_OBJECT)
2260      Branch: win32/perl
2261            ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h
2262            ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk
2263 ____________________________________________________________________________
2264 [  1073] By: nick                                  on 1998/06/04  17:18:14
2265         Log: resolve -at win32 branch into ansiperl
2266      Branch: ansiperl
2267           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2268           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
2269           +> t/lib/h2ph.t win32/GenCAPI.pl
2270           !> (integrate 127 files)
2271 ____________________________________________________________________________
2272 [  1072] By: gsar                                  on 1998/06/04  01:49:24
2273         Log: document CORE::GLOBAL:: and global overriding, fix up
2274              File::DosGlob, testsuited and all
2275      Branch: win32/perl
2276            ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t
2277 ____________________________________________________________________________
2278 [  1071] By: gsar                                  on 1998/06/03  22:12:55
2279         Log: add AS patch#24, remove one other instance of error_no
2280              that was missed (patch#23 was intentionally skipped)
2281      Branch: win32/perl
2282            ! embedvar.h globals.c perlvars.h win32/makedef.pl
2283            ! win32/runperl.c
2284 ____________________________________________________________________________
2285 [  1070] By: gsar                                  on 1998/06/01  19:42:06
2286         Log: fix Liblist.pm to tolerate backslashen in paths
2287      Branch: win32/perl
2288            ! lib/ExtUtils/Liblist.pm
2289 ____________________________________________________________________________
2290 [  1069] By: gsar                                  on 1998/06/01  07:43:02
2291         Log: @INC construction on win32 cleaned up
2292              - perl.dll location based paths should be much more reliable now
2293              - registry stuff unchanged
2294              - Config.pm now has all the installfoolib entries for MakeMaker et al
2295      Branch: win32/perl
2296            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
2297            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2298            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
2299            ! win32/runperl.c win32/win32.c win32/win32.h
2300 ____________________________________________________________________________
2301 [  1068] By: gsar                                  on 1998/05/31  21:52:18
2302         Log: semctl tweak
2303              Message-Id: <199805312127.QAA06750@gbarr.connect.net>
2304              Date:    Sun, 31 May 1998 16:27:33 CDT
2305              From:    Graham Barr <gbarr@pobox.com>
2306              Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 
2307      Branch: win32/perl
2308            ! doio.c
2309 ____________________________________________________________________________
2310 [  1067] By: gsar                                  on 1998/05/31  21:07:44
2311         Log: minimal fix to enable compiling with -DMULTIPLICITY
2312              (non-threadsafe regcomp.c globals need revisiting)
2313      Branch: win32/perl
2314            ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c
2315            ! win32/GenCAPI.pl win32/makedef.pl
2316 ____________________________________________________________________________
2317 [  1066] By: gsar                                  on 1998/05/30  21:35:37
2318         Log: integrate mainline changes (ASPerl branch is identical to
2319              win32 branch as of this change)
2320      Branch: asperl
2321           !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym
2322           !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c
2323           !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc
2324           !> win32/config.gc win32/config.vc win32/config_H.bc
2325           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
2326 ____________________________________________________________________________
2327 [  1065] By: gsar                                  on 1998/05/30  21:13:06
2328         Log: change#1060 was inexplicably missing some of the "ensure
2329              AS stuff does no harm" fixes
2330      Branch: win32/perl
2331            ! embed.h global.sym win32/Makefile win32/makefile.mk
2332 ____________________________________________________________________________
2333 [  1064] By: gsar                                  on 1998/05/30  21:10:27
2334         Log: integrate mainline to pick up trivial changes
2335      Branch: win32/perl
2336           !> MANIFEST pp_sys.c
2337
2338 ----------------
2339 Version 5.004_66
2340 ----------------
2341
2342 ____________________________________________________________________________
2343 [  1063] By: mbeattie                              on 1998/05/29  15:19:55
2344         Log: Remove duplicate win32/TEST line from MANIFEST.
2345      Branch: perl
2346            ! MANIFEST
2347 ____________________________________________________________________________
2348 [  1062] By: mbeattie                              on 1998/05/29  15:18:33
2349         Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).
2350      Branch: perl
2351            ! pp_sys.c
2352 ____________________________________________________________________________
2353 [  1061] By: mbeattie                              on 1998/05/29  12:02:17
2354         Log: Integrate from win32 branch into mainline (this now pulls in the
2355              asperl stuff).
2356      Branch: perl
2357           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2358           +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht
2359           +> t/lib/h2ph.t win32/GenCAPI.pl
2360           !> (integrate 104 files)
2361 ____________________________________________________________________________
2362 [  1060] By: gsar                                  on 1998/05/29  11:05:50
2363         Log: reverse integrate asperl branch contents (phew!)
2364              - various fixups to ensure AS stuff does no harm
2365              - adjust win32/makefiles for the new directory layout (new layout
2366              looks rather a muddle--needs rework)
2367              - verified build & test on NT and Solaris/gcc
2368      Branch: win32/perl
2369           +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
2370           +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl
2371            ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile
2372            ! win32/config.bc win32/config.gc win32/config.vc
2373            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2374            ! win32/makefile.mk
2375           !> (integrate 77 files)
2376 ____________________________________________________________________________
2377 [  1059] By: gsar                                  on 1998/05/29  08:33:56
2378         Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT
2379      Branch: asperl
2380            ! util.c
2381 ____________________________________________________________________________
2382 [  1058] By: gsar                                  on 1998/05/29  08:31:09
2383         Log: type xtext for *.t that were missing it
2384      Branch: asperl
2385            ! t/lib/thread.t t/op/nothread.t
2386 ____________________________________________________________________________
2387 [  1057] By: gsar                                  on 1998/05/29  08:28:46
2388         Log: stray t/op/ipc*.t fixups
2389      Branch: win32/perl
2390            ! t/op/ipcmsg.t t/op/ipcsem.t
2391 ____________________________________________________________________________
2392 [  1056] By: gsar                                  on 1998/05/29  07:41:49
2393         Log: fixups to make it build and pass tests under both compilers
2394      Branch: asperl
2395            ! ObjXSub.h objpp.h proto.h
2396 ____________________________________________________________________________
2397 [  1055] By: gsar                                  on 1998/05/29  07:22:51
2398         Log: integrate mainline changes
2399      Branch: asperl
2400           +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2401           !> (integrate 69 files)
2402      Branch: win32/perl
2403            ! Todo.5.005 pod/perldelta.pod
2404 ____________________________________________________________________________
2405 [  1054] By: gsar                                  on 1998/05/29  05:04:03
2406         Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity
2407      Branch: win32/perl
2408            ! t/lib/h2ph.t
2409 ____________________________________________________________________________
2410 [  1053] By: gsar                                  on 1998/05/29  05:01:54
2411         Log: misc changes
2412              - remove code that works around lack of I_STDARG (we're a happy ANSI family)
2413              - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports
2414      Branch: win32/perl
2415            ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs
2416            ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c
2417            ! x2p/util.c x2p/util.h
2418 ____________________________________________________________________________
2419 [  1052] By: gsar                                  on 1998/05/29  02:31:44
2420         Log: merge changes#1014,1038 from maintbranch
2421      Branch: win32/perl
2422            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2423            ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c
2424            ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod
2425            ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod
2426            ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c
2427            ! t/io/pipe.t utils/h2ph.PL
2428 ____________________________________________________________________________
2429 [  1051] By: gsar                                  on 1998/05/29  01:38:51
2430         Log: regenerate win32/config_H.?c
2431      Branch: win32/perl
2432            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2433 ____________________________________________________________________________
2434 [  1050] By: gsar                                  on 1998/05/29  01:32:41
2435         Log: integrate mainline
2436      Branch: win32/perl
2437            ! win32/Makefile win32/makefile.mk
2438           !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh
2439           !> Porting/config_H Porting/patching.pod config_h.SH doio.c
2440           !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh
2441           !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh
2442           !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9
2443           !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc
2444 ____________________________________________________________________________
2445 [  1049] By: gsar                                  on 1998/05/29  00:57:05
2446         Log: fix various shenanigans with C<environ>, BC and VC builds now pass
2447              all tests
2448      Branch: asperl
2449            ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c
2450            ! win32/win32.h win32/win32iop.h
2451 ____________________________________________________________________________
2452 [  1048] By: mbeattie                              on 1998/05/28  18:07:24
2453         Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t
2454              in change 1043 clashed badly with changes made in the win32
2455              branch. I did an accept on the win32 branch version for now.
2456      Branch: perl
2457           +> t/op/die.t
2458           !> (integrate 52 files)
2459 ____________________________________________________________________________
2460 [  1047] By: mbeattie                              on 1998/05/28  17:59:18
2461         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2462              Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints
2463              Date: Thu, 28 May 1998 13:27:25 -0400 (EDT)
2464              Subject: [PATCH 5.004_65] Config_65-03-04.diff:  semctl probing
2465              Date: Thu, 28 May 1998 13:28:21 -0400 (EDT)
2466      Branch: perl
2467            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2468            ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl
2469            ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms
2470            ! win32/config.bc win32/config.gc win32/config.vc
2471 ____________________________________________________________________________
2472 [  1046] By: mbeattie                              on 1998/05/28  17:55:48
2473         Log: Back out change 1043 since Andy's forthcoming Config patch
2474              includes a modified version.
2475      Branch: perl
2476            ! Configure config_h.SH doio.c perl.h
2477 ____________________________________________________________________________
2478 [  1045] By: mbeattie                              on 1998/05/28  17:52:40
2479         Log: Bump patchlevel.h to 66.
2480      Branch: perl
2481            ! patchlevel.h
2482 ____________________________________________________________________________
2483 [  1044] By: mbeattie                              on 1998/05/28  17:51:49
2484         Log: From: Daniel Grisinger <dgris@perrin.dimensional.com>
2485              Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd)
2486              Date: Fri, 15 May 1998 16:18:26 -0600 (MDT)
2487              (above minus the t/system.t test pending checking)
2488              Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm
2489              Date: Wed, 20 May 1998 19:50:50 -0600 (MDT)
2490              Subject: [PATCH] _65 and _04 <DOC> patching.pod
2491              Date: Thu, 21 May 1998 16:33:03 -0600 (MDT)
2492      Branch: perl
2493            ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod
2494 ____________________________________________________________________________
2495 [  1043] By: mbeattie                              on 1998/05/28  17:42:21
2496         Log: This change really is:
2497              Subject: [PATCH] 5.004_65: the infamous semctl()
2498              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
2499              From: Jarkko Hietaniemi <jhi@iki.fi>
2500              
2501              Change 1041 claimed to be this patch but was really:
2502              Subject: [PATCH] 5.004_65: t/op/ipc*.t
2503              Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST)
2504              From: Jarkko Hietaniemi <jhi@iki.fi>
2505      Branch: perl
2506            ! Configure config_h.SH doio.c perl.h
2507 ____________________________________________________________________________
2508 [  1042] By: mbeattie                              on 1998/05/28  17:36:57
2509         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
2510              Subject: [PATCH 5.004_65] Config_65-01: lchown() detection.
2511              Date: Thu, 28 May 1998 13:25:21 -0400 (EDT)
2512              Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes
2513              Date: Thu, 28 May 1998 13:26:18 -0400 (EDT)
2514      Branch: perl
2515            ! Configure INSTALL Porting/Glossary Porting/config.sh
2516            ! Porting/config_H config_h.SH doio.c hints/bsdos.sh
2517            ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9
2518            ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc
2519 ____________________________________________________________________________
2520 [  1041] By: mbeattie                              on 1998/05/28  17:34:26
2521         Log: Subject: [PATCH] 5.004_65: the infamous semctl()
2522              Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST)
2523              From: Jarkko Hietaniemi <jhi@iki.fi>
2524      Branch: perl
2525            ! t/op/ipcmsg.t t/op/ipcsem.t
2526 ____________________________________________________________________________
2527 [  1040] By: gsar                                  on 1998/05/28  02:06:47
2528         Log: tweaks to enable Borland build
2529      Branch: asperl
2530            ! win32/makefile.mk win32/win32.c
2531 ____________________________________________________________________________
2532 [  1039] By: gsar                                  on 1998/05/27  23:29:22
2533         Log: remove C<#define index strchr> from win32.h (unused, and the
2534              pollution causes spurious variable name changes in extensions)
2535      Branch: win32/perl
2536            ! win32/win32.h
2537 ____________________________________________________________________________
2538 [  1038] By: TimBunce                              on 1998/05/27  17:29:15
2539         Log: Assorted patches:
2540              
2541              ------  BUILD PROCESS  ------
2542              
2543              Title:  "add utilities to make test dependencies"
2544              From:  Robin Barker <rmb1@cise.npl.co.uk>
2545              Msg-ID:  <2607.9805211303@tempest.cise.npl.co.uk>
2546              Files:  Makefile.SH
2547              
2548              Title:  "Add 'make nok' complement to 'make ok'"
2549              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2550              Msg-ID:  <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk>
2551              Files:  Makefile.SH
2552              
2553              Title:  "further h2ph patches (add enum support)"
2554              From:  Billy <wdconsta@cs.adelaide.edu.au>
2555              Msg-ID:              <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au>
2556              Files:  MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
2557              
2558              ------  CORE LANGUAGE  ------
2559              
2560              Title:  "Fix %! error spelling and add perldiag.pod entry"
2561              From:  Graham Barr <gbarr@pobox.com>, Tim Bunce
2562              Msg-ID:  <19980524193101.A573@pobox.com>
2563              Files:  pod/perldiag.pod gv.c
2564              
2565              Title:  "Remove obsolete Win32 uppercasing ENV code"
2566              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2567              Msg-ID:  <199805201510.LAA28676@aatma.engin.umich.edu>
2568              Files:  perl.c
2569              
2570              Title:  "Don't mung $! on implicit close"
2571              From:  Chip Salzenberg <chip@perl.org>
2572              Msg-ID:  <19980525113309.A15845@perlsupport.com>
2573              Files:  doio.c
2574              
2575              Title:  "Maint trial 3 fails on SunOS 4.1.3 with Sun cc"
2576              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2577              Msg-ID:  <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys>
2578              Files:  doio.c
2579              
2580              ------  DOCUMENTATION  ------
2581              
2582              Title:  "doc patch: you canna return an array ( list context: || vs or)"
2583              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
2584              Msg-ID:  <oeeemxguf5h.fsf_-_@alpha.hut.fi>
2585              Files:  pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod
2586              
2587              Title:  "doc patch: @ needs escaping in m/\Q\E/ environment"
2588              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2589              Msg-ID:  <E0yecim-0002qr-00@taurus.cus.cam.ac.uk>
2590              Files:  pod/perlop.pod pod/perlre.pod
2591              
2592              Title:  "Discrepancy between perlop.pod and m// operator", "Doc fix: Only
2593              with /g does list context get matches without parens"
2594              From:  Greg Chapman <glc@well.com>, Tom Christiansen
2595              <tchrist@jhereg.perl.com>, Tom Phoenix
2596              <rootbeer@teleport.com>
2597              Msg-ID:  <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>,
2598              <199805231559.JAA21316@jhereg.perl.com>,
2599              <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com>
2600              Files:  pod/perlop.pod
2601              
2602              Title:  "Documenting last/next/redo even further"
2603              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
2604              <rootbeer@teleport.com>
2605              Msg-ID:  <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>,
2606              <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com>
2607              Files:  pod/perlfunc.pod
2608              
2609              Title:  "Documenting last/next/redo within continue block"
2610              From:  Tom Phoenix <rootbeer@teleport.com>
2611              Msg-ID:  <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com>
2612              Files:  pod/perlfunc.pod
2613              
2614              Title:  "Document stat return in scalar context"
2615              From:  Mark-Jason Dominus <mjd@plover.com>
2616              Files:  pod/perlfunc.pod
2617              
2618              ------  EXTENSIONS  ------
2619              
2620              Title:  "Better LD_RUN_PATH handling on IRIX"
2621              From:  "W. Phillip Moore" <wpm@ms.com>
2622              Msg-ID:  <199805212206.SAA07504@zappa.morgan.com>
2623              Files:  lib/ExtUtils/MM_Unix.pm
2624              
2625              Title:  "Dealing with <unistd.h> in POSIX and SunOS"
2626              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
2627              Msg-ID:  <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys>
2628              Files:  ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs
2629              
2630              ------  LIBRARY  ------
2631              
2632              Title:  "Fix FileHandle.pm example bug"
2633              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2634              Msg-ID:  <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com>
2635              Files:  lib/FileHandle.pm
2636              
2637              Title:  "Add zero/negative $count docs for Benchmark.pm"
2638              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2639              Msg-ID:  <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk>
2640              Files:  lib/Benchmark.pm
2641              
2642              ------  PORTABILITY - GENERAL  ------
2643              
2644              Title:  "Add test suite recommendations to Porting/patching.pod"
2645              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
2646              Msg-ID:  <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com>
2647              Files:  Porting/patching.pod
2648              
2649              ------  TESTS  ------
2650              
2651              Title:  "Fix looping bug in t/io/pipe.t"
2652              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2653              Msg-ID:  <E0yc737-0006fB-00@taurus.cus.cam.ac.uk>
2654              Files:  t/io/pipe.t
2655      Branch: maint-5.004/perl
2656            ! MANIFEST Makefile.SH Porting/patching.pod doio.c
2657            ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c
2658            ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm
2659            ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod
2660            ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod
2661            ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t
2662            ! utils/h2ph.PL
2663 ____________________________________________________________________________
2664 [  1037] By: gsar                                  on 1998/05/27  16:18:30
2665         Log: add AS patch#22 (fix to make die_exit.t pass)
2666      Branch: asperl
2667            ! win32/runperl.c
2668 ____________________________________________________________________________
2669 [  1036] By: gsar                                  on 1998/05/27  12:50:34
2670         Log: add AS patch#21 (misc. fixes)
2671      Branch: asperl
2672            ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h
2673            ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
2674            ! win32/win32.c win32/win32sck.c
2675 ____________________________________________________________________________
2676 [  1035] By: gsar                                  on 1998/05/26  17:26:17
2677         Log: more changes to satisfy non-debug VC build (C-API doesn't
2678              build, and the testsuite still won't run)
2679      Branch: asperl
2680            ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h
2681            ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl
2682 ____________________________________________________________________________
2683 [  1034] By: gsar                                  on 1998/05/26  17:20:22
2684         Log: remove doubled hunk (perforce auto-integrate oddity)
2685      Branch: win32/perl
2686            ! pod/perldiag.pod
2687 ____________________________________________________________________________
2688 [  1033] By: gsar                                  on 1998/05/26  13:39:14
2689         Log: tweaks to make it build with the Borland compiler.  Won't run
2690              testsuite because @INC intuition from location of perlcore.dll seems
2691              to be broken.  Also, system() and qx// seem broken as well.
2692      Branch: asperl
2693            ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym
2694            ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c
2695            ! regexec.c toke.c
2696 ____________________________________________________________________________
2697 [  1032] By: gsar                                  on 1998/05/24  23:13:05
2698         Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs
2699      Branch: win32/perl
2700            ! lib/Benchmark.pm
2701 ____________________________________________________________________________
2702 [  1031] By: gsar                                  on 1998/05/24  05:36:44
2703         Log: tweak makefiles
2704      Branch: asperl
2705            ! win32/Makefile win32/makefile.mk
2706 ____________________________________________________________________________
2707 [  1030] By: gsar                                  on 1998/05/23  18:58:23
2708         Log: merge changes#1016,1018 from maintbranch (1017 is n/a)
2709      Branch: win32/perl
2710            ! pp_sys.c t/op/die.t
2711 ____________________________________________________________________________
2712 [  1029] By: gsar                                  on 1998/05/23  18:55:13
2713         Log: merge change#1015 from maintbranch (must revisit 1014 later, is
2714              incomplete)
2715      Branch: win32/perl
2716            ! embed.h global.sym op.c pp.c proto.h sv.c
2717 ____________________________________________________________________________
2718 [  1028] By: gsar                                  on 1998/05/23  18:25:14
2719         Log: merge change#1013 from maintbranch (1012 is n/a)
2720      Branch: win32/perl
2721            ! toke.c
2722 ____________________________________________________________________________
2723 [  1027] By: gsar                                  on 1998/05/23  18:02:21
2724         Log: merge change#1011 from maintbranch
2725      Branch: win32/perl
2726            ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
2727            ! utils/perlbug.PL
2728 ____________________________________________________________________________
2729 [  1026] By: nick                                  on 1998/05/23  08:45:04
2730         Log: Ids of msgs and sems can be zero, so change || die to a defined() test
2731      Branch: win32/perl
2732            ! t/op/ipcmsg.t t/op/ipcsem.t
2733 ____________________________________________________________________________
2734 [  1025] By: nick                                  on 1998/05/23  08:36:36
2735         Log: Resolve win32 into ansiperl
2736      Branch: ansiperl
2737           +> t/op/die.t
2738           !> (integrate 42 files)
2739 ____________________________________________________________________________
2740 [  1024] By: gsar                                  on 1998/05/21  21:11:12
2741         Log: more mingw32 tweaks
2742      Branch: win32/perl
2743            ! ext/POSIX/POSIX.xs t/pragma/locale.t
2744 ____________________________________________________________________________
2745 [  1023] By: gsar                                  on 1998/05/21  19:15:02
2746         Log: fix problematic change#965 from maintbranch
2747              Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu>
2748              Date:    Sat, 16 May 1998 17:45:22 EDT
2749              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2750              Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5
2751      Branch: win32/perl
2752            ! gv.c op.c t/comp/proto.t
2753 ____________________________________________________________________________
2754 [  1022] By: gsar                                  on 1998/05/21  01:37:04
2755         Log: fix POSIX for mingw32
2756      Branch: win32/perl
2757            ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc
2758 ____________________________________________________________________________
2759 [  1021] By: gsar                                  on 1998/05/20  15:02:21
2760         Log: remove strupr() from perl.c
2761      Branch: win32/perl
2762            ! perl.c
2763 ____________________________________________________________________________
2764 [  1020] By: TimBunce                              on 1998/05/19  22:41:40
2765         Log: Title:  "fix up descrepancy in h2ph test"
2766              From:  Tim Bunce
2767              Files:  t/lib/h2ph.pht
2768      Branch: maint-5.004/perl
2769            ! t/lib/h2ph.pht
2770 ____________________________________________________________________________
2771 [  1019] By: TimBunce                              on 1998/05/19  22:17:15
2772         Log: Title:  "add a test to check return value from successful s/// (there was none!)"
2773              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2774              Msg-ID:  <199805161759.NAA12995@aatma.engin.umich.edu>
2775              Files:  t/op/subst.t
2776              
2777              Title:  "fix up descrepancy in h2ph test"
2778              From:  Tim Bunce
2779              Files:  t/lib/h2ph.t
2780      Branch: maint-5.004/perl
2781            ! t/lib/h2ph.t t/op/subst.t
2782 ____________________________________________________________________________
2783 [  1018] By: TimBunce                              on 1998/05/19  21:56:32
2784         Log: Title:  "fix mem leak and core dump from change 1016"
2785              From:  Tim Bunce
2786              Files:  pp_sys.c
2787      Branch: maint-5.004/perl
2788            ! pp_sys.c
2789 ____________________________________________________________________________
2790 [  1017] By: TimBunce                              on 1998/05/19  21:26:03
2791         Log: Title:  "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility"
2792              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2793              Files:  MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod
2794              pod/perlguts.pod pod/perlref.pod pod/perlrun.pod
2795              pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h
2796              proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c
2797              doio.c doop.c ext/ODBM_File/ODBM_File.xs
2798              ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2799              gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm
2800              lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm
2801              lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2802              lib/ExtUtils/Manifest.pm lib/File/Basename.pm
2803              lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm
2804              lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
2805              lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c
2806              op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c
2807              pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t
2808              t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c
2809              universal.c util.c win32/Makefile win32/config_H.bc
2810              win32/config_H.vc win32/dl_win32.xs win32/makedef.pl
2811              win32/makefile.mk win32/perlglob.c win32/runperl.c
2812              win32/win32.c win32/win32sck.c x2p/s2p.PL
2813      Branch: maint-5.004/perl
2814            ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc
2815            ! cygwin32/perlld deb.c doio.c doop.c embed.h
2816            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL
2817            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h
2818            ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm
2819            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2820            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
2821            ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm
2822            ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm
2823            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm
2824            ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod
2825            ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod
2826            ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL
2827            ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
2828            ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c
2829            ! universal.c util.c utils/perldoc.PL win32/Makefile
2830            ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs
2831            ! win32/makedef.pl win32/makefile.mk win32/perlglob.c
2832            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c
2833            ! x2p/s2p.PL
2834 ____________________________________________________________________________
2835 [  1016] By: TimBunce                              on 1998/05/19  20:37:42
2836         Log: Title:  "eval { die $obj }; die; calls $obj->PROPAGATE"
2837              From:  Graham Barr <gbarr@ti.com>
2838              Msg-ID:  <3561D147.7F3E0C88@ti.com>
2839              Files:  pp_sys.c t/op/die.t
2840      Branch: maint-5.004/perl
2841            ! pp_sys.c t/op/die.t
2842 ____________________________________________________________________________
2843 [  1015] By: TimBunce                              on 1998/05/19  20:07:01
2844         Log: Title:  "loosen const sub re-defined warnings"
2845              From:  Doug MacEachern <dougm@pobox.com>
2846              Msg-ID:  <355F713B.6A4C0F04@pobox.com>
2847              Files:  proto.h global.sym op.c pp.c sv.c
2848      Branch: maint-5.004/perl
2849            ! global.sym op.c pp.c proto.h sv.c
2850 ____________________________________________________________________________
2851 [  1014] By: TimBunce                              on 1998/05/19  19:48:18
2852         Log: Title:  "s/FORMLINE/FORMAT/ in sv.c"
2853              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
2854              Msg-ID:  <l03130303b1837a243670@[194.222.64.89]>
2855              Files:  sv.c
2856              
2857              Title:  "Further h2ph patches (including a test suite)"
2858              From:  Billy <wdconsta@cs.adelaide.edu.au>
2859              Msg-ID:  <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au>
2860              Files:  MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
2861      Branch: maint-5.004/perl
2862            + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
2863            ! MANIFEST sv.c utils/h2ph.PL
2864 ____________________________________________________________________________
2865 [  1013] By: TimBunce                              on 1998/05/19  19:14:13
2866         Log: Title:  "Remove change 673 (Allow empty BLOCK in code)"
2867              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich
2868              <ilya@math.ohio-state.edu>
2869              Msg-ID:  <199805151857.OAA29586@monk.mps.ohio-state.edu>,
2870              <199805151931.PAA23086@aatma.engin.umich.edu>,
2871              <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
2872              Files:  toke.c
2873      Branch: maint-5.004/perl
2874            ! toke.c
2875 ____________________________________________________________________________
2876 [  1012] By: TimBunce                              on 1998/05/19  19:03:32
2877         Log: Title:  "Further SysV sem/msg fixes and removal of non-portable tests"
2878              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi
2879              <jhi@iki.fi>
2880              Msg-ID:  <199805182028.XAA15717@alpha.hut.fi>,
2881              <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys>
2882              Files:  MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t
2883              t/op/ipcsem.t
2884      Branch: maint-5.004/perl
2885            ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t
2886            ! t/op/ipcsem.t
2887 ____________________________________________________________________________
2888 [  1011] By: TimBunce                              on 1998/05/19  17:55:38
2889         Log: Title:  "interp.sym is missing C<e_script> after -e fix"
2890              From:  jan.dubois@ibm.net (Jan Dubois)
2891              Msg-ID:  <355d460d.7621669@smtp1.ibm.net>
2892              Files:  embed.h interp.sym
2893              
2894              Title:  "Undo changed error message which breaks Tk"
2895              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
2896              Msg-ID:  <199805161557.LAA08106@aatma.engin.umich.edu>
2897              Files:  pp_ctl.c
2898              
2899              Title:  "Minor fixups to new -e script code"
2900              From:  Tim Bunce
2901              Files:  perl.c
2902              
2903              Title:  "Remove old diags not relevant after -e fix"
2904              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy
2905              <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce)
2906              Msg-ID:  <199805172143.RAA07896@aatma.engin.umich.edu>,
2907              <199805181335.OAA07008@toad.ig.co.uk>,
2908              <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys>
2909              Files:  pod/perldiag.pod
2910              
2911              Title:  "more examples for vec()"
2912              From:  Tom Phoenix <rootbeer@teleport.com>
2913              Msg-ID:  <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com>
2914              Files:  pod/perlfunc.pod
2915              
2916              Title:  ""make ok" (perlbug -ok) should not be interactive"
2917              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi
2918              <jhi@iki.fi>
2919              Msg-ID:  <199805160942.MAA20171@alpha.hut.fi>,
2920              <l03130300b1834f9732a0@[194.222.64.89]>
2921              Files:  utils/perlbug.PL
2922      Branch: maint-5.004/perl
2923            ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod
2924            ! pp_ctl.c utils/perlbug.PL
2925 ____________________________________________________________________________
2926 [  1010] By: gsar                                  on 1998/05/18  09:40:58
2927         Log: integrate mainline changes (untested)
2928      Branch: asperl
2929           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
2930           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
2931           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
2932           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
2933           +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t
2934           +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL
2935            - ext/DynaLoader/DynaLoader.pm
2936            ! win32/win32.c
2937           !> (integrate 234 files)
2938 ____________________________________________________________________________
2939 [  1009] By: gsar                                  on 1998/05/18  07:51:19
2940         Log: more whitespace tweaks from maintbranch
2941      Branch: win32/perl
2942            ! av.c perl.c pp_ctl.c pp_sys.c toke.c
2943 ____________________________________________________________________________
2944 [  1008] By: gsar                                  on 1998/05/17  22:37:20
2945         Log: sundry whitespace cleanups from maintbranch
2946      Branch: win32/perl
2947            ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c
2948 ____________________________________________________________________________
2949 [  1007] By: gsar                                  on 1998/05/16  21:59:46
2950         Log: integrate mainline
2951      Branch: win32/perl
2952           !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
2953           !> t/op/ipcmsg.t t/op/ipcsem.t
2954 ____________________________________________________________________________
2955 [  1006] By: gsar                                  on 1998/05/16  21:54:23
2956         Log: merge changes#996,998,999 from maintbranch
2957      Branch: win32/perl
2958            ! Changes5.004 Porting/makerel t/base/lex.t toke.c
2959 ____________________________________________________________________________
2960 [  1005] By: gsar                                  on 1998/05/16  21:49:47
2961         Log: merge change#995 from maintbranch, tweak interp.sym and
2962              run embed.pl
2963      Branch: win32/perl
2964            ! embedvar.h interp.sym intrpvar.h perl.c
2965 ____________________________________________________________________________
2966 [  1004] By: gsar                                  on 1998/05/16  21:27:18
2967         Log: merge changes#989,990,992 from maintbranch
2968      Branch: win32/perl
2969            + t/op/die.t
2970            ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t
2971 ____________________________________________________________________________
2972 [  1003] By: gsar                                  on 1998/05/16  21:16:47
2973         Log: sync config*.gc with others, and verify that nothing from
2974              change#986 needs to be merged
2975      Branch: win32/perl
2976            ! win32/config.gc win32/config_H.gc
2977 ____________________________________________________________________________
2978 [  1002] By: gsar                                  on 1998/05/16  21:04:04
2979         Log: merge change#985 from maintbranch
2980      Branch: win32/perl
2981            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
2982            ! util.c
2983 ____________________________________________________________________________
2984 [  1001] By: gsar                                  on 1998/05/16  17:53:16
2985         Log: add a test to check return value from successful s/// (there was none!)
2986      Branch: win32/perl
2987            ! t/op/subst.t
2988 ____________________________________________________________________________
2989 [  1000] By: gsar                                  on 1998/05/16  17:42:34
2990         Log: fix misplaced SPAGAIN that caused successful s/// to fail to
2991              return a value on the stack
2992      Branch: win32/perl
2993            ! pp_hot.c
2994 ____________________________________________________________________________
2995 [   999] By: TimBunce                              on 1998/05/15  23:04:30
2996         Log: Title:  "Update Porting/makerel script for perforce dir structure"
2997              From:  Tim Bunce
2998              Files:  Porting/makerel
2999      Branch: maint-5.004/perl
3000            ! Porting/makerel
3001 ____________________________________________________________________________
3002 [   998] By: TimBunce                              on 1998/05/15  22:49:55
3003         Log: Title:  "Updated Changes file for trial 3"
3004              From:  Tim Bunce
3005              Files:  Changes
3006      Branch: maint-5.004/perl
3007            ! Changes
3008 ____________________________________________________________________________
3009 [   997] By: gsar                                  on 1998/05/15  22:21:41
3010         Log: merge changes#982,984 from maintbranch
3011      Branch: win32/perl
3012            ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t
3013            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
3014 ____________________________________________________________________________
3015 [   996] By: TimBunce                              on 1998/05/15  22:19:32
3016         Log: Title:  "Negative array subscript unrecognized in regex"
3017              From:  Mark-Jason Dominus <mjd@plover.com>,
3018              h.sanden@elsevier.nl (Hugo van der Sanden)
3019              Msg-ID:  <19980425040819.13828.qmail@plover.com>,
3020              <199805151514.RAA04121@dorlas.elsevier.nl>
3021              Files:  t/base/lex.t toke.c
3022              
3023              Title:  "Remove e_fp from toke.c after change 955"
3024              From:  Tim Bunce
3025              Files:  toke.c
3026      Branch: maint-5.004/perl
3027            ! t/base/lex.t toke.c
3028 ____________________________________________________________________________
3029 [   995] By: TimBunce                              on 1998/05/15  22:08:32
3030         Log: Title:  "Fix -e security hole (no longer uses temp file)"
3031              From:  Tim Bunce
3032              Files:  embed.h perl.h perl.c
3033      Branch: maint-5.004/perl
3034            ! embed.h perl.c perl.h
3035 ____________________________________________________________________________
3036 [   994] By: gsar                                  on 1998/05/15  22:08:17
3037         Log: merge change#981 from maintbranch, add XXX comment about
3038              supporting %! for usethreads case
3039      Branch: win32/perl
3040            ! gv.c op.c
3041 ____________________________________________________________________________
3042 [   992] By: TimBunce                              on 1998/05/15  22:01:32
3043         Log: Title:  "install non-backwards compatible .pm files into archlib"
3044              From:  Tim Bunce
3045              Files:  installperl
3046              
3047              Title:  "revert "Can't locate" message to original for maintenance"
3048              From:  Tim Bunce
3049              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
3050              Files:  pod/perldiag.pod pp_ctl.c
3051      Branch: maint-5.004/perl
3052            ! installperl pod/perldiag.pod pp_ctl.c
3053 ____________________________________________________________________________
3054 [   991] By: gsar                                  on 1998/05/15  21:35:00
3055         Log: reverse integrate ansiperl (all except the
3056              C<attrs qw(package locked)> stuff, and the duplicate hunks)
3057              i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g
3058      Branch: win32/perl
3059           !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm
3060           !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c
3061           !> utils/perldoc.PL
3062 ____________________________________________________________________________
3063 [   990] By: TimBunce                              on 1998/05/15  16:54:18
3064         Log: Title:  "Add tests for die $ref"
3065              From:  Graham Barr <gbarr@ti.com>
3066              Msg-ID:  <355C6297.121B576B@ti.com>
3067              Files:  MANIFEST t/op/die.t
3068      Branch: maint-5.004/perl
3069            + t/op/die.t
3070            ! MANIFEST
3071 ____________________________________________________________________________
3072 [   989] By: TimBunce                              on 1998/05/15  16:38:19
3073         Log: Title:  "Fix t/op/ipcmsg.t for Digital UNIX"
3074              From:  Jarkko Hietaniemi <jhi@iki.fi>
3075              Msg-ID:  <199805151337.QAA01174@alpha.hut.fi>
3076              Files:  t/op/ipcmsg.t
3077      Branch: maint-5.004/perl
3078            ! t/op/ipcmsg.t
3079 ____________________________________________________________________________
3080 [   988] By: mbeattie                              on 1998/05/15  16:28:08
3081         Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko
3082              (manually applied and tweaked) to fix up SysV IPC semaphores for
3083              Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and
3084              t/op/ipcsem.t for platforms which wanted to skip test. Completely
3085              disable ipcsem.t since it doesn't seem to work properly even when
3086              not skipped. This is _65.
3087      Branch: perl
3088            ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod
3089            ! t/op/ipcmsg.t t/op/ipcsem.t
3090 ____________________________________________________________________________
3091 [   987] By: nick                                  on 1998/05/15  16:03:35
3092         Log: Integrate win32
3093      Branch: ansiperl
3094           +> Porting/Contract Porting/patching.pod README.beos beos/nm.c
3095           +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl
3096           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
3097           +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh
3098           +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3099           +> t/op/pos.t utils/perlcc.PL
3100            - ext/DynaLoader/DynaLoader.pm
3101           !> (integrate 208 files)
3102 ____________________________________________________________________________
3103 [   986] By: TimBunce                              on 1998/05/15  15:28:45
3104         Log: Title:  "Patches for BeOS port of Perl, courtesy of Tom Spindler"
3105              From:  Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler
3106              Msg-ID:  <199805042312.CAA09025@alpha.hut.fi>
3107              Files:  MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod
3108              Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm
3109              plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms
3110              win32/config.bc win32/config.vc win32/config_H.bc
3111              win32/config_H.vc
3112      Branch: maint-5.004/perl
3113            + README.beos beos/nm.c hints/beos.sh
3114            ! Configure MANIFEST Porting/Glossary config_h.SH
3115            ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod
3116            ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc
3117            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3118 ____________________________________________________________________________
3119 [   985] By: TimBunce                              on 1998/05/15  15:02:43
3120         Log: Title:  "allow die $ref"
3121              From:  Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
3122              Msg-ID:  <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com>
3123              Files:  pp_ctl.c pp_sys.c util.c
3124              
3125              Title:  "ExtUtils::Manifest could truncate files during "make dist""
3126              From:  "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>,
3127              koenig@kulturbox.de (Andreas J. Koenig)
3128              Msg-ID:  <199805111048.MAA02573@arrakis.int.ein.cz>,
3129              <sfc90o8bgie.fsf@dubravka.in-berlin.de>
3130              Files:  lib/ExtUtils/Manifest.pm
3131              
3132              Title:  "Autosplit doesn't like upper case letters in sub names on VMS"
3133              From:  Dan Sugalski <sugalskd@osshe.edu>
3134              Msg-ID:  <3.0.5.32.19980330152332.009cb130@osshe.edu>
3135              Files:  lib/AutoSplit.pm
3136              
3137              Title:  "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc"
3138              From:  "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas
3139              J. Koenig), larry@wall.org (Larry Wall)
3140              Msg-ID:  <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>,
3141              <sfc202c9jsb.fsf@anna.in-berlin.de>,
3142              <sfc3efg5rhg.fsf@dubravka.in-berlin.de>
3143              Files:  lib/AutoSplit.pm
3144      Branch: maint-5.004/perl
3145            ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c
3146            ! util.c
3147 ____________________________________________________________________________
3148 [   984] By: TimBunce                              on 1998/05/15  14:18:52
3149         Log: ------  CORE LANGUAGE  ------
3150              
3151              Title:  "Fix close pipe returning status from wrong child"
3152              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk ()
3153              Msg-ID:  <199805142313.TAA02684@chapin.edu>,
3154              <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk>
3155              Files:  t/io/pipe.t util.c
3156              
3157              Title:  "Avoid English.pm triggering load of Errno.pm"
3158              From:  Tim Bunce
3159              Files:  gv.c lib/English.pm
3160              
3161              ------  DOCUMENTATION  ------
3162              
3163              Title:  "Document child exit cause a parent sleep to end early"
3164              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3165              Msg-ID:  <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk>
3166              Files:  pod/perlfunc.pod
3167              
3168              ------  EXTENSIONS  ------
3169              
3170              Title:  "BSD Platforms need STRUCT_TM_HASZONE for POSIX"
3171              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
3172              Msg-ID:  <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys>
3173              Files:  MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3174              ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3175              
3176              Title:  "MM_VMS.pm fixes for building external library"
3177              From:  Dan Sugalski <sugalskd@ous.edu>
3178              Msg-ID:  <3.0.5.32.19980511160542.009dd480@ous.edu>
3179              Files:  lib/ExtUtils/MM_VMS.pm
3180              
3181              Title:  "Appease picky DEC compiler in POSIX.xs"
3182              From:  Dan Sugalski <sugalskd@ous.edu>
3183              Msg-ID:  <3.0.5.32.19980511161434.009f8bb0@ous.edu>
3184              Files:  ext/POSIX/POSIX.xs
3185              
3186              ------  TESTS  ------
3187              
3188              Title:  "Fix constant detection in t/op/ipcsem.t for Digit UNIX"
3189              From:  Jarkko Hietaniemi <jhi@iki.fi>
3190              Msg-ID:  <199805121212.PAA15351@alpha.hut.fi>
3191              Files:  t/op/ipcsem.t
3192              
3193              Title:  "Fix doc bug for system() return value"
3194              From:  Daniel Grisinger <dgris@perrin.dimensional.com>
3195              Msg-ID:  <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com>
3196              Files:  pod/perlfunc.pod t/op/exec.t
3197              
3198              ------  UTILITIES  ------
3199              
3200              Title:  "Avoid possible constant autoload loop"
3201              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya
3202              Zakharevich <ilya@math.ohio-state.edu>
3203              Msg-ID:  <199805141910.PAA26994@monk.mps.ohio-state.edu>,
3204              <355B475A.C5AD4B90@ti.com>,
3205              <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk>
3206              Files:  utils/h2xs.PL
3207              
3208              Title:  "Further improvements to h2ph.PL"
3209              From:  kstar@chapin.edu
3210              Msg-ID:  <199805130241.WAA25459@chapin.edu>
3211              Files:  utils/h2ph.PL
3212      Branch: maint-5.004/perl
3213            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3214            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3215            ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm
3216            ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t
3217            ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL
3218
3219 ----------------
3220 Version 5.004_64
3221 ----------------
3222
3223 ____________________________________________________________________________
3224 [   983] By: mbeattie                              on 1998/05/15  14:04:17
3225         Log: Integrate win32 branch into mainline.
3226      Branch: perl
3227           +> Porting/patching.pod t/op/defins.t
3228           !> (integrate 107 files)
3229 ____________________________________________________________________________
3230 [   982] By: TimBunce                              on 1998/05/15  12:33:26
3231         Log: Title:  "comment init_postdump_symbols issues"
3232              From:  Tim Bunce
3233              Files:  perl.c
3234              
3235              Title:  "Improve sort docs re SUBNAME"
3236              From:  circle@azstarnet.com
3237              Msg-ID:  <199804281828.LAA22737@andromeda.azstarnet.com>
3238              Files:  pod/perlfunc.pod
3239      Branch: maint-5.004/perl
3240            ! perl.c pod/perlfunc.pod
3241 ____________________________________________________________________________
3242 [   981] By: TimBunce                              on 1998/05/15  11:47:28
3243         Log: Title:  "Add hook to tie %! to external Errno.pm module (not included)"
3244              From:  Graham Barr <gbarr@ti.com>
3245              Msg-ID:  <355080CD.1111BC81@ti.com>
3246              Files:  gv.c
3247      Branch: maint-5.004/perl
3248            ! gv.c
3249 ____________________________________________________________________________
3250 [   980] By: gsar                                  on 1998/05/15  06:16:13
3251         Log: add doc for C<+{}> vs. C<{;}> disambiguation
3252      Branch: win32/perl
3253            ! pod/perlref.pod
3254 ____________________________________________________________________________
3255 [   979] By: gsar                                  on 1998/05/15  04:59:47
3256         Log: tweaks to win32 makefiles.  This version builds and passes all
3257              tests on Solaris/gcc, win32/[bv]c.  Looks all set to go.
3258      Branch: win32/perl
3259            ! win32/Makefile win32/makefile.mk
3260 ____________________________________________________________________________
3261 [   978] By: gsar                                  on 1998/05/15  02:41:58
3262         Log: merge changes#922,944,949,965,970 from maintbranch
3263      Branch: win32/perl
3264            + Porting/patching.pod t/op/defins.t
3265            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c
3266            ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod
3267            ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL
3268            ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3269            ! utils/perlbug.PL
3270 ____________________________________________________________________________
3271 [   977] By: gsar                                  on 1998/05/15  02:15:25
3272         Log: merge changes#906,907,909,910 from maintbranch
3273      Branch: win32/perl
3274            ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym
3275            ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h
3276            ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c
3277            ! util.c
3278 ____________________________________________________________________________
3279 [   976] By: gsar                                  on 1998/05/15  01:34:53
3280         Log: merge change#905 from maintbranch, minor fixes to get
3281              clean build+test on Solaris
3282      Branch: win32/perl
3283            ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h
3284            ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c
3285            ! regcomp.c sv.c t/op/taint.t toke.c
3286 ____________________________________________________________________________
3287 [   975] By: gsar                                  on 1998/05/14  23:34:26
3288         Log: merge change#904 from maintbranch
3289      Branch: win32/perl
3290            ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm
3291            ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm
3292            ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod
3293            ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL
3294            ! vms/descrip.mms
3295 ____________________________________________________________________________
3296 [   974] By: gsar                                  on 1998/05/14  23:11:05
3297         Log: merge change#897 from maintbranch
3298      Branch: win32/perl
3299            ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3300            ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm
3301            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3302            ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod
3303            ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod
3304            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
3305            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3306            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
3307            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
3308            ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod
3309            ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3310            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3311            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3312            ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t
3313            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
3314            ! win32/config_H.bc win32/config_H.vc win32/win32.c
3315            ! x2p/find2perl.PL
3316 ____________________________________________________________________________
3317 [   973] By: gsar                                  on 1998/05/14  22:24:26
3318         Log: integrate mainline
3319      Branch: win32/perl
3320            + Porting/Contract
3321           +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl
3322           +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl
3323           +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod
3324           +> utils/perlcc.PL
3325            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
3326            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
3327            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
3328            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
3329            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
3330            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
3331            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
3332            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
3333            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
3334            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
3335            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
3336            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
3337            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
3338            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
3339            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
3340            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
3341            ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc
3342            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3343            ! win32/win32.c x2p/find2perl.PL
3344           !> (integrate 59 files)
3345 ____________________________________________________________________________
3346 [   972] By: nick                                  on 1998/05/14  18:09:01
3347         Log: Changes to allow compiler with gcc-2.8.1 in C++ mode,
3348              Remove K&R style functions, avoid struct/typedef clash. 
3349      Branch: ansiperl
3350            ! bytecode.h byterun.c sv.c toke.c
3351 ____________________________________________________________________________
3352 [   971] By: TimBunce                              on 1998/05/14  16:52:19
3353         Log: 
3354              Title:  "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)"
3355              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3356              Msg-ID:  <199805070402.AAA02858@aatma.engin.umich.edu>
3357              Files:  pp.c
3358      Branch: maint-5.004/perl
3359            ! pp.c
3360 ____________________________________________________________________________
3361 [   970] By: TimBunce                              on 1998/05/14  16:18:06
3362         Log: 
3363              Title:  "perlbug reformatted"
3364              From:  Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden
3365              <hv@crypt0.demon.co.uk>
3366              Msg-ID:  <199805110954.LAA20367@dorlas.elsevier.nl>,
3367              <l03130300b17cebcb6d33@[194.222.64.89]>,
3368              <v03110702b17ccbab6824@[195.95.102.67]>
3369              Files:  utils/perlbug.PL
3370      Branch: maint-5.004/perl
3371            ! utils/perlbug.PL
3372 ____________________________________________________________________________
3373 [   969] By: mbeattie                              on 1998/05/14  16:15:09
3374         Log: Integrate win32 branch into mainline
3375      Branch: perl
3376           +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh
3377           +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t
3378            - ext/DynaLoader/DynaLoader.pm
3379           !> (integrate 118 files)
3380 ____________________________________________________________________________
3381 [   968] By: mbeattie                              on 1998/05/14  16:05:57
3382         Log: Bump patchlevel to 65
3383      Branch: perl
3384            ! patchlevel.h
3385 ____________________________________________________________________________
3386 [   967] By: mbeattie                              on 1998/05/14  16:05:19
3387         Log: Another fixup of MANIFEST
3388      Branch: perl
3389            ! MANIFEST
3390 ____________________________________________________________________________
3391 [   966] By: mbeattie                              on 1998/05/14  16:02:20
3392         Log: Add missing files to MANIFEST
3393      Branch: perl
3394            ! MANIFEST
3395 ____________________________________________________________________________
3396 [   965] By: TimBunce                              on 1998/05/14  16:00:11
3397         Log: 
3398              Title:  "Sub declaration cost reduced from ~500 to ~100 bytes"
3399              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
3400              Msg-ID:  <199805050607.CAA02050@monk.mps.ohio-state.edu>
3401              Files:  gv.h gv.c op.c
3402      Branch: maint-5.004/perl
3403            ! gv.c gv.h op.c
3404 ____________________________________________________________________________
3405 [   964] By: mbeattie                              on 1998/05/14  15:58:01
3406         Log: Subject: [PATCH] Using Getopts::* with strict vars
3407              Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT)
3408              From: Tom Phoenix <rootbeer@teleport.com>
3409      Branch: perl
3410            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm
3411 ____________________________________________________________________________
3412 [   963] By: mbeattie                              on 1998/05/14  15:56:53
3413         Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler
3414              Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT)
3415              From: epeschko@den-mdev1 (Ed Peschko)
3416      Branch: perl
3417            + utils/perlcc.PL
3418            ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm
3419            ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH
3420 ____________________________________________________________________________
3421 [   962] By: mbeattie                              on 1998/05/14  15:45:28
3422         Log: From: Dan Sugalski <sugalskd@ous.edu>
3423              Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm
3424              Date: Wed, 08 Apr 1998 17:08:48 -0700
3425              Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch
3426              Date: Fri, 08 May 1998 10:49:16 -0700
3427      Branch: perl
3428            ! ext/Thread/Thread.pm
3429 ____________________________________________________________________________
3430 [   961] By: mbeattie                              on 1998/05/14  15:43:39
3431         Log: Subject: Consolidated patch to 5.004_64
3432              Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT)
3433              From: Charles Bailey <BAILEY@newman.upenn.edu>
3434      Branch: perl
3435            ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm
3436            ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod
3437            ! vms/config.vms vms/descrip.mms vms/genconfig.pl
3438            ! vms/perlvms.pod
3439 ____________________________________________________________________________
3440 [   960] By: mbeattie                              on 1998/05/14  15:41:41
3441         Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available
3442              Date: 07 Apr 1998 18:31:21 +0200
3443              From: JVromans@Squirrel.nl (Johan Vromans)
3444      Branch: perl
3445            ! lib/Getopt/Long.pm
3446 ____________________________________________________________________________
3447 [   959] By: mbeattie                              on 1998/05/14  15:39:29
3448         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
3449              Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 
3450              Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST)
3451              Subject: [PATCH] perl 5.004_64+Config_04
3452              Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST)
3453      Branch: perl
3454            ! lib/Benchmark.pm pod/perlfunc.pod
3455 ____________________________________________________________________________
3456 [   958] By: mbeattie                              on 1998/05/14  15:36:30
3457         Log: From: kstar@chapin.edu
3458              Subject: [PATCH] hints for Irix 6
3459              Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT)
3460              Subject: [PATCH 5.004_64] Threads - an easy way for dual installation
3461              Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT)
3462      Branch: perl
3463            ! INSTALL hints/irix_6.sh installperl
3464 ____________________________________________________________________________
3465 [   957] By: mbeattie                              on 1998/05/14  15:33:48
3466         Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib
3467              Date: Mon, 06 Apr 1998 21:09:24 +0200
3468              From: Achim Bohnet <ach@mpe.mpg.de>
3469      Branch: perl
3470            ! lib/ExtUtils/Install.pm
3471 ____________________________________________________________________________
3472 [   956] By: mbeattie                              on 1998/05/14  15:32:39
3473         Log: Subject: [PATCH] Config: Irix 5 hints
3474              Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT)
3475              From: kstar@O2.chapin.edu
3476      Branch: perl
3477            ! hints/irix_5.sh
3478 ____________________________________________________________________________
3479 [   955] By: mbeattie                              on 1998/05/14  15:31:12
3480         Log: Subject: PATCH: h2ph produces incorrect code
3481              Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST)
3482              From: Billy <wdconsta@cs.adelaide.edu.au>
3483      Branch: perl
3484            ! utils/h2ph.PL
3485 ____________________________________________________________________________
3486 [   954] By: mbeattie                              on 1998/05/14  15:29:27
3487         Log: Subject: [PATCH] perldebug.pod
3488              Date: Mon, 6 Apr 1998 00:36:57 -0600
3489              From: jason stewart <jasons@sandy-home.arc.unm.edu>
3490      Branch: perl
3491            ! pod/perldebug.pod
3492 ____________________________________________________________________________
3493 [   953] By: mbeattie                              on 1998/05/14  15:28:00
3494         Log: From: Dominic Dunlop <domo@vo.lu>
3495              Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl()
3496              Date: Wed, 6 May 1998 14:39:32 +0000
3497              Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem)
3498              Date: Sat, 4 Apr 1998 19:44:34 +0000
3499      Branch: perl
3500            ! hints/machten.sh t/op/hashwarn.t
3501 ____________________________________________________________________________
3502 [   952] By: mbeattie                              on 1998/05/14  15:23:19
3503         Log: New pod/perldelta.pod (previous one branched in last change):
3504              Subject: [PATCH 5.004_64] Start new perldelta
3505              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
3506              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3507      Branch: perl
3508            + pod/perldelta.pod
3509 ____________________________________________________________________________
3510 [   951] By: mbeattie                              on 1998/05/14  15:20:43
3511         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3512              Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh)
3513              Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT)
3514              Subject: [PATCH 5.004_64] Start new perldelta
3515              Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT)
3516              (above branched perldelta -> perldelta4, new perldelta will be
3517              created/added next change)
3518              Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE
3519              Date: Tue, 12 May 1998 09:58:49 -0400 (EDT)
3520      Branch: perl
3521            + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl
3522            + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl
3523           +> pod/perldelta4.pod
3524            - pod/perldelta.pod
3525            ! MANIFEST hints/svr4.sh
3526 ____________________________________________________________________________
3527 [   949] By: TimBunce                              on 1998/05/14  15:11:30
3528         Log: 
3529              Title:  "while($x=<>) no longer warns (implicit defined added)"
3530              From:  Nick Ing-Simmons <nik@tiuk.ti.com>
3531              Msg-ID:  <199805051035.LAA27365@pluto.tiuk.ti.com>
3532              Files:  MANIFEST op.c t/op/defins.t
3533      Branch: maint-5.004/perl
3534            + t/op/defins.t
3535            ! MANIFEST op.c
3536 ____________________________________________________________________________
3537 [   948] By: mbeattie                              on 1998/05/14  15:09:51
3538         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
3539              Subject: [PATCH for 5.004_64] Configure patch Config_64-01
3540              Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT)
3541              Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff
3542              Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT)
3543              Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff
3544              Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT)
3545              Subject: [PATCH 5.004_64] Config_64-03-04.diff
3546              Date: Wed, 13 May 1998 14:33:30 -0400 (EDT)
3547      Branch: perl
3548            + README.beos beos/nm.c hints/beos.sh
3549            ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH
3550            ! Porting/Glossary Porting/config.sh Porting/config_H
3551            ! Porting/pumpkin.pod Todo cflags.SH config_h.SH
3552            ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh
3553            ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh
3554            ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h
3555            ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h
3556            ! t/io/pipe.t thread.h vms/config.vms win32/config.bc
3557            ! win32/config.vc win32/config_H.bc win32/config_H.vc
3558 ____________________________________________________________________________
3559 [   946] By: TimBunce                              on 1998/05/14  15:07:06
3560         Log: 
3561              Title:  "Fix PERL_DESTRUCT_LEVEL core dumps"
3562              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3563              Msg-ID:  <199805062301.TAA24599@aatma.engin.umich.edu>
3564              Files:  perl.c sv.c t/op/misc.t
3565      Branch: maint-5.004/perl
3566            ! perl.c sv.c t/op/misc.t
3567 ____________________________________________________________________________
3568 [   945] By: mbeattie                              on 1998/05/14  15:00:31
3569         Log: Subject: Perl Social Contract
3570              Date: 13 Apr 1998 06:16:59 -0700
3571              From: Russ Allbery <rra@stanford.edu>
3572      Branch: perl
3573            + Porting/Contract
3574 ____________________________________________________________________________
3575 [   944] By: TimBunce                              on 1998/05/14  14:59:37
3576         Log: 
3577              Title:  "5.004_04-m2 Cleanup of test failures"
3578              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3579              Msg-ID:  <199805070416.AAA03082@aatma.engin.umich.edu>
3580              Files:  t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
3581              win32/config.bc win32/config.vc
3582      Branch: maint-5.004/perl
3583            ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t
3584            ! win32/config.bc win32/config.vc
3585 ____________________________________________________________________________
3586 [   943] By: mbeattie                              on 1998/05/14  14:58:13
3587         Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com
3588              Subject: [PATCH 5.004_64] Test.pm update
3589              Date: Sat, 4 Apr 1998 08:33:50 -0500
3590              Subject: [PATCH 5.004_64] modcount + comments
3591              Date: Fri, 17 Apr 1998 16:07:35 -0400
3592      Branch: perl
3593            ! lib/Test.pm op.c thrdvar.h
3594 ____________________________________________________________________________
3595 [   942] By: mbeattie                              on 1998/05/14  14:49:43
3596         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3597              Subject: [PATCH 5.004_64] newSV
3598              Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT)
3599              Subject: [PATCH 5.004_64] Cryptic error from B::CC
3600              Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT)
3601      Branch: perl
3602            ! ext/B/B/CC.pm handy.h proto.h sv.c
3603 ____________________________________________________________________________
3604 [   941] By: mbeattie                              on 1998/05/14  14:47:29
3605         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3606              Subject: [PATCH 5.004_64] anydbm.t
3607              Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST)
3608              Subject: [PATCH 5.004_64] threads on OS/2
3609              Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST)
3610              Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2
3611              Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST)
3612              Subject: [PATCH 5.004_64] Immediate stop in debugger
3613              Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT)
3614              Subject: [PATCH 5.005_64] ptags broken
3615              Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT)
3616              Subject: [PATCH 5.004_64] Document switch syntax via RE
3617              Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT)
3618      Branch: perl
3619            ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
3620            ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c
3621            ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t
3622 ____________________________________________________________________________
3623 [   940] By: mbeattie                              on 1998/05/14  14:38:44
3624         Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of  normal VMS perl build
3625              Date: Fri, 03 Apr 1998 16:01:57 -0800
3626              From: Dan Sugalski <sugalskd@osshe.edu>
3627      Branch: perl
3628            ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL
3629            ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs
3630 ____________________________________________________________________________
3631 [   939] By: mbeattie                              on 1998/05/14  14:35:42
3632         Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled  with MULTIPLICITY
3633              Date: Fri, 03 Apr 1998 13:58:15 -0800
3634              From: Dan Sugalski <sugalskd@osshe.edu>
3635      Branch: perl
3636            ! perl.c
3637 ____________________________________________________________________________
3638 [   938] By: gsar                                  on 1998/05/14  10:53:55
3639         Log: merge change#896 from maintbranch
3640      Branch: win32/perl
3641            ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm
3642            ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm
3643            ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c
3644            ! t/op/gv.t t/op/misc.t t/op/pack.t
3645 ____________________________________________________________________________
3646 [   937] By: gsar                                  on 1998/05/14  09:31:34
3647         Log: merge change#887 from maintbranch
3648      Branch: win32/perl
3649            + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
3650            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
3651            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
3652            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
3653            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
3654            ! t/op/stat.t toke.c utils/h2xs.PL
3655 ____________________________________________________________________________
3656 [   936] By: gsar                                  on 1998/05/14  09:06:18
3657         Log: merge change#886 from maintbranch
3658      Branch: win32/perl
3659            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
3660            ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym
3661            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh
3662            ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh
3663            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3664            ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs
3665            ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod
3666            ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h
3667            ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms
3668            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
3669            ! vms/test.com
3670 ____________________________________________________________________________
3671 [   935] By: gsar                                  on 1998/05/14  07:00:02
3672         Log: merge changes#872,873 from maintbranch
3673      Branch: win32/perl
3674            ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm
3675            ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm
3676            ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod
3677            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod
3678            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod
3679            ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL
3680            ! utils/perldoc.PL
3681 ____________________________________________________________________________
3682 [   934] By: gsar                                  on 1998/05/14  06:24:38
3683         Log: merge changes#755..759,763,764 from maintbranch
3684      Branch: win32/perl
3685            + hints/openbsd.sh
3686            ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod
3687            ! t/op/pos.t utils/perldoc.PL
3688 ____________________________________________________________________________
3689 [   933] By: gsar                                  on 1998/05/14  06:07:31
3690         Log: merge change#754 from maintbranch
3691      Branch: win32/perl
3692            ! perl.c
3693 ____________________________________________________________________________
3694 [   932] By: gsar                                  on 1998/05/14  06:03:50
3695         Log: merge changes#752,753 from maintbranch
3696      Branch: win32/perl
3697            + t/op/pos.t
3698            ! README ext/GDBM_File/GDBM_File.pm
3699            ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod
3700 ____________________________________________________________________________
3701 [   931] By: gsar                                  on 1998/05/14  05:51:19
3702         Log: merge change#745 from maintbranch
3703      Branch: win32/perl
3704            + ext/DynaLoader/DynaLoader.pm.PL
3705            - ext/DynaLoader/DynaLoader.pm
3706            ! MANIFEST ext/DynaLoader/Makefile.PL
3707 ____________________________________________________________________________
3708 [   930] By: nick                                  on 1998/05/13  20:39:59
3709         Log: resolve -at //depot/win32 into ansiperl for C++ testing.
3710      Branch: ansiperl
3711            ! utils/perldoc.PL
3712           !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c
3713           !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c
3714           !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t
3715           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3716           !> win32/makedef.pl win32/makefile.mk
3717 ____________________________________________________________________________
3718 [   929] By: gsar                                  on 1998/05/13  10:13:36
3719         Log: merge change#687 from maintbranch
3720      Branch: win32/perl
3721            ! pod/perlfunc.pod
3722 ____________________________________________________________________________
3723 [   928] By: gsar                                  on 1998/05/13  10:08:13
3724         Log: merge change#683 from maintbranch
3725      Branch: win32/perl
3726            ! pod/perlguts.pod
3727 ____________________________________________________________________________
3728 [   927] By: gsar                                  on 1998/05/13  09:51:43
3729         Log: merge change#681 from maintbranch
3730      Branch: win32/perl
3731            ! ext/Fcntl/Fcntl.pm
3732 ____________________________________________________________________________
3733 [   926] By: gsar                                  on 1998/05/13  09:47:11
3734         Log: merge change#664 from maint branch
3735      Branch: win32/perl
3736            ! regcomp.c regcomp.h regexec.c
3737 ____________________________________________________________________________
3738 [   925] By: gsar                                  on 1998/05/13  08:55:28
3739         Log: merge missing part of change#663 from maint branch
3740      Branch: win32/perl
3741            ! op.c
3742 ____________________________________________________________________________
3743 [   924] By: gsar                                  on 1998/05/12  18:50:04
3744         Log: remove x586 code gen switch (-5) for Borland, it is non-generic,
3745              and seems to generate problematic code for PII.
3746      Branch: win32/perl
3747            ! win32/makefile.mk
3748 ____________________________________________________________________________
3749 [   923] By: gsar                                  on 1998/05/12  16:24:02
3750         Log: fix test failure
3751              Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com>
3752              Date:    Tue, 12 May 1998 10:40:57 BST
3753              From:    Nick.Ing-Simmons@tiuk.ti.com
3754              Subject: test buglet
3755      Branch: win32/perl
3756            ! t/op/hashwarn.t
3757 ____________________________________________________________________________
3758 [   922] By: TimBunce                              on 1998/05/11  20:58:58
3759         Log: Assorted patches:
3760              
3761              ------  CORE LANGUAGE  ------
3762              
3763              Title:  "incorrect return value for hv_iterinit"
3764              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3765              Msg-ID:  <199805031848.OAA20618@aatma.engin.umich.edu>
3766              Files:  pod/perlguts.pod hv.c
3767              
3768              ------  DOCUMENTATION  ------
3769              
3770              Title:  "perlvar.pod buglet E<EVMSERR>"
3771              From:  Achim Bohnet <ach@mpe.mpg.de>
3772              Msg-ID:  <9805041415.AA22185@o09.xray.mpe.mpg.de>
3773              Files:  pod/perlvar.pod
3774              
3775              Title:  "Improve docs for warning about code after an exec()"
3776              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel
3777              <chaimf@concentric.net>
3778              Msg-ID:  <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>,
3779              <m3ra22qn1z.fsf@chany-p100.emwp.com>
3780              Files:  pod/perlfunc.pod
3781              
3782              Title:  "Remove dead code from pod2man"
3783              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3784              Msg-ID:  <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk>
3785              Files:  pod/pod2man.PL
3786              
3787              Title:  "tweak doc for C<do FILENAME>"
3788              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
3789              Msg-ID:  <199805090017.UAA06888@aatma.engin.umich.edu>
3790              Files:  pod/perlfunc.pod
3791              
3792              Title:  "Document integer pragma effect on % operator"
3793              From:  Gisle Aas <gisle@aas.no>
3794              Msg-ID:  <m3yawjmzhx.fsf@furu.g.aas.no>
3795              Files:  pod/perlop.pod
3796              
3797              Title:  "Reduce rm command line length in pod/Makefile"
3798              From:  Hugo van der Sanden <h.sanden@elsevier.nl>
3799              Msg-ID:  <199805041423.QAA13199@dorlas.elsevier.nl>
3800              Files:  pod/Makefile
3801              
3802              ------  EXTENSIONS  ------
3803              
3804              Title:  "Clarify Termios usage in POSIX.pod"
3805              From:  Rocco Caputo <troc@netrus.net>
3806              Msg-ID:  <199805101952.PAA12738@ns.netrus.net>
3807              Files:  ext/POSIX/POSIX.pod
3808              
3809              ------  LIBRARY  ------
3810              
3811              Title:  "Fix File::Find::finddepth typo in trial 2 release"
3812              From:  koenig@kulturbox.de (Andreas J. Koenig)
3813              Msg-ID:  <sfcbttflsjz.fsf@dubravka.in-berlin.de>
3814              Files:  lib/File/Find.pm t/lib/filefind.t
3815              
3816              ------  PORTABILITY - GENERAL  ------
3817              
3818              Title:  "Add Porting/patching.pod document"
3819              From:  Daniel Grisinger <dgris@tdrenterprises.com>
3820              Msg-ID:  <199805030305.XAA16147@relay.pair.com>
3821              Files:  MANIFEST Porting/patching.pod
3822              
3823              Title:  "hints/machten.sh: disable semctl(), align with devel version"
3824              From:  Dominic Dunlop <domo@vo.lu>
3825              Msg-ID:  <v03110701b175fc029eb1@[195.95.102.115]>
3826              Files:  hints/machten.sh
3827              
3828              Title:  "Add VMS specifics to Porting/makerel"
3829              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3830              Msg-ID:  <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>,
3831              <199804271732.SAA13762@toad.ig.co.uk>,
3832              <9804250212.AA27695@forte.com>
3833              Files:  Porting/makerel
3834      Branch: maint-5.004/perl
3835            + Porting/patching.pod
3836            ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh
3837            ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod
3838            ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL
3839            ! t/lib/filefind.t
3840 ____________________________________________________________________________
3841 [   921] By: gsar                                  on 1998/05/10  02:28:03
3842         Log: various tweaks to makefiles
3843      Branch: win32/perl
3844            ! win32/Makefile win32/makedef.pl win32/makefile.mk
3845 ____________________________________________________________________________
3846 [   920] By: gsar                                  on 1998/05/10  02:27:19
3847         Log: fix ExtUtils::Liblist mishandling paths with spaces
3848      Branch: win32/perl
3849            ! lib/ExtUtils/Liblist.pm
3850 ____________________________________________________________________________
3851 [   919] By: gsar                                  on 1998/05/09  17:10:15
3852         Log: minor cleanup
3853      Branch: win32/perl
3854            ! MANIFEST perl.c
3855 ____________________________________________________________________________
3856 [   918] By: gsar                                  on 1998/05/09  17:09:09
3857         Log: protect sortcop from C<sort { sort { ... } ... } ...>
3858              Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu>
3859              Date:    Fri, 08 May 1998 19:33:44 EDT
3860              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
3861              Subject: [PATCH] Re: double recursion in sort 
3862      Branch: win32/perl
3863            ! pp_ctl.c t/op/runlevel.t
3864 ____________________________________________________________________________
3865 [   917] By: gsar                                  on 1998/05/09  17:05:55
3866         Log: c
3867      Branch: win32/perl
3868            ! win32/config.bc win32/config.gc win32/config.vc
3869 ____________________________________________________________________________
3870 [   916] By: gsar                                  on 1998/05/07  03:40:15
3871         Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)
3872      Branch: win32/perl
3873            ! pp.c
3874 ____________________________________________________________________________
3875 [   915] By: mbeattie                              on 1998/05/06  13:08:29
3876         Log: Speed up pp_entersub for usethreads with only 1 thread running.
3877      Branch: perl
3878            ! pp_hot.c
3879 ____________________________________________________________________________
3880 [   914] By: gsar                                  on 1998/05/03  18:44:38
3881         Log: make hv_iterinit() return HvKEYS()
3882              Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com>
3883              Date:    Sat, 02 May 1998 16:29:22 EDT
3884              From:    "SynaptiCAD, Inc." <sales@syncad.com>
3885              Subject: incorrect return value for hv_iterinit
3886      Branch: win32/perl
3887            ! hv.c pod/perlguts.pod
3888 ____________________________________________________________________________
3889 [   913] By: TimBunce                              on 1998/05/01  22:38:38
3890         Log: Update MANIFEST for trial 2.
3891              (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t)
3892      Branch: maint-5.004/perl
3893            ! MANIFEST
3894 ____________________________________________________________________________
3895 [   912] By: TimBunce                              on 1998/05/01  22:30:29
3896         Log: Add t/op/tiehandle.t as xtext to repository (see change 911)
3897      Branch: maint-5.004/perl
3898            + t/op/tiehandle.t
3899 ____________________________________________________________________________
3900 [   911] By: TimBunce                              on 1998/05/01  21:35:03
3901         Log: 
3902              Title:  "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility"
3903              From:  timbo@ig.co.uk (Tim Bunce)
3904              Msg-ID:  <199804200854.JAA01482@toad.ig.co.uk>
3905              Files:  perl.h
3906              
3907              Title:  "Add WRITE & CLOSE to TIEHANDLE"
3908              From:  Graham Barr <gbarr@pobox.com>
3909              Msg-ID:  <34F63DC8.CA95670F@pobox.com>
3910              Files:  pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t
3911      Branch: maint-5.004/perl
3912            + lib/Tie/Handle.pm
3913            ! perl.h pod/perltie.pod pp_sys.c
3914 ____________________________________________________________________________
3915 [   910] By: TimBunce                              on 1998/05/01  20:47:47
3916         Log: 
3917              Title:  "Add warning for Illegal hex digit"
3918              From:  Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter
3919              <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce)
3920              Msg-ID:  <199804232219.SAA02267@spp.users.ds.net>,
3921              <199804271409.PAA12819@toad.ig.co.uk>,
3922              <199804280307.WAA12332@psasolar.psa.pencom.com>
3923              Files:  pod/perldiag.pod util.c
3924              
3925              Title:  "perl_call_method() bug fix (corrupt op pointer)"
3926              From:  "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com>
3927              Msg-ID:  <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com>
3928              Files:  perl.c
3929              
3930              Title:  "Fix printf segmentation fault"
3931              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
3932              Msg-ID:  <l03130300b16bebdbc314@[194.222.64.89]>
3933              Files:  pp_hot.c
3934              
3935              Title:  "Document changed local($a[$i],$b{$j}) behaviour re delete/splice"
3936              From:  Charles Bailey <BAILEY@newman.upenn.edu>
3937              Msg-ID:  <01IVMVIHNZ36001NKH@cor.newman.upenn.edu>
3938              Files:  pod/perlsub.pod
3939      Branch: maint-5.004/perl
3940            ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c
3941 ____________________________________________________________________________
3942 [   909] By: TimBunce                              on 1998/05/01  19:44:47
3943         Log: 
3944              Title:  "Change Ilya's do_binmode to K&R prototype and move to doio.c"
3945              Files:  doio.c util.c
3946      Branch: maint-5.004/perl
3947            ! doio.c util.c
3948 ____________________________________________________________________________
3949 [   908] By: gsar                                  on 1998/05/01  19:21:02
3950         Log: add AS patch#20 (exposes more global constants)
3951      Branch: asperl
3952            ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c
3953            ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h
3954            ! proto.h util.c win32/GenCAPI.pl win32/runperl.c
3955 ____________________________________________________________________________
3956 [   907] By: TimBunce                              on 1998/05/01  17:50:46
3957         Log: 
3958              Title:  "Runtime Carp verbosity without aliasing"
3959              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce
3960              Msg-ID:  <H00000e50003936c@MHS>
3961              Files:  lib/Carp.pm
3962              
3963              Title:  "Fix File::Basename to not untaint results (using new //t flag)"
3964              From:  Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix
3965              <rootbeer@teleport.com>
3966              Msg-ID:  <199710070515.WAA00682@finity.citysearch.com>,
3967              <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com>
3968              Files:  lib/File/Basename.pm
3969      Branch: maint-5.004/perl
3970            ! lib/Carp.pm lib/File/Basename.pm
3971 ____________________________________________________________________________
3972 [   906] By: TimBunce                              on 1998/04/28  11:04:49
3973         Log: 
3974              ------  CORE LANGUAGE  ------
3975              
3976              Title:  "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling
3977              references in LVs"
3978              From:  Spider Boardman <spider@orb.nashua.nh.us>
3979              Msg-ID:  <199804010541.AAA32615@Orb.Nashua.NH.US>,
3980              <19980422164037.D29222@perl.org>
3981              Files:  embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c
3982              pp.c sv.c
3983              
3984              Title:  "Fix SvGMAGIC typo in change 904"
3985              Files:  doop.c
3986      Branch: maint-5.004/perl
3987            ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c
3988            ! proto.h sv.c
3989 ____________________________________________________________________________
3990 [   905] By: TimBunce                              on 1998/04/28  10:32:20
3991         Log: Regexp patches
3992              
3993              Title:  "New regex flag //t to leave $1 etc. tainted"
3994              From:  Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
3995              Msg-ID:  <19980310192640.37826@cyprus>
3996              Files:  pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c
3997              t/op/taint.t toke.c
3998              
3999              Title:  "Don't accidentally untaint target of s///"
4000              From:  Chip Salzenberg <chip@pobox.com>
4001              Msg-ID:  <19980310151756.24767@cyprus>
4002              Files:  pp_ctl.c pp_hot.c t/op/taint.t
4003              
4004              Title:  "Allow but ignore embedded /...(?o).../ in regexp"
4005              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4006              Msg-ID:  <199804201243.OAA08244@dorlas.elsevier.nl>
4007              Files:  regcomp.c
4008      Branch: maint-5.004/perl
4009            ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c
4010            ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c
4011 ____________________________________________________________________________
4012 [   904] By: TimBunce                              on 1998/04/27  20:20:21
4013         Log: Assorted patches:
4014              
4015              ------  CORE LANGUAGE  ------
4016              
4017              Title:  "Protect join() against double reads on undef and SvGMAGICALs"
4018              From:  Chip Salzenberg <chip@perlsupport.com>, Tim Bunce
4019              <Tim.Bunce@ig.co.uk>
4020              Msg-ID:  <19980424080630.D13985@perl.org>
4021              Files:  doop.c
4022              
4023              Title:  "Better error message for require failure"
4024              From:  epeschko@den-mdev1 (Ed Peschko)
4025              Msg-ID:  <199804240047.SAA24155@den-mdev1.co.csgsystems.com>
4026              Files:  pod/perldiag.pod pp_ctl.c
4027              
4028              Title:  "fixes for various noises under PERL_DESTRUCT_LEVEL"
4029              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4030              Msg-ID:  <199804231926.PAA23969@aatma.engin.umich.edu>
4031              Files:  perl.c
4032              
4033              Title:  "Fix nice_chunk memory leak"
4034              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4035              Msg-ID:  <199804052347.TAA15699@aatma.engin.umich.edu>
4036              Files:  sv.c
4037              
4038              Title:  "-2.0 vs. -2 (was Number representations)"
4039              From:  Chip Salzenberg <chip@pobox.com>
4040              Msg-ID:  <19980309185652.11231@cyprus>
4041              Files:  op.c
4042              
4043              Title:  "perl.c fixes for -DUNEXEC"
4044              From:  Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette
4045              <mwette@mr-ed.jpl.nasa.gov>
4046              Msg-ID:  <199710152146.OAA07283@mr-ed.jpl.nasa.gov>
4047              Files:  perl.c
4048              
4049              ------  DOCUMENTATION  ------
4050              
4051              Title:  "perlcall is Perl from C, not C from Perl"
4052              From:  Steve A Fink <sfink@cs.berkeley.edu>
4053              Files:  pod/perlembed.pod
4054              
4055              Title:  "Clarify require "Foo::Bar" non-bareword issue"
4056              From:  Dominique Dumont <domi@ss7serv.grenoble.hp.com>
4057              Msg-ID:  <199804231527.AA153445256@ss7serv.grenoble.hp.com>
4058              Files:  pod/perlfunc.pod
4059              
4060              Title:  "(repost) new text for perlsec", "new text for perlsec"
4061              From:  Tom Phoenix <rootbeer@teleport.com>
4062              Msg-ID:  <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com>
4063              Files:  pod/perlsec.pod
4064              
4065              ------  EXTENSIONS  ------
4066              
4067              Title:  "IO::Socket->socketpair broken (typo)"
4068              From:  Olaf Titz <olaf@bigred.inka.de>
4069              Msg-ID:  <19980425224535.2807.qmail@bigred.inka.de>
4070              Files:  ext/IO/lib/IO/Socket.pm
4071              
4072              Title:  "NDBM_File man page needs Fcntl"
4073              From:  "Danny R. Faught" <faught@mailhost.rsn.hp.com>
4074              Msg-ID:  <199707011500.IAA00601@palrel3.hp.com>
4075              Files:  ext/NDBM_File/NDBM_File.pm
4076              
4077              ------  LIBRARY  ------
4078              
4079              Title:  "Documentation discrepancy: pragmatic modules"
4080              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden)
4081              Msg-ID:  <199804221525.RAA12695@dorlas.elsevier.nl>,
4082              <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk>
4083              Files:  lib/strict.pm lib/subs.pm lib/vars.pm
4084              
4085              ------  PORTABILITY - GENERAL  ------
4086              
4087              Title:  "Updated hints file for svr4"
4088              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4089              Msg-ID:  <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys>
4090              Files:  hints/svr4.sh
4091              
4092              Title:  "Pumpkin update -- shared libperl.so location"
4093              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4094              Msg-ID:  <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys>
4095              Files:  Porting/pumpkin.pod
4096              
4097              Title:  "perl compile fix for AIX 4.3"
4098              From:  Jens-Uwe Mager <jum@helios.de>
4099              Msg-ID:  <199804261611.SAA34728@ans.helios.de>
4100              Files:  ext/DynaLoader/dl_aix.xs
4101              
4102              Title:  "Dynaloader build on VMS",
4103              From:  pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce)
4104              Msg-ID:  <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com>
4105              Files:  vms/descrip.mms
4106              
4107              ------  UTILITIES  ------
4108              
4109              Title:  "Major update to h2ph.PL"
4110              From:  Billy <wdconsta@cs.adelaide.edu.au>
4111              Msg-ID:  <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au>
4112              Files:  utils/h2ph.PL
4113      Branch: maint-5.004/perl
4114            ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs
4115            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm
4116            ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c
4117            ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
4118            ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms
4119 ____________________________________________________________________________
4120 [   903] By: gsar                                  on 1998/04/25  22:27:19
4121         Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl)
4122      Branch: asperl
4123            ! win32/GenCAPI.pl
4124 ____________________________________________________________________________
4125 [   902] By: nick                                  on 1998/04/25  16:35:08
4126         Log: Case sensitive tweak to perldoc.PL
4127      Branch: ansiperl
4128            ! utils/perldoc.PL
4129 ____________________________________________________________________________
4130 [   901] By: nick                                  on 1998/04/25  15:16:54
4131         Log: Implement use attrs qw(locked package);
4132              Passes all tests except posix (hangs/dies) in sigaction test after 
4133              printing "ok 9".
4134      Branch: ansiperl
4135            ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c
4136 ____________________________________________________________________________
4137 [   900] By: nick                                  on 1998/04/25  13:58:17
4138         Log: Auto-insert defined() test in while when test expression is 
4139              readline (i.e. <>), glob, readdir, or each.
4140      Branch: ansiperl
4141            + t/op/defins.t
4142            ! op.c pod/perlop.pod
4143 ____________________________________________________________________________
4144 [   899] By: nick                                  on 1998/04/25  13:14:52
4145         Log: Resolve ansiperl against win32 branch
4146      Branch: ansiperl
4147           +> (branch 53 files)
4148            - config_H
4149           !> (integrate 227 files)
4150 ____________________________________________________________________________
4151 [   898] By: gsar                                  on 1998/04/24  17:01:05
4152         Log: add AS patch#18
4153      Branch: asperl
4154            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl
4155 ____________________________________________________________________________
4156 [   897] By: TimBunce                              on 1998/04/23  19:49:22
4157         Log: Assorted patches:
4158              
4159              ------  CORE LANGUAGE  ------
4160              
4161              Title:  "fix for "Unbalanced string table refcount""
4162              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4163              Msg-ID:  <199804042251.RAA25527@aatma.engin.umich.edu>
4164              Files:  sv.c
4165              
4166              Title:  "Allow more lenient switch processing"
4167              From:  "John L. Allen" <allen@grumman.com>
4168              Msg-ID:  <199803251638.LAA22664@gateway.grumman.com>
4169              Files:  perl.c
4170              
4171              Title:  "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT"
4172              From:  Gisle Aas <gisle@aas.no>
4173              Msg-ID:  <m3g1jglqtm.fsf@furu.g.aas.no>
4174              Files:  pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t
4175              
4176              Title:  "Odd number of elements in hash list."
4177              From:  Tom Phoenix <rootbeer@teleport.com>
4178              Msg-ID:  <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com>
4179              Files:  MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t
4180              
4181              Title:  "another destruct_level fix"
4182              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4183              Msg-ID:  <199804030105.UAA04400@aatma.engin.umich.edu>
4184              Files:  hv.c
4185              
4186              Title:  "bidirectional pipe warning blues"
4187              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
4188              Msg-ID:  <9804082151.AA20399@claudius.bfsec.bt.co.uk>
4189              Files:  doio.c
4190              
4191              Title:  "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)"
4192              From:  Malcolm Beattie <mbeattie@sable.ox.ac.uk>
4193              Msg-ID:  <199801191107.LAA17979@sable.ox.ac.uk>
4194              Files:  pp_hot.c pp_sys.c
4195              
4196              Title:  "unimplemented umask() should return undef not die"
4197              From:  kstar@chapin.edu (Kurt D. Starsinic)
4198              Msg-ID:  <199803120515.VAA08660@chapin.edu>
4199              Files:  pod/perlfunc.pod pp_sys.c
4200              
4201              Title:  "warning for: bless $foo, """
4202              From:  Joshua.Pritikin@NewYork2.dmg.deuba.com
4203              Msg-ID:  <H00000e5000378a0@MHS>
4204              Files:  pod/perldiag.pod pp.c
4205              
4206              ------  DOCUMENTATION  ------
4207              
4208              Title:  "Mention SWIG in perlxs.pod"
4209              From:  Steve A Fink <sfink@cs.berkeley.edu>
4210              Msg-ID:  <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU>
4211              Files:  pod/perlxs.pod
4212              
4213              Title:  "fix-up of previous perlre.pod patch"
4214              From:  Ted Ashton <ashted@southern.edu>
4215              Msg-ID:  <199803031540.KAA09388@ns.southern.edu>
4216              Files:  pod/perlre.pod
4217              
4218              Title:  "long list of man page nitpicks"
4219              From:  Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen
4220              <tchrist@jhereg.perl.com>
4221              Msg-ID:  <199804221844.NAA08338@pluto.cs.uah.edu>,
4222              <199804222204.QAA20805@jhereg.perl.com>
4223              Files:  pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod
4224              pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod
4225              pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4226              pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod
4227              pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
4228              pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4229              pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4230              pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4231              pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod
4232              pod/pod2man.PL
4233              
4234              Title:  "document that system() does not set $! when it fails"
4235              From:  "Mark R. Levinson" <mrl@isc.upenn.edu>
4236              Msg-ID:  <199803011946.OAA31942@anaximander.dccs.upenn.edu>
4237              Files:  pod/perlfunc.pod
4238              
4239              Title:  "Fix pod/roffitall execute permission"
4240              From:  lvirden@cas.org
4241              Msg-ID:  <1997Nov17.132031.2589892@cor.newman>
4242              Files:  pod/roffitall
4243              
4244              Title:  "document when split ignores trailing empty fields"
4245              From:  Hugo van der Sanden <hv@crypt0.demon.co.uk>
4246              Msg-ID:  <l03130300b14fac832b77@[194.222.64.89]>
4247              Files:  pod/perlfunc.pod
4248              
4249              ------  EXTENSIONS  ------
4250              
4251              Title:  "Buglet in Opcode.pm documentation"
4252              From:  Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4253              Msg-ID:  <199804170349.XAA32445@sleipnir.valparaiso.cl>
4254              Files:  ext/Opcode/Opcode.pm
4255              
4256              Title:  "Failure to append to perllocal.pod should not be fatal"
4257              From:  koenig@kulturbox.de (Andreas J. Koenig)
4258              Msg-ID:  <sfciuogy67x.fsf@dubravka.in-berlin.de>
4259              Files:  lib/ExtUtils/MM_Unix.pm
4260              
4261              Title:  "Document that IO.pm does not load IO::Select etc"
4262              From:  Graham Barr <gbarr@ti.com>
4263              Msg-ID:  <353B48F1.64E35A63@ti.com>
4264              Files:  ext/IO/IO.pm
4265              
4266              Title:  "Install extensions with bootstrap (again) in $archlib"
4267              From:  Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J.
4268              Koenig)
4269              Msg-ID:  <9804061909.AA12675@o09.xray.mpe.mpg.de>,
4270              <sfc90oxc0uj.fsf@dubravka.in-berlin.de>
4271              Files:  lib/ExtUtils/Install.pm
4272              
4273              Title:  "glibc2.0.6 missing MSG_* <sys/socket.h> defines."
4274              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4275              Msg-ID:  <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys>
4276              Files:  ext/Socket/Socket.xs
4277              
4278              ------  LIBRARY  ------
4279              
4280              Title:  "Benchmark.pm: add run-for-some-time mode"
4281              From:  Jarkko Hietaniemi <jhi@iki.fi>
4282              Msg-ID:  <199804080647.JAA15136@alpha.hut.fi>
4283              Files:  lib/Benchmark.pm
4284              
4285              Title:  "Comments added to Carp.pm"
4286              From:  Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg
4287              <chip@perlsupport.com>, Tom Christiansen
4288              <tchrist@jhereg.perl.com>
4289              Msg-ID:  <19980422164242.E29222@perl.org>,
4290              <199804222033.OAA17959@jhereg.perl.com>,
4291              <980409182357.ZM21638@bandanna>
4292              Files:  lib/Carp.pm
4293              
4294              Title:  "chat2.pl fix"
4295              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4296              Msg-ID:  <01IVMVF507PO001NKH@cor.newman.upenn.edu>
4297              Files:  lib/chat2.pl
4298              
4299              Title:  "lib/Pod/Html.pm"
4300              From:  d-lewart@uiuc.edu (Daniel S. Lewart)
4301              Msg-ID:  <199710170718.DAA25472@staff1.cso.uiuc.edu>,
4302              <199710180417.AAA19778@staff2.cso.uiuc.edu>
4303              Files:  lib/Pod/Html.pm
4304              
4305              Title:  "ormaments method in Term/ReadLine.pm causes warning with string
4306              arg."
4307              From:  hiroo.hayashi@computer.org
4308              Msg-ID:  <199804061519.AAA21907@mail.fb3.so-net.ne.jp>
4309              Files:  lib/Term/ReadLine.pm
4310              
4311              ------  OTHER CHANGES  ------
4312              
4313              Title:  "ptags broken"
4314              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4315              Msg-ID:  <199804120208.WAA29264@monk.mps.ohio-state.edu>
4316              Files:  emacs/ptags
4317              
4318              ------  PORTABILITY - WIN32  ------
4319              
4320              Title:  "win32 tweaks (signals and crypt support)"
4321              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4322              Msg-ID:  <199804170505.BAA06413@aatma.engin.umich.edu>
4323              Files:  perl.h win32/config.bc win32/config.vc win32/config_H.bc
4324              win32/config_H.vc win32/win32.c
4325              
4326              ------  PORTABILITY - GENERAL  ------
4327              
4328              Title:  "Add Social Contract (2nd Draft) as Porting/Contract"
4329              From:  Russ Allbery <rra@stanford.edu>
4330              Msg-ID:  <m3btw66n8i.fsf@windlord.Stanford.EDU>
4331              Files:  Porting/Contract
4332              
4333              Title:  "Config: Irix 5 hints"
4334              From:  kstar@O2.chapin.edu
4335              Msg-ID:  <199804061712.NAA22823@O2.chapin.edu>
4336              Files:  hints/irix_5.sh
4337              
4338              Title:  "VMS patches to 5.004_03"
4339              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4340              Msg-ID:  <01IVYJS0L8D200209B@cor.newman.upenn.edu>
4341              Files:  vms/vms.c
4342              
4343              Title:  "hints/netbsd.sh - enable vfork"
4344              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4345              Msg-ID:  <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys>
4346              Files:  hints/netbsd.sh
4347              
4348              ------  UTILITIES  ------
4349              
4350              Title:  "support find2perl -follow"
4351              From:  Billy <wdconsta@cs.adelaide.edu.au>
4352              Msg-ID:  <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au>
4353              Files:  x2p/find2perl.PL
4354      Branch: maint-5.004/perl
4355            + Porting/Contract t/op/hashwarn.t
4356            ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm
4357            ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh
4358            ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm
4359            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
4360            ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h
4361            ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod
4362            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
4363            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
4364            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
4365            ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod
4366            ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod
4367            ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod
4368            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod
4369            ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod
4370            ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL
4371            ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t
4372            ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc
4373            ! win32/config_H.bc win32/config_H.vc win32/win32.c
4374            ! x2p/find2perl.PL
4375 ____________________________________________________________________________
4376 [   896] By: TimBunce                              on 1998/04/22  11:49:24
4377         Log: Assorted patches:
4378              
4379              ------  CORE LANGUAGE  ------
4380              
4381              Title:  "Additional regex-cache patch"
4382              From:  Chip Salzenberg <chip@atlantic.net>
4383              Msg-ID:  <19980305104831.38100@cyprus>
4384              Files:  pp_ctl.c
4385              
4386              Title:  "Conservative C<*x = undef> patch"
4387              From:  Chip Salzenberg <chip@atlantic.net>
4388              Msg-ID:  <19980310163310.48509@cyprus>
4389              Files:  pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t
4390              
4391              Title:  "Consider @ARGV to be plain files if inplace (-i)"
4392              From:  Chip Salzenberg <salzench@nielsenmedia.com>
4393              Msg-ID:  <199802042106.QAA04082@nielsenmedia.com>
4394              Files:  doio.c
4395              
4396              Title:  "Fix semctl for Linux, Sun and SVR4"
4397              From:  Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487)
4398              Msg-ID:  <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org>
4399              Files:  doio.c
4400              
4401              Title:  "C<dSP> entails using C<SP>, not C<sp>"
4402              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4403              Msg-ID:  <199803070149.UAA12217@aatma.engin.umich.edu>
4404              Files:  pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod
4405              doio.c doop.c ext/DB_File/DB_File.xs
4406              ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
4407              ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c
4408              lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs
4409              win32/win32.c
4410              
4411              Title:  "Make autouse -w-safe"
4412              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4413              Msg-ID:  <199803030236.VAA13244@monk.mps.ohio-state.edu>
4414              Files:  lib/autouse.pm op.c sv.c
4415              
4416              Title:  "Misleading error on close of unopened handle"
4417              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4418              Msg-ID:  <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk>
4419              Files:  doio.c
4420              
4421              Title:  "Confusing error from perl -e "x'""
4422              From:  Hans Mulder <hansmu@xs4all.nl>
4423              Msg-ID:  <1998Mar25.174320.2866352@cor.newman.upenn.edu>
4424              Files:  toke.c
4425              
4426              Title:  "Add HAS_GNULIBC define"
4427              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4428              Msg-ID:  <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys>
4429              Files:  config_H config_h.SH
4430              
4431              Title:  "h_errno might not be an int"
4432              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4433              Msg-ID:  <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys>
4434              Files:  pp_sys.c
4435              
4436              Title:  "Revised taint hole closer", "Revised taint hole closer"
4437              From:  Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich
4438              <ilya@math.ohio-state.edu>
4439              Msg-ID:  <19980310222127.09350@cyprus>,
4440              <199803110554.AAA29157@monk.mps.ohio-state.edu>
4441              Files:  doio.c
4442              
4443              Title:  "SEGV compiling localised lexical in perl5.004_05t1"
4444              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo
4445              van der Sanden)
4446              Msg-ID:  <199803171530.QAA24053@dorlas.elsevier.nl>,
4447              <199803171727.MAA05234@aatma.engin.umich.edu>
4448              Files:  op.c t/op/misc.t
4449              
4450              Title:  "Stale SP in pp_substr"
4451              From:  Stephen McCamant <alias@mcs.com>
4452              Msg-ID:  <m0yFsTS-000EZpC@alias-2.pr.mcs.net>
4453              Files:  pp.c
4454              
4455              Title:  "Statement unlikely to be reached warning"
4456              From:  Hans Mulder <hansm@icgned.nl>
4457              Msg-ID:  <1997Dec24.171511.2683516@cor.newman>
4458              Files:  op.c
4459              
4460              Title:  "Tainting propagates from nowhere"
4461              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4462              Msg-ID:  <199803140411.XAA09343@aatma.engin.umich.edu>
4463              Files:  pp.c
4464              
4465              Title:  "two trivial tweaks to 5.004m5t1"
4466              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4467              Msg-ID:  <199803060553.AAA28461@aatma.engin.umich.edu>
4468              Files:  proto.h win32/Makefile
4469              
4470              Title:  "unpacking negatives on Alpha"
4471              From:  Achim Bohnet <ach@mpe.mpg.de>
4472              Msg-ID:  <9710201503.AA24797@o09.xray.mpe.mpg.de>
4473              Files:  pp.c t/op/pack.t
4474              
4475              ------  LIBRARY AND EXTENSIONS  ------
4476              
4477              Title:  "Cwd.pm: abs_path() and fast_abs_path() plus code merge"
4478              From:  Graham Barr <gbarr@ti.com>
4479              Msg-ID:  <3482F365.4A0486BA@ti.com>
4480              Files:  lib/Cwd.pm
4481              
4482              Title:  "Math/BigInt.pm, fixed use of undefined value."
4483              From:  abigail@fnx.com
4484              Msg-ID:  <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com>
4485              Files:  lib/Math/BigInt.pm
4486              
4487              Title:  "File::Find rewrite"
4488              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4489              Msg-ID:  <199803052344.SAA01008@monk.mps.ohio-state.edu>
4490              Files:  lib/File/Find.pm
4491              
4492              Title:  "efficient version of strict.pm"
4493              From:  koenig@anna.mind.de (Andreas J. Koenig)
4494              Msg-ID:  <sfcpvonhdnc.fsf@anna.in-berlin.de>
4495              Files:  lib/strict.pm
4496              
4497              Title:  "Socket occasional SEGV in pack_sockaddr_un"
4498              From:  Trevor Blackwell <tlb@viaweb.com>
4499              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
4500              Files:  ext/Socket/Socket.xs
4501              
4502              Title:  "Warning on mis-use of 'use lib'"
4503              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix
4504              <rootbeer@teleport.com>, chip@atlantic.net
4505              Msg-ID:  <199801270435.XAA14147@cyprus.atlantic.net>,
4506              <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>,
4507              <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com>
4508              Files:  lib/lib.pm
4509              
4510              Title:  "bug in Class::Struct"
4511              From:  Tom Christiansen <tchrist@toy.perl.com>
4512              Msg-ID:  <199803290814.KAA05699@toy.perl.com>
4513              Files:  lib/Class/Struct.pm
4514              
4515              Title:  "Allow POSIX to export nice()"
4516              From:  bkeelerx@iwa.dp.intel.com (Bruce J. Keeler)
4517              Msg-ID:  <eclg1kf5yf0.fsf@ws010.dp.intel.com>
4518              Files:  ext/POSIX/POSIX.pm
4519              
4520              Title:  "'use Env' on WinNT/95 fails"
4521              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4522              Msg-ID:  <199803280511.AAA15933@aatma.engin.umich.edu>
4523              Files:  lib/Env.pm
4524              
4525              ------  OTHER CHANGES  ------
4526              
4527              Title:  "mv-if-diff"
4528              From:  Robin Barker <rmb1@cise.npl.co.uk>
4529              Msg-ID:  <14572.9803271806@tempest.cise.npl.co.uk>
4530              Files:  mv-if-diff
4531              
4532              ------  PORTABILITY - WIN32  ------
4533              
4534              Title:  "fix various problems with backticks on win32"
4535              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
4536              Msg-ID:  <199803070705.CAA15945@aatma.engin.umich.edu>
4537              Files:  win32/config_h.PL win32/win32.c
4538              
4539              ------  TESTS  ------
4540              
4541              Title:  "Fix bug in locale.t"
4542              From:  Jarkko Hietaniemi <jhi@iki.fi>
4543              Msg-ID:  <199801042148.XAA08599@alpha.hut.fi>
4544              Files:  t/pragma/locale.t
4545      Branch: maint-5.004/perl
4546            ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs
4547            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
4548            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs
4549            ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm
4550            ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm
4551            ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c
4552            ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod
4553            ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod
4554            ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t
4555            ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c
4556            ! win32/Makefile win32/config_h.PL win32/win32.c
4557 ____________________________________________________________________________
4558 [   895] By: gsar                                  on 1998/04/22  03:13:19
4559         Log: intern -> sys_intern
4560      Branch: win32/perl
4561            ! embedvar.h interp.sym intrpvar.h win32/win32.h
4562 ____________________________________________________________________________
4563 [   894] By: gsar                                  on 1998/04/22  02:42:20
4564         Log: hand-applied patch along with small tweaks
4565              Message-Id: <35400e2a.13538517@smtp1.ibm.net>
4566              Date:    Tue, 21 Apr 1998 23:31:06 +0200
4567              From:    jan.dubois@ibm.net (Jan Dubois)
4568              Subject: Re: Per-Interpreter variables for win32.c 
4569      Branch: win32/perl
4570            ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h
4571            ! win32/makedef.pl win32/win32.c win32/win32.h
4572 ____________________________________________________________________________
4573 [   893] By: gsar                                  on 1998/04/21  03:42:21
4574         Log: add AS patch#17
4575      Branch: asperl
4576            + win32/GenCAPI.pl
4577            ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm
4578            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4579            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h
4580            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile
4581            ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c
4582            ! win32/win32.c
4583 ____________________________________________________________________________
4584 [   892] By: gsar                                  on 1998/04/20  20:51:50
4585         Log: add AS patch#16
4586      Branch: asperl
4587            ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile
4588            ! win32/makefile.mk
4589 ____________________________________________________________________________
4590 [   891] By: gsar                                  on 1998/04/19  23:50:34
4591         Log: tweak doc for C<do FILENAME>
4592      Branch: win32/perl
4593            ! pod/perlfunc.pod
4594 ____________________________________________________________________________
4595 [   890] By: gsar                                  on 1998/04/19  01:08:11
4596         Log: use a pidtable that grows dynamically for popen()
4597              Message-Id: <3539f434.44835409@smtp1.ibm.net>
4598              Date:    Sat, 18 Apr 1998 21:01:27 +0200
4599              From:    jan.dubois@ibm.net (Jan Dubois)
4600              Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 
4601      Branch: win32/perl
4602            ! win32/win32.c
4603 ____________________________________________________________________________
4604 [   889] By: gsar                                  on 1998/04/17  02:13:58
4605         Log: support POSIX, enable more locale tests
4606      Branch: win32/perl
4607            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4608            ! t/lib/posix.t t/pragma/locale.t win32/Makefile
4609            ! win32/makedef.pl win32/makefile.mk
4610 ____________________________________________________________________________
4611 [   888] By: mbeattie                              on 1998/04/14  16:22:51
4612         Log: CC did "<<" instead of ">>" for right-shift on ints.
4613      Branch: perl
4614            ! ext/B/B/CC.pm
4615 ____________________________________________________________________________
4616 [   887] By: TimBunce                              on 1998/04/10  17:44:55
4617         Log: Assorted patches:
4618              
4619              ------  CORE LANGUAGE  ------
4620              
4621              Title:  "Re: die exits with 0"
4622              From:  Robin Barker <rmb1@cise.npl.co.uk>
4623              Files:  perl.c t/op/die_exit.t
4624              
4625              Title:  "More toke.c commentary; fix oddity"
4626              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4627              Msg-ID:  <199803251022.LAA01308@dorlas.elsevier.nl>
4628              Files:  toke.c
4629              
4630              Title:  "for semctl on solaris"
4631              From:  Graham Barr <gbarr@ti.com>
4632              Msg-ID:  <34624B80.C014E841@ti.com>
4633              Files:  doio.c t/op/ipcmsg.t t/op/ipcsem.t
4634              
4635              ------  DOCUMENTATION  ------
4636              
4637              Title:  "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug"
4638              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed
4639              Peschko), pjr@watcher.telstra.com.au (Peter Richardson)
4640              Msg-ID:  <199803050000.LAA11476@watcher.telecom.com.au>,
4641              <199803050231.VAA19128@monk.mps.ohio-state.edu>,
4642              <199803050605.XAA09785@den-mdev1.co.csgsystems.com>
4643              Files:  pod/perlre.pod
4644              
4645              ------  LIBRARY AND EXTENSIONS  ------
4646              
4647              Title:  "BigFloat - small neagtive numbers cause panic"
4648              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
4649              Msg-ID:  <199711201325.NAA09732@crypt.compulink.co.uk>
4650              Files:  lib/Math/BigFloat.pm
4651              
4652              Title:  "Update Getopt::Long to 2.16"
4653              From:  JVromans@Squirrel.nl (Johan Vromans), Johan Vromans
4654              <jvromans@squirrel.nl>
4655              Msg-ID:  <13571.48089.726787.147769@plume.nl.compuware.com>,
4656              <13572.6847.863219.973795@phoenix.squirrel.nl>
4657              Files:  lib/Getopt/Long.pm
4658              
4659              Title:  "New Text::ParseWords"
4660              From:  pomeranz@netcom.com (Hal Pomeranz)
4661              Msg-ID:  <199710162118.OAA06275@netcom7.netcom.com>
4662              Files:  lib/Text/ParseWords.pm t/lib/parsewords.t
4663              
4664              Title:  "Fixed Text/Wrap.pm bugs (2)"
4665              From:  Jacqui Caren <Jacqui.Caren@ig.co.uk>
4666              Msg-ID:  <199709291548.QAA08645@toad.ig.co.uk>
4667              Files:  lib/Text/Wrap.pm
4668              
4669              Title:  "Very *evil* File::CheckTree behavior! (now uses warn/die not
4670              print/exit)"
4671              From:  Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com>
4672              Msg-ID:  <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com>
4673              Files:  lib/File/CheckTree.pm
4674              
4675              ------  OTHER CHANGES  ------
4676              
4677              Title:  "Add ./emacs/ptags"
4678              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4679              Msg-ID:  <199803150847.DAA08196@monk.mps.ohio-state.edu>
4680              Files:  emacs/ptags
4681              
4682              ------  TESTS  ------
4683              
4684              Title:  "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp"
4685              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon
4686              <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor)
4687              Msg-ID:  <199710171616.LAA13435@crp-201.adtran.com>,
4688              <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>,
4689              <v02130515b06be80f1486@[205.228.240.16]>
4690              Files:  t/op/stat.t
4691              
4692              Title:  "for failure with lib/timelocal"
4693              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois)
4694              Msg-ID:  <34c78f61.2529827@smtp1.ibm.net>,
4695              <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk>
4696              Files:  t/lib/timelocal.t
4697              
4698              Title:  "Make "localhost" related failures more clear"
4699              From:  Paul Hoffman <phoffman@proper.com>
4700              Msg-ID:  <199801201859.KAA05686@mail.proper.com>
4701              Files:  t/lib/io_sock.t t/lib/io_udp.t
4702              
4703              ------  UTILITIES  ------
4704              
4705              Title:  "Let h2xs read multiple header files"
4706              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars
4707              <bsugars@canoe.ca>
4708              Msg-ID:  <Pine.SOL.3.95.980310091946.25236A-100000@interact>,
4709              <Pine.SUN.3.96.980310145455.638A-100000@newton.phys>
4710              Files:  utils/h2xs.PL
4711      Branch: maint-5.004/perl
4712            + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t
4713            ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm
4714            ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm
4715            ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t
4716            ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t
4717            ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms
4718 ____________________________________________________________________________
4719 [   886] By: TimBunce                              on 1998/04/10  14:35:34
4720         Log: Changes relating primarily to portability.
4721              
4722              ------  CORE LANGUAGE  ------
4723              
4724              Title:  "5.004_55: Another round of OS/2 patches"
4725              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4726              Msg-ID:  <199803050945.EAA20153@monk.mps.ohio-state.edu>
4727              Files:  hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2
4728              global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c
4729              os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl
4730              perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c
4731              t/lib/filecopy.t util.c utils/perldoc.PL
4732              
4733              Title:  "VMS: chdir() with empty arg list"
4734              From:  lane@duphy4.drexel.edu (Charles Lane)
4735              Msg-ID:  <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu>
4736              Files:  pp_sys.c
4737              
4738              ------  LIBRARY AND EXTENSIONS  ------
4739              
4740              Title:  "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX"
4741              From:  "W. Phillip Moore" <wpm@ms.com>
4742              Msg-ID:  <199712011738.MAA21139@zappa.morgan.com>
4743              Files:  lib/ExtUtils/MM_Unix.pm
4744              
4745              Title:  "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)"
4746              From:  Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp>
4747              Msg-ID:  <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp>
4748              Files:  ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs
4749              
4750              Title:  "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs"
4751              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4752              Msg-ID:  <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys>
4753              Files:  ext/POSIX/POSIX.xs
4754              
4755              Title:  ""ODBM_File.c", line 275: NULL undefined"
4756              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
4757              Msg-ID:  <9803091310.AA23264@claudius.bfsec.bt.co.uk>
4758              Files:  ext/ODBM_File/ODBM_File.xs
4759              
4760              ------  OTHER CHANGES  ------
4761              Files:  
4762              
4763              ------  PORTABILITY - GENERAL  ------
4764              
4765              Title:  "5.004_04 QNX getcwd"
4766              From:  Norton Allen <allen@huarp.harvard.edu>
4767              Msg-ID:  <199802121838.NAA20452@dolores.harvard.edu>,
4768              <199803061511.KAA22346@bottesini.harvard.edu>
4769              Files:  hints/qnx.sh lib/Cwd.pm t/op/magic.t
4770              
4771              Title:  "hints/netbsd.sh d_setrgid d_setruid"
4772              From:  Jarkko Hietaniemi <jhi@iki.fi>
4773              Msg-ID:  <199802281435.QAA10866@alpha.hut.fi>
4774              Files:  hints/netbsd.sh
4775              
4776              Title:  "osname=unixware, osvers=2.03, archname=i386-unixware
4777              d_casti32=undef"
4778              From:  Tom Hughes <tom@compton.demon.co.uk>
4779              Msg-ID:  <465398da47%tom@compton.demon.co.uk>
4780              Files:  hints/svr4.sh
4781              
4782              Title:  "hints/bsdos.sh patch for BSDI 3.1"
4783              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
4784              Msg-ID:  <6fbip6$3cp$1@xs1.xs4all.nl>
4785              Files:  hints/bsdos.sh
4786              
4787              Title:  "Remove BIND_NOSTART from DynaLoader for HP"
4788              From:  Keong Lim <Keong.Lim@sr.com.au>
4789              Msg-ID:  <01BD1D03.53B65E90@sieplan2.sr.com.au>
4790              Files:  ext/DynaLoader/dl_hpux.xs
4791              
4792              Title:  "Building Perl on AIX 4+ with shared libraries and dynamic loading"
4793              From:  Juan Gallego <Little.Boss@physics.mcgill.ca>
4794              Msg-ID:  <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca>
4795              Files:  hints/aix.sh
4796              
4797              Title:  "alpha-dec_osf 5.0"
4798              From:  Spider Boardman <spider@Orb.Nashua.NH.US>
4799              Msg-ID:  <199712232305.SAA08359@Orb.Nashua.NH.US>
4800              Files:  hints/dec_osf.sh
4801              
4802              Title:  "Off-by-one error with OS2::PrfDB"
4803              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
4804              Msg-ID:  <199710170920.FAA00390@monk.mps.ohio-state.edu>
4805              Files:  os2/OS2/PrfDB/PrfDB.xs
4806              
4807              Title:  "5.004_04-m1] Allow overrides in hints/openbsd.sh"
4808              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4809              Msg-ID:  <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys>
4810              Files:  hints/openbsd.sh
4811              
4812              Title:  "5.004_04-m1] Linux shouldn't use -lnet"
4813              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
4814              Msg-ID:  <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys>
4815              Files:  hints/linux.sh
4816              
4817              Title:  "5.004_(04|63)] Close VMS security hole"
4818              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4819              Msg-ID:  <01IV6LRJCSSC0009C4@cor.newman.upenn.edu>
4820              Files:  vms/vms.c
4821              
4822              Title:  "Re: Perl online documentation on OpenVMS"
4823              From:  pvhp@forte.com (Peter Prymmer)
4824              Msg-ID:  <9803192143.AA28120@forte.com>
4825              Files:  README.vms
4826              
4827              Title:  "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated
4828              vms/perly_c.vms and vms/perly_h.vms"
4829              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski
4830              <sugalskd@osshe.edu>, larry@wall.org (Larry Wall)
4831              Msg-ID:  <199710151650.JAA29185@wall.org>,
4832              <3.0.3.32.19971014150404.02fdef78@osshe.edu>,
4833              <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys>
4834              Files:  vms/perly_c.vms
4835              
4836              Title:  "Updated, non-wordwrapped, patch to README.VMS"
4837              From:  Dan Sugalski <sugalskd@osshe.edu>
4838              Msg-ID:  <3.0.5.32.19980213133828.0092c870@osshe.edu>
4839              Files:  README.vms
4840              
4841              Title:  "VMS patches to 5.004_03 (excluding installperl and timelocal.t)"
4842              From:  Charles Bailey <BAILEY@newman.upenn.edu>
4843              Msg-ID:  <01INZT9G2LZS0006YW@cor.newman.upenn.edu>
4844              Files:  lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms
4845              vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm
4846              vms/ext/filespec.t
4847              
4848              Title:  "Re: VMSperl crashes on -Mblib argument"
4849              From:  bailey@newman.upenn.edu (Charles Bailey)
4850              Msg-ID:  <1997Dec10.004439.2635060@cor.newman>
4851              Files:  lib/blib.pm vms/vms.c
4852              
4853              Title:  "hints/linux.sh (MkLinux / PPC)"
4854              From:  pudge@pobox.com (Chris Nandor)
4855              Msg-ID:  <v0213050cb06c19682a25@[205.228.240.28]>
4856              Files:  hints/linux.sh
4857              
4858              Title:  "hpux.sh hints file clarification suggestion"
4859              From:  root@qad.com
4860              Msg-ID:  <199802192351.QAA09096@jhereg.perl.com>
4861              Files:  hints/hpux.sh
4862              
4863              Title:  "new hints/solaris_2.sh"
4864              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4865              Msg-ID:  <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk>
4866              Files:  hints/solaris_2.sh
4867      Branch: maint-5.004/perl
4868            ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs
4869            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
4870            ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh
4871            ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh
4872            ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh
4873            ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm
4874            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4875            ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c
4876            ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c
4877            ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL
4878            ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t
4879            ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms
4880            ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t
4881            ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com
4882            ! vms/vms.c
4883 ____________________________________________________________________________
4884 [   885] By: gsar                                  on 1998/04/08  01:14:29
4885         Log: small tweaks to make it compile (doesn't run)
4886      Branch: asperl
4887            ! objpp.h win32/Makefile win32/config.bc win32/config.gc
4888            ! win32/config.vc win32/makefile.mk
4889 ____________________________________________________________________________
4890 [   884] By: gsar                                  on 1998/04/08  00:14:13
4891         Log: integrate mainline changes
4892      Branch: asperl
4893           +> Changes5.004 ext/Thread/Thread/Signal.pm
4894           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
4895           +> lib/ExtUtils/inst t/op/hashwarn.t
4896            ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h
4897           !> (integrate 127 files)
4898 ____________________________________________________________________________
4899 [   883] By: gsar                                  on 1998/04/06  20:21:20
4900         Log: make old DomainName() implementation the default (so Win95
4901              is happy)
4902      Branch: win32/perl
4903            ! win32/win32.c
4904 ____________________________________________________________________________
4905 [   882] By: gsar                                  on 1998/04/05  23:32:33
4906         Log: fix memory leaks in offer_nice_chunk()
4907      Branch: win32/perl
4908            ! perl.h sv.c
4909 ____________________________________________________________________________
4910 [   881] By: gsar                                  on 1998/04/04  23:11:52
4911         Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also
4912      Branch: win32/perl
4913            ! cop.h util.c
4914 ____________________________________________________________________________
4915 [   880] By: gsar                                  on 1998/04/04  22:35:54
4916         Log: fix refcounting of GvSTASH() when glob becomes nought
4917              (this takes care of the "unbalanced strtab refcount" problem)
4918      Branch: win32/perl
4919            ! sv.c
4920 ____________________________________________________________________________
4921 [   879] By: gsar                                  on 1998/04/04  21:16:17
4922         Log: change 866 was incomplete
4923      Branch: win32/perl
4924            ! hv.c
4925 ____________________________________________________________________________
4926 [   878] By: gsar                                  on 1998/04/04  20:31:56
4927         Log: fixes for various noises under PERL_DESTRUCT_LEVEL
4928      Branch: win32/perl
4929            ! cop.h perl.c pp_ctl.c
4930 ____________________________________________________________________________
4931 [   877] By: gsar                                  on 1998/04/04  17:55:30
4932         Log: integrate mainline
4933      Branch: win32/perl
4934           +> Changes5.004
4935           !> Changes MANIFEST sv.c t/op/misc.t
4936 ____________________________________________________________________________
4937 [   876] By: gsar                                  on 1998/04/04  17:26:32
4938         Log: remove __declspec kludge in sdbm.h in favor of setting a
4939              flag for static symbols
4940      Branch: win32/perl
4941            ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL
4942            ! ext/SDBM_File/sdbm/sdbm.h
4943 ____________________________________________________________________________
4944 [   875] By: gsar                                  on 1998/04/04  01:11:57
4945         Log: fix order of init
4946              Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu>
4947              Date:    Fri, 03 Apr 1998 13:58:15 PST
4948              From:    Dan Sugalski <sugalskd@osshe.edu>
4949              Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled
4950              with MULTIPLICITY
4951      Branch: win32/perl
4952            ! perl.c
4953 ____________________________________________________________________________
4954 [   874] By: gsar                                  on 1998/04/04  00:34:59
4955         Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since
4956              the declared symbol is not in a DLL (so kludge it)
4957      Branch: win32/perl
4958            ! ext/SDBM_File/sdbm/sdbm.h
4959 ____________________________________________________________________________
4960 [   873] By: TimBunce                              on 1998/04/03  22:17:40
4961         Log: Title:  "FileHandle Documentation patch"
4962              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
4963              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
4964              Files:  lib/FileHandle.pm
4965      Branch: maint-5.004/perl
4966            ! lib/FileHandle.pm
4967 ____________________________________________________________________________
4968 [   872] By: TimBunce                              on 1998/04/03  22:01:03
4969         Log: Documentation and documentation related patches:
4970              
4971              ------  BUILD PROCESS  ------
4972              
4973              Title:  "Docs re /usr/bin/perl quasi-standard location"
4974              From:  Tom Phoenix <rootbeer@teleport.com>
4975              Msg-ID:  <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com>
4976              Files:  INSTALL pod/perlrun.pod
4977              
4978              ------  DOCUMENTATION  ------
4979              
4980              Title:  "/RFC|RFC-1305/ non-greedy"
4981              From:  Jan-Pieter Cornet <johnpc@xs4all.nl>
4982              Msg-ID:  <6epo02$c4r$1@xs1.xs4all.nl>
4983              Files:  pod/perlre.pod
4984              
4985              Title:  "5.004_04: perlhist.pod, buildtoc, perltoc.pod"
4986              From:  Jarkko Hietaniemi <jhi@iki.fi>
4987              Msg-ID:  <199802191543.RAA29231@alpha.hut.fi>
4988              Files:  pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
4989              
4990              Title:  "5.004_04: pod/perlfunc.pod: i18n example for localtime()"
4991              From:  Jarkko Hietaniemi <jhi@iki.fi>
4992              Msg-ID:  <199711141555.RAA18875@alpha.hut.fi>
4993              Files:  pod/perlfunc.pod
4994              
4995              Title:  "typo-fix and suggestion for perlguts.pod"
4996              From:  h.sanden@elsevier.nl (Hugo van der Sanden)
4997              Msg-ID:  <199803051543.QAA03097@dorlas.elsevier.nl>
4998              Files:  pod/perlguts.pod
4999              
5000              Title:  "perlfunc/syscall curiosity"
5001              From:  Roderick Schertler <roderick@argon.org>, Tkil
5002              <tkil@reptile.scrye.com>
5003              Msg-ID:  <199711302259.PAA02134@reptile.scrye.com>,
5004              <pziut8snva.fsf@eeyore.ibcinc.com>
5005              Files:  pod/perlfunc.pod
5006              
5007              Title:  "Document sprintf %#x behaviour for zero value"
5008              From:  ilya@math.ohio-state.edu (Ilya Zakharevich)
5009              Msg-ID:  <1997Nov5.185959.2539604@cor.newman>
5010              Files:  pod/perlfunc.pod
5011              
5012              Title:  "NUL termination (was Re: STOP THE PRESSES)"
5013              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5014              Msg-ID:  <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk>
5015              Files:  pod/perlguts.pod
5016              
5017              Title:  "Typo fix."
5018              From:  abigail@fnx.com
5019              Msg-ID:  <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com>
5020              Files:  pod/perlop.pod pod/perlvar.pod
5021              
5022              Title:  "5.004_63 perlrun.pod: _DEBUG_MSTATS"
5023              From:  Achim Bohnet <ach@mpe.mpg.de>
5024              Msg-ID:  <9803181940.AA22587@o09.xray.mpe.mpg.de>
5025              Files:  pod/perlrun.pod
5026              
5027              Title:  "Re: Conservative C<*x = undef> patch"
5028              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5029              Msg-ID:  <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk>
5030              Files:  pod/perltrap.pod
5031              
5032              Title:  "perlfunc.pod for flock()"
5033              From:  "Jeremy D. Zawodny" <jzawodn@wcnet.org>
5034              Msg-ID:  <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org>
5035              Files:  pod/perlfunc.pod
5036              
5037              Title:  "buglet: 'perltoc' not mentioned in perl.pod"
5038              From:  Tkil <tkil@scrye.com>
5039              Msg-ID:  <19971127035036.17668.qmail@scrye.com>
5040              Files:  pod/perl.pod
5041              
5042              Title:  "for() and map() peculiarity"
5043              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5044              Msg-ID:  <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk>
5045              Files:  pod/perlsyn.pod
5046              
5047              Title:  "Re: new text for perlsec"
5048              From:  Tom Phoenix <rootbeer@teleport.com>
5049              Msg-ID:  <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com>
5050              Files:  pod/perlsec.pod
5051              
5052              Title:  "perldsc's debugger x command"
5053              From:  Roderick Schertler <roderick@argon.org>
5054              Msg-ID:  <10669.878352893@eeyore.ibcinc.com>
5055              Files:  pod/perldsc.pod
5056              
5057              Title:  "perlre.pod"
5058              From:  Ted Ashton <ashted@southern.edu>
5059              Msg-ID:  <199802271501.KAA09279@ns.southern.edu>
5060              Files:  pod/perlre.pod
5061              
5062              Title:  "Re: printf and $\", "printf and $\"
5063              From:  Roderick Schertler <roderick@argon.org>, Tom Phoenix
5064              <rootbeer@teleport.com>, nag <nick@flirble.org>
5065              Msg-ID:  <199711141918.TAA08096@flirble.org>,
5066              <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport
5067              .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com>
5068              Files:  pod/perlfunc.pod
5069              
5070              Title:  "recv() typo"
5071              From:  Roderick Schertler <roderick@argon.org>
5072              Msg-ID:  <12064.877012073@eeyore.ibcinc.com>
5073              Files:  pod/perlfunc.pod
5074              
5075              Title:  "truncate return value"
5076              From:  Roderick Schertler <roderick@argon.org>
5077              Msg-ID:  <5490.878337883@eeyore.ibcinc.com>
5078              Files:  pod/perlfunc.pod
5079              
5080              Title:  "update to perlbook.pod"
5081              From:  "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz
5082              <merlyn@stonehenge.com>, Stephen Potter
5083              <spp@psasolar.colltech.com>, Tom Phoenix
5084              <rootbeer@teleport.com>
5085              Msg-ID:  <199803241354.HAA23938@psasolar.psa.pencom.com>,
5086              <199803241441.OAA01261@mediaone.net>,
5087              <8clnu0i05k.fsf@gadget.cscaper.com>,
5088              <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com>
5089              Files:  pod/perlbook.pod
5090              
5091              Title:  "utime documentation"
5092              From:  "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy"
5093              <mjtg@cus.cam.ac.uk>
5094              Msg-ID:  <199802180256.VAA11369@speaker.kf8nh.apk.net>,
5095              <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk>
5096              Files:  pod/perlfunc.pod
5097              
5098              Title:  "(well, doc patch) use of // requires successful match"
5099              From:  Roderick Schertler <roderick@argon.org>
5100              Msg-ID:  <pz7mb4bips.fsf@eeyore.ibcinc.com>
5101              Files:  pod/perlop.pod
5102              
5103              ------  LIBRARY AND EXTENSIONS  ------
5104              
5105              Title:  "MakeMaker PM doc patch and a DIR buglet"
5106              From:  Achim Bohnet <ach@mpe.mpg.de>
5107              Msg-ID:  <9711101050.AA13868@o09.xray.mpe.mpg.de>
5108              Files:  lib/ExtUtils/MakeMaker.pm
5109              
5110              Title:  "bareword clarification for constant.pm"
5111              From:  Roderick Schertler <roderick@argon.org>
5112              Msg-ID:  <6460.878143077@eeyore.ibcinc.com>
5113              Files:  lib/constant.pm
5114              
5115              Title:  "integer rand - bug or feature?"
5116              From:  Roderick Schertler <roderick@argon.org>
5117              Msg-ID:  <pzhg8lvgta.fsf@eeyore.ibcinc.com>
5118              Files:  lib/integer.pm
5119              
5120              ------  OTHER CHANGES  ------
5121              
5122              Title:  "FileHandle Documentation patch"
5123              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5124              Msg-ID:  <87emzqo49g.fsf@perv.daft.com>
5125              
5126              Title:  "perl5.004_61 myconfig updates"
5127              From:  Andy Dougherty <doughera@lafcol.lafayette.edu>
5128              Msg-ID:  <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys>
5129              Files:  myconfig
5130              
5131              Title:  "small fixups in pod2latex.PL"
5132              From:  "Darren/Torin/Who Ever..." <torin@daft.com>
5133              Msg-ID:  <873eg6o3v2.fsf@perv.daft.com>
5134              
5135              ------  PORTABILITY - GENERAL  ------
5136              
5137              Title:  "Misc doc fixes for README.VMS"
5138              From:  Dan Sugalski <sugalskd@osshe.edu>
5139              Msg-ID:  <3.0.5.32.19980121113134.00924a20@osshe.edu>
5140              Files:  README.vms
5141              
5142              Title:  "moved DynaLib"
5143              From:  John Tobey <jtobey@channel1.com>
5144              Msg-ID:  <199710182332.XAA21630@remote212>
5145              Files:  ext/DynaLoader/DynaLoader.pm.PL
5146              
5147              ------  UTILITIES  ------
5148              
5149              Title:  "Searching for FAQs (patch to perldoc)"
5150              From:  Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu>
5151              Msg-ID:  <m3d8gsb8uk.fsf@windlord.Stanford.EDU>,
5152              <m3iuqkfmiq.fsf@tower.bofh.org.uk>
5153              Files:  utils/perldoc.PL
5154              
5155              Title:  "perldoc"
5156              From:  Ted Ashton <ashted@southern.edu>
5157              Msg-ID:  <199802271510.KAA10506@ns.southern.edu>
5158              Files:  utils/perldoc.PL
5159              
5160              Title:  "perldoc -f not using pod2man"
5161              From:  Russ Allbery <rra@stanford.edu>
5162              Msg-ID:  <m3hg4f9vyy.fsf@windlord.Stanford.EDU>
5163              Files:  utils/perldoc.PL
5164              
5165              Title:  "perldoc -m should not require pod"
5166              From:  Robin Houston <robin@nml.guardian.co.uk>
5167              Msg-ID:  <199803241319.NAA24777@stringfellow.guardian.co.uk>
5168              Files:  utils/perldoc.PL
5169              
5170              Title:  "small fix for perldoc in perl 5.004_04"
5171              From:  Julian Yip <julian@imoney.com>
5172              Msg-ID:  <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com>
5173              Files:  utils/perldoc.PL
5174      Branch: maint-5.004/perl
5175            - ext/DynaLoader/DynaLoader.pm
5176            ! Changes Configure INSTALL README.vms
5177            ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm
5178            ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm
5179            ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL
5180            ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod
5181            ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod
5182            ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod
5183            ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod
5184            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod
5185            ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
5186            ! pod/pod2latex.PL toke.c utils/perldoc.PL
5187
5188 ----------------
5189 Version 5.004_64
5190 ----------------
5191
5192 ____________________________________________________________________________
5193 [   871] By: mbeattie                              on 1998/04/03  13:38:59
5194         Log: Update Changes5.004 and Changes, fix MANIFEST
5195      Branch: perl
5196            + Changes
5197            ! Changes5.004 MANIFEST
5198 ____________________________________________________________________________
5199 [   870] By: mbeattie                              on 1998/04/03  13:36:29
5200         Log: Rename Changes to Changes5.004 (via an integrate)
5201      Branch: perl
5202           +> Changes5.004
5203            - Changes
5204 ____________________________________________________________________________
5205 [   869] By: mbeattie                              on 1998/04/03  11:53:00
5206         Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend)
5207              Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET)
5208              From: Jan-Pieter Cornet <johnpc@xs4all.net>
5209      Branch: perl
5210            ! sv.c t/op/misc.t
5211 ____________________________________________________________________________
5212 [   868] By: mbeattie                              on 1998/04/03  11:16:26
5213         Log: Integrate win32 branch into mainline
5214      Branch: perl
5215           !> (integrate 31 files)
5216 ____________________________________________________________________________
5217 [   867] By: gsar                                  on 1998/04/03  08:47:55
5218         Log: config.* fixes
5219      Branch: win32/perl
5220            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5221            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5222            ! win32/makefile.mk
5223 ____________________________________________________________________________
5224 [   866] By: gsar                                  on 1998/04/03  07:22:50
5225         Log: fixup hv_free_ent() to not fail on null HeVAL()
5226      Branch: win32/perl
5227            ! hv.c perl.c
5228 ____________________________________________________________________________
5229 [   865] By: gsar                                  on 1998/04/03  07:06:12
5230         Log: integrate mainline
5231      Branch: win32/perl
5232           +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t
5233           !> (integrate 71 files)
5234 ____________________________________________________________________________
5235 [   864] By: gsar                                  on 1998/04/03  06:59:37
5236         Log: implement stack-of-stacks so that magic invocations don't
5237              invalidate local stack pointer
5238      Branch: win32/perl
5239            ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym
5240            ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h
5241            ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c
5242 ____________________________________________________________________________
5243 [   863] By: gsar                                  on 1998/04/03  01:26:09
5244         Log: add AS patch#15
5245      Branch: asperl
5246            ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h
5247            ! win32/config.bc win32/config.gc win32/config.vc
5248            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5249            ! win32/config_h.PL win32/config_sh.PL win32/runperl.c
5250            ! win32/win32.c win32/win32.h
5251 ____________________________________________________________________________
5252 [   862] By: mbeattie                              on 1998/04/02  17:08:43
5253         Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff
5254              Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST)
5255              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5256      Branch: perl
5257            ! Configure ext/Socket/Socket.xs myconfig
5258 ____________________________________________________________________________
5259 [   861] By: mbeattie                              on 1998/04/02  16:32:53
5260         Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0}
5261              since appropriate headers aren't included.
5262      Branch: perl
5263            ! ext/SDBM_File/sdbm/sdbm.h
5264 ____________________________________________________________________________
5265 [   860] By: mbeattie                              on 1998/04/02  16:17:11
5266         Log: Bumped patchlevel.h to 64
5267      Branch: perl
5268            ! patchlevel.h
5269 ____________________________________________________________________________
5270 [   859] By: mbeattie                              on 1998/04/02  16:16:26
5271         Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9
5272              Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET)
5273              From: Jarkko Hietaniemi <jhi@iki.fi>
5274      Branch: perl
5275            ! hints/unicos.sh regcomp.h
5276 ____________________________________________________________________________
5277 [   858] By: mbeattie                              on 1998/04/02  16:13:24
5278         Log: Subject: [PATCH] Re: Odd number of elements in hash list.
5279              Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST)
5280              From: Tom Phoenix <rootbeer@teleport.com>
5281      Branch: perl
5282            + t/op/hashwarn.t
5283            ! MANIFEST pod/perldiag.pod pp.c pp_hot.c
5284 ____________________________________________________________________________
5285 [   857] By: mbeattie                              on 1998/04/02  16:08:43
5286         Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole
5287              Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST)
5288              From: Charles Bailey <BAILEY@newman.upenn.edu>
5289      Branch: perl
5290            ! vms/vms.c
5291 ____________________________________________________________________________
5292 [   856] By: mbeattie                              on 1998/04/02  16:07:44
5293         Log: Subject: [PATCH] mv-if-diff
5294              Date: Fri, 27 Mar 98 18:06:11 GMT
5295              From: Robin Barker <rmb1@cise.npl.co.uk>
5296      Branch: perl
5297            ! mv-if-diff
5298 ____________________________________________________________________________
5299 [   855] By: mbeattie                              on 1998/04/02  16:06:54
5300         Log: From: Jan-Pieter Cornet <johnpc@xs4all.net>
5301              Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL
5302              Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET)
5303              Subject: [PATCH] another destruct_level fix
5304              Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST)
5305      Branch: perl
5306            ! perl.c sv.c
5307 ____________________________________________________________________________
5308 [   854] By: mbeattie                              on 1998/04/02  16:03:37
5309         Log: Subject: Next wave of _63 VMS patches
5310              Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST)
5311              From: Charles Bailey <BAILEY@newman.upenn.edu>
5312      Branch: perl
5313            ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL
5314            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c
5315            ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c
5316            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
5317            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
5318            ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm
5319            ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t
5320            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
5321            ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm
5322            ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl
5323            ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c
5324            ! vms/vmsish.h
5325 ____________________________________________________________________________
5326 [   853] By: mbeattie                              on 1998/04/02  15:55:46
5327         Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'"
5328              Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST)
5329              From: Hans Mulder <hansmu@xs4all.nl>
5330      Branch: perl
5331            ! toke.c
5332 ____________________________________________________________________________
5333 [   852] By: mbeattie                              on 1998/04/02  15:54:24
5334         Log: Subject: [PATCH] small fixups in pod2latex.PL
5335              Date: 25 Mar 1998 13:30:25 -0800
5336              From: "Darren/Torin/Who Ever..." <torin@daft.com>
5337      Branch: perl
5338            ! pod/pod2latex.PL
5339 ____________________________________________________________________________
5340 [   851] By: mbeattie                              on 1998/04/02  15:50:58
5341         Log: Subject: [PATCH] hints/irix_6.sh with GCC
5342              Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST)
5343              From: kstar@chapin.edu (Kurt D. Starsinic)
5344      Branch: perl
5345            ! hints/irix_6.sh
5346 ____________________________________________________________________________
5347 [   850] By: mbeattie                              on 1998/04/02  15:45:33
5348         Log: Subject: [PATCH] perldoc -m
5349              Date: Tue, 24 Mar 1998 13:19:38 GMT
5350              From: Robin Houston <robin@nml.guardian.co.uk>
5351      Branch: perl
5352            ! utils/perldoc.PL
5353 ____________________________________________________________________________
5354 [   849] By: mbeattie                              on 1998/04/02  15:42:52
5355         Log: Subject: [PATCH for 5.004_63] dos-djgpp update
5356              Date: Mon, 23 Mar 1998 14:13:46 +0100
5357              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5358      Branch: perl
5359            ! djgpp/config.over hints/dos_djgpp.sh
5360 ____________________________________________________________________________
5361 [   848] By: mbeattie                              on 1998/04/02  15:38:19
5362         Log: Subject: [PATCH] Stale SP in pp_substr
5363              Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST)
5364              From: Stephen McCamant <alias@mcs.com>
5365      Branch: perl
5366            ! pp.c
5367 ____________________________________________________________________________
5368 [   847] By: mbeattie                              on 1998/04/02  15:36:33
5369         Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait)
5370      Branch: perl
5371            ! ext/POSIX/POSIX.pm
5372 ____________________________________________________________________________
5373 [   846] By: mbeattie                              on 1998/04/02  15:34:36
5374         Log: Subject: [PATCH] 5.004_63: further -e patching
5375              Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET)
5376              From: Jarkko Hietaniemi <jhi@iki.fi>
5377      Branch: perl
5378            ! perl.c pod/perldiag.pod
5379 ____________________________________________________________________________
5380 [   845] By: mbeattie                              on 1998/04/02  15:25:18
5381         Log: Andy Dougherty's configuration patches (Config_63-01 up to 04).
5382      Branch: perl
5383            ! Configure INSTALL Policy_sh.SH Porting/Glossary
5384            ! Porting/config.sh Porting/config_H config_h.SH
5385            ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h
5386            ! pp.c pp_sys.c regexec.c
5387 ____________________________________________________________________________
5388 [   844] By: mbeattie                              on 1998/04/02  14:28:17
5389         Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 
5390              Date: Wed, 18 Mar 1998 20:40:19 +0100
5391              From: Achim Bohnet <ach@mpe.mpg.de>
5392      Branch: perl
5393            ! pod/perlrun.pod
5394 ____________________________________________________________________________
5395 [   843] By: mbeattie                              on 1998/04/02  14:26:52
5396         Log: From: Dan Sugalski <sugalskd@osshe.edu>
5397              Subject: 5.004_63 picky compiler fixes [PATCH]
5398              Date: Wed, 18 Mar 1998 09:36:32 -0800
5399              Subject: [PATCH 5.004_63] Fix function prototype with long doubles
5400              Date: Wed, 18 Mar 1998 14:48:19 -0800
5401      Branch: perl
5402            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c
5403 ____________________________________________________________________________
5404 [   842] By: mbeattie                              on 1998/04/02  14:22:41
5405         Log: From: Stephen Potter <spp@psasolar.colltech.com>
5406              Subject: Re: doc: perlrun typo 
5407              Date: Wed, 18 Mar 1998 10:06:55 -0600
5408              Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 
5409              Date: Tue, 24 Mar 1998 21:20:51 -0600
5410      Branch: perl
5411            ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c
5412 ____________________________________________________________________________
5413 [   841] By: mbeattie                              on 1998/04/02  14:17:31
5414         Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod
5415              Date: Wed, 18 Mar 1998 12:44:58 +0100
5416              From: Dominic Dunlop <domo@vo.lu>
5417      Branch: perl
5418            ! Porting/pumpkin.pod Todo
5419 ____________________________________________________________________________
5420 [   840] By: mbeattie                              on 1998/04/02  14:14:22
5421         Log: Subject: [PATCH] Configure hints/ patches
5422              Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET)
5423              From: Jan-Pieter Cornet <johnpc@xs4all.net>
5424      Branch: perl
5425            ! hints/linux.sh hints/qnx.sh
5426 ____________________________________________________________________________
5427 [   839] By: mbeattie                              on 1998/04/02  14:13:13
5428         Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac)
5429      Branch: perl
5430            ! cygwin32/perlgcc
5431 ____________________________________________________________________________
5432 [   838] By: gsar                                  on 1998/03/28  05:01:57
5433         Log: fix Env.pm to weed out illegal names
5434      Branch: win32/perl
5435            ! lib/Env.pm
5436 ____________________________________________________________________________
5437 [   837] By: gsar                                  on 1998/03/28  04:39:43
5438         Log: fix typo in makefile.mk
5439      Branch: win32/perl
5440            ! win32/makefile.mk
5441 ____________________________________________________________________________
5442 [   836] By: gsar                                  on 1998/03/23  17:40:15
5443         Log: add file: to installhtml URLs
5444      Branch: win32/perl
5445            ! win32/Makefile win32/makefile.mk
5446 ____________________________________________________________________________
5447 [   835] By: mbeattie                              on 1998/03/18  11:03:11
5448         Log: Add Thread::Signal to run signal handlers reliably in a new thread
5449      Branch: perl
5450            + ext/Thread/Thread/Signal.pm
5451            ! MANIFEST ext/Thread/Thread.xs
5452
5453 ----------------
5454 Version 5.004_63
5455 ----------------
5456
5457 ____________________________________________________________________________
5458 [   834] By: mbeattie                              on 1998/03/17  16:19:10
5459         Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth)
5460      Branch: perl
5461            ! Policy_sh.SH
5462 ____________________________________________________________________________
5463 [   833] By: mbeattie                              on 1998/03/17  16:11:02
5464         Log: Integrate win32 branch into mainline.
5465      Branch: perl
5466           !> regcomp.c win32/config.bc win32/config.gc win32/config.vc
5467           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5468           !> win32/win32.c
5469 ____________________________________________________________________________
5470 [   832] By: gsar                                  on 1998/03/17  14:32:39
5471         Log: propagate bugfix @ change831 from asperl
5472      Branch: win32/perl
5473            ! regcomp.c
5474 ____________________________________________________________________________
5475 [   831] By: gsar                                  on 1998/03/17  14:02:51
5476         Log: fix buggy order of free() in regcomp.c (from AS)
5477      Branch: asperl
5478            ! regcomp.c
5479 ____________________________________________________________________________
5480 [   830] By: gsar                                  on 1998/03/17  01:10:54
5481         Log: add a part of AS patch#14, backout incomplete variable
5482              name changes for gcc. Builds and tests under VC/BC once again.
5483      Branch: asperl
5484            ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c
5485 ____________________________________________________________________________
5486 [   829] By: gsar                                  on 1998/03/16  23:49:18
5487         Log: stray tweak to win32.c
5488      Branch: win32/perl
5489            ! win32/win32.c
5490 ____________________________________________________________________________
5491 [   828] By: gsar                                  on 1998/03/16  22:06:03
5492         Log: update win32/config* files
5493      Branch: win32/perl
5494            ! win32/config.bc win32/config.gc win32/config.vc
5495            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5496 ____________________________________________________________________________
5497 [   827] By: gsar                                  on 1998/03/16  19:09:30
5498         Log: trivial integrate of mainline
5499      Branch: win32/perl
5500           +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm
5501           +> lib/ExtUtils/inst
5502           !> (integrate 61 files)
5503 ____________________________________________________________________________
5504 [   826] By: mbeattie                              on 1998/03/16  16:39:23
5505         Log: newCONSTSUB had private MY_start_subparse.
5506      Branch: perl
5507            ! op.c
5508 ____________________________________________________________________________
5509 [   825] By: mbeattie                              on 1998/03/16  16:36:55
5510         Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct.
5511      Branch: perl
5512            ! hv.c
5513 ____________________________________________________________________________
5514 [   824] By: mbeattie                              on 1998/03/16  16:27:43
5515         Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST
5516      Branch: perl
5517            ! MANIFEST
5518 ____________________________________________________________________________
5519 [   823] By: mbeattie                              on 1998/03/16  16:26:02
5520         Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814.
5521      Branch: perl
5522            + lib/ExtUtils/Packlist.pm
5523 ____________________________________________________________________________
5524 [   822] By: mbeattie                              on 1998/03/16  16:22:58
5525         Log: Bump patchlevel.h to 63.
5526      Branch: perl
5527            ! ext/IO/IO.xs patchlevel.h
5528           !> (integrate 41 files)
5529 ____________________________________________________________________________
5530 [   821] By: mbeattie                              on 1998/03/16  16:18:35
5531         Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }).
5532              Subject: Bundling builtin.pm and newCONSTSUB with the core?
5533              From: jan.dubois@ibm.net (Jan Dubois)
5534              Date: Sun, 15 Mar 1998 19:09:05 +0100
5535      Branch: perl
5536            ! embed.h global.sym op.c pod/perlguts.pod proto.h
5537 ____________________________________________________________________________
5538 [   820] By: mbeattie                              on 1998/03/16  16:02:50
5539         Log: Subject: [PATCH] STRESS_REALLOC
5540              Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST)
5541              From: Stephen McCamant <alias@mcs.com>
5542      Branch: perl
5543            ! malloc.c perl.c scope.c
5544 ____________________________________________________________________________
5545 [   819] By: mbeattie                              on 1998/03/16  16:01:06
5546         Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio
5547              Date: Fri, 13 Mar 1998 23:21:25 +0100
5548              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
5549      Branch: perl
5550            ! perly.c
5551 ____________________________________________________________________________
5552 [   818] By: mbeattie                              on 1998/03/16  15:59:16
5553         Log: Subject: [Configure PATCH] for OS/2
5554              Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST)
5555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5556              [Two hunks to Configure failed to apply due to clashes]
5557      Branch: perl
5558            ! Configure hints/os2.sh
5559 ____________________________________________________________________________
5560 [   817] By: mbeattie                              on 1998/03/16  15:55:28
5561         Log: Subject: [PATCH 5.004_62] VMS updates (direct)
5562              Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST)
5563              From: Charles Bailey <BAILEY@newman.upenn.edu>
5564              [Needed manual tweaks on vms/config.vms since it clashed with other
5565              patches. I may have got it wrong.]
5566      Branch: perl
5567            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
5568            ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c
5569            ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms
5570            ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com
5571            ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h
5572            ! vms/test.com vms/vms.c vms/vmsish.h
5573 ____________________________________________________________________________
5574 [   816] By: mbeattie                              on 1998/03/16  15:26:04
5575         Log: Subject: [PATCH] Let h2xs read multiple header files
5576              Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST)
5577              From: Benjamin Sugars <bsugars@canoe.ca>
5578      Branch: perl
5579            ! utils/h2xs.PL
5580 ____________________________________________________________________________
5581 [   815] By: mbeattie                              on 1998/03/16  15:24:12
5582         Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1
5583              Date: Mon, 09 Mar 1998 09:18:56 -0800
5584              From: Dan Sugalski <sugalskd@osshe.edu>
5585      Branch: perl
5586            ! vms/config.vms
5587 ____________________________________________________________________________
5588 [   814] By: mbeattie                              on 1998/03/16  13:17:14
5589         Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils
5590              Date: Sun, 08 Mar 1998 12:50:23 +0000
5591              From: Alan Burlison <alan.burlison@UK.Sun.COM>
5592              plus manual update of MANIFEST
5593      Branch: perl
5594            + lib/ExtUtils/Installed.pm lib/ExtUtils/inst
5595            ! MANIFEST installman installperl lib/ExtUtils/Install.pm
5596            ! lib/ExtUtils/MM_Unix.pm
5597 ____________________________________________________________________________
5598 [   813] By: mbeattie                              on 1998/03/16  13:08:55
5599         Log: From: Blair Zajac <blair@gps.caltech.edu>
5600              Subject: PATCH: util.c and util.h function declarations do not match
5601              Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST)
5602              Subject: PATCH: cgywin32 patch for perlgcc
5603              Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST)
5604              Subject: PATCH: perl5.004_62 on cygwin32
5605              Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST)
5606      Branch: perl
5607            ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c
5608 ____________________________________________________________________________
5609 [   812] By: mbeattie                              on 1998/03/16  12:55:39
5610         Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5611              Subject: [PATCH 5.004_62} Config_62-01 patch available.
5612              Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST)
5613              Subject: [PATCH 5.004_62] Tiny hint file updates
5614              Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST)
5615      Branch: perl
5616            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5617            ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh
5618            ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh
5619            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
5620            ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h
5621            ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms
5622 ____________________________________________________________________________
5623 [   811] By: mbeattie                              on 1998/03/16  12:13:55
5624         Log: DOS djgpp updates:
5625              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
5626              Subject: [PATCH for 5.004_61] dos-djgpp update
5627              Date: Fri, 6 Mar 1998 10:41:01 +0100
5628              Subject: [PATCH 5.004_62] dos-djgpp update
5629              Date: Thu, 12 Mar 1998 13:34:51 +0100
5630      Branch: perl
5631            ! djgpp/config.over hints/dos_djgpp.sh
5632 ____________________________________________________________________________
5633 [   810] By: gsar                                  on 1998/03/16  08:48:17
5634         Log: integrate mainline
5635      Branch: win32/perl
5636           !> pp_sys.c
5637 ____________________________________________________________________________
5638 [   809] By: gsar                                  on 1998/03/16  08:44:37
5639         Log: various changes to get asperl working under Borland
5640              (passes all tests when built under PERL_OBJECT)
5641      Branch: asperl
5642            ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c
5643            ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c
5644            ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc
5645            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
5646            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
5647            ! win32/win32sck.c
5648 ____________________________________________________________________________
5649 [   808] By: gsar                                  on 1998/03/12  19:50:20
5650         Log: set sockets to nonoverlapped mode for every thread
5651              Message-Id: <35081FE4.965A484D@enteract.com>
5652              Date:    Thu, 12 Mar 1998 11:48:20 CST
5653              From:    Steve Nielsen <spn@enteract.com>
5654              Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis
5655      Branch: win32/perl
5656            ! win32/win32.h win32/win32sck.c
5657 ____________________________________________________________________________
5658 [   807] By: gsar                                  on 1998/03/12  19:26:54
5659         Log: add AS patch#13
5660      Branch: asperl
5661            ! win32/Makefile
5662 ____________________________________________________________________________
5663 [   806] By: gsar                                  on 1998/03/12  00:51:08
5664         Log: added AS patch#12 with minor changes
5665      Branch: asperl
5666            ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h
5667            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5668            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c
5669            ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL
5670            ! win32/runperl.c
5671 ____________________________________________________________________________
5672 [   805] By: gsar                                  on 1998/03/10  20:35:10
5673         Log: reinstate some standard sig_names to avoid noise from
5674              modules (and in hopes of making them _do_ something in future)
5675      Branch: win32/perl
5676            ! win32/config.bc win32/config.gc win32/config.vc
5677            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5678 ____________________________________________________________________________
5679 [   804] By: gsar                                  on 1998/03/10  20:33:05
5680         Log: mingw32 tweaks
5681      Branch: win32/perl
5682            ! win32/makefile.mk win32/win32.c win32/win32.h
5683 ____________________________________________________________________________
5684 [   803] By: gsar                                  on 1998/03/09  20:56:07
5685         Log: tweak Win32::DomainName() implementation
5686      Branch: win32/perl
5687            ! win32/Makefile win32/win32.c
5688 ____________________________________________________________________________
5689 [   802] By: gsar                                  on 1998/03/09  03:51:01
5690         Log: merge C<local $tied{foo}> patch, also moved statics in
5691              [ah]v.c to thrdvar.h
5692      Branch: win32/perl
5693            ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h
5694 ____________________________________________________________________________
5695 [   801] By: gsar                                  on 1998/03/09  02:38:35
5696         Log: minor win32 support fixes
5697              - add a better implementation of Win32::DomainName() (as
5698              suggested by Jutta M. Klebe <jmk@exc.bybyte.de>)
5699              - fix opendir() emulation was unsafe what given long paths
5700      Branch: win32/perl
5701            ! win32/win32.c
5702 ____________________________________________________________________________
5703 [   800] By: nick                                  on 1998/03/07  09:36:41
5704         Log: There has been a 'thaw' in config.h (the ICE has gone ;-))
5705              So pp_sys.c needs tweaking otherwise it does not believe getservby*()
5706              exist. (Breaks libnet).
5707      Branch: perl
5708            ! pp_sys.c
5709 ____________________________________________________________________________
5710 [   799] By: gsar                                  on 1998/03/07  07:51:28
5711         Log: integrate mainline changes
5712      Branch: asperl
5713           !> (integrate 111 files)
5714 ____________________________________________________________________________
5715 [   798] By: gsar                                  on 1998/03/07  07:01:55
5716         Log: integrate mainline
5717      Branch: win32/perl
5718           !> myconfig patchlevel.h
5719 ____________________________________________________________________________
5720 [   797] By: gsar                                  on 1998/03/07  06:49:49
5721         Log: provide our own popen()/pclose() to fix problems with qx//:
5722              - qx// used to always invoke the shell, now does so only when needed
5723              - qx// didn't respect PERL5SHELL, now does
5724      Branch: win32/perl
5725            ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c
5726 ____________________________________________________________________________
5727 [   796] By: gsar                                  on 1998/03/07  01:37:10
5728         Log: a missed s/sp/SP/
5729      Branch: win32/perl
5730            ! lib/ExtUtils/typemap pod/perlcall.pod
5731 ____________________________________________________________________________
5732 [   795] By: gsar                                  on 1998/03/07  01:05:21
5733         Log: change all 'sp' to 'SP' in code and in the docs.  Explicitly
5734              mention that local stack pointer should be called SP.  This makes the
5735              API safer from source incompatibilities down the line.
5736      Branch: win32/perl
5737            ! av.c doio.c doop.c ext/DB_File/DB_File.xs
5738            ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs
5739            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs
5740            ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod
5741            ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c
5742            ! pp_ctl.c pp_hot.c pp_sys.c util.c
5743
5744 ----------------
5745 Version 5.004_62
5746 ----------------
5747
5748 ____________________________________________________________________________
5749 [   794] By: mbeattie                              on 1998/03/06  09:38:08
5750         Log: Subject: [PATCH] perl5.004_61 myconfig updates
5751              Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST)
5752              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5753      Branch: perl
5754            ! myconfig
5755 ____________________________________________________________________________
5756 [   793] By: mbeattie                              on 1998/03/06  09:36:37
5757         Log: Bump patchlevel.h to 62.
5758      Branch: perl
5759            ! patchlevel.h
5760 ____________________________________________________________________________
5761 [   792] By: mbeattie                              on 1998/03/06  09:35:57
5762         Log: Integrate win32 branch into mainline.
5763      Branch: perl
5764           !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc
5765           !> win32/config.gc win32/config.vc win32/config_H.bc
5766           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
5767 ____________________________________________________________________________
5768 [   791] By: gsar                                  on 1998/03/06  06:00:08
5769         Log: various
5770              - s/PerlIO_fread/PerlIO_read/, the former doesn't exist
5771              - add missing prototypes
5772              - regenerate win32/config*.?c
5773      Branch: win32/perl
5774            ! bytecode.h proto.h win32/config.bc win32/config.gc
5775            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5776            ! win32/config_H.vc win32/makefile.mk
5777 ____________________________________________________________________________
5778 [   790] By: gsar                                  on 1998/03/06  03:19:23
5779         Log: fix typo in Makefile
5780      Branch: win32/perl
5781            ! win32/Makefile
5782 ____________________________________________________________________________
5783 [   789] By: gsar                                  on 1998/03/05  22:55:53
5784         Log: integrate mainline
5785      Branch: win32/perl
5786           !> (integrate 47 files)
5787 ____________________________________________________________________________
5788 [   788] By: gsar                                  on 1998/03/05  20:02:09
5789         Log: added AS patch#11
5790              Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com>
5791              Date:    Thu, 05 Mar 1998 10:23:04 PST
5792              From:    Douglas Lankshear <dougl@ActiveState.com>
5793              
5794              This patch fixes a bug I introduced removing duplicate code.
5795              -- Doug
5796      Branch: asperl
5797            ! ObjXSub.h objpp.h win32/runperl.c
5798 ____________________________________________________________________________
5799 [   787] By: gsar                                  on 1998/03/05  19:56:17
5800         Log: add Nick's dTHR fixes
5801      Branch: win32/perl
5802            ! op.c scope.c
5803 ____________________________________________________________________________
5804 [   786] By: gsar                                  on 1998/03/05  19:54:49
5805         Log: maintpatch
5806              Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US>
5807              Date:    Thu, 05 Mar 1998 02:49:46 EST
5808              From:    Spider Boardman <spider@orb.nashua.nh.us>
5809              Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void
5810      Branch: win32/perl
5811            ! scope.c
5812 ____________________________________________________________________________
5813 [   785] By: mbeattie                              on 1998/03/05  19:12:14
5814         Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW
5815              Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST)
5816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5817      Branch: perl
5818            ! op.c proto.h regcomp.c regexp.h util.c
5819 ____________________________________________________________________________
5820 [   784] By: mbeattie                              on 1998/03/05  19:11:09
5821         Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads.
5822              Date: Wed, 4 Mar 1998 10:18:03 GMT
5823              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5824      Branch: perl
5825            ! atomic.h
5826 ____________________________________________________________________________
5827 [   783] By: mbeattie                              on 1998/03/05  19:09:16
5828         Log: Subject: Configure patches -01 and -02 for 5.004_61.
5829              Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST)
5830              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5831      Branch: perl
5832            ! Configure INSTALL Policy_sh.SH Porting/Glossary
5833            ! Porting/config.sh Porting/config_H Porting/pumpkin.pod
5834            ! config_h.SH handy.h hints/README.hints hints/aix.sh
5835            ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh
5836            ! makedepend.SH myconfig pp_sys.c
5837 ____________________________________________________________________________
5838 [   782] By: mbeattie                              on 1998/03/05  19:05:23
5839         Log: Subject: [PATCH] Compiling with OP_IN_REGISTER
5840              Date: 03 Mar 1998 18:05:07 +0100
5841              From: Gisle Aas <gisle@aas.no>
5842      Branch: perl
5843            ! perl.h pp_ctl.c
5844 ____________________________________________________________________________
5845 [   781] By: mbeattie                              on 1998/03/05  19:04:34
5846         Log: Subject: [PATCH] Make autouse -w-safe
5847              Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST)
5848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5849      Branch: perl
5850            ! lib/autouse.pm op.c sv.c
5851 ____________________________________________________________________________
5852 [   780] By: mbeattie                              on 1998/03/05  19:02:50
5853         Log: Subject: [PATCH] External symbol re_croak2
5854              Date: 02 Mar 1998 13:00:45 +0100
5855              From: Gisle Aas <gisle@aas.no>
5856      Branch: perl
5857            ! regcomp.c regcomp.h
5858 ____________________________________________________________________________
5859 [   779] By: mbeattie                              on 1998/03/05  19:01:25
5860         Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes
5861              Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST)
5862              From: bailey@newman.upenn.edu (Charles Bailey)
5863      Branch: perl
5864            ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c
5865            ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h
5866            ! sv.h
5867 ____________________________________________________________________________
5868 [   778] By: mbeattie                              on 1998/03/05  18:53:13
5869         Log: Subject: [PATCH 5.004_61] USHRT range limit macros
5870              Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST)
5871              From: bailey@newman.upenn.edu (Charles Bailey)
5872      Branch: perl
5873            ! perl.h
5874 ____________________________________________________________________________
5875 [   777] By: mbeattie                              on 1998/03/05  18:50:25
5876         Log: Subject: [PATCH 5.004_61]  File::Basename taint fix (revised)
5877              Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST)
5878              From: bailey@newman.upenn.edu (Charles Bailey)
5879      Branch: perl
5880            ! lib/File/Basename.pm
5881 ____________________________________________________________________________
5882 [   776] By: mbeattie                              on 1998/03/05  18:49:15
5883         Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61)
5884              Date: 01 Mar 1998 15:16:03 +0100
5885              From: Gisle Aas <gisle@aas.no>
5886      Branch: perl
5887            ! pod/perlguts.pod
5888 ____________________________________________________________________________
5889 [   775] By: mbeattie                              on 1998/03/05  18:48:05
5890         Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)
5891              Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET)
5892              From: Jarkko Hietaniemi <jhi@iki.fi>
5893      Branch: perl
5894            ! Makefile.SH perl_exp.SH
5895 ____________________________________________________________________________
5896 [   774] By: mbeattie                              on 1998/03/05  18:46:32
5897         Log: Subject: Almost OK: 5.004_61 (threads, perlio)
5898              Date: Sun, 1 Mar 1998 02:02:47 -0500
5899              From: Spider Boardman <spider@orb.nashua.nh.us>
5900      Branch: perl
5901            ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h
5902 ____________________________________________________________________________
5903 [   773] By: mbeattie                              on 1998/03/05  18:43:57
5904         Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs
5905              Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST)
5906              From: Hans Mulder <hansmu@xs4all.nl>
5907      Branch: perl
5908            ! pp_ctl.c
5909 ____________________________________________________________________________
5910 [   772] By: mbeattie                              on 1998/03/05  18:39:25
5911         Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug...
5912              Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET)
5913              From: Jarkko Hietaniemi <jhi@iki.fi>
5914      Branch: perl
5915            ! Makefile.SH
5916 ____________________________________________________________________________
5917 [   771] By: mbeattie                              on 1998/03/05  18:38:32
5918         Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh
5919              Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET)
5920              From: Jarkko Hietaniemi <jhi@iki.fi>
5921      Branch: perl
5922            ! hints/netbsd.sh
5923 ____________________________________________________________________________
5924 [   770] By: mbeattie                              on 1998/03/05  18:36:50
5925         Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>)
5926      Branch: perl
5927            ! cflags.SH
5928 ____________________________________________________________________________
5929 [   769] By: mbeattie                              on 1998/03/05  18:34:35
5930         Log: Change getc/fread to PerlIO_getc/fread in bytecode.h:
5931              Subject: [PATCH 5.004_61] bunch of small patches
5932              Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST)
5933              From: Andrew Cohen <cohen@andy.bu.edu>
5934      Branch: perl
5935            ! bytecode.h
5936 ____________________________________________________________________________
5937 [   768] By: mbeattie                              on 1998/03/05  18:13:06
5938         Log: Integrate win32 branch into mainline.
5939      Branch: perl
5940           !> (integrate 53 files)
5941 ____________________________________________________________________________
5942 [   767] By: TimBunce                              on 1998/03/05  11:48:09
5943         Log: Update to change 744.
5944      Branch: maint-5.004/perl
5945            ! lib/ExtUtils/Install.pm
5946 ____________________________________________________________________________
5947 [   765] By: TimBunce                              on 1998/03/05  11:24:24
5948         Log: Update embed.h after make regen_headers.
5949      Branch: maint-5.004/perl
5950            ! embed.h
5951 ____________________________________________________________________________
5952 [   764] By: TimBunce                              on 1998/03/05  11:05:13
5953         Log: APPLLIB_EXP now has arch and version dirs added to @INC
5954      Branch: maint-5.004/perl
5955            ! perl.c
5956 ____________________________________________________________________________
5957 [   763] By: TimBunce                              on 1998/03/05  11:01:38
5958         Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST
5959              Added MAINT_TRIAL_1 local patch label to patchlevel.h
5960              Removed win32/win32io.c and win32/win32io.h from repository
5961      Branch: maint-5.004/perl
5962            - win32/win32io.c win32/win32io.h
5963            ! MANIFEST patchlevel.h
5964 ____________________________________________________________________________
5965 [   762] By: TimBunce                              on 1998/03/05  10:05:34
5966         Log: Title:  "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)"
5967              From:  Spider Boardman <spider@orb.nashua.nh.us>
5968              Files:  scope.c
5969      Branch: maint-5.004/perl
5970            ! scope.c
5971 ____________________________________________________________________________
5972 [   761] By: TimBunce                              on 1998/03/05  10:03:10
5973         Log: Title:  "properly refcount localization, fix C<local $tied{foo}>"
5974              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
5975              Msg-ID:  <199802191207.MAA10742@toad.ig.co.uk>
5976              Files:  av.c hv.c scope.c t/op/local.t
5977      Branch: maint-5.004/perl
5978            ! av.c hv.c scope.c t/op/local.t
5979 ____________________________________________________________________________
5980 [   760] By: gsar                                  on 1998/03/04  20:58:21
5981         Log: added AS patch#10
5982              Message-Id: <01BD4691.963D1670.dougl@ActiveState.com>
5983              Date:    Tue, 03 Mar 1998 10:46:13 PST
5984              From:    Douglas Lankshear <dougl@ActiveState.com>
5985              Subject: [PATCH]
5986              
5987              Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 
5988              linked modules.
5989              
5990              -- Doug
5991      Branch: asperl
5992            ! win32/dl_win32.xs
5993 ____________________________________________________________________________
5994 [   759] By: TimBunce                              on 1998/03/04  18:46:41
5995         Log: Update patchls utility
5996      Branch: maint-5.004/perl
5997            ! Porting/patchls
5998 ____________________________________________________________________________
5999 [   758] By: TimBunce                              on 1998/03/04  17:07:06
6000         Log: perldoc -f now uses pager if text is too long for screen
6001      Branch: maint-5.004/perl
6002            ! utils/perldoc.PL
6003 ____________________________________________________________________________
6004 [   757] By: TimBunce                              on 1998/03/04  16:57:04
6005         Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com>
6006              Document 'warn with no args' behaviour, from <johnpc@xs4all.net>
6007      Branch: maint-5.004/perl
6008            + hints/openbsd.sh
6009            ! pod/perlfunc.pod
6010 ____________________________________________________________________________
6011 [   756] By: TimBunce                              on 1998/03/04  16:48:40
6012         Log: Fix for new gnulibc stdio.h when using sfio+perlio
6013      Branch: maint-5.004/perl
6014            ! perlsdio.h
6015 ____________________________________________________________________________
6016 [   755] By: TimBunce                              on 1998/03/04  16:47:08
6017         Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD
6018              Added details of split in scalar context to perlfunc.pod
6019      Branch: maint-5.004/perl
6020            ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm
6021 ____________________________________________________________________________
6022 [   754] By: TimBunce                              on 1998/03/04  16:35:58
6023         Log: Updated perl -v info to include reference to docs and home page.
6024      Branch: maint-5.004/perl
6025            ! perl.c
6026 ____________________________________________________________________________
6027 [   753] By: TimBunce                              on 1998/03/04  16:31:29
6028         Log: Updated hints/bsdos.sh for BSD/OS 3.1
6029              Fixed typo in pod/perlsyn.pod
6030              Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL
6031              Fixed typo in ext/GDBM_File/GDBM_File.pm
6032      Branch: maint-5.004/perl
6033            ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL
6034            ! hints/bsdos.sh pod/perlsyn.pod
6035 ____________________________________________________________________________
6036 [   752] By: TimBunce                              on 1998/03/04  15:49:19
6037         Log: Changed bug address in README to perlbug@perl.com
6038              Changed Copyright in perl.c to 1998
6039              Added op/pos.t test from Robin Houston <robin@oneworld.org>
6040      Branch: maint-5.004/perl
6041            + t/op/pos.t
6042            ! README perl.c
6043 ____________________________________________________________________________
6044 [   751] By: TimBunce                              on 1998/03/04  14:47:15
6045         Log: Make t/comp/require.t and t/lib/ph.t executable in repository
6046      Branch: maint-5.004/perl
6047            ! t/comp/require.t t/lib/ph.t
6048 ____________________________________________________________________________
6049 [   750] By: TimBunce                              on 1998/03/04  13:29:58
6050         Log: Added dTHR definition to ease backwards compatibility for XS
6051              source code from 5.005.
6052      Branch: maint-5.004/perl
6053            ! perl.h
6054 ____________________________________________________________________________
6055 [   749] By: TimBunce                              on 1998/03/04  12:19:19
6056         Log: Title:  "rename local 'op' variables to 'o'", #F114
6057              From:  Gurusamy Sarathy
6058              Files:  op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c
6059              toke.c
6060      Branch: maint-5.004/perl
6061            ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c
6062            ! scope.c toke.c
6063 ____________________________________________________________________________
6064 [   748] By: TimBunce                              on 1998/03/04  12:12:27
6065         Log: Title:  "consolidated win32 patch", #F112
6066              From:  Gurusamy Sarathy
6067              Files:  MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h
6068              EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm
6069              lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
6070              lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST
6071              t/harness win32/win32.h win32/win32iop.h README.win32
6072              doio.c installhtml installperl pp_sys.c win32/Makefile
6073              win32/config.bc win32/config.vc win32/config_H.bc
6074              win32/config_H.vc win32/config_h.PL win32/config_sh.PL
6075              win32/dl_win32.xs win32/makedef.pl win32/makefile.mk
6076              win32/perllib.c win32/runperl.c win32/win32.c
6077              win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c
6078              x2p/a2py.c
6079      Branch: maint-5.004/perl
6080            + win32/bin/perlglob.pl
6081            ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h
6082            ! installhtml installperl lib/ExtUtils/Command.pm
6083            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm
6084            ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm
6085            ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness
6086            ! win32/Makefile win32/config.bc win32/config.vc
6087            ! win32/config_H.bc win32/config_H.vc win32/config_h.PL
6088            ! win32/config_sh.PL win32/dl_win32.xs
6089            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
6090            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
6091            ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h
6092            ! x2p/a2py.c
6093 ____________________________________________________________________________
6094 [   747] By: TimBunce                              on 1998/03/04  11:59:57
6095         Log: Title:  "initialize @INC in ph.t, and fix up MANIFEST", #F111
6096              From:  Gurusamy Sarathy
6097              Files:  MANIFEST t/lib/ph.t
6098      Branch: maint-5.004/perl
6099            ! MANIFEST t/lib/ph.t
6100 ____________________________________________________________________________
6101 [   746] By: TimBunce                              on 1998/03/04  11:47:43
6102         Log: Title:  "properly save STDOUT during system() in debugger", #F110
6103              From:  Jason Smith <smithj4@rpi.edu>
6104              Files:  lib/perl5db.pl
6105      Branch: maint-5.004/perl
6106            ! lib/perl5db.pl
6107 ____________________________________________________________________________
6108 [   745] By: TimBunce                              on 1998/03/04  11:40:19
6109         Log: Title:  "generate DynaLoader.pm at build time", #F109
6110              From:  Achim Bohnet <ach@mpe.mpg.de>
6111              Msg-ID:  <9802111938.AA26224@o09.xray.mpe.mpg.de>
6112              Files:  MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL
6113      Branch: maint-5.004/perl
6114            + ext/DynaLoader/DynaLoader.pm.PL
6115            ! MANIFEST ext/DynaLoader/Makefile.PL
6116 ____________________________________________________________________________
6117 [   744] By: TimBunce                              on 1998/03/04  11:34:09
6118         Log: Title:  "Install extensions with bootstrap in $archlib", #F108
6119              From:  koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas
6120              J. Koenig)
6121              Msg-ID:  <sfcra9fqx0n.fsf@anna.in-berlin.de>
6122              Files:  lib/ExtUtils/Install.pm
6123      Branch: maint-5.004/perl
6124            ! lib/ExtUtils/Install.pm
6125 ____________________________________________________________________________
6126 [   743] By: TimBunce                              on 1998/03/04  10:45:05
6127         Log: Title:  "Pod::Html trips over "C<0>"", #F107
6128              From:  Chip Salzenberg
6129              Files:  lib/Pod/Html.pm
6130      Branch: maint-5.004/perl
6131            ! lib/Pod/Html.pm
6132 ____________________________________________________________________________
6133 [   742] By: TimBunce                              on 1998/03/04  10:12:54
6134         Log: Title:  "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106
6135              From:  Achim Bohnet <ach@mpe.mpg.de>
6136              Msg-ID:  <9802111629.AA00595@o09.xray.mpe.mpg.de>
6137              Files:  pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL
6138      Branch: maint-5.004/perl
6139            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
6140 ____________________________________________________________________________
6141 [   741] By: TimBunce                              on 1998/03/04  10:08:31
6142         Log: Title:  "New patch for $^E==GetLastError() under Win32", #F105
6143              From:  Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen
6144              <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya
6145              Zakharevich)
6146              Msg-ID:  <199801040630.AA29298@metronet.com>,
6147              <199801041826.NAA11568@aatma.engin.umich.edu>,
6148              <1998Jan4.130412.2719461@cor.newman>
6149              Files:  pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl
6150              win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c
6151      Branch: maint-5.004/perl
6152            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod
6153            ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c
6154            ! win32/win32.h
6155 ____________________________________________________________________________
6156 [   740] By: TimBunce                              on 1998/03/04  09:55:57
6157         Log: Title:  "5.004_56: Patch to Tie::Hash and docs", #F104
6158              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6159              Msg-ID:  <199801120134.UAA05437@monk.mps.ohio-state.edu>
6160              Files:  pod/perlfunc.pod lib/Tie/Hash.pm
6161      Branch: maint-5.004/perl
6162            ! lib/Tie/Hash.pm pod/perlfunc.pod
6163 ____________________________________________________________________________
6164 [   739] By: TimBunce                              on 1998/03/04  09:26:01
6165         Log: Title:  "more doc for perldoc", #F103
6166              From:  Gurusamy Sarathy
6167              Files:  utils/perldoc.PL
6168      Branch: maint-5.004/perl
6169            ! utils/perldoc.PL
6170 ____________________________________________________________________________
6171 [   738] By: TimBunce                              on 1998/03/04  09:23:16
6172         Log: Title:  "Make perldoc look for an index file ", #F102
6173              From:  Gisle Aas <gisle@aas.no>
6174              Msg-ID:  <199801221220.NAA22902@furu.g.aas.no>
6175              Files:  utils/perldoc.PL
6176      Branch: maint-5.004/perl
6177            ! utils/perldoc.PL
6178 ____________________________________________________________________________
6179 [   737] By: TimBunce                              on 1998/03/04  09:21:15
6180         Log: Title:  "perldoc -F filename", #F101
6181              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6182              Msg-ID:  <199712120037.TAA00176@math.mps.ohio-state.edu>
6183              Files:  utils/perldoc.PL
6184      Branch: maint-5.004/perl
6185            ! utils/perldoc.PL
6186 ____________________________________________________________________________
6187 [   736] By: TimBunce                              on 1998/03/04  09:16:20
6188         Log: Title:  "sv_grow can fail for HAS_64K_LIMIT systems", #F100
6189              From:  Gisle Aas <gisle@aas.no>
6190              Msg-ID:  <m3iuqsl3oq.fsf@furu.g.aas.no>
6191              Files:  sv.c
6192      Branch: maint-5.004/perl
6193            ! sv.c
6194 ____________________________________________________________________________
6195 [   735] By: TimBunce                              on 1998/03/04  09:08:51
6196         Log: Title:  "Benchmark.pm: timethese corrupts $_", #F099
6197              From:  abigail@fnx.com
6198              Msg-ID:  <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com>
6199              Files:  lib/Benchmark.pm
6200      Branch: maint-5.004/perl
6201            ! lib/Benchmark.pm
6202 ____________________________________________________________________________
6203 [   734] By: TimBunce                              on 1998/03/04  08:59:58
6204         Log: Title:  "STRANGE_MALLOC should test failed alloc", #F098
6205              From:  Gisle Aas <gisle@aas.no>
6206              Msg-ID:  <199802021406.PAA03285@furu.g.aas.no>
6207              Files:  hv.c
6208      Branch: maint-5.004/perl
6209            ! hv.c
6210 ____________________________________________________________________________
6211 [   733] By: TimBunce                              on 1998/03/04  08:35:19
6212         Log: Title:  "support caseless %ENV", #F097
6213              From:  Gurusamy Sarathy
6214              Files:  hv.c t/op/magic.t win32/win32.h
6215      Branch: maint-5.004/perl
6216            ! hv.c t/op/magic.t win32/win32.h
6217 ____________________________________________________________________________
6218 [   732] By: TimBunce                              on 1998/03/04  08:33:58
6219         Log: Title:  "newer cperl-mode.el (from 5.004_60)", #F096
6220              From:  Ilya Zakharevich
6221              Files:  emacs/cperl-mode.el
6222      Branch: maint-5.004/perl
6223            ! emacs/cperl-mode.el
6224 ____________________________________________________________________________
6225 [   731] By: TimBunce                              on 1998/03/04  08:26:23
6226         Log: Title:  "Handle set magic on xsub OUTPUT args, add API functions that handle
6227              magic", #F095
6228              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6229              Msg-ID:  <199801190409.XAA26710@aatma.engin.umich.edu>
6230              Files:  pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym
6231              lib/ExtUtils/xsubpp sv.c
6232      Branch: maint-5.004/perl
6233            ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod
6234            ! pod/perlxs.pod proto.h sv.c sv.h
6235 ____________________________________________________________________________
6236 [   730] By: TimBunce                              on 1998/03/04  08:20:52
6237         Log: Title:  "Fix flawed cleanup when signal handlers are not defined", #F094
6238              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6239              Msg-ID:  <199710290106.UAA11485@aatma.engin.umich.edu>
6240              Files:  mg.c
6241      Branch: maint-5.004/perl
6242            ! mg.c
6243 ____________________________________________________________________________
6244 [   729] By: TimBunce                              on 1998/03/04  08:18:02
6245         Log: Title:  "Tests for C<sort 'foo','bar'>", #F093
6246              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6247              Msg-ID:  <199711021247.MAA01743@crypt.compulink.co.uk>
6248              Files:  t/op/sort.t
6249      Branch: maint-5.004/perl
6250            ! t/op/sort.t
6251 ____________________________________________________________________________
6252 [   728] By: TimBunce                              on 1998/03/04  08:17:07
6253         Log: Title:  "Make search.pl work on win32", #F092
6254              From:  Gurusamy Sarathy
6255              Files:  win32/bin/search.pl
6256      Branch: maint-5.004/perl
6257            ! win32/bin/search.pl
6258 ____________________________________________________________________________
6259 [   727] By: gsar                                  on 1998/03/04  04:13:23
6260         Log: missing s/op/o/ from one of the mainpatches
6261      Branch: win32/perl
6262            ! op.c
6263 ____________________________________________________________________________
6264 [   726] By: gsar                                  on 1998/03/04  02:12:13
6265         Log: maintpatches #102 and #103 to perldoc.PL
6266      Branch: win32/perl
6267            ! utils/perldoc.PL
6268 ____________________________________________________________________________
6269 [   725] By: gsar                                  on 1998/03/04  02:00:15
6270         Log: renumber some tests to match maint branch
6271      Branch: win32/perl
6272            ! t/op/local.t
6273 ____________________________________________________________________________
6274 [   724] By: gsar                                  on 1998/03/04  01:25:50
6275         Log: maintpatch
6276              #70:  "Fix random whitespace errors in docs"
6277              From:  Roderick Schertler <roderick@argon.org>
6278              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
6279              Date:  Fri, 24 Oct 1997 11:20:44 -0400
6280              Files:  pod/checkpods.PL pod/perlfunc.pod
6281      Branch: win32/perl
6282            ! pod/checkpods.PL
6283 ____________________________________________________________________________
6284 [   723] By: gsar                                  on 1998/03/04  01:04:37
6285         Log: sync maintpatch
6286              #76:  "Fix infinite loop on unlink() failure in File::Path::rmtree()
6287              From:  Chip Salzenberg
6288              Files:  lib/File/Path.pm
6289      Branch: win32/perl
6290            ! lib/File/Path.pm
6291 ____________________________________________________________________________
6292 [   722] By: gsar                                  on 1998/03/04  00:46:46
6293         Log: remove redundancy in File::Find
6294      Branch: win32/perl
6295            ! lib/File/Find.pm
6296 ____________________________________________________________________________
6297 [   721] By: TimBunce                              on 1998/03/03  20:06:41
6298         Log: Title:  "Fix spurious perldoc warnings on DOSISH platforms", #F091
6299              From:  Molnar Laszlo <molnarl@cdata.tvnet.hu>
6300              Msg-ID:  <34475659.1AA69855@cdata.tvnet.hu>
6301              Files:  utils/perldoc.PL
6302      Branch: maint-5.004/perl
6303            ! utils/perldoc.PL
6304 ____________________________________________________________________________
6305 [   720] By: TimBunce                              on 1998/03/03  20:03:59
6306         Log: Title:  "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32",
6307              #F090
6308              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6309              Msg-ID:  <199801070016.TAA17766@aatma.engin.umich.edu>
6310              Files:  lib/ExtUtils/MM_Unix.pm
6311      Branch: maint-5.004/perl
6312            ! lib/ExtUtils/MM_Unix.pm
6313 ____________________________________________________________________________
6314 [   719] By: TimBunce                              on 1998/03/03  20:02:06
6315         Log: Title:  "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089
6316              From:  Gurusamy Sarathy
6317              Files:  lib/FindBin.pm
6318      Branch: maint-5.004/perl
6319            ! lib/FindBin.pm
6320 ____________________________________________________________________________
6321 [   718] By: TimBunce                              on 1998/03/03  20:00:26
6322         Log: Title:  "Fix File::Find's longstanding confusion about win32 being like VMS",
6323              #F088
6324              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6325              Msg-ID:  <199802020459.XAA04964@aatma.engin.umich.edu>
6326              Files:  lib/File/Find.pm
6327      Branch: maint-5.004/perl
6328            ! lib/File/Find.pm
6329 ____________________________________________________________________________
6330 [   717] By: TimBunce                              on 1998/03/03  19:59:38
6331         Log: Title:  "do_postponed breaks with multiple interpreters", #F087
6332              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6333              Msg-ID:  <199710290316.WAA15888@aatma.engin.umich.edu>
6334              Files:  op.c
6335      Branch: maint-5.004/perl
6336            ! op.c
6337 ____________________________________________________________________________
6338 [   716] By: TimBunce                              on 1998/03/03  19:57:17
6339         Log: Title:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod",
6340              #F086
6341              From:  Gurusamy Sarathy
6342              Files:  pod/perldelta.pod pod/perldiag.pod toke.c
6343      Branch: maint-5.004/perl
6344            ! pod/perldelta.pod pod/perldiag.pod toke.c
6345 ____________________________________________________________________________
6346 [   715] By: TimBunce                              on 1998/03/03  19:51:33
6347         Log: Title:  "Pod::Html bug and fix: missing </UL> in index", #F085
6348              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6349              Msg-ID:  <199802192314.SAA23326@aatma.engin.umich.edu>
6350              Files:  lib/Pod/Html.pm
6351      Branch: maint-5.004/perl
6352            ! lib/Pod/Html.pm
6353 ____________________________________________________________________________
6354 [   714] By: TimBunce                              on 1998/03/03  19:50:28
6355         Log: Title:  "New pod: perlhist", #F084
6356              From:  Jarkko Hietaniemi <jhi@iki.fi>
6357              Msg-ID:  <199802191556.RAA09578@alpha.hut.fi>
6358              Files:  MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc
6359      Branch: maint-5.004/perl
6360            + pod/perlhist.pod
6361            ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod
6362 ____________________________________________________________________________
6363 [   713] By: TimBunce                              on 1998/03/03  19:47:13
6364         Log: Title:  "Fix restoration of locals on scope unwinding", #F083
6365              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6366              Msg-ID:  <199802110515.AAA23700@aatma.engin.umich.edu>
6367              Files:  pp_ctl.c t/op/local.t
6368      Branch: maint-5.004/perl
6369            ! pp_ctl.c t/op/local.t
6370 ____________________________________________________________________________
6371 [   712] By: TimBunce                              on 1998/03/03  19:45:56
6372         Log: Title:  "after an eval-ed bad require, requiring a string ref SEGVs", #F082
6373              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6374              Msg-ID:  <199802102349.SAA16001@aatma.engin.umich.edu>
6375              Files:  pp_ctl.c
6376      Branch: maint-5.004/perl
6377            ! pp_ctl.c
6378 ____________________________________________________________________________
6379 [   711] By: TimBunce                              on 1998/03/03  19:44:41
6380         Log: Title:  "Fix seg fault on eval/require and syntax errors", #F081
6381              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6382              Msg-ID:  <199802102321.SAA15346@aatma.engin.umich.edu>
6383              Files:  MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c
6384      Branch: maint-5.004/perl
6385            + t/comp/require.t
6386            ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c
6387 ____________________________________________________________________________
6388 [   710] By: TimBunce                              on 1998/03/03  19:36:34
6389         Log: Title:  "5.004_58: the locale.t problem in IRIX", #F080
6390              From:  Jarkko Hietaniemi <jhi@iki.fi>
6391              Msg-ID:  <199802091747.TAA01735@alpha.hut.fi>
6392              Files:  t/pragma/locale.t
6393      Branch: maint-5.004/perl
6394            ! t/pragma/locale.t
6395 ____________________________________________________________________________
6396 [   709] By: TimBunce                              on 1998/03/03  19:32:30
6397         Log: Title:  "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079
6398              From:  Gisle Aas <gisle@aas.no>
6399              Msg-ID:  <m3g1lwl3bq.fsf@furu.g.aas.no>
6400              Files:  sv.c
6401      Branch: maint-5.004/perl
6402            ! sv.c
6403 ____________________________________________________________________________
6404 [   708] By: TimBunce                              on 1998/03/03  19:28:06
6405         Log: Title:  "Eliminate double warnings under C<package;>", #F077
6406              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6407              Msg-ID:  <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk>
6408              Files:  gv.c op.c toke.c
6409      Branch: maint-5.004/perl
6410            ! gv.c op.c toke.c
6411 ____________________________________________________________________________
6412 [   707] By: TimBunce                              on 1998/03/03  19:13:17
6413         Log: Title:  "Fix infinite loop on unlink() failure in File::Path::rmtree()",
6414              #F076
6415              From:  Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk>
6416              Msg-ID:  <199802061100.LAA16423@toad.ig.co.uk>
6417              Files:  lib/File/Path.pm
6418      Branch: maint-5.004/perl
6419            ! lib/File/Path.pm
6420 ____________________________________________________________________________
6421 [   706] By: TimBunce                              on 1998/03/03  19:08:45
6422         Log: Title:  "Update of h2ph", #F075
6423              From:  kstar@www.chapin.edu (Kurt D. Starsinic)
6424              Msg-ID:  <199802051354.FAA11452@www.chapin.edu>
6425              Files:  t/lib/ph.t utils/h2ph.PL
6426      Branch: maint-5.004/perl
6427            + t/lib/ph.t
6428            ! utils/h2ph.PL
6429 ____________________________________________________________________________
6430 [   705] By: TimBunce                              on 1998/03/03  18:56:59
6431         Log: Title:  "Fix AutoLoader for deep packages", #F074
6432              From:  Zachary Miller <zcmiller@zappy.er.usgs.gov>
6433              Msg-ID:  <199710092348.SAA02108@zappy.er.usgs.gov>
6434              Files:  lib/AutoLoader.pm
6435      Branch: maint-5.004/perl
6436            ! lib/AutoLoader.pm
6437 ____________________________________________________________________________
6438 [   704] By: TimBunce                              on 1998/03/03  18:35:36
6439         Log: Title:  "Fix order of warnings for misplaced subscripts", #F073
6440              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6441              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
6442              Files:  op.c
6443      Branch: maint-5.004/perl
6444            ! op.c
6445 ____________________________________________________________________________
6446 [   703] By: TimBunce                              on 1998/03/03  18:32:28
6447         Log: Title:  "Make recursive lexical analysis more robust", #F072
6448              From:  Ilya Zakharevich and Chip Salzenberg
6449              Msg-ID:  <199710160102.VAA28817@monk.mps.ohio-state.edu>
6450              Files:  toke.c
6451      Branch: maint-5.004/perl
6452            ! toke.c
6453 ____________________________________________________________________________
6454 [   702] By: TimBunce                              on 1998/03/03  18:18:10
6455         Log: Title:  "Fix random whitespace errors in docs", #F070
6456              From:  Roderick Schertler <roderick@argon.org>
6457              Msg-ID:  <12726.877706444@eeyore.ibcinc.com>
6458              Files:  pod/perlfunc.pod pod/checkpods.PL
6459      Branch: maint-5.004/perl
6460            ! pod/checkpods.PL pod/perlfunc.pod
6461 ____________________________________________________________________________
6462 [   701] By: TimBunce                              on 1998/03/03  18:13:54
6463         Log: Title:  "Fix line numbers after here documents in eval STRING", #F069
6464              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6465              Msg-ID:  <199710241745.NAA08166@monk.mps.ohio-state.edu>
6466              Files:  toke.c
6467      Branch: maint-5.004/perl
6468            ! toke.c
6469 ____________________________________________________________________________
6470 [   700] By: TimBunce                              on 1998/03/03  18:11:20
6471         Log: Title:  "Fix SEGV from combining caller and C<package;>", #F068
6472              From:  James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark
6473              <nick@flirble.org>
6474              Msg-ID:  <199710241248.NAA00163@flirble.org>,
6475              <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs.
6476              net>
6477              Files:  pp_ctl.c sv.c
6478      Branch: maint-5.004/perl
6479            ! pp_ctl.c sv.c
6480 ____________________________________________________________________________
6481 [   699] By: TimBunce                              on 1998/03/03  18:06:59
6482         Log: Title:  "Don't fold string comparison under C<use locale>", #F067
6483              From:  Jarkko Hietaniemi <jhi@iki.fi>
6484              Msg-ID:  <199711151506.RAA26287@alpha.hut.fi>
6485              Files:  op.c
6486      Branch: maint-5.004/perl
6487            ! op.c
6488 ____________________________________________________________________________
6489 [   698] By: TimBunce                              on 1998/03/03  18:04:51
6490         Log: Title:  "Fix SEGV on constant at end of sort block", #F066
6491              From:  Administration <fadmin@informatics.muni.cz>
6492              Msg-ID:  <199711170838.JAA26073@thetis.fi.muni.cz>
6493              Files:  op.c
6494      Branch: maint-5.004/perl
6495            ! op.c
6496 ____________________________________________________________________________
6497 [   697] By: TimBunce                              on 1998/03/03  18:02:54
6498         Log: Title:  "Allow C<last()> to mean C<last>", #F065
6499              From:  Chip Salzenberg
6500              Files:  op.c
6501      Branch: maint-5.004/perl
6502            ! op.c
6503 ____________________________________________________________________________
6504 [   696] By: TimBunce                              on 1998/03/03  17:58:12
6505         Log: Title:  "Fix extension version mismatch message", #F064
6506              From:  Chip Salzenberg
6507              Files:  XSUB.h
6508      Branch: maint-5.004/perl
6509            ! XSUB.h
6510 ____________________________________________________________________________
6511 [   695] By: TimBunce                              on 1998/03/03  17:53:04
6512         Log: Title:  "Better handle and test struct tm of Linux and SunOS", #F063
6513              From:  Andy Dougherty <doughera@newton.phys.lafayette.edu>
6514              Msg-ID:  <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys>
6515              Files:  MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
6516              hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
6517      Branch: maint-5.004/perl
6518            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
6519            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
6520 ____________________________________________________________________________
6521 [   694] By: TimBunce                              on 1998/03/03  17:40:47
6522         Log: Title:  "Fix doc bug in getservbyname() examples", #F062
6523              From:  Tom Christiansen
6524              Files:  ext/Socket/Socket.pm
6525      Branch: maint-5.004/perl
6526            ! ext/Socket/Socket.pm
6527 ____________________________________________________________________________
6528 [   693] By: TimBunce                              on 1998/03/03  17:32:57
6529         Log: Title:  "Kill warning about parameter type", #F061
6530              From:  Chip Salzenberg
6531              Files:  op.c
6532      Branch: maint-5.004/perl
6533            ! op.c
6534 ____________________________________________________________________________
6535 [   692] By: TimBunce                              on 1998/03/03  17:11:07
6536         Log: Title:  "Socket occasional SEGV", #F060
6537              From:  Trevor Blackwell <tlb@viaweb.com>
6538              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
6539              Files:  ext/Socket/Socket.xs
6540      Branch: maint-5.004/perl
6541            ! ext/Socket/Socket.xs
6542 ____________________________________________________________________________
6543 [   691] By: TimBunce                              on 1998/03/03  17:09:51
6544         Log: Title:  "Avoid SEGV from local($@)", #F059
6545              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6546              Msg-ID:  <199710290251.VAA14362@aatma.engin.umich.edu>
6547              Files:  pp_ctl.c
6548      Branch: maint-5.004/perl
6549            ! pp_ctl.c
6550 ____________________________________________________________________________
6551 [   690] By: TimBunce                              on 1998/03/03  17:08:21
6552         Log: Title:  "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058
6553              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6554              Msg-ID:  <199710300036.TAA01004@aatma.engin.umich.edu>
6555              Files:  op.c
6556      Branch: maint-5.004/perl
6557            ! op.c
6558 ____________________________________________________________________________
6559 [   689] By: TimBunce                              on 1998/03/03  17:05:57
6560         Log: Title:  "Use STMT_{START,END} in XSRETURN", #F057
6561              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6562              Msg-ID:  <199710300245.VAA04244@aatma.engin.umich.edu>
6563              Files:  XSUB.h
6564      Branch: maint-5.004/perl
6565            ! XSUB.h
6566 ____________________________________________________________________________
6567 [   688] By: TimBunce                              on 1998/03/03  17:04:15
6568         Log: Title:  "Re: Sort grammar bug", #F056
6569              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6570              Msg-ID:  <199711011946.OAA18882@aatma.engin.umich.edu>
6571              Files:  toke.c
6572      Branch: maint-5.004/perl
6573            ! toke.c
6574 ____________________________________________________________________________
6575 [   687] By: TimBunce                              on 1998/03/03  17:01:32
6576         Log: Title:  "Document indirect object cases for exec(), system()", #F055
6577              From:  Dominic Dunlop <domo@slipper.ip.lu>
6578              Msg-ID:  <v03110700b084e89234a7@[194.51.248.90]>
6579              Files:  pod/perlfunc.pod
6580      Branch: maint-5.004/perl
6581            ! pod/perlfunc.pod
6582 ____________________________________________________________________________
6583 [   686] By: TimBunce                              on 1998/03/03  16:56:44
6584         Log: Title:  "Update docs on tr///", #F054
6585              From:  Tom Phoenix <rootbeer@teleport.com>
6586              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com>
6587              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6588              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6589              pod/perlstyle.pod toke.c
6590      Branch: maint-5.004/perl
6591            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6592            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
6593            ! pod/perlstyle.pod toke.c
6594 ____________________________________________________________________________
6595 [   685] By: TimBunce                              on 1998/03/03  16:38:50
6596         Log: Title:  "Re: perlop bitwise & | ^ documentation", #F053
6597              From:  Tom Phoenix <rootbeer@teleport.com>
6598              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com>
6599              Files:  pod/perlop.pod
6600      Branch: maint-5.004/perl
6601            ! pod/perlop.pod
6602 ____________________________________________________________________________
6603 [   684] By: TimBunce                              on 1998/03/03  16:37:00
6604         Log: Title:  "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052
6605              From:  "Joseph N. Hall" <joseph@cscaper.com>
6606              Msg-ID:  <199711110552.WAA12613@gadget.cscaper.com>
6607              Files:  perly.c perly.c.diff perly.y vms/perly_c.vms
6608      Branch: maint-5.004/perl
6609            ! perly.c perly.c.diff perly.y vms/perly_c.vms
6610 ____________________________________________________________________________
6611 [   683] By: TimBunce                              on 1998/03/03  16:31:15
6612         Log: Title:  "for perlguts.pod: document sv_derived_from, sv_vcatpfn and
6613              sv_vsetpfn", #F051
6614              From:  jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg
6615              Msg-ID:  <346ae970.7444534@smtp1.ibm.net>
6616              Files:  pod/perlguts.pod
6617      Branch: maint-5.004/perl
6618            ! pod/perlguts.pod
6619 ____________________________________________________________________________
6620 [   682] By: TimBunce                              on 1998/03/03  16:28:30
6621         Log: Title:  "5.004_04: locale startup failure (at last) documented", #F050
6622              From:  Jarkko Hietaniemi <jhi@iki.fi>
6623              Msg-ID:  <199711172054.WAA08261@alpha.hut.fi>
6624              Files:  INSTALL pod/perldiag.pod pod/perllocale.pod
6625      Branch: maint-5.004/perl
6626            ! INSTALL pod/perldiag.pod pod/perllocale.pod
6627 ____________________________________________________________________________
6628 [   681] By: TimBunce                              on 1998/03/03  16:24:12
6629         Log: Title:  "Cope with lack of args in Fcntl::AUTOLOAD", #F049
6630              From:  Jerome Abela <abela@hsc.fr>
6631              Msg-ID:  <19971120183248.23588@coredump.hsc.fr>
6632              Files:  ext/Fcntl/Fcntl.pm
6633      Branch: maint-5.004/perl
6634            ! ext/Fcntl/Fcntl.pm
6635 ____________________________________________________________________________
6636 [   680] By: TimBunce                              on 1998/03/03  16:23:20
6637         Log: Title:  "Commenting toke.c", #F048
6638              From:  gnat@frii.com
6639              Msg-ID:  <199801082138.OAA14186@prometheus.frii.com>
6640              Files:  toke.c
6641      Branch: maint-5.004/perl
6642            ! toke.c
6643 ____________________________________________________________________________
6644 [   679] By: TimBunce                              on 1998/03/03  16:18:32
6645         Log: Title:  "Re: 5.004_04 vec() fails with 32-bit values", #F047
6646              From:  "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6647              Msg-ID:  <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk>
6648              Files:  pod/perlguts.pod pp.c t/op/vec.t
6649      Branch: maint-5.004/perl
6650            ! pod/perlguts.pod pp.c t/op/vec.t
6651 ____________________________________________________________________________
6652 [   678] By: TimBunce                              on 1998/03/03  16:15:44
6653         Log: Title:  "A few perl5.004_03 bugs", #F046
6654              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6655              Msg-ID:  <199801221211.MAA05315@crypt.compulink.co.uk>
6656              Files:  mg.c t/op/magic.t
6657      Branch: maint-5.004/perl
6658            ! mg.c t/op/magic.t
6659 ____________________________________________________________________________
6660 [   677] By: TimBunce                              on 1998/03/03  16:13:11
6661         Log: Title:  "Faster, cleaner av_unshift() ", #F045
6662              From:  Gisle Aas <gisle@aas.no>
6663              Msg-ID:  <199801221850.TAA23111@furu.g.aas.no>
6664              Files:  av.c
6665      Branch: maint-5.004/perl
6666            ! av.c
6667 ____________________________________________________________________________
6668 [   676] By: TimBunce                              on 1998/03/03  16:04:30
6669         Log: Title:  "New hints/solaris2.sh", #F044
6670              From:  Stephen Zander <srz@mckesson.com>
6671              Msg-ID:  <87oh12y458.fsf@wsuse5.mckesson.com>
6672              Files:  hints/solaris_2.sh
6673      Branch: maint-5.004/perl
6674            ! hints/solaris_2.sh
6675 ____________________________________________________________________________
6676 [   675] By: TimBunce                              on 1998/03/03  15:33:07
6677         Log: Title:  "Refresh Complex.pm and test", #F043
6678              From:  Jarkko Hietaniemi <jhi@iki.fi>
6679              Msg-ID:  <199802051608.SAA20262@alpha.hut.fi>
6680              Files:  lib/Math/Complex.pm t/lib/complex.t
6681      Branch: maint-5.004/perl
6682            ! lib/Math/Complex.pm t/lib/complex.t
6683 ____________________________________________________________________________
6684 [   674] By: TimBunce                              on 1998/03/03  15:29:16
6685         Log: Title:  "Fix (\@@) proto", #F042
6686              From:  "Joseph N. Hall" <joseph@cscaper.com>
6687              Msg-ID:  <199801240132.SAA25111@gadget.cscaper.com>
6688              Files:  op.c t/comp/proto.t
6689      Branch: maint-5.004/perl
6690            ! op.c t/comp/proto.t
6691 ____________________________________________________________________________
6692 [   673] By: TimBunce                              on 1998/03/03  15:26:31
6693         Log: Title:  "Allow empty BLOCK in code", #F041
6694              From:  Vladimir Alexiev <vladimir@cs.ualberta.ca>
6695              Msg-ID:  <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca>
6696              Files:  toke.c
6697      Branch: maint-5.004/perl
6698            ! toke.c
6699 ____________________________________________________________________________
6700 [   672] By: TimBunce                              on 1998/03/03  15:23:55
6701         Log: Title:  "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040
6702              From:  Chip Salzenberg
6703              Files:  gv.c t/op/gv.t
6704      Branch: maint-5.004/perl
6705            ! gv.c t/op/gv.t
6706 ____________________________________________________________________________
6707 [   671] By: TimBunce                              on 1998/03/03  10:02:32
6708         Log: Title:  "Keep accurate reference count on globs' stashes", #F038
6709              From:  Gisle Aas <gisle@aas.no>
6710              Msg-ID:  <m3zpk7sd3n.fsf@furu.g.aas.no>
6711              Files:  gv.c sv.c
6712      Branch: maint-5.004/perl
6713            ! gv.c sv.c
6714 ____________________________________________________________________________
6715 [   670] By: TimBunce                              on 1998/03/03  09:59:48
6716         Log: Title:  "Avoid memory allocation in gv_fetchpv(), for speed", #F037
6717              From:  Chip Salzenberg
6718              Files:  gv.c
6719      Branch: maint-5.004/perl
6720            ! gv.c
6721 ____________________________________________________________________________
6722 [   669] By: TimBunce                              on 1998/03/03  09:58:58
6723         Log: Title:  "Make Configure less negative about PerlIO", #F036
6724              From:  chip@atlantic.net
6725              Msg-ID:  <199801312323.SAA15237@cyprus.atlantic.net>
6726              Files:  Configure
6727      Branch: maint-5.004/perl
6728            ! Configure
6729 ____________________________________________________________________________
6730 [   668] By: TimBunce                              on 1998/03/03  09:55:51
6731         Log: Title:  "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035
6732              From:  Martin Plechsmid <plechsmi@karlin.mff.cuni.cz>
6733              Msg-ID:  <199802021217.NAA05230@albert.karlin.mff.cuni.cz>
6734              Files:  pp_ctl.c
6735      Branch: maint-5.004/perl
6736            ! pp_ctl.c
6737 ____________________________________________________________________________
6738 [   667] By: TimBunce                              on 1998/03/03  09:52:59
6739         Log: Title:  "Make Getopt::Long avoid $&, $`, $'", #F034
6740              From:  Irving Reid <irving@tor.securecomputing.com>
6741              Msg-ID:  <98Feb3.005102est.11655@janus.tor.securecomputing.com>
6742              Files:  lib/Getopt/Long.pm
6743      Branch: maint-5.004/perl
6744            ! lib/Getopt/Long.pm
6745 ____________________________________________________________________________
6746 [   666] By: TimBunce                              on 1998/03/03  09:51:27
6747         Log: Title:  "adding the newSVpvn API function", #F033
6748              From:  Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
6749              Msg-ID:  <199801310532.GAA23798@solar.ethz.ch>
6750              Files:  pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c
6751      Branch: maint-5.004/perl
6752            ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c
6753 ____________________________________________________________________________
6754 [   665] By: TimBunce                              on 1998/03/03  09:43:30
6755         Log: Title:  "Support C<Package::> as function-blind bearword", #F032
6756              From:  Chip Salzenberg
6757              Files:  toke.c
6758      Branch: maint-5.004/perl
6759            ! toke.c
6760 ____________________________________________________________________________
6761 [   664] By: TimBunce                              on 1998/03/03  09:41:40
6762         Log: Title:  "Re-optimize character classes", #F031
6763              From:  Chip Salzenberg
6764              Files:  regcomp.h regcomp.c regexec.c
6765      Branch: maint-5.004/perl
6766            ! regcomp.c regcomp.h regexec.c
6767 ____________________________________________________________________________
6768 [   663] By: TimBunce                              on 1998/03/03  09:39:55
6769         Log: Title:  "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030
6770              From:  dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040)
6771              Msg-ID:  <EnKC0q.6qI@drnews.dr.lucent.com>
6772              Files:  op.c t/op/local.t
6773      Branch: maint-5.004/perl
6774            ! op.c t/op/local.t
6775 ____________________________________________________________________________
6776 [   662] By: TimBunce                              on 1998/03/03  09:37:51
6777         Log: Title:  "Dramatically improve performance of // with parens or $&", #F029
6778              From:  Chip Salzenberg
6779              Files:  cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c
6780              pp_hot.c regexec.c scope.c
6781      Branch: maint-5.004/perl
6782            ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c
6783            ! proto.h regexec.c regexp.h scope.c
6784 ____________________________________________________________________________
6785 [   661] By: TimBunce                              on 1998/03/03  09:27:04
6786         Log: Title:  "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028
6787              From:  Chip Salzenberg
6788              Files:  toke.c
6789      Branch: maint-5.004/perl
6790            ! toke.c
6791 ____________________________________________________________________________
6792 [   660] By: TimBunce                              on 1998/03/03  09:24:41
6793         Log: Title:  "Protect against weirdness with unreal @_ in C<local @_>", #F027
6794              From:  Chip Salzenberg
6795              Files:  scope.c
6796      Branch: maint-5.004/perl
6797            ! scope.c
6798 ____________________________________________________________________________
6799 [   659] By: TimBunce                              on 1998/03/03  09:24:00
6800         Log: Title:  "Fix C<printf "%.0d", 0>", #F026
6801              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6802              Msg-ID:  <199711021331.NAA01826@crypt.compulink.co.uk>
6803              Files:  sv.c t/op/sprintf.t
6804      Branch: maint-5.004/perl
6805            ! sv.c t/op/sprintf.t
6806 ____________________________________________________________________________
6807 [   658] By: TimBunce                              on 1998/03/03  09:22:13
6808         Log: Title:  "Tiny core patch for source filters", #F025
6809              From:  pmarquess@bfsec.bt.co.uk (Paul Marquess)
6810              Msg-ID:  <9711202312.AA02937@claudius.bfsec.bt.co.uk>
6811              Files:  toke.c
6812      Branch: maint-5.004/perl
6813            ! toke.c
6814 ____________________________________________________________________________
6815 [   657] By: TimBunce                              on 1998/03/03  09:20:00
6816         Log: Title:  "Here-doc in s///e (was: Bug)", #F024
6817              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6818              Msg-ID:  <199711221445.OAA14153@crypt.compulink.co.uk>
6819              Files:  t/base/lex.t toke.c
6820      Branch: maint-5.004/perl
6821            ! t/base/lex.t toke.c
6822 ____________________________________________________________________________
6823 [   656] By: TimBunce                              on 1998/03/03  09:17:56
6824         Log: Title:  "Fix duplicate warnings on C<-e undef>", #F023
6825              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6826              Msg-ID:  <199711221252.MAA14000@crypt.compulink.co.uk>
6827              Files:  doio.c t/pragma/warn-1global
6828      Branch: maint-5.004/perl
6829            ! doio.c t/pragma/warn-1global
6830 ____________________________________________________________________________
6831 [   655] By: TimBunce                              on 1998/03/03  09:16:56
6832         Log: Title:  "Fix '*' prototype", #F022
6833              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6834              Msg-ID:  <199711212225.RAA00755@monk.mps.ohio-state.edu>
6835              Files:  toke.c
6836      Branch: maint-5.004/perl
6837            ! toke.c
6838 ____________________________________________________________________________
6839 [   654] By: TimBunce                              on 1998/03/03  09:15:04
6840         Log: Title:  "File::Find bugs (and patches)", "File::Find bugs & patches", #F021
6841              From:  "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
6842              Msg-ID:  <199711260703.XAA21257@mailgate2.boeing.com>
6843              Files:  lib/File/Find.pm
6844      Branch: maint-5.004/perl
6845            ! lib/File/Find.pm
6846 ____________________________________________________________________________
6847 [   653] By: TimBunce                              on 1998/03/03  09:11:55
6848         Log: Title:  "Fix typo: FORM{,AT}LINE", #F020
6849              From:  Chip Salzenberg
6850              Files:  sv.c
6851      Branch: maint-5.004/perl
6852            ! sv.c
6853 ____________________________________________________________________________
6854 [   652] By: TimBunce                              on 1998/03/03  09:07:50
6855         Log: Title:  "Fix use of unref mem when blessed object goes out of scope", #F019
6856              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6857              Msg-ID:  <199711282326.SAA15090@aatma.engin.umich.edu>
6858              Files:  scope.c
6859      Branch: maint-5.004/perl
6860            ! scope.c
6861 ____________________________________________________________________________
6862 [   651] By: TimBunce                              on 1998/03/03  09:07:10
6863         Log: Title:  "Fix C<my ($a, undef, $b) = @x>", #F018
6864              From:  Stephane Payrard <stef@francenet.fr>
6865              Msg-ID:  <199712040054.BAA04612@www.zweig.com>
6866              Files:  op.c t/op/my.t
6867      Branch: maint-5.004/perl
6868            ! op.c t/op/my.t
6869 ____________________________________________________________________________
6870 [   650] By: TimBunce                              on 1998/03/03  09:04:04
6871         Log: Title:  "enhanced "use strict" warning", #F017
6872              From:  Tkil <tkil@reptile.scrye.com>
6873              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
6874              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
6875      Branch: maint-5.004/perl
6876            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
6877 ____________________________________________________________________________
6878 [   649] By: TimBunce                              on 1998/03/03  09:02:55
6879         Log: Title:  "eval of sub gives spurious "uninitialised" warning", #F016
6880              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6881              Msg-ID:  <199712061025.FAA14396@aatma.engin.umich.edu>
6882              Files:  pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t
6883      Branch: maint-5.004/perl
6884            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
6885 ____________________________________________________________________________
6886 [   648] By: TimBunce                              on 1998/03/03  08:58:00
6887         Log: Title:  "[PERL] Assigning result of pop scrambles unrelated reference", #F015
6888              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6889              Msg-ID:  <199712061100.GAA14864@aatma.engin.umich.edu>
6890              Files:  sv.c
6891      Branch: maint-5.004/perl
6892            ! sv.c
6893 ____________________________________________________________________________
6894 [   647] By: TimBunce                              on 1998/03/03  08:53:35
6895         Log: Title:  "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014
6896              From:  Ilya Zakharevich <ilya@math.ohio-state.edu>
6897              Msg-ID:  <199712151922.OAA06410@monk.mps.ohio-state.edu>
6898              Files:  os2/os2.c util.c
6899      Branch: maint-5.004/perl
6900            ! os2/os2.c util.c
6901 ____________________________________________________________________________
6902 [   646] By: TimBunce                              on 1998/03/03  08:51:04
6903         Log: Title:  "Fix fdopen() on STD{IN,OUT,ERR}", #F013
6904              From:  Roderick Schertler <roderick@argon.org>
6905              Msg-ID:  <pzg1npp6e3.fsf@eeyore.ibcinc.com>
6906              Files:  doio.c t/op/misc.t
6907      Branch: maint-5.004/perl
6908            ! doio.c t/op/misc.t
6909 ____________________________________________________________________________
6910 [   645] By: TimBunce                              on 1998/03/03  08:49:34
6911         Log: Title:  "Fix local $a[0] and local $h{a}", #F012
6912              From:  Stephen McCamant <alias@mcs.com>
6913              Msg-ID:  <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
6914              Files:  embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t
6915      Branch: maint-5.004/perl
6916            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
6917 ____________________________________________________________________________
6918 [   644] By: TimBunce                              on 1998/03/03  08:43:06
6919         Log: Title:  "Eliminate redundant mg_get() in SvTRUE()", #F011
6920              From:  Spider Boardman <spider@orb.nashua.nh.us>
6921              Msg-ID:  <199712251839.NAA14800@Orb.Nashua.NH.US>
6922              Files:  sv.c
6923      Branch: maint-5.004/perl
6924            ! sv.c
6925 ____________________________________________________________________________
6926 [   643] By: TimBunce                              on 1998/03/03  08:41:07
6927         Log: Title:  "Don't force scalar context on C<my @x> or C<my %x>", #F010
6928              From:  Chip Salzenberg
6929              Files:  op.c t/op/my.t
6930      Branch: maint-5.004/perl
6931            ! op.c t/op/my.t
6932 ____________________________________________________________________________
6933 [   642] By: TimBunce                              on 1998/03/03  08:39:11
6934         Log: Title:  "Fix assignment to $_[0] in DESTROY", #F009
6935              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
6936              Msg-ID:  <199801010030.TAA14274@aatma.engin.umich.edu>
6937              Files:  pod/perlobj.pod sv.c t/op/ref.t
6938      Branch: maint-5.004/perl
6939            ! pod/perlobj.pod sv.c t/op/ref.t
6940 ____________________________________________________________________________
6941 [   641] By: gsar                                  on 1998/03/03  04:39:49
6942         Log: merge problematic maintpatch to op.c
6943              #77:  "Eliminate double warnings under C<package;>"
6944              From:  Chip Salzenberg
6945              Files:  gv.c op.c toke.c
6946      Branch: win32/perl
6947            ! gv.c op.c toke.c
6948 ____________________________________________________________________________
6949 [   640] By: gsar                                  on 1998/03/03  04:30:22
6950         Log: merge another conflicting maintpatch to op.c
6951              #17:  "Enhanced "use strict" warning"
6952              From:  Tkil <tkil@reptile.scrye.com>
6953              Msg-ID:  <199712040938.CAA07628@reptile.scrye.com>
6954              Date:  Thu, 4 Dec 1997 02:38:26 -0700
6955              Files:  gv.c t/pragma/strict-subs t/pragma/strict-vars
6956      Branch: win32/perl
6957            ! gv.c t/pragma/strict-subs t/pragma/strict-vars
6958 ____________________________________________________________________________
6959 [   639] By: gsar                                  on 1998/03/03  04:09:11
6960         Log: maintpatch
6961              #73:  "Fix order of warnings for misplaced subscripts"
6962              From:  Hugo van der Sanden <hv@crypt.compulink.co.uk>
6963              Msg-ID:  <199710131023.LAA16796@crypt.compulink.co.uk>
6964              Date:  Mon, 13 Oct 1997 11:23:56 +0100
6965              Files:  op.c
6966      Branch: win32/perl
6967            ! op.c
6968 ____________________________________________________________________________
6969 [   638] By: gsar                                  on 1998/03/03  04:02:16
6970         Log: manually apply another conflicting maintpatch
6971              #64:  "Fix extension version mismatch message"
6972              From:  Chip Salzenberg
6973              Files:  XSUB.h
6974      Branch: win32/perl
6975            ! XSUB.h
6976 ____________________________________________________________________________
6977 [   637] By: gsar                                  on 1998/03/03  03:57:08
6978         Log: maintpatch
6979              #62:  "Fix doc bug in getservbyname() examples"
6980              From:  Tom Christiansen
6981              Files:  ext/Socket/Socket.pm
6982      Branch: win32/perl
6983            ! ext/Socket/Socket.pm
6984 ____________________________________________________________________________
6985 [   636] By: gsar                                  on 1998/03/03  03:55:13
6986         Log: maintpatch
6987              #60:  "Socket occasional SEGV"
6988              From:  Trevor Blackwell <tlb@viaweb.com>
6989              Msg-ID:  <199710281804.NAA09632@wagg.viaweb.com>
6990              Date:  Tue, 28 Oct 1997 13:04:43 -0500 (EST)
6991              Files:  ext/Socket/Socket.xs
6992      Branch: win32/perl
6993            ! ext/Socket/Socket.xs
6994 ____________________________________________________________________________
6995 [   635] By: gsar                                  on 1998/03/03  03:51:01
6996         Log: maintpatches for docs
6997              #53:  "Perlop bitwise & | ^ documentation"
6998              From:  Tom Phoenix <rootbeer@teleport.com>
6999              Msg-ID:  <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c
7000              Date:  Thu, 6 Nov 1997 07:44:52 -0800 (PST)
7001              Files:  pod/perlfunc.pod
7002              -------- 
7003              #54:  "Update docs on tr///"
7004              From:  Tom Phoenix <rootbeer@teleport.com>
7005              Msg-ID:  <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c
7006              Date:  Mon, 3 Nov 1997 07:28:39 -0800 (PST)
7007              Files:  pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7008              pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7009              pod/perlstyle.pod toke.c
7010      Branch: win32/perl
7011            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7012            ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod
7013            ! pod/perlstyle.pod toke.c
7014 ____________________________________________________________________________
7015 [   634] By: gsar                                  on 1998/03/03  03:43:42
7016         Log: another maintpatch (this one needed adjust of test nos.)
7017              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7018              Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk>
7019              Date: Thu, 22 Jan 1998 12:11:49 +0000
7020              Subject: Re: [PERL] A few perl5.004_03 bugs 
7021      Branch: win32/perl
7022            ! mg.c t/op/magic.t
7023 ____________________________________________________________________________
7024 [   633] By: gsar                                  on 1998/03/03  03:36:40
7025         Log: merge another toke.c patch and its dependent (very carefully)
7026              #32:  "Support C<Package::> as function-blind bearword"
7027              From:  Chip Salzenberg
7028              Files:  toke.c
7029              --------
7030              #86:  "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod"
7031              From:  Gurusamy Sarathy
7032              Files:  toke.c pod/perldelta.pod pod/perldiag.pod
7033      Branch: win32/perl
7034            ! pod/perldelta.pod pod/perldiag.pod toke.c
7035 ____________________________________________________________________________
7036 [   632] By: gsar                                  on 1998/03/03  03:12:16
7037         Log: another toke.c maintpatch
7038              #28:  "Don't warn on $x{shift}, ne => 1, or -f => 1"
7039              From:  Chip Salzenberg
7040              Files:  toke.c
7041      Branch: win32/perl
7042            ! toke.c
7043 ____________________________________________________________________________
7044 [   631] By: gsar                                  on 1998/03/03  03:06:59
7045         Log: still another maintpatch
7046              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7047              Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk>
7048              Date: Sun, 02 Nov 1997 13:31:54 +0000
7049              Subject: [PATCH] assorted sprintf bugs
7050      Branch: win32/perl
7051            ! sv.c t/op/sprintf.t
7052 ____________________________________________________________________________
7053 [   630] By: gsar                                  on 1998/03/03  03:03:55
7054         Log: yet another maintpatch
7055              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7056              Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk>
7057              Date: Sat, 22 Nov 1997 12:52:16 +0000
7058              Subject: Re: [PERL] Unexpected output 
7059      Branch: win32/perl
7060            ! doio.c t/pragma/warn-1global
7061 ____________________________________________________________________________
7062 [   629] By: gsar                                  on 1998/03/03  02:57:33
7063         Log: merge another maintpatch to toke.c
7064              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7065              Date: Sat, 22 Nov 1997 14:45:23 GMT
7066              Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk>
7067              Subject: Re: [PERL] Here-doc in s///e (was: Bug)
7068      Branch: win32/perl
7069            ! t/base/lex.t toke.c
7070 ____________________________________________________________________________
7071 [   628] By: gsar                                  on 1998/03/03  02:50:20
7072         Log: manually merge a maintpatch
7073              Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST)
7074              Message-Id: <199801082138.OAA14186@prometheus.frii.com>
7075              From: gnat@frii.com
7076              Subject: [PERL] Commenting toke.c
7077      Branch: win32/perl
7078            ! toke.c
7079 ____________________________________________________________________________
7080 [   627] By: TimBunce                              on 1998/03/02  22:34:47
7081         Log: Title:  "Fix inefficient checks for TIEHANDLE", #F008
7082              From:  Gurusamy Sarathy <gsar@engin.umich.edu>
7083              Msg-ID:  <199801080106.UAA05048@aatma.engin.umich.edu>
7084              Files:  pp_hot.c pp_sys.c
7085      Branch: maint-5.004/perl
7086            ! pp_hot.c pp_sys.c
7087 ____________________________________________________________________________
7088 [   626] By: TimBunce                              on 1998/03/02  22:31:13
7089         Log: This is the change description for change 625
7090              Title:  "Fix tr///s option", #F007
7091              From:  Inaba Hiroto <inaba@st.rim.or.jp>
7092              Msg-ID:  <19980110155333D.inaba@st.rim.or.jp>
7093              Files:  doop.c
7094      Branch: maint-5.004/perl
7095            ! doop.c
7096 ____________________________________________________________________________
7097 [   625] By: TimBunce                              on 1998/03/02  22:23:48
7098         Log:      Branch: maint-5.004/perl
7099            ! doop.c
7100 ____________________________________________________________________________
7101 [   623] By: TimBunce                              on 1998/03/02  21:51:53
7102         Log: Title:  "Fix lexical lookup in eval-sub-eval", #F006
7103              From:  Chip Salzenberg
7104              Files:  pp_ctl.c
7105      Branch: maint-5.004/perl
7106            ! pp_ctl.c
7107 ____________________________________________________________________________
7108 [   622] By: TimBunce                              on 1998/03/02  21:43:29
7109         Log: Title:  "Don't upgrade target of assignment from LVALUE", #F005
7110              From:  Chip Salzenberg
7111              Files:  sv.c
7112      Branch: maint-5.004/perl
7113            ! sv.c
7114 ____________________________________________________________________________
7115 [   621] By: TimBunce                              on 1998/03/02  21:29:59
7116         Log: Title:  "Fix compile-time warning line in while ()", #F004
7117              From:  Chip Salzenberg
7118              Files:  op.c
7119      Branch: maint-5.004/perl
7120            ! op.c
7121 ____________________________________________________________________________
7122 [   620] By: TimBunce                              on 1998/03/02  21:25:27
7123         Log: Title:  "STMT foreach LIST;", #F002
7124              From:  Chip Salzenberg
7125              Files:  pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c
7126              vms/perly_c.vms
7127      Branch: maint-5.004/perl
7128            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
7129            ! toke.c vms/perly_c.vms
7130 ____________________________________________________________________________
7131 [   619] By: TimBunce                              on 1998/03/02  21:12:58
7132         Log: Title:  "Fix SIGSEGV on C<42 until forever>", #F001
7133              From:  Chip Salzenberg
7134              Files:  op.c
7135      Branch: maint-5.004/perl
7136            ! op.c
7137 ____________________________________________________________________________
7138 [   618] By: gsar                                  on 1998/03/02  04:40:16
7139         Log: make t/lib/nothread.t type xtext also
7140      Branch: win32/perl
7141            ! t/op/nothread.t
7142 ____________________________________________________________________________
7143 [   617] By: gsar                                  on 1998/03/02  04:35:15
7144         Log: make t/lib/thread.t type xtext
7145      Branch: win32/perl
7146            ! t/lib/thread.t
7147 ____________________________________________________________________________
7148 [   616] By: gsar                                  on 1998/03/02  04:17:40
7149         Log: fix misapplied hunks in change#614
7150      Branch: win32/perl
7151            ! scope.c scope.h
7152 ____________________________________________________________________________
7153 [   615] By: gsar                                  on 1998/03/02  03:39:16
7154         Log: another one down
7155              From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com>
7156              Message-Id: <199711260703.XAA21257@mailgate2.boeing.com>
7157              Date: Tue, 25 Nov 1997 23:03:48 -0800
7158              Subject: [PERL] File::Find bugs & patches
7159      Branch: win32/perl
7160            ! lib/File/Find.pm
7161 ____________________________________________________________________________
7162 [   614] By: gsar                                  on 1998/03/02  03:28:28
7163         Log: this one with adjusted test numbers
7164              Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net>
7165              Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST)
7166              From: Stephen McCamant <alias@mcs.com>
7167              Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a}
7168      Branch: win32/perl
7169            ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t
7170 ____________________________________________________________________________
7171 [   613] By: gsar                                  on 1998/03/02  03:13:32
7172         Log: still another
7173              From: Inaba Hiroto <inaba@st.rim.or.jp>
7174              Subject: [PERL] tr///s bug
7175              Message-Id: <19980110155333D.inaba@st.rim.or.jp>
7176              Date: Sat, 10 Jan 1998 15:53:33 +0900
7177      Branch: win32/perl
7178            ! doop.c t/op/subst.t
7179 ____________________________________________________________________________
7180 [   612] By: gsar                                  on 1998/03/02  03:01:27
7181         Log: yet another patch
7182              From: Chip Salzenberg <salzench@nielsenmedia.com>
7183              Message-Id: <199709161748.NAA08418@nielsenmedia.com>
7184              Subject: Tiny but massively cool:  C<statement foreach @list>
7185              Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT)
7186      Branch: win32/perl
7187            ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t
7188            ! toke.c vms/perly_c.vms
7189 ____________________________________________________________________________
7190 [   611] By: gsar                                  on 1998/03/02  01:52:46
7191         Log: yet another 'old' patch
7192              From: Stephane Payrard <stef@francenet.fr>
7193              Message-Id: <199712040054.BAA04612@www.zweig.com>
7194              To: perl5-porters@perl.org
7195              Subject: Re: [PERL] buglet : minor but gratuitous inconsistency
7196              between `my' and `local' (Patch included)
7197      Branch: win32/perl
7198            ! op.c t/op/my.t
7199 ____________________________________________________________________________
7200 [   610] By: gsar                                  on 1998/03/02  01:45:55
7201         Log: another 'old' patch
7202              From: Roderick Schertler <roderick@argon.org>
7203              Date: 19 Dec 1997 12:52:36 -0500
7204              Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com>
7205              Subject: [PERL] [PATCH] Re: Problem with open >&=
7206      Branch: win32/perl
7207            ! doio.c t/op/misc.t
7208 ____________________________________________________________________________
7209 [   609] By: gsar                                  on 1998/03/02  01:23:56
7210         Log: apply missing pieces from:
7211              From: Chip Salzenberg <salzench@nielsenmedia.com>
7212              Message-Id: <199711272044.PAA12102@nielsenmedia.com>
7213              Subject: [PATCH] Improved LVALUE patch
7214              Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST)
7215      Branch: win32/perl
7216            ! sv.c
7217 ____________________________________________________________________________
7218 [   608] By: gsar                                  on 1998/03/02  01:13:01
7219         Log: merge two important 'old' patches
7220              From: Chip Salzenberg <salzench@nielsenmedia.com>
7221              Message-Id: <199709241632.MAA09164@nielsenmedia.com>
7222              Subject: [PATCH]  Fix C<42 until forever> SIGSEGV
7223              Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT)
7224              ------
7225              From: Chip Salzenberg <salzench@nielsenmedia.com>
7226              Message-Id: <199710221332.JAA04814@nielsenmedia.com>
7227              Subject: [PATCH] Fix for compile-time while() warnings
7228              Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT)
7229      Branch: win32/perl
7230            ! op.c
7231 ____________________________________________________________________________
7232 [   607] By: gsar                                  on 1998/03/01  06:52:26
7233         Log: integrate mainline changes
7234      Branch: asperl
7235           +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h
7236           +> lib/Tie/Handle.pm t/op/tiehandle.t
7237            - config_H
7238           !> (integrate 89 files)
7239 ____________________________________________________________________________
7240 [   606] By: gsar                                  on 1998/02/28  23:11:00
7241         Log: misc small tweaks
7242              - AutoLoader fix for long::pack::names
7243              - d_mymalloc can be set from makefiles now
7244              - make search.pl actually work on win32
7245              - revert podoc about $^E on OS/2 (per Ilya's wishes)
7246      Branch: win32/perl
7247            ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile
7248            ! win32/bin/search.pl win32/makefile.mk win32/win32.c
7249 ____________________________________________________________________________
7250 [   605] By: gsar                                  on 1998/02/28  22:16:45
7251         Log: fix typo in sv.h, and run 'make regen_headers' to make it build
7252      Branch: win32/perl
7253            ! embedvar.h sv.h
7254 ____________________________________________________________________________
7255 [   604] By: gsar                                  on 1998/02/28  21:08:58
7256         Log: integrate mainline
7257      Branch: win32/perl
7258           +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t
7259           !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl
7260           !> byterun.c ext/SDBM_File/Makefile.PL
7261           !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h
7262           !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c
7263           !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t
7264           !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod
7265           !> vms/test.com win32/makedef.pl
7266 ____________________________________________________________________________
7267 [   603] By: nick                                  on 1998/02/28  11:31:15
7268         Log: Missed FREAD in bytecode.h
7269              Cannot export svref_mutex in non-threaded perl
7270      Branch: perl
7271            ! bytecode.h win32/makedef.pl
7272
7273 ----------------
7274 Version 5.004_61
7275 ----------------
7276
7277 ____________________________________________________________________________
7278 [   602] By: mbeattie                              on 1998/02/27  18:35:27
7279         Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with
7280              preprocessor symbol on Digital UNIX.
7281      Branch: perl
7282            ! bytecode.h bytecode.pl byterun.c
7283 ____________________________________________________________________________
7284 [   601] By: mbeattie                              on 1998/02/27  18:27:00
7285         Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h.
7286      Branch: perl
7287            ! sv.h
7288 ____________________________________________________________________________
7289 [   600] By: mbeattie                              on 1998/02/27  18:15:07
7290         Log: Add atomic.h to MANIFEST
7291      Branch: perl
7292            ! MANIFEST
7293 ____________________________________________________________________________
7294 [   599] By: mbeattie                              on 1998/02/27  18:13:52
7295         Log: Integrate win32 branch into mainline.
7296      Branch: perl
7297            ! bytecode.pl
7298           !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h
7299           !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c
7300           !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc
7301           !> win32/config.gc win32/config.vc win32/config_H.bc
7302           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
7303           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
7304           !> win32/win32thread.h
7305 ____________________________________________________________________________
7306 [   598] By: mbeattie                              on 1998/02/27  18:06:41
7307         Log: Make refcounts atomic for threading (dependent on appropriate
7308              arch-dependent and compiler-dependent definitions in atomic.h
7309              or else falls back to a global mutex to protect refcounts).
7310      Branch: perl
7311            + atomic.h
7312            ! global.sym perl.c perlvars.h sv.c sv.h
7313 ____________________________________________________________________________
7314 [   597] By: mbeattie                              on 1998/02/27  15:37:22
7315         Log: Tiehandle stuff in change 595 didn't add to MANIFEST
7316      Branch: perl
7317            ! MANIFEST
7318 ____________________________________________________________________________
7319 [   596] By: mbeattie                              on 1998/02/27  15:34:55
7320         Log: Missed adding new file Policy_sh.SH in change 592.
7321      Branch: perl
7322            + Policy_sh.SH
7323 ____________________________________________________________________________
7324 [   595] By: mbeattie                              on 1998/02/27  15:34:06
7325         Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE
7326              Date: Fri, 27 Feb 1998 04:15:04 +0000
7327              From: Graham Barr <gbarr@pobox.com>
7328      Branch: perl
7329            + lib/Tie/Handle.pm t/op/tiehandle.t
7330            ! pod/perltie.pod pp_sys.c
7331 ____________________________________________________________________________
7332 [   594] By: mbeattie                              on 1998/02/27  15:31:12
7333         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7334              Subject: [PATCH 5.004_60] Fix to MM_VMS.PM
7335              Date: Thu, 26 Feb 1998 11:09:55 -0800
7336              Subject: [PATCH 5.004_60] Get SDBM_File working on VMS
7337              Date: Thu, 26 Feb 1998 11:15:24 -0800
7338      Branch: perl
7339            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
7340            ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm
7341            ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod
7342            ! vms/test.com
7343 ____________________________________________________________________________
7344 [   593] By: mbeattie                              on 1998/02/27  15:26:45
7345         Log: Fix file-descriptor leak when pipes fail via taint checks:
7346              Subject: [PATCH] Some patches went through cracks
7347              Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST)
7348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7349      Branch: perl
7350            ! os2/os2.c util.c
7351 ____________________________________________________________________________
7352 [   592] By: mbeattie                              on 1998/02/27  15:15:12
7353         Log: Subject: Config_60-03-04.diff patch for 5.004_60
7354              Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST)
7355              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7356      Branch: perl
7357            ! Configure MANIFEST Makefile.SH os2/diff.configure
7358 ____________________________________________________________________________
7359 [   591] By: gsar                                  on 1998/02/26  19:34:50
7360         Log: added AS patch#9
7361      Branch: asperl
7362            - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c
7363            - win32/ipproc.c win32/ipsock.c win32/ipstdio.c
7364            - win32/ipstdiowin.h win32/perlobj.def
7365            ! ObjXSub.h globals.c perl.c proto.h win32/Makefile
7366            ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h
7367            ! win32/win32sck.c win32/win32thread.c
7368 ____________________________________________________________________________
7369 [   590] By: gsar                                  on 1998/02/26  04:25:40
7370         Log: various changes to make win32 build under the new Configure & co.
7371              - added byterun.c to core C build
7372              - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c
7373              after adding new variables to config.[bgv]c
7374              - sig_name_init now has only the valid signals
7375              - we now have $Config{usethreads}
7376              - tested under the two commercial compilers w/ and w/o usethreads
7377      Branch: win32/perl
7378            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7379            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7380            ! win32/config_h.PL win32/makedef.pl win32/makefile.mk
7381 ____________________________________________________________________________
7382 [   589] By: gsar                                  on 1998/02/26  03:56:19
7383         Log: various cleanups so that B can be built as "just another extension"
7384              - export symbols needed for building B
7385              - bset_obj_store() is needed by byterun(), so define it there instead
7386              of at B.xs, and export it
7387              - freadpv() is only used in B.xs, so move it there
7388              - byte*.h are now included by perl.h
7389              - regenerate embed*.h
7390      Branch: win32/perl
7391            ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h
7392            ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h
7393 ____________________________________________________________________________
7394 [   588] By: gsar                                  on 1998/02/25  21:46:35
7395         Log: integrate mainline
7396      Branch: win32/perl
7397           +> Porting/config.sh Porting/config_H
7398            - config_H
7399           !> (integrate 54 files)
7400 ____________________________________________________________________________
7401 [   587] By: gsar                                  on 1998/02/25  19:20:26
7402         Log: added AS patch#8
7403      Branch: asperl
7404            ! sv.c x2p/a2py.c x2p/util.c
7405 ____________________________________________________________________________
7406 [   586] By: gsar                                  on 1998/02/25  19:08:06
7407         Log: added AS patch#7
7408              Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com>
7409              Date:    Tue, 24 Feb 1998 07:57:07 PST
7410              From:    Douglas Lankshear <dougl@ActiveState.com>
7411              Subject: [PATCH] 
7412              
7413              Here's an attempt at
7414              6. MANIFEST must be updated with new file names
7415              5. Mktime(), Stat() etc., rather than MKtime()/STat() etc.
7416              And some changes to move toward
7417              1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk
7418              
7419              -- Doug
7420      Branch: asperl
7421            ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h
7422            ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h
7423            ! perlenv.h perlio.h perllio.h win32/Makefile
7424 ____________________________________________________________________________
7425 [   585] By: mbeattie                              on 1998/02/25  17:44:34
7426         Log: More compiler tweaks.
7427      Branch: perl
7428            ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm
7429 ____________________________________________________________________________
7430 [   584] By: mbeattie                              on 1998/02/25  15:36:38
7431         Log: Subject: [PATCH 5.004_60] dos-djgpp update
7432              Date: Wed, 25 Feb 1998 11:17:07 +0100
7433              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7434      Branch: perl
7435            ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h
7436 ____________________________________________________________________________
7437 [   583] By: mbeattie                              on 1998/02/25  15:34:48
7438         Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61.
7439      Branch: perl
7440            ! global.sym patchlevel.h
7441 ____________________________________________________________________________
7442 [   582] By: mbeattie                              on 1998/02/25  15:28:08
7443         Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!)
7444              Date: Tue, 24 Feb 1998 11:15:57 +0000
7445              From: Robin Houston <robin@oneworld.org>
7446      Branch: perl
7447            ! pod/perldiag.pod pp_ctl.c
7448 ____________________________________________________________________________
7449 [   581] By: mbeattie                              on 1998/02/25  15:27:06
7450         Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup
7451              Date: 23 Feb 1998 23:36:09 +0100
7452              From: Gisle Aas <gisle@aas.no>
7453      Branch: perl
7454            ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c
7455 ____________________________________________________________________________
7456 [   580] By: mbeattie                              on 1998/02/25  15:25:29
7457         Log: Subject: [PATCH 5.004_60] improved Test.pm
7458              Date: Sat, 21 Feb 1998 14:17:09 -0500
7459              From: Joshua Pritikin <pritikin@mindspring.com>
7460      Branch: perl
7461            ! lib/Test.pm
7462 ____________________________________________________________________________
7463 [   579] By: mbeattie                              on 1998/02/25  15:23:24
7464         Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
7465              From: Jarkko Hietaniemi <jhi@iki.fi>
7466              Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
7467              Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
7468              Subject: Re: your HP-UX perl patch
7469              Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
7470      Branch: perl
7471            ! Makefile.SH embed.h global.sym hints/hpux.sh
7472 ____________________________________________________________________________
7473 [   578] By: mbeattie                              on 1998/02/25  15:18:06
7474         Log: Back out DB_File patch (change _553) and tweak Configure.
7475              Subject: ANNOUNCE: perl5.004_60 is available
7476              Date: Mon, 23 Feb 1998 10:47:26 -0000
7477              From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
7478      Branch: perl
7479            ! Configure ext/DB_File/DB_File.xs
7480 ____________________________________________________________________________
7481 [   577] By: mbeattie                              on 1998/02/25  15:04:00
7482         Log: Subject: [PATCH] Cwd.pm
7483              Date: Fri, 20 Feb 1998 10:27:54 -0600
7484              From: Graham Barr <gbarr@ti.com>
7485      Branch: perl
7486            ! lib/Cwd.pm
7487 ____________________________________________________________________________
7488 [   576] By: mbeattie                              on 1998/02/25  15:02:57
7489         Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich)
7490              Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine
7491              Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST)
7492              Subject: [PATCH 5.004_5*] Fix debugger messages and the default package
7493              Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST)
7494              Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH]
7495              Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST)
7496      Branch: perl
7497            ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c
7498 ____________________________________________________________________________
7499 [   575] By: mbeattie                              on 1998/02/25  14:58:00
7500         Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available
7501              Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST)
7502              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
7503      Branch: perl
7504            + Porting/config.sh Porting/config_H
7505            - config_H
7506            ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary
7507            ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs
7508            ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh
7509            ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh
7510            ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh
7511            ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c
7512            ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH
7513 ____________________________________________________________________________
7514 [   574] By: gsar                                  on 1998/02/24  02:21:14
7515         Log: fix typos in sv.c
7516      Branch: win32/perl
7517            ! sv.c
7518 ____________________________________________________________________________
7519 [   573] By: mbeattie                              on 1998/02/23  10:03:39
7520         Log: Remove old Linux+threads segfault degugging kludge.
7521      Branch: perl
7522            ! perl.c
7523 ____________________________________________________________________________
7524 [   572] By: gsar                                  on 1998/02/23  09:45:26
7525         Log: undo previous change (no added value!)
7526      Branch: win32/perl
7527            ! win32/bin/pl2bat.pl
7528 ____________________________________________________________________________
7529 [   571] By: gsar                                  on 1998/02/23  09:18:32
7530         Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by
7531              John Cavanaugh <cavanaug@sdd.hp.com>)
7532      Branch: win32/perl
7533            ! win32/bin/pl2bat.pl
7534 ____________________________________________________________________________
7535 [   570] By: gsar                                  on 1998/02/22  04:02:15
7536         Log: support chown() (just a noop for now)
7537      Branch: win32/perl
7538            ! dosish.h win32/win32.c win32/win32.h
7539 ____________________________________________________________________________
7540 [   569] By: gsar                                  on 1998/02/22  03:09:55
7541         Log: integrate latest win32 branch
7542      Branch: asperl
7543           +> (branch 41 files)
7544           !> (integrate 59 files)
7545 ____________________________________________________________________________
7546 [   568] By: gsar                                  on 1998/02/22  02:40:56
7547         Log: get compiler building under win32 (needed Makefile.PL
7548              hacks that could be applicable to other platforms)
7549      Branch: win32/perl
7550            ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk
7551 ____________________________________________________________________________
7552 [   567] By: gsar                                  on 1998/02/22  01:30:19
7553         Log: integrate mainline
7554      Branch: win32/perl
7555           +> (branch 41 files)
7556           !> (integrate 46 files)
7557 ____________________________________________________________________________
7558 [   566] By: gsar                                  on 1998/02/20  22:31:56
7559         Log: fix handle leak in join()
7560      Branch: win32/perl
7561            ! win32/win32thread.h
7562
7563 ----------------
7564 Version 5.004_60
7565 ----------------
7566
7567 ____________________________________________________________________________
7568 [   565] By: mbeattie                              on 1998/02/20  18:23:47
7569         Log: Remove compiler files from their old lib/B locations. The compiler
7570              now builds by default (without the byteperl executable so far) and
7571              seems to work at least minimally.
7572      Branch: perl
7573            - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm
7574            - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm
7575            - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm
7576            - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm
7577            - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness
7578            - lib/B/disassemble lib/B/makeliblinks lib/O.pm
7579            ! MANIFEST bytecode.pl
7580 ____________________________________________________________________________
7581 [   564] By: mbeattie                              on 1998/02/20  18:05:33
7582         Log: Move lib/B/... and lib/[BO].pm over to where they should be,
7583              under ext/B.
7584      Branch: perl
7585           +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7586           +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7587           +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
7588           +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm
7589           +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm
7590           +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble
7591           +> ext/B/B/makeliblinks ext/B/O.pm
7592 ____________________________________________________________________________
7593 [   563] By: mbeattie                              on 1998/02/20  17:54:58
7594         Log: Start getting compiler to work when built with the core.
7595              [Still won't work as of this change.]
7596      Branch: perl
7597           +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm
7598           +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm
7599           +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm
7600           +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm
7601           +> lib/B/Terse.pm lib/B/Xref.pm
7602            ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL
7603 ____________________________________________________________________________
7604 [   562] By: mbeattie                              on 1998/02/20  16:42:13
7605         Log: Merge perlext/Compiler/... into mainline. Some files move to
7606              ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
7607              move to the base perl directory (e.g. headers). Will need some
7608              cleaning up before it builds properly, I would guess.
7609      Branch: perl
7610           +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs
7611           +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS
7612           +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes
7613           +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
7614           +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc
7615           +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm
7616           +> lib/B/assemble lib/B/cc_harness lib/B/disassemble
7617           +> lib/B/makeliblinks lib/O.pm
7618 ____________________________________________________________________________
7619 [   561] By: mbeattie                              on 1998/02/20  16:39:38
7620         Log: Win32 changes from Sarathy, tweaked slightly by me.
7621      Branch: perlext
7622            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm
7623            ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble
7624            ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
7625            ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
7626 ____________________________________________________________________________
7627 [   560] By: mbeattie                              on 1998/02/20  15:46:15
7628         Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl).
7629      Branch: perl
7630            ! perl.c
7631 ____________________________________________________________________________
7632 [   559] By: mbeattie                              on 1998/02/20  12:56:10
7633         Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60.
7634      Branch: perl
7635            ! MANIFEST patchlevel.h
7636 ____________________________________________________________________________
7637 [   558] By: mbeattie                              on 1998/02/20  12:53:26
7638         Log: Integrate win32 branch into mainline.
7639      Branch: perl
7640           !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c
7641           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7642           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7643           !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h
7644           !> win32/win32iop.h x2p/a2p.h
7645 ____________________________________________________________________________
7646 [   557] By: mbeattie                              on 1998/02/20  12:51:42
7647         Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc
7648              Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET)
7649              From: Jarkko Hietaniemi <jhi@iki.fi>
7650      Branch: perl
7651            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
7652            ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
7653            ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod
7654            ! pod/perltoc.pod pod/perlvar.pod
7655 ____________________________________________________________________________
7656 [   556] By: mbeattie                              on 1998/02/20  12:49:54
7657         Log: Subject: [PATCH] installperl
7658              Date: Wed, 18 Feb 1998 11:51:44 -0500 (est)
7659              From: Norton Allen <allen@huarp.harvard.edu>
7660      Branch: perl
7661            ! installperl
7662 ____________________________________________________________________________
7663 [   555] By: mbeattie                              on 1998/02/20  12:49:09
7664         Log: Subject: [PATCH:_59] t/op/wantarray.t
7665              Date: Wed, 18 Feb 1998 11:19:54 -0500 (est)
7666              From: Norton Allen <allen@huarp.harvard.edu>
7667      Branch: perl
7668            + t/op/wantarray.t
7669 ____________________________________________________________________________
7670 [   554] By: mbeattie                              on 1998/02/20  12:47:44
7671         Log: Subject: Misprint in regcomp.c [PATCH]
7672              Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST)
7673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7674      Branch: perl
7675            ! regcomp.c
7676 ____________________________________________________________________________
7677 [   553] By: mbeattie                              on 1998/02/20  12:45:08
7678         Log: Subject: DB_File ->length does not work just after tie.
7679              Date: Tue, 17 Feb 1998 13:19:18 GMT
7680              From: Nick Ing-Simmons <nik@tiuk.ti.com>
7681      Branch: perl
7682            ! ext/DB_File/DB_File.xs
7683 ____________________________________________________________________________
7684 [   552] By: mbeattie                              on 1998/02/20  12:43:32
7685         Log: Subject: [PATCH] - perl5.005_59, update Copyright
7686              Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST)
7687              From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie)
7688      Branch: perl
7689            ! perl.c
7690 ____________________________________________________________________________
7691 [   551] By: mbeattie                              on 1998/02/20  12:42:41
7692         Log: Subject: Re: for() and map() peculiarity
7693              Date: Mon, 16 Feb 1998 21:33:44 +0000
7694              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7695      Branch: perl
7696            ! pod/perlsyn.pod
7697 ____________________________________________________________________________
7698 [   550] By: mbeattie                              on 1998/02/20  12:41:53
7699         Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS
7700              Date: Mon, 16 Feb 1998 11:46:29 -0800
7701              From: Dan Sugalski <sugalskd@osshe.edu>
7702      Branch: perl
7703            ! vms/config.vms
7704 ____________________________________________________________________________
7705 [   549] By: mbeattie                              on 1998/02/20  12:40:55
7706         Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5
7707              Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST)
7708              From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU>
7709      Branch: perl
7710            ! global.sym
7711 ____________________________________________________________________________
7712 [   548] By: mbeattie                              on 1998/02/20  12:39:56
7713         Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh
7714              Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET)
7715              From: Jarkko Hietaniemi <jhi@iki.fi>
7716      Branch: perl
7717            ! hints/irix_6.sh
7718 ____________________________________________________________________________
7719 [   547] By: mbeattie                              on 1998/02/20  12:38:58
7720         Log: Subject: [PATCH] perlguts update
7721              Date: 16 Feb 1998 11:23:53 +0100
7722              From: Gisle Aas <gisle@aas.no>
7723      Branch: perl
7724            ! pod/perlguts.pod
7725 ____________________________________________________________________________
7726 [   546] By: mbeattie                              on 1998/02/20  12:38:01
7727         Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong
7728              Date: Sun, 15 Feb 1998 23:56:05 -0500
7729              From: Irving Reid <irving@tor.securecomputing.com>
7730      Branch: perl
7731            ! hints/bsdos.sh
7732 ____________________________________________________________________________
7733 [   545] By: mbeattie                              on 1998/02/20  12:37:11
7734         Log: Subject: [PATCH] 5% speedup in an empty loop
7735              Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST)
7736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7737      Branch: perl
7738            ! op.c
7739 ____________________________________________________________________________
7740 [   544] By: mbeattie                              on 1998/02/20  12:36:26
7741         Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt
7742              Date: Sun, 15 Feb 98 23:06:16 +0100
7743              From: Hans Mulder <hansm@icgroup.nl>
7744      Branch: perl
7745            ! hints/next_3.sh hints/next_4.sh
7746 ____________________________________________________________________________
7747 [   543] By: mbeattie                              on 1998/02/20  12:35:39
7748         Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently
7749              Date: Sun, 15 Feb 98 23:05:20 +0100
7750              From: Hans Mulder <hansm@icgroup.nl>
7751      Branch: perl
7752            ! malloc.c
7753 ____________________________________________________________________________
7754 [   542] By: mbeattie                              on 1998/02/20  12:35:03
7755         Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure
7756              From: Hans Mulder <hansm@icgroup.nl>
7757              Date: Sun, 15 Feb 98 23:04:29 +0100
7758      Branch: perl
7759            ! Configure
7760 ____________________________________________________________________________
7761 [   541] By: mbeattie                              on 1998/02/20  12:33:56
7762         Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 
7763              NeXT   needs DONT_DECLARE_STD)
7764              Date: Sun, 15 Feb 98 23:04:19 +0100
7765              From: Hans Mulder <hansm@icgroup.nl>
7766      Branch: perl
7767            ! perl.h
7768 ____________________________________________________________________________
7769 [   540] By: mbeattie                              on 1998/02/20  12:32:25
7770         Log: Subject: [PATCH] sv_check_thinkfirst macroized
7771              Date: 15 Feb 1998 22:00:38 +0100
7772              From: Gisle Aas <gisle@aas.no>
7773      Branch: perl
7774            ! sv.c
7775 ____________________________________________________________________________
7776 [   539] By: mbeattie                              on 1998/02/20  12:31:07
7777         Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs
7778              Date: Sat, 14 Feb 1998 17:58:01 -0500
7779              From: Joshua Pritikin <pritikin@mindspring.com>
7780      Branch: perl
7781            + lib/Test.pm
7782            ! MANIFEST lib/Test/Harness.pm
7783 ____________________________________________________________________________
7784 [   538] By: mbeattie                              on 1998/02/20  12:24:31
7785         Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++
7786              Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET)
7787              From: Jarkko Hietaniemi <jhi@iki.fi>
7788      Branch: perl
7789            ! INSTALL pod/perldiag.pod pod/perllocale.pod
7790 ____________________________________________________________________________
7791 [   537] By: mbeattie                              on 1998/02/20  12:23:04
7792         Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS
7793              Date: Fri, 13 Feb 1998 13:38:28 -0800
7794              From: Dan Sugalski <sugalskd@osshe.edu>
7795      Branch: perl
7796            ! README.vms
7797 ____________________________________________________________________________
7798 [   536] By: mbeattie                              on 1998/02/20  12:20:29
7799         Log: Subject: [PATCH] 5.004_58, move intuition tests
7800              Date: Thu, 12 Feb 1998 17:11:05 -0600
7801              From: Stephen Potter <spp@psa.pencom.com>
7802      Branch: perl
7803            ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7804            ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t
7805            ! t/op/flip.t t/op/pat.t t/op/push.t
7806 ____________________________________________________________________________
7807 [   535] By: gsar                                  on 1998/02/19  23:07:24
7808         Log: applied a version of this with tabs intact
7809              Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com>
7810              Date:    19 Feb 1998 15:06:38 EST
7811              From:    dfan@harmonixmusic.com (Dan Schmidt)
7812              Subject: Pod::Html bug and fix: missing </UL> in index
7813      Branch: win32/perl
7814            ! lib/Pod/Html.pm
7815 ____________________________________________________________________________
7816 [   534] By: gsar                                  on 1998/02/19  19:40:27
7817         Log: Fix C<0> problem in Pod::Html
7818      Branch: win32/perl
7819            ! lib/Pod/Html.pm
7820 ____________________________________________________________________________
7821 [   533] By: gsar                                  on 1998/02/18  18:11:08
7822         Log: non-debug VC builds are -O1 now (they say it works, and is
7823              faster)
7824      Branch: win32/perl
7825            ! win32/Makefile win32/makefile.mk
7826 ____________________________________________________________________________
7827 [   532] By: gsar                                  on 1998/02/18  04:11:03
7828         Log: integrate nick's patch to mainline
7829      Branch: win32/perl
7830           !> pp.c
7831 ____________________________________________________________________________
7832 [   531] By: mbeattie                              on 1998/02/17  17:50:50
7833         Log: Assorted changes to the compiler
7834      Branch: perlext
7835            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
7836            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm
7837            ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl
7838            ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap
7839 ____________________________________________________________________________
7840 [   530] By: gsar                                  on 1998/02/17  01:47:35
7841         Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the
7842              FORCE_ARG_STRING() hack (that bug is fixed in gcc now).  mingw32
7843              build passes all tests except t/lib/io_xs.t (seems to be due to
7844              broken tmpfile() in the CRT or import lib)
7845      Branch: win32/perl
7846            ! XSUB.h win32/makefile.mk win32/win32.h
7847 ____________________________________________________________________________
7848 [   529] By: gsar                                  on 1998/02/16  23:03:31
7849         Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken
7850              in this version of gcc!)
7851      Branch: win32/perl
7852            ! doio.c pp_sys.c win32/config.gc win32/makefile.mk
7853            ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h
7854 ____________________________________________________________________________
7855 [   528] By: nick                                  on 1998/02/16  22:13:04
7856         Log: Missing PUSHMARK in unshift TIEARRAY hook
7857      Branch: perl
7858            ! pp.c
7859 ____________________________________________________________________________
7860 [   527] By: gsar                                  on 1998/02/15  20:59:07
7861         Log: integrate win32 branch
7862      Branch: asperl
7863           !> config_h.SH win32/config.bc win32/config.gc win32/config.vc
7864           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7865           !> win32/makedef.pl
7866 ____________________________________________________________________________
7867 [   526] By: gsar                                  on 1998/02/15  20:02:11
7868         Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
7869      Branch: win32/perl
7870            ! config_h.SH win32/config_H.bc win32/config_H.gc
7871            ! win32/config_H.vc
7872 ____________________________________________________________________________
7873 [   525] By: gsar                                  on 1998/02/15  03:26:45
7874         Log: fix build problems due to renamed Config variables
7875      Branch: win32/perl
7876            ! win32/config.bc win32/config.gc win32/config.vc
7877            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7878            ! win32/makedef.pl
7879 ____________________________________________________________________________
7880 [   524] By: gsar                                  on 1998/02/14  01:00:15
7881         Log: bring ASPerl uptodate with mainline changes
7882      Branch: asperl
7883           +> ext/DB_File/Changes t/comp/require.t
7884           !> (integrate 41 files)
7885 ____________________________________________________________________________
7886 [   523] By: gsar                                  on 1998/02/14  00:52:17
7887         Log: integrate mainline
7888      Branch: win32/perl
7889           !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h
7890           !> pp_hot.c t/op/magic.t
7891 ____________________________________________________________________________
7892 [   522] By: gsar                                  on 1998/02/14  00:42:37
7893         Log: added AS patch#6
7894              Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com>
7895              Date:    Fri, 13 Feb 1998 06:14:51 PST
7896              From:    Douglas Lankshear <dougl@ActiveState.com>
7897              Subject: [PATCH] command line build
7898              
7899              This patch is for the command line build of perl object.
7900              I'll merge the ipfoo.c function with win32_xxx functions next.
7901              
7902              -- Doug
7903      Branch: asperl
7904            ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm
7905            ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c
7906            ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h
7907 ____________________________________________________________________________
7908 [   521] By: gsar                                  on 1998/02/14  00:14:04
7909         Log: added AS patch#5 (patch #4 was intentionally skipped after
7910              discussion)
7911      Branch: asperl
7912            ! embed.h embedvar.h global.sym globals.c hv.c interp.sym
7913            ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c
7914            ! regexec.c sv.c toke.c
7915 ____________________________________________________________________________
7916 [   520] By: nick                                  on 1998/02/13  18:15:46
7917         Log: Resolve ansiperl against win32
7918      Branch: ansiperl
7919           +> ext/DB_File/Changes ext/POSIX/hints/linux.pl
7920           +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t
7921           +> t/lib/ph.t
7922           !> (integrate 898 files)
7923
7924 ----------------
7925 Version 5.004_59
7926 ----------------
7927
7928 ____________________________________________________________________________
7929 [   519] By: mbeattie                              on 1998/02/13  17:05:37
7930         Log: Integrate win32 into mainline.
7931      Branch: perl
7932            ! lib/ExtUtils/xsubpp
7933           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7934           !> win32/makefile.mk
7935 ____________________________________________________________________________
7936 [   518] By: mbeattie                              on 1998/02/13  17:01:16
7937         Log: Bump patchlevel.h to 59.
7938      Branch: perl
7939            ! patchlevel.h
7940 ____________________________________________________________________________
7941 [   517] By: mbeattie                              on 1998/02/13  16:57:59
7942         Log: Subject: [PATCH] _58: wantarray in void context broken
7943              Date: Fri, 13 Feb 1998 11:24:49 -0500 (est)
7944              From: Norton Allen <allen@huarp.harvard.edu>
7945      Branch: perl
7946            ! pp_hot.c
7947 ____________________________________________________________________________
7948 [   516] By: mbeattie                              on 1998/02/13  16:55:33
7949         Log: Subject: [PATCH] 5.004_58 QNX getcwd
7950              Date: Thu, 12 Feb 1998 13:40:56 -0500 (est)
7951              From: Norton Allen <allen@huarp.harvard.edu>
7952      Branch: perl
7953            ! hints/qnx.sh lib/Cwd.pm t/op/magic.t
7954 ____________________________________________________________________________
7955 [   515] By: gsar                                  on 1998/02/12  18:29:52
7956         Log: pickup lddlflags properly for Config.pm
7957      Branch: win32/perl
7958            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7959            ! win32/makefile.mk
7960 ____________________________________________________________________________
7961 [   514] By: gsar                                  on 1998/02/12  18:16:09
7962         Log: fix xsubpp bug in SETMAGIC code
7963      Branch: win32/perl
7964            ! lib/ExtUtils/xsubpp
7965 ____________________________________________________________________________
7966 [   513] By: gsar                                  on 1998/02/12  18:06:30
7967         Log: integrate mainline
7968      Branch: win32/perl
7969           +> ext/DB_File/Changes
7970           !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm
7971           !> ext/DB_File/DB_File.xs hints/machten.sh
7972           !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm
7973           !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod
7974           !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c
7975           !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t
7976           !> t/op/re_tests t/pragma/locale.t
7977 ____________________________________________________________________________
7978 [   512] By: mbeattie                              on 1998/02/12  17:34:02
7979         Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds
7980              with -DUSE_THREADS -DDEBUGGING to fail.
7981      Branch: perl
7982            ! scope.h
7983 ____________________________________________________________________________
7984 [   511] By: mbeattie                              on 1998/02/12  16:44:03
7985         Log: Integrate win32 into mainline
7986      Branch: perl
7987           +> t/comp/require.t
7988           !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c
7989 ____________________________________________________________________________
7990 [   510] By: mbeattie                              on 1998/02/12  16:42:26
7991         Log: Subject: Re: [PATCH] 5.004_58 | _04  DynaLoader.pm -> DynaLoader.pm.PL (resend)
7992              Date: 12 Feb 1998 14:25:55 +0100
7993              From: koenig@kulturbox.de (Andreas J. Koenig)
7994      Branch: perl
7995            ! lib/ExtUtils/Install.pm
7996 ____________________________________________________________________________
7997 [   509] By: mbeattie                              on 1998/02/12  16:40:34
7998         Log: Subject: Re: wrong prototype for sbrk [PATCH]
7999              Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST)
8000              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
8001      Branch: perl
8002            ! malloc.c
8003 ____________________________________________________________________________
8004 [   508] By: mbeattie                              on 1998/02/12  16:36:53
8005         Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section>
8006              Date: Wed, 11 Feb 1998 17:29:20 +0100
8007              From: Achim Bohnet <ach@mpe.mpg.de>
8008      Branch: perl
8009            ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL
8010 ____________________________________________________________________________
8011 [   507] By: mbeattie                              on 1998/02/12  16:35:26
8012         Log: Subject: [PATCH] slight tweaks to hints/machten.sh
8013              Date: Wed, 11 Feb 1998 14:59:46 +0100
8014              From: Dominic Dunlop <domo@vo.lu>
8015      Branch: perl
8016            ! hints/machten.sh
8017 ____________________________________________________________________________
8018 [   506] By: mbeattie                              on 1998/02/12  16:28:40
8019         Log: Subject: DB_File 1.58 patch
8020              Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT)
8021              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8022      Branch: perl
8023            + ext/DB_File/Changes
8024            ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
8025            ! t/lib/db-recno.t
8026 ____________________________________________________________________________
8027 [   505] By: mbeattie                              on 1998/02/12  16:24:26
8028         Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE
8029              Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST)
8030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8031      Branch: perl
8032            ! regexec.c t/op/re_tests
8033 ____________________________________________________________________________
8034 [   504] By: mbeattie                              on 1998/02/12  16:22:46
8035         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8036              Subject: [PATCH] 5.004_58: the locale.t problem in IRIX
8037              Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET)
8038              Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions
8039              Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET)
8040              Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing
8041              Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET)
8042      Branch: perl
8043            ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c
8044            ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t
8045 ____________________________________________________________________________
8046 [   503] By: mbeattie                              on 1998/02/12  16:15:43
8047         Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp
8048              Date: Mon, 9 Feb 1998 13:19:45 +0100
8049              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
8050      Branch: perl
8051            ! t/lib/filecopy.t
8052 ____________________________________________________________________________
8053 [   502] By: mbeattie                              on 1998/02/12  16:14:27
8054         Log: Assorted patches to sv.c:
8055              From: Gisle Aas <gisle@aas.no>
8056              Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems
8057              Date: 07 Feb 1998 00:21:57 +0100
8058              Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV
8059              Date: 07 Feb 1998 00:29:45 +0100
8060              Subject: [PATCH] sv_upgrade() always returns TRUE
8061              Date: 09 Feb 1998 15:44:01 +0100
8062      Branch: perl
8063            ! sv.c
8064 ____________________________________________________________________________
8065 [   501] By: mbeattie                              on 1998/02/12  16:09:26
8066         Log: Fix saving of STDOUT during system() in lib/perl5db.pl:
8067              Subject: Perl debugger.
8068              Date: Fri, 6 Feb 1998 17:47:08 -0500
8069              From: "Jason A. Smith" <smithj4@rpi.edu>
8070      Branch: perl
8071            ! lib/perl5db.pl
8072 ____________________________________________________________________________
8073 [   500] By: gsar                                  on 1998/02/12  03:20:55
8074         Log: merge another maint patch
8075              Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu>
8076              Date:    Tue, 10 Feb 1998 18:49:00 EST
8077              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8078              Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 
8079      Branch: win32/perl
8080            ! pp_ctl.c
8081 ____________________________________________________________________________
8082 [   499] By: gsar                                  on 1998/02/12  03:14:39
8083         Log: make t/comp/require.t type xtext
8084      Branch: win32/perl
8085            ! t/comp/require.t
8086 ____________________________________________________________________________
8087 [   498] By: gsar                                  on 1998/02/12  03:09:58
8088         Log: fix extra LEAVE when require fails
8089              Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu>
8090              Date:    Tue, 10 Feb 1998 18:21:37 EST
8091              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8092              Subject: Re: evals and requires make seg-fault with bad require file 
8093      Branch: win32/perl
8094            + t/comp/require.t
8095            ! MANIFEST pp_ctl.c scope.c scope.h toke.c
8096 ____________________________________________________________________________
8097 [   497] By: gsar                                  on 1998/02/12  02:47:29
8098         Log: merge a maint patch
8099              Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu>
8100              Date:    Wed, 11 Feb 1998 00:15:51 EST
8101              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8102              Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 
8103      Branch: win32/perl
8104            ! pp_ctl.c t/op/local.t
8105 ____________________________________________________________________________
8106 [   496] By: mbeattie                              on 1998/02/11  13:04:50
8107         Log: Integrate win32 into mainline.
8108      Branch: perl
8109           !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
8110           !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c
8111           !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c
8112           !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod
8113           !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t
8114           !> win32/makedef.pl win32/win32.c win32/win32iop.h
8115 ____________________________________________________________________________
8116 [   495] By: mbeattie                              on 1998/02/11  13:03:59
8117         Log: Fix special constants in Xref.pm
8118      Branch: perlext
8119            ! Compiler/B/Xref.pm
8120 ____________________________________________________________________________
8121 [   494] By: gsar                                  on 1998/02/10  18:26:28
8122         Log: fix opendir() problem on share names
8123              Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu>
8124              Date:    Tue, 10 Feb 1998 13:28:53 EST
8125              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8126              Subject: Re: BUG: opendir and UNC names on NT 
8127      Branch: win32/perl
8128            ! win32/win32.c
8129 ____________________________________________________________________________
8130 [   493] By: gsar                                  on 1998/02/09  23:09:40
8131         Log: integrate win32 branch contents
8132      Branch: asperl
8133           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8134           +> lib/Fatal.pm t/lib/ph.t
8135            ! hv.c
8136           !> (integrate 895 files)
8137 ____________________________________________________________________________
8138 [   492] By: gsar                                  on 1998/02/09  07:30:19
8139         Log: enhancements to previous patch for XSUB OUTPUT args
8140              Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu>
8141              Date:    Mon, 09 Feb 1998 02:31:55 EST
8142              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8143              Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 
8144      Branch: win32/perl
8145            ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap
8146            ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym
8147            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap
8148            ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c
8149            ! sv.h
8150 ____________________________________________________________________________
8151 [   491] By: gsar                                  on 1998/02/09  03:00:52
8152         Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET
8153              Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu>
8154              Date:    Wed, 29 Oct 1997 19:36:25 EST
8155              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8156              Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )
8157      Branch: win32/perl
8158            ! op.c
8159 ____________________________________________________________________________
8160 [   490] By: gsar                                  on 1998/02/09  02:30:43
8161         Log: fix for bugs in handling DESTROY (adjusted test numbers)
8162              Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu>
8163              Subject: Re: [PERL] RFD: iterative DESTROYing of objects 
8164              Date: Wed, 31 Dec 1997 19:30:46 -0500
8165              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8166      Branch: win32/perl
8167            ! pod/perlobj.pod sv.c t/op/ref.t
8168 ____________________________________________________________________________
8169 [   489] By: gsar                                  on 1998/02/09  00:30:35
8170         Log: ansify prototype for my_safemalloc(), avoid warnings
8171      Branch: win32/perl
8172            ! sv.c
8173 ____________________________________________________________________________
8174 [   488] By: gsar                                  on 1998/02/09  00:29:08
8175         Log: fix misapplied hunks in 5.004_58
8176              Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu>
8177              Date:    Sun, 08 Feb 1998 02:18:12 EST
8178              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8179              Subject: [PATCH] fixes for test failures in 5.004_58
8180      Branch: win32/perl
8181            ! gv.c op.c
8182 ____________________________________________________________________________
8183 [   487] By: gsar                                  on 1998/02/09  00:27:16
8184         Log: win32_utime() tweaks to avoid warnings
8185      Branch: win32/perl
8186            ! win32/win32.c win32/win32iop.h
8187 ____________________________________________________________________________
8188 [   486] By: gsar                                  on 1998/02/07  23:45:22
8189         Log: integrate mainline, plus a few small win32 enhancements
8190              - remove Win32::GetCurrentDirectory()
8191              - add Win32::Sleep() for compat
8192              - add smarter utime() from Jan Dubois, and export it as win32_utime()
8193      Branch: win32/perl
8194           +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8195           +> lib/Fatal.pm t/lib/ph.t
8196            ! win32/makedef.pl win32/win32.c win32/win32iop.h
8197           !> (integrate 61 files)
8198
8199 ----------------
8200 Version 5.004_58
8201 ----------------
8202
8203 ____________________________________________________________________________
8204 [   485] By: mbeattie                              on 1998/02/06  18:11:47
8205         Log: Bump patchlevel to 58.
8206      Branch: perl
8207            ! patchlevel.h
8208 ____________________________________________________________________________
8209 [   484] By: mbeattie                              on 1998/02/06  18:08:28
8210         Log: Fix up problem with gv.c from change 477.
8211              Fix up Config.pm use in t/lib/ph.t from change 478.
8212      Branch: perl
8213            ! gv.c t/lib/ph.t
8214 ____________________________________________________________________________
8215 [   483] By: mbeattie                              on 1998/02/06  17:34:34
8216         Log: Integrate win32 branch into mainline
8217      Branch: perl
8218           !> win32/win32sck.c
8219 ____________________________________________________________________________
8220 [   482] By: mbeattie                              on 1998/02/06  17:26:41
8221         Log: lib/Fatal.pm missing from repository
8222      Branch: perl
8223            + lib/Fatal.pm
8224 ____________________________________________________________________________
8225 [   481] By: mbeattie                              on 1998/02/06  17:24:57
8226         Log: Subject: [PATCH] Re: posix::strftime (core dumped)
8227              Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST)
8228              From: Andy Dougherty <doughera@newton.phys.lafayette.edu>
8229      Branch: perl
8230            + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl
8231            ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t
8232 ____________________________________________________________________________
8233 [   480] By: mbeattie                              on 1998/02/06  17:19:52
8234         Log: x2p/str.c was missing from list of changed files in change 466
8235      Branch: perl
8236            ! x2p/str.c
8237 ____________________________________________________________________________
8238 [   479] By: mbeattie                              on 1998/02/06  17:16:54
8239         Log: Added t/lib/ph.t to MANIFEST
8240      Branch: perl
8241            ! MANIFEST
8242 ____________________________________________________________________________
8243 [   478] By: mbeattie                              on 1998/02/06  17:15:38
8244         Log: Subject: [PATCH] h2ph.PL
8245              Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST)
8246              From: kstar@www.chapin.edu (Kurt D. Starsinic)
8247      Branch: perl
8248            + t/lib/ph.t
8249            ! utils/h2ph.PL
8250 ____________________________________________________________________________
8251 [   477] By: mbeattie                              on 1998/02/06  17:10:46
8252         Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages
8253              Date: 04 Feb 1998 14:49:46 +0100
8254              From: Gisle Aas <gisle@aas.no>
8255              as modified by
8256              From: chip@atlantic.net
8257              Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST)
8258      Branch: perl
8259            ! gv.c
8260 ____________________________________________________________________________
8261 [   476] By: mbeattie                              on 1998/02/06  16:47:03
8262         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8263              Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0
8264              Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET)
8265              Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 
8266              Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET)
8267      Branch: perl
8268            ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t
8269 ____________________________________________________________________________
8270 [   475] By: mbeattie                              on 1998/02/06  16:44:57
8271         Log: Subject: [PATCH] nomemok
8272              Date: Mon, 2 Feb 1998 15:06:50 +0100
8273              From: Gisle Aas <gisle@aas.no>
8274      Branch: perl
8275            ! hv.c
8276 ____________________________________________________________________________
8277 [   474] By: mbeattie                              on 1998/02/06  16:43:46
8278         Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_
8279              Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST)
8280              From: abigail@fnx.com
8281      Branch: perl
8282            ! lib/Benchmark.pm
8283 ____________________________________________________________________________
8284 [   473] By: mbeattie                              on 1998/02/06  16:42:53
8285         Log: Subject: [PATCH] adding the newSVpvn API function
8286              Date: Sat, 31 Jan 1998 06:32:42 +0100
8287              From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch>
8288      Branch: perl
8289            ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod
8290            ! proto.h sv.c
8291 ____________________________________________________________________________
8292 [   472] By: mbeattie                              on 1998/02/06  16:35:41
8293         Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...)
8294              Date: 28 Jan 1998 17:40:37 -0800
8295              From: Stephen Zander <srz@mckesson.com>
8296      Branch: perl
8297            ! hints/solaris_2.sh
8298 ____________________________________________________________________________
8299 [   471] By: mbeattie                              on 1998/02/06  16:02:57
8300         Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values
8301              Date: Thu, 15 Jan 1998 11:53:06 +0000
8302              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8303      Branch: perl
8304            ! pod/perlguts.pod pp.c t/op/vec.t
8305 ____________________________________________________________________________
8306 [   470] By: mbeattie                              on 1998/02/06  16:01:36
8307         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8308              Subject: 5.004_56: Patch to Tie::Hash and docs
8309              Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST)
8310              Subject: 5.004_56: Patch to (?{}) quoting + cosmetic
8311              Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST)
8312      Branch: perl
8313            ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c
8314            ! t/op/misc.t t/op/pat.t toke.c
8315 ____________________________________________________________________________
8316 [   469] By: mbeattie                              on 1998/02/06  15:58:31
8317         Log: Subject: Another Array.pm patch
8318              Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT)
8319              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8320      Branch: perl
8321            ! lib/Tie/Array.pm
8322 ____________________________________________________________________________
8323 [   468] By: mbeattie                              on 1998/02/06  15:56:28
8324         Log: Subject: documentation patch for 5.004_57
8325              Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT)
8326              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
8327      Branch: perl
8328            ! lib/Tie/Array.pm
8329 ____________________________________________________________________________
8330 [   467] By: mbeattie                              on 1998/02/06  15:55:34
8331         Log: Subject: 5.004_56: patch for `use Fatal' again
8332              Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST)
8333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8334      Branch: perl
8335            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
8336            ! pp.c t/comp/proto.t toke.c
8337 ____________________________________________________________________________
8338 [   466] By: mbeattie                              on 1998/02/06  15:53:53
8339         Log: Subject: Newer -DLEAKTEST patch
8340              Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST)
8341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8342      Branch: perl
8343            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
8344            ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c
8345            ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod
8346            ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c
8347            ! toke.c util.c vms/perly_c.vms x2p/hash.c
8348 ____________________________________________________________________________
8349 [   465] By: mbeattie                              on 1998/02/06  15:46:35
8350         Log: More Chip patches (tweaked for _5x). The final one mentioned here
8351              (@ARGV with -i) actually went in at change 462 but I failed to
8352              add it to the change description:
8353              Subject: [PATCH] Fix typo: "FORM{,AT}LINE"
8354              Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST)
8355              Subject: [PATCH] Fix for C<@x = my @y>
8356              Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST)
8357              Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}>
8358              Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST)
8359              Subject: [PATCH] Allow last() to mean last
8360              Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST)
8361              Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i)
8362              Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST)
8363      Branch: perl
8364            ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms
8365            ! vms/perly_h.vms
8366 ____________________________________________________________________________
8367 [   464] By: mbeattie                              on 1998/02/06  15:06:18
8368         Log: More Chip patches:
8369              Subject: [PATCH] Fix SEGV from combining caller and C<package;>
8370              Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST)
8371              Subject: [PATCH] Fix line numbers after here documents in eval STRING
8372              Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST)
8373              Subject: [PATCH] Make recursive lexical analysis more robust
8374              Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST)
8375      Branch: perl
8376            ! pp_ctl.c sv.c toke.c
8377 ____________________________________________________________________________
8378 [   463] By: mbeattie                              on 1998/02/06  15:04:17
8379         Log: Some more Chip patches (tweaked to match _5x):
8380              Subject: [PATCH] Fix empty BLOCK
8381              Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST)
8382              Subject: [PATCH] fix (\@@) proto
8383              Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST)
8384              Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD
8385              Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST)
8386              Subject: [PATCH] Don't fold string comparison under  C<use locale>
8387              Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST)
8388      Branch: perl
8389            ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c
8390 ____________________________________________________________________________
8391 [   462] By: mbeattie                              on 1998/02/06  14:56:30
8392         Log: Some Chip patches (some tweaked to match _5x source):
8393              From: Chip Salzenberg <salzench@nielsenmedia.com>
8394              Subject: [PATCH] local leakage
8395              Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST)
8396              Subject: [PATCH] NULs in patterns
8397              Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST)
8398              Subject: [PATCH] Configure on PerlIO
8399              Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST)
8400              Subject: [PATCH] Avoid core dump on package alias
8401              Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST)
8402              Subject: [PATCH] Fix name of $Foo::{'Bar::'}
8403              Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST)
8404      Branch: perl
8405            ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t
8406            ! t/op/local.t
8407 ____________________________________________________________________________
8408 [   461] By: gsar                                  on 1998/02/04  03:34:36
8409         Log: support win32_select(0,0,0,msec) (winsock doesn't)
8410      Branch: win32/perl
8411            ! win32/win32sck.c
8412 ____________________________________________________________________________
8413 [   460] By: gsar                                  on 1998/02/04  00:44:47
8414         Log: bug: win32_select() must StartSockets()
8415      Branch: win32/perl
8416            ! win32/win32sck.c
8417
8418 ----------------
8419 Version 5.004_57
8420 ----------------
8421
8422 ____________________________________________________________________________
8423 [   459] By: mbeattie                              on 1998/02/03  16:00:07
8424         Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
8425              of execution causes core dump if threadsvp is moved). Replaced
8426              lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).
8427      Branch: perl
8428            ! av.c perl.c
8429 ____________________________________________________________________________
8430 [   458] By: mbeattie                              on 1998/02/03  14:40:02
8431         Log: Fix up MANIFEST.
8432      Branch: perl
8433            ! MANIFEST
8434 ____________________________________________________________________________
8435 [   457] By: mbeattie                              on 1998/02/03  13:50:23
8436         Log: Integrate win32 into mainline. My last integration from ansiperl
8437              to the mainline was a dismal failure: I did -ay but meant -at.
8438              This should fix things now since win32 has already integrated
8439              all the necessary changes from ansiperl.
8440      Branch: perl
8441           !> (integrate 111 files)
8442 ____________________________________________________________________________
8443 [   456] By: gsar                                  on 1998/02/03  04:48:08
8444         Log: Fix minor problems with non USE_THREADS build. win32 branch
8445              now looks 5.004_57-ready.
8446      Branch: win32/perl
8447            ! thread.h win32/makedef.pl
8448 ____________________________________________________________________________
8449 [   455] By: gsar                                  on 1998/02/03  03:45:09
8450         Log: integrate mainline
8451      Branch: win32/perl
8452           !> (integrate 887 files)
8453 ____________________________________________________________________________
8454 [   454] By: mbeattie                              on 1998/02/02  16:44:24
8455         Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib
8456              defaults have been commented out for now. 
8457      Branch: perl
8458            ! hints/dec_osf.sh
8459 ____________________________________________________________________________
8460 [   453] By: mbeattie                              on 1998/02/02  15:51:39
8461         Log: Introduced thr->threadsvp and THREADSV() for faster per-thread
8462              variables. Moved threadnum to a per-interpreter variable and
8463              made dTHR and lock/unlock of sv_mutex bypass the get/lock unless
8464              more than one thread may be running. Minor tweaks to Thread.xs.
8465      Branch: perl
8466            ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h
8467            ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h
8468            ! thread.h util.c
8469 ____________________________________________________________________________
8470 [   452] By: gsar                                  on 1998/02/02  04:56:50
8471         Log: remove totally egregious s/\\dir// in File::Find
8472      Branch: win32/perl
8473            ! lib/File/Find.pm
8474 ____________________________________________________________________________
8475 [   451] By: gsar                                  on 1998/02/01  22:20:20
8476         Log: added AS patch#3
8477              Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
8478              Date:    Sun, 01 Feb 1998 09:18:13 PST
8479              From:    Douglas Lankshear <dougl@ActiveState.com>
8480              To:      "'Gurusamy Sarathy'" <gsar@umich.edu>
8481              
8482              Here's an additional diff against //depot/asperl
8483              
8484              The field name mg_length was changed back to mg_len
8485              The function name mg_len was change to mg_length
8486              
8487              The need for sort_mutex removed thanks to the code derived
8488              from Tom Horsley's work.
8489              
8490              -- Doug
8491      Branch: asperl
8492            + XSLock.h
8493            ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c
8494            ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h
8495            ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c
8496            ! scope.c scope.h sv.c toke.c universal.c util.c
8497            ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c
8498            ! win32/perlobj.def win32/runperl.c
8499 ____________________________________________________________________________
8500 [   450] By: gsar                                  on 1998/01/30  23:43:57
8501         Log: various tweaks
8502              - add new functions to proto.h
8503              - fix up makefile.mk for $(OBJECT)
8504      Branch: asperl
8505            ! pp_ctl.c proto.h win32/makefile.mk
8506 ____________________________________________________________________________
8507 [   449] By: gsar                                  on 1998/01/30  21:23:15
8508         Log: fix up missing patches from AS patch#2
8509      Branch: asperl
8510            ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8511            ! pp_ctl.c proto.h
8512 ____________________________________________________________________________
8513 [   448] By: gsar                                  on 1998/01/30  18:23:17
8514         Log: fix htonlx typo
8515      Branch: win32/perl
8516            ! perlsock.h
8517 ____________________________________________________________________________
8518 [   447] By: mbeattie                              on 1998/01/30  16:03:49
8519         Log: Fix up MANIFEST to add missing files
8520      Branch: perl
8521            ! MANIFEST
8522 ____________________________________________________________________________
8523 [   446] By: mbeattie                              on 1998/01/30  12:34:55
8524         Log: Bump patchlevel to 57.
8525      Branch: perl
8526            ! patchlevel.h
8527 ____________________________________________________________________________
8528 [   445] By: gsar                                  on 1998/01/30  10:44:38
8529         Log: initial merge of latest win32 branch into ASPerl
8530      Branch: asperl
8531           +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t
8532           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
8533           +> win32/bin/perlglob.pl
8534           !> (integrate 141 files)
8535 ____________________________________________________________________________
8536 [   444] By: gsar                                  on 1998/01/30  09:25:58
8537         Log: goofed branching, redo asperl branch
8538      Branch: asperl
8539            ! perl.h
8540 ____________________________________________________________________________
8541 [   443] By: gsar                                  on 1998/01/30  09:23:36
8542         Log: added AS patch#2
8543      Branch: asperl
8544            + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h
8545            + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c
8546            + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c
8547            + win32/ipstdiowin.h win32/perlobj.def
8548            ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h
8549            ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h
8550            ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h
8551            ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h
8552            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
8553            ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c
8554            ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc
8555            ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h
8556            ! win32/makedef.pl win32/runperl.c win32/win32iop.h
8557 ____________________________________________________________________________
8558 [   441] By: gsar                                  on 1998/01/30  08:54:19
8559         Log: Created new branch from win32@396, added AS patch#1
8560      Branch: asperl
8561            + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h
8562            + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c
8563            + regcomp.c scope.h sv.c toke.c util.c
8564           +> (branch 915 files)
8565 ____________________________________________________________________________
8566 [   440] By: gsar                                  on 1998/01/30  04:43:23
8567         Log: integrate winansi
8568      Branch: win32/perl
8569           +> pod/perlhist.pod
8570           !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c
8571           !> util.c
8572 ____________________________________________________________________________
8573 [   439] By: mbeattie                              on 1998/01/27  15:31:53
8574         Log: Integrate ansi branch into mainline (resolve -ay).
8575      Branch: perl
8576           +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h
8577           +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t
8578           +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t
8579           +> win32/bin/perlglob.pl
8580            ! op.c
8581           !> (integrate 868 files)
8582 ____________________________________________________________________________
8583 [   438] By: nick                                  on 1998/01/24  12:02:34
8584         Log: Gisle's av_unshift tweak, two small patches from chip
8585              and check for NULL in hv_delete in case '~' and tie magic
8586              are present
8587      Branch: ansiperl
8588            ! av.c hv.c op.c pp_ctl.c scope.c
8589 ____________________________________________________________________________
8590 [   437] By: nick                                  on 1998/01/24  10:37:56
8591         Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris.                   
8592              Ugh! ...
8593              Macros were unsuitable for declaring the functions, extra () round
8594              parameters removed - non-function forms of PerlXxx_yyyy() need to 
8595              add () themselves.
8596              Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
8597      Branch: ansiperl
8598            ! perlsock.h pp_sys.c util.c
8599 ____________________________________________________________________________
8600 [   436] By: nick                                  on 1998/01/24  10:03:03
8601         Log: Integrate win32 into ansiperl
8602      Branch: ansiperl
8603           +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8604           +> win32/bin/perlglob.pl
8605           !> (integrate 38 files)
8606 ____________________________________________________________________________
8607 [   435] By: nick                                  on 1998/01/24  09:47:49
8608         Log: Add perlhist.pod
8609      Branch: ansiperl
8610            + pod/perlhist.pod
8611            ! MANIFEST
8612 ____________________________________________________________________________
8613 [   434] By: gsar                                  on 1998/01/19  05:01:47
8614         Log: s/PerlENV/PerlEnv/ just to be consistent
8615      Branch: win32/perl
8616            ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c
8617 ____________________________________________________________________________
8618 [   433] By: gsar                                  on 1998/01/19  04:52:18
8619         Log: foo() -> PerlGroup_foo() patch from ActiveState
8620      Branch: win32/perl
8621            + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h
8622            ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c
8623            ! scope.h sv.c toke.c util.c
8624 ____________________________________________________________________________
8625 [   432] By: gsar                                  on 1998/01/19  04:42:26
8626         Log: integrate mainline
8627      Branch: win32/perl
8628           !> pod/perlfunc.pod
8629 ____________________________________________________________________________
8630 [   431] By: gsar                                  on 1998/01/19  04:40:04
8631         Log: integrate changes in winansi
8632      Branch: win32/perl
8633           +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t
8634           +> t/lib/tie-stdpush.t t/op/tiearray.t
8635           !> (integrate 98 files)
8636 ____________________________________________________________________________
8637 [   430] By: gsar                                  on 1998/01/19  04:10:43
8638         Log: Fix autovivification problems with XSUB OUTPUT args
8639              Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
8640              Date:    Sun, 18 Jan 1998 23:09:07 EST
8641              From:    Gurusamy Sarathy <gsar@engin.umich.edu>
8642              Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
8643      Branch: win32/perl
8644            ! ext/GDBM_File/typemap ext/NDBM_File/typemap
8645            ! ext/ODBM_File/typemap ext/SDBM_File/typemap
8646            ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod
8647            ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h
8648 ____________________________________________________________________________
8649 [   429] By: nick                                  on 1998/01/17  21:01:50
8650         Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm"
8651              Date: Thu, 25 Dec 1997 13:39:15 -0500
8652              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8653              To: perl5-porters@perl.org
8654              
8655              It turns out that the potential for the "CONFIG key 'exe_ext'
8656              does not exist in Config.pm" problem has been around for a while,
8657              in the definition of SvTRUE().  It's just that non-gcc compilers
8658              are more or less being built as CRIPPLED_CC when USE_THREADS is
8659              defined (even if they can inline things).  The inline macro for
8660              SvTRUE works with tied hashes and the EXISTS method, and the
8661              functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
8662              does not, because it adds an excess mg_get() which replaces the
8663              EXISTS result with a FETCH result.
8664      Branch: ansiperl
8665            ! sv.c
8666 ____________________________________________________________________________
8667 [   428] By: nick                                  on 1998/01/17  20:59:11
8668         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8669              Date: Fri, 19 Dec 97 17:19:09 GMT
8670              Message-Id: <26260.9712191719@lightning.cise.npl.co.uk>
8671      Branch: ansiperl
8672            ! doio.c sv.c toke.c util.c
8673 ____________________________________________________________________________
8674 [   427] By: nick                                  on 1998/01/17  12:01:53
8675         Log: Permit tie ?foo,$object 
8676              tidy up dead #ifdef ORIGINAL_TIE)
8677              Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
8678      Branch: ansiperl
8679            ! pp_sys.c
8680 ____________________________________________________________________________
8681 [   426] By: nick                                  on 1998/01/15  18:06:36
8682         Log: First working TIEARRAY and other misc tie fixes
8683      Branch: ansiperl
8684            ! MANIFEST pp.c pp_hot.c t/op/tiearray.t
8685 ____________________________________________________________________________
8686 [   425] By: nick                                  on 1998/01/14  21:56:40
8687         Log: Not working yet - split problems ...
8688      Branch: ansiperl
8689            ! pp.c t/lib/thread.t t/op/tiearray.t
8690 ____________________________________________________________________________
8691 [   424] By: nick                                  on 1998/01/14  18:49:25
8692         Log: TIEARRAY updates - almost works ...
8693      Branch: ansiperl
8694            + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t
8695            ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm
8696            ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c
8697            ! t/op/avhv.t t/op/push.t t/op/tiearray.t
8698 ____________________________________________________________________________
8699 [   423] By: gsar                                  on 1998/01/14  00:13:16
8700         Log: fix MakeMaker installbin problem
8701              Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
8702              Subject: Re: can't modify message with HTML-Stream, v.1.42 
8703              Date: Tue, 06 Jan 1998 19:16:35 -0500
8704              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8705      Branch: win32/perl
8706            ! lib/ExtUtils/MM_Unix.pm
8707 ____________________________________________________________________________
8708 [   422] By: gsar                                  on 1998/01/13  23:53:02
8709         Log: add archname to *sitearch in config.{b,g,v}c
8710      Branch: win32/perl
8711            ! win32/config.bc win32/config.gc win32/config.vc
8712 ____________________________________________________________________________
8713 [   421] By: gsar                                  on 1998/01/13  23:15:14
8714         Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it)
8715      Branch: win32/perl
8716            ! t/harness
8717 ____________________________________________________________________________
8718 [   420] By: nick                                  on 1998/01/13  22:55:02
8719         Log: tiearray tweaks
8720      Branch: ansiperl
8721            ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t
8722 ____________________________________________________________________________
8723 [   419] By: nick                                  on 1998/01/13  21:27:33
8724         Log: Skeleton Tie::Array
8725      Branch: ansiperl
8726            + lib/Tie/Array.pm
8727 ____________________________________________________________________________
8728 [   418] By: nick                                  on 1998/01/13  20:52:38
8729         Log: tie array changes to core and tests
8730      Branch: ansiperl
8731            + t/op/tiearray.t
8732            ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm
8733            ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c
8734            ! pp_hot.c proto.h sv.c toke.c universal.c util.c
8735 ____________________________________________________________________________
8736 [   417] By: gsar                                  on 1998/01/13  20:49:52
8737         Log: fix perlglob.bat warnings by splitting it from File::DosGlob
8738      Branch: win32/perl
8739            + win32/bin/perlglob.pl
8740            ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile
8741            ! win32/makefile.mk
8742 ____________________________________________________________________________
8743 [   416] By: gsar                                  on 1998/01/13  02:46:53
8744         Log: various tweaks to build support (NOTE: meant for 5.004_57)
8745              - build and install x2p
8746              - fix installperl warnings on win32
8747              - `make install` now does puts the archlibs in right places
8748              - makefiles don't default to USE_THREADS anymore
8749              - sync config.{b,g,v}c
8750              - sync makefile.mk -> Makefile
8751      Branch: win32/perl
8752            ! installperl win32/Makefile win32/config.bc win32/config.gc
8753            ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h
8754            ! x2p/a2py.c
8755 ____________________________________________________________________________
8756 [   415] By: nick                                  on 1998/01/11  16:54:26
8757         Log: Integrate win32 into ansiperl
8758      Branch: ansiperl
8759           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
8760           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
8761           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
8762           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
8763           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8764           !> vms/vmsish.h x2p/s2p.PL
8765 ____________________________________________________________________________
8766 [   414] By: nick                                  on 1998/01/11  15:13:49
8767         Log: Integratye mainline -> ansiperl
8768      Branch: ansiperl
8769           !> (integrate 64 files)
8770 ____________________________________________________________________________
8771 [   413] By: mbeattie                              on 1998/01/09  12:57:58
8772         Log: Add missing blank line in pod/perlfunc.pod.
8773      Branch: perl
8774            ! pod/perlfunc.pod
8775 ____________________________________________________________________________
8776 [   412] By: gsar                                  on 1998/01/08  20:54:31
8777         Log: change#398 breaks ENV_IS_CASELESS, fix it
8778      Branch: win32/perl
8779            ! hv.c
8780 ____________________________________________________________________________
8781 [   411] By: gsar                                  on 1998/01/08  18:33:58
8782         Log: Integrate mainline
8783      Branch: win32/perl
8784           !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm
8785           !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c
8786           !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t
8787           !> utils/perldoc.PL vms/config.vms vms/descrip.mms
8788           !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8789           !> vms/vmsish.h x2p/s2p.PL
8790 ____________________________________________________________________________
8791 [   410] By: mbeattie                              on 1998/01/08  16:06:22
8792         Log: Fix thinko in t/pragma/locale.t:
8793              Subject: [PATCH] _04 or _56: locale.t
8794              Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET)
8795              From: Jarkko Hietaniemi <jhi@iki.fi>
8796      Branch: perl
8797            ! t/pragma/locale.t
8798 ____________________________________________________________________________
8799 [   409] By: mbeattie                              on 1998/01/08  16:05:09
8800         Log: Use Tom Horley's qsort for sorting:
8801              Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
8802              Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST)
8803              From: Hans Mulder <hansm@icgned.nl>
8804      Branch: perl
8805            ! pp_ctl.c
8806 ____________________________________________________________________________
8807 [   408] By: mbeattie                              on 1998/01/08  16:01:57
8808         Log: Make s2p not use cpp:
8809              Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
8810              Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST)
8811              From: Hans Mulder <hansm@icgned.nl>
8812      Branch: perl
8813            ! x2p/s2p.PL
8814 ____________________________________________________________________________
8815 [   407] By: mbeattie                              on 1998/01/08  15:57:31
8816         Log: DG/UX tweaks to perl.h:
8817              Subject: [PATCH] _56 on dgux without threads
8818              Date: Sat, 20 Dec 1997 23:01:40 -0500
8819              From: Roderick Schertler <roderick@argon.org>
8820      Branch: perl
8821            ! perl.h
8822 ____________________________________________________________________________
8823 [   406] By: mbeattie                              on 1998/01/08  15:56:02
8824         Log: Configure and hints/dec_osf.sh changes for Digital UNIX:
8825              Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
8826              Date: Sat, 20 Dec 1997 02:30:01 -0500
8827              From: Spider Boardman <spider@web.zk3.dec.com>
8828      Branch: perl
8829            ! Configure hints/dec_osf.sh
8830 ____________________________________________________________________________
8831 [   405] By: mbeattie                              on 1998/01/08  15:53:40
8832         Log: Missing "" in Configure echo for gethbadd_addr_type.
8833      Branch: perl
8834            ! Configure
8835 ____________________________________________________________________________
8836 [   404] By: mbeattie                              on 1998/01/08  13:04:48
8837         Log: print/printf/... over-eager mg_find for glob magic:
8838              Subject: [PATCH] fix inefficient checks for TIEHANDLE
8839              Date: Wed, 07 Jan 1998 20:06:05 -0500
8840              From: Gurusamy Sarathy <gsar@engin.umich.edu>
8841      Branch: perl
8842            ! pp_hot.c pp_sys.c
8843 ____________________________________________________________________________
8844 [   403] By: mbeattie                              on 1998/01/08  12:56:31
8845         Log: Assorted VMS patches (mostly VMS makefile update for new headers):
8846              Subject: [PATCH] VMS update for 5.004_56
8847              Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST)
8848              From: Charles Bailey <bailey@newman.upenn.edu>
8849      Branch: perl
8850            ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms
8851            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c
8852            ! vms/vmsish.h
8853 ____________________________________________________________________________
8854 [   402] By: mbeattie                              on 1998/01/08  12:46:15
8855         Log: Fix utils/perldoc.PL for dos-djgpp:
8856              Subject: 5.004_56: perldoc.PL dos-djgpp patches
8857              Date: Tue, 6 Jan 1998 18:14:59 +0100
8858              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
8859      Branch: perl
8860            ! utils/perldoc.PL
8861 ____________________________________________________________________________
8862 [   401] By: mbeattie                              on 1998/01/08  12:40:14
8863         Log: Version 2.13 of GetoptLong:
8864              Subject: Re: ANNOUNCE: perl 5.004_56 is available
8865              Date: 06 Jan 1998 16:21:45 +0100
8866              From: JVromans@Squirrel.nl (Johan Vromans)
8867      Branch: perl
8868            ! lib/Getopt/Long.pm lib/newgetopt.pl
8869 ____________________________________________________________________________
8870 [   400] By: mbeattie                              on 1998/01/08  12:28:08
8871         Log: Fix variable export and threading configuration for AIX:
8872              Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
8873              Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET)
8874              From: Jarkko Hietaniemi <jhi@iki.fi>
8875      Branch: perl
8876            ! Configure perl_exp.SH
8877 ____________________________________________________________________________
8878 [   399] By: mbeattie                              on 1998/01/08  12:25:38
8879         Log: Regexp fix: (?>a+)b  doesn't match  aaab:
8880              Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
8881              Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST)
8882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8883      Branch: perl
8884            ! regexec.c t/op/re_tests
8885 ____________________________________________________________________________
8886 [   398] By: mbeattie                              on 1998/01/08  12:23:41
8887         Log: Fix hv_delete for 'm'-magic. Based on following patch, modified
8888              to cope with ENV_IS_CASELESS:
8889              Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
8890              Date: Fri, 19 Dec 1997 11:31:36 -0500
8891              From: Owen Taylor <owt1@cornell.edu>
8892      Branch: perl
8893            ! hv.c
8894 ____________________________________________________________________________
8895 [   397] By: mbeattie                              on 1998/01/08  12:10:29
8896         Log: Integrate win32 branch into mainline.
8897      Branch: perl
8898           !> (integrate 41 files)
8899 ____________________________________________________________________________
8900 [   396] By: gsar                                  on 1998/01/07  19:12:27
8901         Log: tweak case-insensitive ENV implementation
8902      Branch: win32/perl
8903            ! hv.c
8904 ____________________________________________________________________________
8905 [   395] By: nick                                  on 1998/01/07  18:40:55
8906         Log: Integrate win32 branch
8907      Branch: ansiperl
8908           !> (integrate 31 files)
8909 ____________________________________________________________________________
8910 [   394] By: gsar                                  on 1998/01/05  19:17:40
8911         Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document
8912              the fact
8913      Branch: win32/perl
8914            ! pod/perlrun.pod win32/win32.c
8915 ____________________________________________________________________________
8916 [   393] By: gsar                                  on 1998/01/05  05:43:33
8917         Log: Support case-tolerant %ENV
8918              - underlying system calls see the case-as-supplied by user
8919              - added tests to verify addition/deletion/enumeration case-tolerance
8920              - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
8921              which is default on win32 now
8922      Branch: win32/perl
8923            ! hv.c t/op/magic.t win32/win32.h
8924 ____________________________________________________________________________
8925 [   392] By: gsar                                  on 1998/01/04  17:55:19
8926         Log: Add a tweaked version of:
8927              Message-Id: <199801040630.AA29298@metronet.com>
8928              Date:    Sun, 04 Jan 1998 00:30:57 CST
8929              From:    Tye McQueen <tye@metronet.com>
8930              Subject: New patch for $^E==GetLastError() under Win32
8931      Branch: win32/perl
8932            ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h
8933            ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl
8934            ! win32/win32.c win32/win32.h
8935 ____________________________________________________________________________
8936 [   391] By: gsar                                  on 1998/01/04  07:59:44
8937         Log: Various win32 fixes
8938              - support spawn via system(&P_NOWAIT,...) like OS2
8939              - support wait() and waitpid()
8940              - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed
8941              - support -lfoo properly in ExtUtils::Liblist
8942              - fix outdated info about Win32 support in perlfaq2
8943              - fix win32 bug in perldoc that causes spurious warnings
8944              - regularize global function/variable names yet more
8945              - fix bug in do_aspawn() (it was always invoking shell, instead of
8946              almost never)
8947              - implement and export win32_wait()
8948              - stub version of USE_RTL_THREAD_API
8949      Branch: win32/perl
8950            ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm
8951            ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL
8952            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8953            ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h
8954            ! win32/win32iop.h win32/win32sck.c win32/win32thread.c
8955            ! win32/win32thread.h
8956 ____________________________________________________________________________
8957 [   390] By: gsar                                  on 1997/12/30  21:00:28
8958         Log: Fix $ENV{Path} in FindBin.pm
8959      Branch: win32/perl
8960            ! lib/FindBin.pm
8961 ____________________________________________________________________________
8962 [   389] By: nick                                  on 1997/12/29  10:33:23
8963         Log: Resolve ansiperl against win32
8964      Branch: ansiperl
8965           !> (integrate 105 files)
8966 ____________________________________________________________________________
8967 [   388] By: gsar                                  on 1997/12/24  04:59:28
8968         Log: make $? Unix (and ActiveWare) compatible
8969      Branch: win32/perl
8970            ! README.win32 win32/win32.c
8971 ____________________________________________________________________________
8972 [   387] By: gsar                                  on 1997/12/24  04:21:30
8973         Log: support ioctl() on sockets (does what ioctlsocket() does) to make
8974              non-blocking IO on sockets possible
8975      Branch: win32/perl
8976            ! README.win32 dosish.h win32/makedef.pl win32/win32.c
8977            ! win32/win32iop.h win32/win32sck.c
8978 ____________________________________________________________________________
8979 [   386] By: gsar                                  on 1997/12/24  03:10:55
8980         Log: support getlogin()
8981      Branch: win32/perl
8982            ! README.win32 win32/config.bc win32/config.gc win32/config.vc
8983            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8984            ! win32/win32.c win32/win32.h
8985 ____________________________________________________________________________
8986 [   385] By: gsar                                  on 1997/12/24  02:24:59
8987         Log: add support for crypt() via user-supplied des_fcrypt() source or library.
8988              Update README.win32.
8989      Branch: win32/perl
8990            ! README.win32 perl.h win32/Makefile win32/makedef.pl
8991            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h
8992 ____________________________________________________________________________
8993 [   384] By: gsar                                  on 1997/12/24  02:22:42
8994         Log: tweak op.c to avoid warning
8995      Branch: win32/perl
8996            ! op.c
8997 ____________________________________________________________________________
8998 [   383] By: gsar                                  on 1997/12/23  21:12:42
8999         Log: Trivial bugfix#3 from local repository
9000              Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu>
9001              Subject: Re: Assigning result of pop scrambles unrelated reference 
9002              Date: Sat, 06 Dec 1997 06:00:45 -0500
9003              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9004      Branch: win32/perl
9005            ! sv.c
9006 ____________________________________________________________________________
9007 [   382] By: gsar                                  on 1997/12/23  21:09:32
9008         Log: Trivial bugfix#2 from local repository
9009              Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu>
9010              Subject: Re: eval of sub gives spurious "uninitialised" warning 
9011              Date: Sat, 06 Dec 1997 05:25:07 -0500
9012              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9013      Branch: win32/perl
9014            ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t
9015 ____________________________________________________________________________
9016 [   381] By: gsar                                  on 1997/12/23  21:01:04
9017         Log: Trivial bugfix#1 from local repository
9018              Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu>
9019              Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 
9020              Date: Fri, 28 Nov 1997 18:26:52 -0500
9021              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9022      Branch: win32/perl
9023            ! scope.c
9024 ____________________________________________________________________________
9025 [   380] By: gsar                                  on 1997/12/18  15:10:23
9026         Log: Integrate mainline
9027      Branch: win32/perl
9028           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9029           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9030           +> os2/os2.sym os2/os2thread.h
9031           !> (integrate 77 files)
9032
9033 ----------------
9034 Version 5.004_56
9035 ----------------
9036
9037 ____________________________________________________________________________
9038 [   379] By: mbeattie                              on 1997/12/18  13:28:35
9039         Log: Integrate ansi @364,@366 into mainline.
9040      Branch: perl
9041           !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h
9042 ____________________________________________________________________________
9043 [   378] By: mbeattie                              on 1997/12/18  13:20:15
9044         Log: Add a few missing files to MANIFEST
9045      Branch: perl
9046            ! MANIFEST
9047 ____________________________________________________________________________
9048 [   377] By: mbeattie                              on 1997/12/18  13:00:16
9049         Log: Bump patchlevel to 56.
9050      Branch: perl
9051            ! patchlevel.h
9052 ____________________________________________________________________________
9053 [   376] By: nick                                  on 1997/12/18  01:32:12
9054         Log: Resolve against mainline
9055      Branch: ansiperl
9056           +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9057           +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9058           +> os2/os2.sym os2/os2thread.h
9059           !> (integrate 74 files)
9060 ____________________________________________________________________________
9061 [   375] By: nick                                  on 1997/12/18  01:06:15
9062         Log: Resolve against Win32
9063      Branch: ansiperl
9064           !> Configure README.threads config_h.SH doop.c embed.h
9065           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9066           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
9067           !> sv.c sv.h thread.h util.c
9068 ____________________________________________________________________________
9069 [   374] By: mbeattie                              on 1997/12/17  14:44:26
9070         Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files)
9071              needs rewriting now that we use perlvars.h and foovar.h:
9072              Subject: [PATCH] 5.004_54 under VMS (fwd)
9073              Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT)
9074              From: Charles Bailey <BAILEY@newman.upenn.edu>
9075      Branch: perl
9076            ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h
9077            ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t
9078            ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c
9079            ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com
9080            ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms
9081            ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h
9082 ____________________________________________________________________________
9083 [   373] By: mbeattie                              on 1997/12/17  14:10:50
9084         Log: Major changes to the DOS/djgpp port (including threading):
9085              Subject: Re: dos-djgpp port not in perl 5.004_54
9086              Date: Fri, 21 Nov 1997 10:58:26 +0100
9087              From: Molnar Laszlo <molnarl@cdata.tvnet.hu>
9088      Branch: perl
9089            + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
9090            + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh
9091            ! Configure MANIFEST Makefile.SH doio.c dosish.h
9092            ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm
9093            ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
9094            ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm
9095            ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm
9096            ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH
9097            ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t
9098            ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t
9099            ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t
9100            ! t/op/sysio.t t/op/taint.t utils/perldoc.PL
9101 ____________________________________________________________________________
9102 [   372] By: mbeattie                              on 1997/12/17  13:18:34
9103         Log: Upgrade DB_File to 1.56:
9104              Subject: DB_File-1.56 for _55
9105              Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT)
9106              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9107      Branch: perl
9108            ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
9109            ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t
9110 ____________________________________________________________________________
9111 [   371] By: mbeattie                              on 1997/12/17  12:02:03
9112         Log: Threading patches for OS/2 (missing files taken from previous patch):
9113              Subject: Re: 5.004_55: OS/2 patches again
9114              Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST)
9115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9116      Branch: perl
9117            + os2/os2.sym os2/os2thread.h
9118            ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs
9119            ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c
9120            ! os2/os2ish.h perl.h
9121 ____________________________________________________________________________
9122 [   370] By: mbeattie                              on 1997/12/17  11:01:34
9123         Log: Add OS2 to list for DONT_DECLARE_STD in perl.h:
9124              Subject: Re: 5.004_55: OS/2 patches again
9125              Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST)
9126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9127      Branch: perl
9128            ! perl.h
9129 ____________________________________________________________________________
9130 [   369] By: mbeattie                              on 1997/12/17  10:59:40
9131         Log: Fix typo in compiler B/C.pm.
9132      Branch: perlext
9133            ! Compiler/B/C.pm
9134 ____________________________________________________________________________
9135 [   368] By: mbeattie                              on 1997/12/17  10:58:35
9136         Log: Allow "perldoc -F filename":
9137              Subject: 5.004_55: Patch to perldoc
9138              Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST)
9139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9140      Branch: perl
9141            ! utils/perldoc.PL
9142 ____________________________________________________________________________
9143 [   367] By: mbeattie                              on 1997/12/17  10:54:47
9144         Log: Fix not-reached warning for pp_threadsv.
9145      Branch: perl
9146            ! pp.c
9147 ____________________________________________________________________________
9148 [   366] By: nick                                  on 1997/12/14  16:06:24
9149         Log: Fix typo in Ilya's patch :-(
9150      Branch: ansiperl
9151            ! lib/ExtUtils/MakeMaker.pm
9152 ____________________________________________________________________________
9153 [   365] By: nick                                  on 1997/12/14  15:30:25
9154         Log: #undef new PERLVARIC macro in appropriate places
9155      Branch: ansiperl
9156            ! miniperlmain.c perl.h
9157 ____________________________________________________________________________
9158 [   364] By: nick                                  on 1997/12/14  15:04:36
9159         Log: Ilya's MakeMaker (empty makefile) patch
9160      Branch: ansiperl
9161            ! lib/ExtUtils/MakeMaker.pm
9162 ____________________________________________________________________________
9163 [   363] By: gsar                                  on 1997/12/13  05:57:13
9164         Log: Integrate mainline.  Builds and passes (Borland).
9165      Branch: win32/perl
9166           !> Configure README.threads config_h.SH doop.c embed.h
9167           !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9168           !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c
9169           !> sv.c sv.h thread.h util.c
9170 ____________________________________________________________________________
9171 [   362] By: nick                                  on 1997/12/13  02:53:03
9172         Log: Resolve ansiperl against mainline
9173      Branch: ansiperl
9174           !> (integrate 92 files)
9175 ____________________________________________________________________________
9176 [   361] By: mbeattie                              on 1997/12/12  16:20:38
9177         Log: pp_print and pp_prtf handling of tied file handles used EXTEND
9178              instead of MEXTEND leading to core dumps. This fix needs
9179              propagating back to the maintenance branch.
9180      Branch: perl
9181            ! pp_hot.c pp_sys.c
9182 ____________________________________________________________________________
9183 [   360] By: mbeattie                              on 1997/12/11  15:45:56
9184         Log: Add missing patch to op.c that didn't come across with win32 merge.
9185      Branch: perl
9186            ! op.c
9187 ____________________________________________________________________________
9188 [   359] By: mbeattie                              on 1997/12/11  11:54:41
9189         Log: Stop tr/// from writing to target when only counting.
9190      Branch: perl
9191            ! doop.c op.c op.h
9192 ____________________________________________________________________________
9193 [   358] By: mbeattie                              on 1997/12/10  18:36:26
9194         Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove
9195              a few extraneous trailing semicolons in perlvars.h.
9196      Branch: perl
9197            ! perlvars.h util.c
9198 ____________________________________________________________________________
9199 [   357] By: mbeattie                              on 1997/12/10  18:33:53
9200         Log: Start overhauling compiler. It was working at least minimally
9201              right up until the final tweak of B.xs to add threadsv_names
9202              at which point building it provokes a seg fault in perl while
9203              doing the xsubpp :-(.
9204      Branch: perl
9205            ! op.h util.c
9206      Branch: perlext
9207            ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm
9208            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL
9209            ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c
9210            ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h
9211            ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness
9212            ! Compiler/test_harness_cc
9213 ____________________________________________________________________________
9214 [   356] By: mbeattie                              on 1997/12/10  13:43:32
9215         Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that
9216              sv_setfoo functions go back to not needing dTHR. Fix Configure
9217              to check for already-existing -thread on archname and to check
9218              better for d_pthread_created_joinable.
9219      Branch: perl
9220            ! Configure perl.h sv.c sv.h thread.h
9221 ____________________________________________________________________________
9222 [   355] By: mbeattie                              on 1997/12/10  10:53:58
9223         Log: Minor fix/speedup to util.c:fbm_instr:
9224              Subject: 5.004_55: Minor regexp patch
9225              Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST)
9226              From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU>
9227      Branch: perl
9228            ! util.c
9229 ____________________________________________________________________________
9230 [   354] By: mbeattie                              on 1997/12/10  10:41:25
9231         Log: Patches for IRIX, AIX and some generic stuff:
9232              Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic
9233              Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST)
9234              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9235              (checked/ignored a few rejects; tweaked wording).
9236      Branch: perl
9237            ! Configure README.threads config_h.SH embed.h
9238            ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh
9239            ! hints/irix_6.sh
9240 ____________________________________________________________________________
9241 [   353] By: mbeattie                              on 1997/12/10  10:10:19
9242         Log: Integrate win32 back into mainline (trivial).
9243      Branch: perl
9244           +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc
9245           +> win32/config_H.gc
9246           !> (integrate 36 files)
9247 ____________________________________________________________________________
9248 [   352] By: nick                                  on 1997/12/09  17:36:45
9249         Log: Resolve win32 - Sarathy's tweak.
9250      Branch: ansiperl
9251           !> win32/makedef.pl
9252 ____________________________________________________________________________
9253 [   351] By: gsar                                  on 1997/12/08  06:13:04
9254         Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl
9255      Branch: win32/perl
9256            ! win32/makedef.pl
9257 ____________________________________________________________________________
9258 [   350] By: nick                                  on 1997/12/05  00:56:03
9259         Log: Resolve ansiperl against win32
9260      Branch: ansiperl
9261            - win32/makegcc.mk
9262           !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
9263           !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl
9264           !> win32/makefile.mk win32/perllib.c win32/win32.h
9265 ____________________________________________________________________________
9266 [   349] By: gsar                                  on 1997/12/02  07:28:23
9267         Log: Revert to keeping (some) constant strings as globals
9268      Branch: win32/perl
9269            ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h
9270            ! perlvars.h win32/makedef.pl win32/perllib.c
9271 ____________________________________________________________________________
9272 [   348] By: gsar                                  on 1997/12/02  05:38:06
9273         Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone.
9274              Other minor fixes.  Now is a good time to get the changes in win32 branch.
9275      Branch: win32/perl
9276            - win32/makegcc.mk
9277            ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h
9278 ____________________________________________________________________________
9279 [   347] By: gsar                                  on 1997/12/02  03:32:55
9280         Log: Integrate winansi again.  Result builds and passes all tests on all
9281              three compilers.
9282      Branch: win32/perl
9283           !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
9284           !> win32/makegcc.mk win32/win32.h
9285 ____________________________________________________________________________
9286 [   346] By: gsar                                  on 1997/12/02  03:28:23
9287         Log: various hacks to get mingw32 to build.  Sync Makefile with makefile.mk.
9288              makegcc.mk to be merged into makefile.mk soon.
9289      Branch: win32/perl
9290            ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc
9291            ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk
9292            ! win32/win32.h
9293 ____________________________________________________________________________
9294 [   345] By: nick                                  on 1997/12/02  01:57:17
9295         Log: Add a 4th step (yes FOUR) to dll build process for gcc.
9296              Now runs again...
9297      Branch: ansiperl
9298            ! lib/ExtUtils/MM_Win32.pm
9299 ____________________________________________________________________________
9300 [   344] By: nick                                  on 1997/12/02  01:11:16
9301         Log: Sarathy's patch 
9302      Branch: ansiperl
9303            ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk
9304            ! win32/makegcc.mk win32/win32.h
9305 ____________________________________________________________________________
9306 [   343] By: gsar                                  on 1997/12/01  04:37:06
9307         Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/*
9308              is identical to ansiperl/* now)
9309      Branch: win32/perl
9310           +> embedvar.h intrpvar.h perlvars.h thrdvar.h
9311           !> (integrate 34 files)
9312 ____________________________________________________________________________
9313 [   342] By: nick                                  on 1997/12/01  04:01:57
9314         Log: Builds and passes all tests with gcc on Win32 - phew!
9315      Branch: ansiperl
9316            ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h
9317            ! proto.h util.c win32/makedef.pl
9318 ____________________________________________________________________________
9319 [   341] By: nick                                  on 1997/12/01  02:54:29
9320         Log: Create a struct for all perls globals (as an option)
9321              Mainly for Mingw32 which cannot import data.
9322              Now only Opcode tests fail (op_desc/op_name not 
9323              handled yet stuff)
9324      Branch: ansiperl
9325            ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
9326            ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c
9327            ! proto.h run.c util.c win32/Makefile win32/makedef.pl
9328            ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h
9329            ! win32/win32iop.h win32/win32thread.c
9330 ____________________________________________________________________________
9331 [   340] By: nick                                  on 1997/11/30  20:21:10
9332         Log: Fixup exports in non -DDEBUGGING case
9333      Branch: ansiperl
9334            ! win32/makedef.pl
9335 ____________________________________________________________________________
9336 [   339] By: nick                                  on 1997/11/30  20:10:04
9337         Log: Disable hard-coded -DDEBUGGING
9338      Branch: ansiperl
9339            ! win32/config_h.PL
9340 ____________________________________________________________________________
9341 [   338] By: nick                                  on 1997/11/30  20:00:19
9342         Log: embed.pl now reads *var*.h to do its stuff.
9343              Split generated embed.h into two - new embedvar.h
9344              is #included when 'op' etc. will not mess up proto.h etc.
9345              Removed #define foo (thr->Tfoo) from thread.h
9346              Added some 'missing' symbols to global.sym, removed
9347              those in the *var*.h files
9348              Has build all MULTIPLICITY/USE_THREADS options on win32
9349              with VC++ (and passed tests), but not with exactly this set
9350              of files.
9351      Branch: ansiperl
9352            + embedvar.h
9353            ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h
9354            ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile
9355            ! win32/makedef.pl
9356 ____________________________________________________________________________
9357 [   337] By: nick                                  on 1997/11/29  23:55:31
9358         Log: Globals and structs via macros - part 1 of N
9359              - introduce perlvars.h intrpvar.h and thrdvar.h
9360              - change perl.h and thread.h to include them with
9361              appropriate macros defined
9362              - result is status-quo but with macros
9363              - next step is to tweak embed.* to capitalize on 
9364              new easy-to-find info.
9365      Branch: ansiperl
9366            + intrpvar.h perlvars.h thrdvar.h
9367            ! perl.h thread.h win32/Makefile
9368 ____________________________________________________________________________
9369 [   336] By: nick                                  on 1997/11/29  19:13:55
9370         Log: VC++ default to threaded
9371      Branch: ansiperl
9372            ! win32/Makefile
9373 ____________________________________________________________________________
9374 [   335] By: nick                                  on 1997/11/29  18:38:26
9375         Log: Avoid __declspec(thread) by default, for both scratch
9376              return areas and THR stuff. Use struct thread intern instead.
9377      Branch: ansiperl
9378            ! win32/win32.c win32/win32.h win32/win32sck.c
9379            ! win32/win32thread.c win32/win32thread.h
9380 ____________________________________________________________________________
9381 [   334] By: nick                                  on 1997/11/29  17:49:04
9382         Log: Non-threaded build fix
9383      Branch: ansiperl
9384            ! win32/win32thread.c
9385 ____________________________________________________________________________
9386 [   333] By: nick                                  on 1997/11/29  17:29:07
9387         Log: Sort out malloc_mutex for perl's malloc
9388              Remove BINCOMPAT3 from embed.pl 
9389              Add dependancy to CORE_H for PERL95_OBJ
9390      Branch: ansiperl
9391            ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile
9392            ! win32/win32.c
9393 ____________________________________________________________________________
9394 [   332] By: nick                                  on 1997/11/29  16:21:01
9395         Log: Integrate win32 into ansiperl
9396      Branch: ansiperl
9397           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
9398           !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST
9399           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
9400           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9401           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
9402           !> win32/perllib.c
9403 ____________________________________________________________________________
9404 [   331] By: nick                                  on 1997/11/29  01:35:45
9405         Log: GCC + Threads on Win32 - best gcc results yet
9406      Branch: ansiperl
9407            ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk
9408            ! win32/win32.h win32/win32iop.h win32/win32thread.c
9409            ! win32/win32thread.h
9410 ____________________________________________________________________________
9411 [   330] By: nick                                  on 1997/11/28  23:05:08
9412         Log: Un-botch gcc workround
9413      Branch: ansiperl
9414            ! XSUB.h
9415 ____________________________________________________________________________
9416 [   329] By: nick                                  on 1997/11/28  22:39:39
9417         Log: Builds completely with Mingw32, dynamic loaded extensions
9418              don't work yet - suspect __declspec() non-implemented issues.
9419      Branch: ansiperl
9420            ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm
9421            ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk
9422            ! win32/runperl.c win32/win32.c win32/win32iop.h
9423 ____________________________________________________________________________
9424 [   328] By: gsar                                  on 1997/11/28  05:48:15
9425         Log: integrate winansi.
9426      Branch: win32/perl
9427           +> win32/config.gc win32/config_H.gc win32/makegcc.mk
9428            ! perl.h
9429           !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h
9430           !> win32/makedef.pl win32/makefile.mk win32/runperl.c
9431           !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c
9432 ____________________________________________________________________________
9433 [   327] By: gsar                                  on 1997/11/28  05:38:48
9434         Log: Integrate mainline.
9435      Branch: win32/perl
9436           !> README.threads hints/irix_6.sh lib/Test/Harness.pm
9437           !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST
9438           !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t
9439           !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9440           !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t
9441           !> win32/perllib.c
9442 ____________________________________________________________________________
9443 [   326] By: nick                                  on 1997/11/27  19:13:36
9444         Log: GCC builds perl.dll and perl.exe on Win32
9445      Branch: ansiperl
9446            ! win32/makedef.pl win32/makegcc.mk
9447 ____________________________________________________________________________
9448 [   325] By: nick                                  on 1997/11/27  17:46:30
9449         Log: Add files and tweak others to get 'native' Mingw32 gcc port as
9450              far as building miniperl and perl.dll (but not import lib yet)
9451              Seems to lack popen()/pclose() and fcloseall() and fflushall().
9452              Also only CRTDLL not MCRTDLL so threading is probably not
9453              possible yet.
9454              Had to mess with win32iop.h's placement as we need __attribute__
9455              to get STDCALL, and #define of printf messes up proto.h 
9456      Branch: ansiperl
9457            + win32/config.gc win32/config_H.gc win32/makegcc.mk
9458            ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h
9459            ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h
9460            ! win32/win32iop.h win32/win32sck.c
9461 ____________________________________________________________________________
9462 [   324] By: mbeattie                              on 1997/11/27  17:08:06
9463         Log: Give dire warnings about the IRIX 6.2 kernel panic.
9464      Branch: perl
9465            ! README.threads hints/irix_6.sh
9466 ____________________________________________________________________________
9467 [   323] By: mbeattie                              on 1997/11/27  16:57:33
9468         Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn:
9469              Subject: Re: ANNOUNCE: perl 5.004_55 is available
9470              Date: 27 Nov 1997 17:18:53 +0100
9471              From: koenig@kulturbox.de (Andreas J. Koenig)
9472      Branch: perl
9473            ! sv.c
9474 ____________________________________________________________________________
9475 [   322] By: mbeattie                              on 1997/11/27  16:12:15
9476         Log: Integrate win32 branch back into mainline.
9477      Branch: perl
9478           !> (integrate 42 files)
9479 ____________________________________________________________________________
9480 [   321] By: mbeattie                              on 1997/11/27  15:06:36
9481         Log: Fix t/lib/safe2.t for SunOS 4.1.3:
9482              Subject: Re: ANNOUNCE: perl 5.004_55 is available
9483              Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT)
9484              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9485      Branch: perl
9486            ! t/lib/safe2.t
9487 ____________________________________________________________________________
9488 [   320] By: mbeattie                              on 1997/11/27  15:02:59
9489         Log: Fix MYMALLOC (wrong #define in malloc.c):
9490              Subject: 5.004_55: MYMALLOC completely busted
9491              Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST)
9492              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9493      Branch: perl
9494            ! malloc.c
9495 ____________________________________________________________________________
9496 [   319] By: mbeattie                              on 1997/11/27  15:01:37
9497         Log: Fix newSVrv so sv_setref_foo work better:
9498              Subject: [PATCH] [5.004_55] newSVrv (again)
9499              Date: Thu, 27 Nov 1997 00:25:50 -0500
9500              From: Owen Taylor <owt1@cornell.edu>
9501      Branch: perl
9502            ! sv.c
9503 ____________________________________________________________________________
9504 [   318] By: mbeattie                              on 1997/11/27  14:59:03
9505         Log: Output skipped test information in test suite:
9506              Subject: 5.004_55: Making test harness platform_aware
9507              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
9508              Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST)
9509      Branch: perl
9510            ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t
9511            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t
9512            ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t
9513 ____________________________________________________________________________
9514 [   317] By: mbeattie                              on 1997/11/27  14:55:15
9515         Log: Add 'W'atch command to debugger and improve help:
9516              Subject: 5.004_55: Debugger patch again
9517              Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST)
9518              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9519      Branch: perl
9520            ! lib/perl5db.pl
9521 ____________________________________________________________________________
9522 [   316] By: mbeattie                              on 1997/11/27  14:52:44
9523         Log: Stop double initialisation of malloc_mutex:
9524              Subject: 5.004_55: Double initialiazation of malloc_mutex
9525              Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST)
9526              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9527      Branch: perl
9528            ! miniperlmain.c win32/perllib.c
9529 ____________________________________________________________________________
9530 [   315] By: mbeattie                              on 1997/11/27  14:48:58
9531         Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t).
9532      Branch: perl
9533            ! sv.c t/op/pat.t
9534 ____________________________________________________________________________
9535 [   314] By: nick                                  on 1997/11/27  01:03:19
9536         Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy.
9537      Branch: ansiperl
9538           !> (integrate 897 files)
9539 ____________________________________________________________________________
9540 [   313] By: gsar                                  on 1997/11/26  03:20:55
9541         Log: merge win32-aware installperl in ansiperl branch.
9542      Branch: win32/perl
9543           !> installperl
9544 ____________________________________________________________________________
9545 [   312] By: gsar                                  on 1997/11/26  01:50:37
9546         Log: Fix for C<sort 'foo'...> bug:
9547              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9548              Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu>
9549              Subject: [PATCH] Re: Sort grammar bug 
9550              Date: Sat, 01 Nov 1997 14:46:35 -0500
9551              ------
9552              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9553              Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk>
9554              Subject: Re: Sort grammar bug 
9555              Date: Sun, 02 Nov 1997 12:47:51 +0000
9556      Branch: win32/perl
9557            ! t/op/sort.t toke.c
9558 ____________________________________________________________________________
9559 [   311] By: nick                                  on 1997/11/26  01:42:50
9560         Log: Win32-ize installperl
9561      Branch: ansiperl
9562            ! installperl
9563 ____________________________________________________________________________
9564 [   310] By: gsar                                  on 1997/11/26  01:36:39
9565         Log: Another trivial patch:
9566              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9567              Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu>
9568              Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 
9569              Date: Wed, 29 Oct 1997 21:45:26 -0500
9570      Branch: win32/perl
9571            ! XSUB.h
9572 ____________________________________________________________________________
9573 [   309] By: nick                                  on 1997/11/26  01:33:32
9574         Log: Fixup _55 for Win32:
9575              Missed thread :-> perl_thread changes
9576              Two #define THR (not the same)
9577              K&R style func in hv.c
9578      Branch: ansiperl
9579            ! hv.c win32/win32thread.c win32/win32thread.h
9580 ____________________________________________________________________________
9581 [   308] By: gsar                                  on 1997/11/26  01:30:21
9582         Log: Sync yet another patch (this one manually edited):
9583              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9584              Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu>
9585              Subject: [PATCH] Re: local($@) gives core dump 
9586              Date: Tue, 28 Oct 1997 21:51:25 -0500
9587      Branch: win32/perl
9588            ! pp_ctl.c
9589 ____________________________________________________________________________
9590 [   307] By: gsar                                  on 1997/11/26  01:22:10
9591         Log: Sync another change from local repository.
9592              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9593              Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu>
9594              Subject: Re: do_postponed breaks with multiple interpreters 
9595              Date: Tue, 28 Oct 1997 22:16:13 -0500
9596      Branch: win32/perl
9597            ! op.c
9598 ____________________________________________________________________________
9599 [   306] By: gsar                                  on 1997/11/26  01:17:46
9600         Log: Sync a change from local repository.
9601              From: Gurusamy Sarathy <gsar@engin.umich.edu>
9602              Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu>
9603              Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`"
9604              Date: Tue, 28 Oct 1997 20:06:06 -0500
9605      Branch: win32/perl
9606            ! mg.c
9607 ____________________________________________________________________________
9608 [   305] By: nick                                  on 1997/11/26  00:50:10
9609         Log: Integrate mainline as of _55
9610      Branch: ansiperl
9611           +> emacs/ptags
9612           !> (integrate 36 files)
9613 ____________________________________________________________________________
9614 [   304] By: gsar                                  on 1997/11/26  00:27:57
9615         Log: Various changes to make it build cleanly and pass all tests:
9616              - needed to run `perl embed.pl`
9617              - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE
9618              - fix prototypes for a few declarations (Borland is finally quiet)
9619              - move declaration of Mymalloc etc to perl.h (since win32 and other
9620              ports may #define malloc themselves, to let extensions bind to
9621              the version that perl used)
9622              - move struct reg_data into a public header file, since it is
9623              referenced in a public datatype
9624              - win32 makefile fixes
9625              - fix remaining s/thread/perl_thread/
9626      Branch: win32/perl
9627            ! EXTERN.h embed.h ext/DynaLoader/dlutils.c
9628            ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h
9629            ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk
9630            ! win32/win32.h win32/win32iop.h win32/win32thread.c
9631 ____________________________________________________________________________
9632 [   303] By: gsar                                  on 1997/11/25  20:57:31
9633         Log: Fixup the places where the automatic merge got it wrong.
9634              Previous change (#302) was just a normal integration--ignore the
9635              "reverse" in there.
9636      Branch: win32/perl
9637            ! op.c perl.h
9638 ____________________________________________________________________________
9639 [   302] By: gsar                                  on 1997/11/25  20:32:12
9640         Log: reverse integrate mainline
9641      Branch: win32/perl
9642           +> emacs/ptags
9643           !> (integrate 896 files)
9644
9645 ----------------
9646 Version 5.004_55
9647 ----------------
9648
9649 ____________________________________________________________________________
9650 [   301] By: mbeattie                              on 1997/11/25  17:59:53
9651         Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
9652      Branch: perl
9653            ! hv.c pp_ctl.c
9654 ____________________________________________________________________________
9655 [   300] By: mbeattie                              on 1997/11/25  16:29:36
9656         Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55.
9657      Branch: perl
9658            ! MANIFEST patchlevel.h
9659 ____________________________________________________________________________
9660 [   299] By: mbeattie                              on 1997/11/25  15:59:16
9661         Log: Move malloc_mutex initialisation/destruction:
9662              Subject:  patch to 5.004_54 for pthreads with Perl's malloc
9663              From: ilya@math.ohio-state.edu (Ilya Zakharevich)
9664      Branch: perl
9665            ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h
9666            ! unixish.h vms/vmsish.h
9667 ____________________________________________________________________________
9668 [   298] By: mbeattie                              on 1997/11/25  15:49:22
9669         Log: Make hv_ functions cope better with 'm'-magic:
9670              Subject: [5.004_54] Another neglected patch
9671              Date: Fri, 21 Nov 1997 22:28:17 -0500
9672              From: Owen Taylor <owt1@cornell.edu>
9673      Branch: perl
9674            ! hv.c
9675 ____________________________________________________________________________
9676 [   297] By: mbeattie                              on 1997/11/25  15:47:36
9677         Log: Fix typo in Thread.xs.
9678      Branch: perl
9679            ! ext/Thread/Thread.xs
9680 ____________________________________________________________________________
9681 [   296] By: mbeattie                              on 1997/11/25  15:42:07
9682         Log: Integrate from ansi branch to mainline.
9683      Branch: perl
9684           !> (integrate 890 files)
9685 ____________________________________________________________________________
9686 [   295] By: mbeattie                              on 1997/11/25  14:29:31
9687         Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
9688              Subject: Re: _54 on AIX
9689              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
9690              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9691      Branch: perl
9692            ! ext/DynaLoader/dl_aix.xs
9693 ____________________________________________________________________________
9694 [   294] By: mbeattie                              on 1997/11/25  14:29:10
9695         Log: AIX patch for hints/aix.sh:
9696              Subject: Re: _54 on AIX
9697              Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST)
9698              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9699      Branch: perl
9700            ! hints/aix.sh
9701 ____________________________________________________________________________
9702 [   291] By: mbeattie                              on 1997/11/25  14:17:05
9703         Log: Fix scalar dereference of threadsv variables (e.g. $$_).
9704      Branch: perl
9705            ! op.c op.h
9706 ____________________________________________________________________________
9707 [   290] By: mbeattie                              on 1997/11/25  14:16:29
9708         Log: AIX patch (including Configure support for {sched,pthread}_yield,
9709              pthread initial detach state, renaming perl_thread to perl_os_thread
9710              and struct thread to struct perl_thread):
9711              Subject: Re: _54 on AIX
9712              Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST)
9713              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9714      Branch: perl
9715            ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs
9716            ! ext/Thread/Makefile.PL ext/Thread/Thread.pm
9717            ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h
9718            ! proto.h sv.h thread.h util.c win32/win32thread.c
9719            ! win32/win32thread.h
9720 ____________________________________________________________________________
9721 [   289] By: mbeattie                              on 1997/11/25  12:33:02
9722         Log: Rename perl_thread to perl_os_thread.
9723      Branch: perl
9724            ! fakethr.h thread.h util.c win32/win32thread.h
9725 ____________________________________________________________________________
9726 [   288] By: mbeattie                              on 1997/11/25  12:27:35
9727         Log: Remove bincompat3 support:
9728              Subject: Re: ANNOUNCE: perl5.004_54 is available
9729              Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST)
9730              From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com>
9731      Branch: perl
9732            ! Configure INSTALL embed.h global.sym malloc.c
9733 ____________________________________________________________________________
9734 [   287] By: mbeattie                              on 1997/11/25  12:23:50
9735         Log: Emacs/tags update:
9736              Subject: Emacs/tags update for 5.004_54
9737              Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST)
9738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9739      Branch: perl
9740            + emacs/ptags
9741            ! MANIFEST Makefile.SH emacs/cperl-mode.el
9742 ____________________________________________________________________________
9743 [   286] By: nick                                  on 1997/11/23  23:03:56
9744         Log: Add $$_ test 
9745      Branch: ansiperl
9746            ! t/op/ref.t
9747 ____________________________________________________________________________
9748 [   285] By: gsar                                  on 1997/11/23  08:26:00
9749         Log: Initial reverse integration of winansi branch.
9750      Branch: win32/perl
9751           !> (integrate 50 files)
9752 ____________________________________________________________________________
9753 [   284] By: gsar                                  on 1997/11/23  07:32:24
9754         Log: Add to docs about the BEGIN { shift } feature.  Make the change
9755              yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea).
9756      Branch: win32/perl
9757            ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms
9758 ____________________________________________________________________________
9759 [   283] By: nick                                  on 1997/11/22  21:29:30
9760         Log: Duplicate perl_threadsv
9761      Branch: ansiperl
9762            ! global.sym
9763 ____________________________________________________________________________
9764 [   282] By: nick                                  on 1997/11/22  21:18:11
9765         Log: Munge pseudo-Configure stuff to add -thread to archname as
9766              Malcolm seems to think that is way to test for threads.
9767              Update @INC stuffing hackery to have traditional @INC
9768              search order archlib, privlib, sitearch, site.
9769      Branch: ansiperl
9770            ! t/lib/english.t win32/config.bc win32/config_H.bc
9771            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
9772            ! win32/makefile.mk win32/win32.c win32/win32.h
9773 ____________________________________________________________________________
9774 [   281] By: nick                                  on 1997/11/22  19:28:21
9775         Log: Builds and passes all but english.t on win32 VC++
9776      Branch: ansiperl
9777            ! global.sym pp_ctl.c win32/Makefile win32/config.vc
9778            ! win32/config_H.vc win32/win32thread.h
9779 ____________________________________________________________________________
9780 [   280] By: nick                                  on 1997/11/22  18:10:50
9781         Log: ansiperl builds with Borland C++ again
9782      Branch: ansiperl
9783            ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c
9784            ! win32/config.bc win32/config_H.bc win32/perlglob.c
9785            ! win32/win32.c win32/win32.h
9786 ____________________________________________________________________________
9787 [   279] By: nick                                  on 1997/11/22  16:42:51
9788         Log: Resolve ansiperl against mainline
9789      Branch: ansiperl
9790           !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
9791           !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
9792           !> t/lib/english.t thread.h toke.c util.c
9793 ____________________________________________________________________________
9794 [   278] By: nick                                  on 1997/11/22  16:30:27
9795         Log: Resolve ansiperl against win32
9796      Branch: ansiperl
9797           !> (integrate 55 files)
9798 ____________________________________________________________________________
9799 [   277] By: gsar                                  on 1997/11/22  09:48:02
9800         Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_
9801              - added a test for the above
9802              - fixed up perly.c.diff and vms/perl_c.vms for above and added the
9803              ansification hunks
9804      Branch: win32/perl
9805            ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms
9806 ____________________________________________________________________________
9807 [   276] By: gsar                                  on 1997/11/22  07:24:01
9808         Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC
9809              when USE_THREADS.  GCC for instance, can do without macros that use
9810              globals.  Instead, selectively re#define only those macros
9811              that use globals to their functional equivalents.  Tests 100% on
9812              Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
9813      Branch: win32/perl
9814            ! perl.h sv.h
9815 ____________________________________________________________________________
9816 [   275] By: gsar                                  on 1997/11/22  05:27:04
9817         Log: Integrate mainline.
9818      Branch: win32/perl
9819           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
9820            - lib/Class/Fields.pm lib/ISA.pm
9821           !> (integrate 41 files)
9822 ____________________________________________________________________________
9823 [   274] By: mbeattie                              on 1997/11/21  18:28:22
9824         Log: $_ is now per-thread (rather a lot of changes). Only tested under
9825              *-linux-thread at the moment.
9826      Branch: perl
9827            ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c
9828            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h
9829            ! t/lib/english.t thread.h toke.c util.c
9830 ____________________________________________________________________________
9831 [   273] By: mbeattie                              on 1997/11/21  10:31:29
9832         Log: Filter patch to toke.c:
9833              Subject: Tiny core patch for source filters
9834              Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT)
9835              From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9836      Branch: perl
9837            ! toke.c
9838 ____________________________________________________________________________
9839 [   272] By: nick                                  on 1997/11/21  00:54:43
9840         Log: Basic integrate of lastest perl into ansiperl
9841      Branch: ansiperl
9842           +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t
9843            - lib/Class/Fields.pm lib/ISA.pm
9844            ! win32/win32.c win32/win32.h
9845           !> (integrate 57 files)
9846 ____________________________________________________________________________
9847 [   271] By: mbeattie                              on 1997/11/20  12:12:00
9848         Log: Initial stab at IRIX configuration support for threading. Manually
9849              applied parts of following patches:
9850              Subject: Perl 5.004_54 on IRIX
9851              Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
9852              From: Jarkko Hietaniemi <jhi@iki.fi>
9853              Subject: Re: Perl 5.004_54 on IRIX
9854              Date: 19 Nov 1997 17:10:17 -0800
9855              From: Scott Henry <scotth@sgi.com>
9856      Branch: perl
9857            ! README.threads hints/irix_6.sh hints/irix_6_0.sh
9858            ! hints/irix_6_1.sh perl.h
9859 ____________________________________________________________________________
9860 [   270] By: mbeattie                              on 1997/11/19  17:45:37
9861         Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of
9862              SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
9863              also fixed two instances of referring to SVs after destruction.
9864      Branch: perl
9865            ! regcomp.c regexec.c
9866 ____________________________________________________________________________
9867 [   269] By: mbeattie                              on 1997/11/19  15:33:23
9868         Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was
9869              changed by mg_get(*keysp) (!). Introducing a new local variable
9870              fixed it but I don't know if it's a compiler problem or some
9871              other corruption happening elsewhere.
9872      Branch: perl
9873            ! av.c
9874 ____________________________________________________________________________
9875 [   268] By: mbeattie                              on 1997/11/19  11:39:49
9876         Log: Let Configure sort out get{host,net}byaddr* prototypes:
9877              Subject: [PATCH] 5.004_54: little something for
9878              get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
9879              Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET)
9880              From: Jarkko Hietaniemi <jhi@iki.fi>
9881      Branch: perl
9882            ! Configure config_h.SH pp_sys.c
9883 ____________________________________________________________________________
9884 [   267] By: mbeattie                              on 1997/11/19  11:04:15
9885         Log: Jumbo regexp patch applied (with minor fix-up tweaks):
9886              Subject: Version 7 of Jumbo RE patch available
9887              Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST)
9888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9889      Branch: perl
9890            ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c
9891            ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
9892            ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t
9893            ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c
9894            ! util.c
9895 ____________________________________________________________________________
9896 [   266] By: mbeattie                              on 1997/11/18  17:26:09
9897         Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked
9898              version of patch:
9899              Subject: tie fake hash patch for 5.004_54
9900              Date: Sat, 15 Nov 1997 19:18:30 -0500
9901              From: Joshua Pritikin <pritikin@mindspring.com>
9902      Branch: perl
9903            + t/op/avhv.t
9904            ! av.c embed.h global.sym proto.h
9905 ____________________________________________________________________________
9906 [   265] By: mbeattie                              on 1997/11/18  16:51:04
9907         Log: Bring MANIFEST up to date. Add new thread tests.
9908      Branch: perl
9909            + ext/Thread/die.t ext/Thread/die2.t
9910            ! MANIFEST
9911 ____________________________________________________________________________
9912 [   264] By: mbeattie                              on 1997/11/18  16:41:27
9913         Log: magic_setisa enhanced to update %FIELDS automatically when @ISA
9914              is assigned to. Added tests to t/op/array.t. magic_setisa now
9915              warns about including non-existent packages in @ISA when -w is on.
9916      Branch: perl
9917            - lib/Class/Fields.pm lib/ISA.pm
9918            ! mg.c t/op/array.t
9919 ____________________________________________________________________________
9920 [   263] By: mbeattie                              on 1997/11/18  16:38:57
9921         Log: Fix typo in win32 -> mainline integration.
9922      Branch: perl
9923            ! perl.h
9924 ____________________________________________________________________________
9925 [   262] By: mbeattie                              on 1997/11/18  11:56:09
9926         Log: Integrate win32 branch back into mainline.
9927      Branch: perl
9928            - win32/win32io.c win32/win32io.h
9929            ! op.c
9930           !> (integrate 30 files)
9931 ____________________________________________________________________________
9932 [   261] By: gsar                                  on 1997/11/18  00:14:02
9933         Log: Export our own FD_SET() et al to complete sockets-as-handles pretense.
9934      Branch: win32/perl
9935            ! win32/config.bc win32/config.vc win32/config_H.bc
9936            ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c
9937 ____________________________________________________________________________
9938 [   260] By: nick                                  on 1997/11/16  23:16:16
9939         Log: Generic file changes for MYMALLOC
9940      Branch: ansiperl
9941            ! miniperlmain.c perl.c
9942 ____________________________________________________________________________
9943 [   259] By: nick                                  on 1997/11/16  23:14:36
9944         Log: MYMALLOC for Win32:
9945              1. Initialize malloc_mutex before it is used (all platforms!)
9946              2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist
9947              3. Tweak win32/config*.* to define MYMALLOC
9948              4. Provide sbrk() in terms of VirtualAlloc().
9949              
9950              Also fixup -MT (perl95) build to handle Perl_current_thread
9951              via call to DLL (as though an extension).
9952      Branch: ansiperl
9953            ! win32/Makefile win32/config.bc win32/config.vc
9954            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
9955            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
9956            ! win32/win32iop.h win32/win32thread.h
9957 ____________________________________________________________________________
9958 [   258] By: nick                                  on 1997/11/15  20:42:28
9959         Log: Implement dTHR via __declspec(thread) - part 2
9960      Branch: ansiperl
9961            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9962 ____________________________________________________________________________
9963 [   257] By: nick                                  on 1997/11/15  19:52:53
9964         Log: Use __declspec(thread) var rather tha TslAlloc & co.
9965      Branch: ansiperl
9966            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
9967 ____________________________________________________________________________
9968 [   256] By: gsar                                  on 1997/11/15  02:58:09
9969         Log: Add #include guard in Thread.xs so it will build even under
9970              no USE_THREADS (for win32).  This was missed because of edit
9971              w/o checkout perforce kludge.
9972      Branch: win32/perl
9973            ! ext/Thread/Thread.xs
9974 ____________________________________________________________________________
9975 [   255] By: nick                                  on 1997/11/15  00:33:46
9976         Log: Integrate mainline (5.004_54?) into ansiperl
9977      Branch: ansiperl
9978           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9979           !> ext/Thread/Thread/Specific.pm ext/Thread/join.t
9980           !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c
9981           !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c
9982           !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h
9983 ____________________________________________________________________________
9984 [   254] By: nick                                  on 1997/11/15  00:25:26
9985         Log: Interate win32 into ansiperl
9986      Branch: ansiperl
9987           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
9988           +> lib/fields.pm
9989           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
9990           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
9991           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
9992           !> t/op/magic.t thread.h win32/Makefile win32/config.bc
9993           !> win32/config.vc win32/config_sh.PL win32/makefile.mk
9994 ____________________________________________________________________________
9995 [   253] By: gsar                                  on 1997/11/14  22:04:58
9996         Log: Integrate mainline changes into win32 branch.  Now would be a good time
9997              to reverse integrate the win32 branch into mainline.
9998      Branch: win32/perl
9999           +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t
10000           +> lib/fields.pm
10001           !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
10002           !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c
10003           !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t
10004           !> t/op/magic.t thread.h
10005
10006 ----------------
10007 Version 5.004_54
10008 ----------------
10009
10010 ____________________________________________________________________________
10011 [   252] By: mbeattie                              on 1997/11/14  15:07:19
10012         Log: Two more delays added to test suite to help *-solaris-thread.
10013      Branch: perl
10014            ! t/io/pipe.t t/lib/io_pipe.t
10015 ____________________________________________________________________________
10016 [   251] By: mbeattie                              on 1997/11/14  15:05:57
10017         Log: Remove stale code from Thread.xs.
10018      Branch: perl
10019            ! ext/Thread/Thread.xs
10020 ____________________________________________________________________________
10021 [   250] By: mbeattie                              on 1997/11/14  10:12:40
10022         Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads
10023              doesn't run handlers for self-sent signals until kill has returned.)
10024      Branch: perl
10025            ! t/op/magic.t
10026 ____________________________________________________________________________
10027 [   249] By: gsar                                  on 1997/11/14  05:14:44
10028         Log: Fix various details in win32 makefiles and Config.pm setup.
10029              - ldflags is set for both compilers now
10030              - extensions list is now correct
10031              - delete perl95.exe on distclean
10032              - cf_time now gets updated (once)
10033              - ccdlflags is set for Borland
10034              - fix startperl so dprofpp works
10035      Branch: win32/perl
10036            ! win32/Makefile win32/config.bc win32/config.vc
10037            ! win32/config_sh.PL win32/makefile.mk
10038 ____________________________________________________________________________
10039 [   248] By: mbeattie                              on 1997/11/13  18:01:27
10040         Log: Rewrite thread return code to distinguish between ordinary return
10041              and die() and make join propagate the die. Add tiny method eval
10042              which just does "return eval { shift->join; }". Add Thread::Specific
10043              class for access to thread specific user data along with specific.t.
10044              Rename Class to classname throughout Thread.xs for consistency.
10045              Fix pp_specific to pp_threadsv in global.sym. Add support to
10046              pp_entersub in pp_hot.c to lock stash for static locked methods.
10047      Branch: perl
10048            + ext/Thread/Thread/Specific.pm ext/Thread/specific.t
10049            + lib/fields.pm
10050            ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs
10051            ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h
10052 ____________________________________________________________________________
10053 [   247] By: mbeattie                              on 1997/11/13  14:13:30
10054         Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define
10055              to avoid the Digital UNIX clash no longer works). Changed the #ifdef
10056              in pp_sys.c for whether getnet* function get protoyped (since the
10057              default had a broken prototype for getnetbyaddr).
10058      Branch: perl
10059            ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h
10060            ! scope.c thread.h
10061 ____________________________________________________________________________
10062 [   246] By: nick                                  on 1997/11/13  02:44:40
10063         Log: Integrate Win32 branch
10064      Branch: ansiperl
10065            - configure ext/util/extliblist win32/bin/pl2bat.bat
10066            - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
10067            - win32/config.H win32/config.w32 win32/win32io.c
10068            - win32/win32io.h
10069           !> (integrate 905 files)
10070 ____________________________________________________________________________
10071 [   245] By: nick                                  on 1997/11/13  00:47:54
10072         Log: Integrate (-ay) win32 branch at its creation to 
10073              establish and ancestor as per perkforce technote #9
10074      Branch: ansiperl
10075           +> configure ext/util/extliblist win32/bin/pl2bat.bat
10076           +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat
10077           +> win32/config.H win32/config.w32
10078           !> (integrate 859 files)
10079 ____________________________________________________________________________
10080 [   244] By: gsar                                  on 1997/11/12  22:26:39
10081         Log: More cleanups of win32/win32*.[ch] files.  win32/win32iop.h now
10082              contains the all the declarations and macros for the win32io layer.
10083              New std-ish functions are exported now.  All win32-specific exported
10084              functions begin with "win32_" consistently.  win32 version of
10085              init_os_extras() is now exported, so embedders can get the in-core
10086              xsubs.
10087      Branch: win32/perl
10088            ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h
10089            ! win32/win32iop.h win32/win32sck.c
10090 ____________________________________________________________________________
10091 [   243] By: gsar                                  on 1997/11/12  07:41:52
10092         Log: Really delete deleted files.
10093      Branch: win32/perl
10094            - win32/win32io.c win32/win32io.h
10095 ____________________________________________________________________________
10096 [   242] By: gsar                                  on 1997/11/12  07:40:54
10097         Log: Egregious IOsubsystem code excised.  Phew, what a relief!  Two
10098              files (win32/win32io.[ch]) completely removed, as are all traces
10099              of them in makefiles and MANIFEST.  RunPerl() retains the void* arg
10100              for later. Various myfoo() things regularized to my_foo().  CPP not
10101              required anymore to create a perl binary :)
10102      Branch: win32/perl
10103            ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk
10104            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
10105            ! win32/win32io.c win32/win32io.h win32/win32iop.h
10106            ! win32/win32sck.c
10107 ____________________________________________________________________________
10108 [   241] By: gsar                                  on 1997/11/12  05:31:28
10109         Log: Fix various win32 code blemishes:
10110              - s/stolen/win32/g
10111              - s/(CROAK|WARN)/lc($1)/eg
10112              - remove deadcode from most places
10113      Branch: win32/perl
10114            ! win32/makedef.pl win32/win32.c win32/win32io.c
10115            ! win32/win32iop.h
10116 ____________________________________________________________________________
10117 [   240] By: gsar                                  on 1997/11/12  04:36:29
10118         Log: Carry over changes in ansiperl branch.  Win32 branch is now
10119              the leading edge.
10120      Branch: win32/perl
10121            ! embed.h global.sym perl.c win32/win32thread.c
10122            ! win32/win32thread.h
10123 ____________________________________________________________________________
10124 [   239] By: gsar                                  on 1997/11/12  03:39:57
10125         Log: Add missing win32_closesocket() and export it (extension writers' complaint).
10126      Branch: win32/perl
10127            ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c
10128 ____________________________________________________________________________
10129 [   238] By: gsar                                  on 1997/11/12  03:25:17
10130         Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
10131              done cleaner, if really needed (perhaps only for efficiency reasons?)).
10132              Redundant EXTERN_C definitions and related warnings fixed.
10133      Branch: win32/perl
10134            ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c
10135            ! win32/win32iop.h win32/win32sck.c
10136 ____________________________________________________________________________
10137 [   237] By: nick                                  on 1997/11/12  02:45:15
10138         Log: Fixup Win32
10139              - #undef start_env before re-#defining it
10140              - change pp_specific pp_threadsv in global.sym
10141              - re-build embed.h
10142              - avoid HAVE_THREAD_INTERN - we don't and empty struct
10143              is a pain. If we did have it it would contain cached
10144              values of things we can only get at _IN_ the thread
10145              so new_struct_thread is wrong place to call it.
10146              - add new macro SET_THREAD_SELF - we must (in main thread)
10147              define in win32thread.h, support in win32thread.c,
10148              test and call in perl.c
10149      Branch: ansiperl
10150            ! embed.h global.sym perl.c thread.h win32/win32thread.c
10151            ! win32/win32thread.h
10152 ____________________________________________________________________________
10153 [   236] By: nick                                  on 1997/11/12  01:54:23
10154         Log: Integrate mainline after it integrated us.
10155              Accepted 'theirs' everywhere - so two branches should
10156              now point to same files again.
10157              Almost all of these were what was suggested, others were
10158              whitespace diffs. A few dubious spots which we will now 
10159              go fix.
10160      Branch: ansiperl
10161           !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
10162           !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c
10163           !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST
10164           !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c
10165           !> util.c
10166 ____________________________________________________________________________
10167 [   235] By: gsar                                  on 1997/11/12  01:22:26
10168         Log: Minor tweaks to add a thread_intern struct that should ultimately
10169              contain all the win32-specific statics.
10170              Win32 branch now passes all tests with or w/o USE_THREADS.
10171      Branch: win32/perl
10172            ! embed.h perl.c win32/win32thread.c win32/win32thread.h
10173 ____________________________________________________________________________
10174 [   234] By: gsar                                  on 1997/11/11  23:08:54
10175         Log: Initial (untested) integration of mainline changes.
10176      Branch: win32/perl
10177            - configure
10178           !> (integrate 89 files)
10179 ____________________________________________________________________________
10180 [   233] By: mbeattie                              on 1997/11/11  18:07:30
10181         Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN
10182      Branch: perl
10183            ! thread.h
10184 ____________________________________________________________________________
10185 [   232] By: mbeattie                              on 1997/11/11  17:49:12
10186         Log: t/TEST (reverted to @229 version) should have been included in the
10187              previous change (231) but my way of recovering it didn't work
10188              properly. The change 231 comments about successful tests applies
10189              to this t/TEST (i.e. as of this change).
10190      Branch: perl
10191            ! t/TEST
10192 ____________________________________________________________________________
10193 [   231] By: mbeattie                              on 1997/11/11  17:46:59
10194         Log: Fix up ansiperl integration. Back to passing all expected tests
10195              with usethreads. Untested with non-threaded perl.
10196      Branch: perl
10197            ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
10198            ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c
10199 ____________________________________________________________________________
10200 [   230] By: mbeattie                              on 1997/11/11  16:36:22
10201         Log: Initial integration of ansi branch into mainline (untested).
10202      Branch: perl
10203           +> t/lib/thread.t t/op/nothread.t thread.sym
10204            - configure
10205           !> (integrate 84 files)
10206 ____________________________________________________________________________
10207 [   229] By: mbeattie                              on 1997/11/11  15:20:43
10208         Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
10209              getting per-thread magicals. Fixed thr->errsv initialisation.
10210      Branch: perl
10211            ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c
10212            ! t/lib/safe2.t toke.c
10213 ____________________________________________________________________________
10214 [   228] By: mbeattie                              on 1997/11/11  12:48:26
10215         Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and
10216              thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use
10217              GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass
10218              again for non-threaded perl. Enhanced perl_get_sv to return
10219              per-thread magicals where necessary for threaded perl.
10220      Branch: perl
10221            ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c
10222            ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c
10223 ____________________________________________________________________________
10224 [   227] By: mbeattie                              on 1997/11/11  11:00:02
10225         Log: hashlock bug.
10226              
10227              Jobs fixed ...
10228              
10229              hashlock fixed on 1997/11/11 by mbeattie@localhost
10230              
10231              Subject: [perl5.004_53; patch] Another hash-locking fix
10232              Date: 23 Oct 1997 14:13:55 -0400
10233              From: Owen Taylor <owt1@cornell.edu>
10234      Branch: bugs
10235            + hashlock
10236 ____________________________________________________________________________
10237 [   226] By: gsar                                  on 1997/11/11  02:11:23
10238         Log: Slightly more refined lock() keyword recognition (using %INC).
10239      Branch: win32/perl
10240            ! toke.c
10241 ____________________________________________________________________________
10242 [   225] By: gsar                                  on 1997/11/11  00:26:09
10243         Log: "weak" lock keyword (hardcoded initial implementation) now works.
10244              if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock'
10245              is recognized as a sub, a regular keyword otherwise.  Could be
10246              generalized by storing a flag for every op in OP struct, and turning
10247              the flag off when Thread.xs loads.
10248      Branch: win32/perl
10249            ! toke.c
10250 ____________________________________________________________________________
10251 [   224] By: gsar                                  on 1997/11/10  22:59:55
10252         Log: Merge a patch in preparation for "weak keywords":
10253              From: Gurusamy Sarathy <gsar@engin.umich.edu>
10254              Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu>
10255              Subject: [PATCH] global overrides for keywords
10256              Date: Wed, 08 Oct 1997 02:18:23 -0400
10257      Branch: win32/perl
10258            ! embed.h interp.sym perl.c perl.h toke.c
10259 ____________________________________________________________________________
10260 [   223] By: gsar                                  on 1997/11/10  22:41:31
10261         Log: Remove runlevel.  It was used to count how many runops() calls
10262              we were in the process of executing, and longjmp() to the topmost
10263              one (if not already there).  We use a null top_env->je_prev
10264              to distinguish that now.
10265      Branch: win32/perl
10266            ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c
10267 ____________________________________________________________________________
10268 [   222] By: gsar                                  on 1997/11/10  04:47:48
10269         Log: Win32 branch now contains all non-ansification changes in ansiperl branch.
10270              USE_THREADS case builds and passes all tests using both compilers.
10271              Additional tweaks:
10272              - fixup win32/makedef.pl to skip more symbols for non-thread build.
10273              - sync win32/Makefile with win32/makefile.mk
10274              >>>Non-thread build fails a lot of tests.<<<
10275      Branch: win32/perl
10276            + thread.sym
10277            ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c
10278            ! util.c win32/Makefile win32/config.bc win32/config_H.bc
10279            ! win32/makedef.pl win32/makefile.mk
10280 ____________________________________________________________________________
10281 [   221] By: gsar                                  on 1997/11/10  00:57:53
10282         Log: Initial (untested) merge of all non-ansi changes on ansiperl branch
10283              into win32 branch.
10284      Branch: win32/perl
10285            + t/lib/thread.t t/op/nothread.t
10286            ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym
10287            ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h
10288            ! util.c win32/Makefile win32/config.bc win32/config.vc
10289            ! win32/config_H.bc win32/config_H.vc win32/makedef.pl
10290            ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c
10291            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
10292            ! win32/win32thread.c win32/win32thread.h
10293 ____________________________________________________________________________
10294 [   220] By: gsar                                  on 1997/11/09  22:44:41
10295         Log: Integrate latest mainline into win32 branch.
10296      Branch: win32/perl
10297           +> win32/win32thread.c win32/win32thread.h
10298           !> (integrate 39 files)
10299 ____________________________________________________________________________
10300 [   219] By: nick                                  on 1997/11/09  21:46:06
10301         Log: Conditionalize english.t,
10302              Enhance times() for NT,
10303              (Failed) attempt to implement alarm(),
10304              Fixed config.h dependancy in makefile.mk
10305      Branch: ansiperl
10306            ! t/lib/english.t win32/config.bc win32/config_H.bc
10307            ! win32/makefile.mk win32/win32.c
10308 ____________________________________________________________________________
10309 [   218] By: nick                                  on 1997/11/09  15:38:00
10310         Log: Dick Hardt's patch for build on Alpha
10311      Branch: ansiperl
10312            ! win32/Makefile
10313 ____________________________________________________________________________
10314 [   217] By: nick                                  on 1997/11/09  03:31:20
10315         Log: MakeMaker not in vofig noise fix for dmake
10316      Branch: ansiperl
10317            ! win32/config.bc win32/makefile.mk
10318 ____________________________________________________________________________
10319 [   216] By: nick                                  on 1997/11/09  03:15:06
10320         Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited
10321              TIEHASH works, but 2nd call (after db is closed, attempt
10322              to reopen) tries to AUTOLOAD TIEHASH rather than using
10323              cached value.
10324      Branch: ansiperl
10325            ! pp_sys.c
10326 ____________________________________________________________________________
10327 [   215] By: nick                                  on 1997/11/08  16:41:24
10328         Log: Cleanup MakeMaker 'not in config' noise
10329      Branch: ansiperl
10330            ! win32/Makefile win32/config.vc
10331 ____________________________________________________________________________
10332 [   214] By: nick                                  on 1997/11/08  15:07:24
10333         Log: Remove 'configure' leaving configure.gnu and Configure
10334              Win32 ignores case and keeps trying to update
10335              repository copy of 'configure' or 'Configure' with
10336              the other.
10337      Branch: ansiperl
10338            - configure
10339            ! MANIFEST
10340 ____________________________________________________________________________
10341 [   213] By: nick                                  on 1997/11/08  15:03:39
10342         Log: Get threads working again on Win32
10343              Root cause of fail was init_thread_intern() in
10344              new_struct_thread() (which is called in parent thread)
10345              clobbering dTHR of parent thread. 
10346              It is doubtfull if setting 'self' in new_struct_thread()
10347              is 'right' but left in for now.
10348      Branch: ansiperl
10349            ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile
10350            ! win32/win32thread.c win32/win32thread.h
10351 ____________________________________________________________________________
10352 [   212] By: nick                                  on 1997/11/08  00:34:03
10353         Log: Add :base_thread to :default in Opcode.pm
10354              This allows lib/safe.t to pass when threaded.
10355              It is unclear if 'lock' should be safe as it allows
10356              denial of service attack, but could not figure out
10357              how to add just 'specific' (sic) to :default
10358              without triggering 'already tagged' warning noise.
10359      Branch: ansiperl
10360            ! ext/Opcode/Opcode.pm win32/makefile.mk
10361 ____________________________________________________________________________
10362 [   211] By: nick                                  on 1997/11/07  23:59:31
10363         Log: Merge changes as of 18:00 CST 
10364      Branch: ansiperl
10365           !> op.c pp.c pp_sys.c thread.h util.c
10366 ____________________________________________________________________________
10367 [   210] By: nick                                  on 1997/11/07  23:52:35
10368         Log: Reverse integrate Malcolm's chanes into local
10369              repository, then import result back into my view
10370              of Malcolm's repository.
10371              Builds and passes (most) tests with GNU C++/Solaris
10372              and Borland C++, Win32.
10373      Branch: ansiperl
10374            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10375            ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c
10376            ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c
10377            ! thread.h toke.c util.c win32/makefile.mk
10378 ____________________________________________________________________________
10379 [   209] By: mbeattie                              on 1997/11/07  18:12:36
10380         Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
10381              DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen
10382              not tested. ofslen now maps to thr->Tofslen in thread.h. Added
10383              missing #ifdef USE_THREADS around some DEBU_L statements in die().
10384              Building without USE_THREADS fails quite a lot of tests. It looks
10385              as though the move to per-thread magicals must be missing some
10386              #ifdef USE_THREADS.
10387      Branch: perl
10388            ! op.c pp.c pp_sys.c thread.h util.c
10389 ____________________________________________________________________________
10390 [   208] By: nick                                  on 1997/11/07  01:37:28
10391         Log: Raw integrate of latest perl
10392      Branch: ansiperl
10393            ! t/TEST
10394           !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm
10395           !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h
10396           !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h
10397           !> thread.h toke.c util.c
10398 ____________________________________________________________________________
10399 [   207] By: mbeattie                              on 1997/11/06  14:58:00
10400         Log: Update README.threads and Todo.5.005.
10401      Branch: perl
10402            ! README.threads Todo.5.005
10403 ____________________________________________________________________________
10404 [   206] By: mbeattie                              on 1997/11/06  14:37:37
10405         Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS().
10406      Branch: perl
10407            ! op.c pp_ctl.c proto.h scope.h
10408 ____________________________________________________________________________
10409 [   205] By: mbeattie                              on 1997/11/06  14:31:38
10410         Log: Per-thread magicals now stored in their own thr->magicals and keyed
10411              more directly. cvcache and oursv become ordinary struct thread
10412              fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
10413              for 0 again. Main thread initialisation done by new function
10414              init_main_thread instead of (now fixed) new_struct_thread.
10415              
10416              Jobs fixed ...
10417              
10418              jmpenv fixed on 1997/11/06 by mbeattie@localhost
10419              
10420              Subject: [perl5.004_53; patch] eval's and threads
10421              Date: 23 Oct 1997 23:59:19 -0400
10422              From: Owen Taylor <owt1@cornell.edu>
10423      Branch: bugs
10424            + jmpenv
10425      Branch: perl
10426            ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c
10427            ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c
10428 ____________________________________________________________________________
10429 [   204] By: mbeattie                              on 1997/11/05  17:18:18
10430         Log: Per-thread magicals mostly working (and localisable). Now getting
10431              intermittent occasional "Use of uninitialized value" warnings
10432              which may be due to some op flag black magic I've broken.
10433      Branch: perl
10434            ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c
10435            ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c
10436 ____________________________________________________________________________
10437 [   203] By: nick                                  on 1997/11/05  01:04:10
10438         Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
10439      Branch: ansiperl
10440            ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h
10441            ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c
10442            ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h
10443            ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
10444            ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile
10445            ! win32/config.vc win32/config_H.vc win32/makedef.pl
10446            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
10447            ! win32/win32io.c win32/win32io.h win32/win32iop.h
10448            ! win32/win32sck.c win32/win32thread.h
10449 ____________________________________________________________________________
10450 [   202] By: nick                                  on 1997/11/05  00:50:27
10451         Log: Compile(d) at least once with threads on win32 
10452              but did not work
10453      Branch: ansiperl
10454            ! embed.h perl.c thread.h
10455 ____________________________________________________________________________
10456 [   201] By: nick                                  on 1997/11/05  00:32:13
10457         Log: Trivial integrate
10458      Branch: ansiperl
10459           !> patchlevel.h
10460 ____________________________________________________________________________
10461 [   200] By: mbeattie                              on 1997/11/04  12:06:09
10462         Log: Up patchlevel to 5.004_54 (I missed _53 for the last release).
10463      Branch: perl
10464            ! patchlevel.h
10465 ____________________________________________________________________________
10466 [   199] By: nick                                  on 1997/11/01  00:18:52
10467         Log: Integrate mainline @ 18:15 CST 31 Oct 1997
10468      Branch: ansiperl
10469           !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10470           !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
10471           !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
10472           !> util.c
10473 ____________________________________________________________________________
10474 [   198] By: nick                                  on 1997/11/01  00:08:33
10475         Log: win32thread.* not in MANIFEST which has muddled moving
10476              back and forth between depots.
10477      Branch: ansiperl
10478            ! MANIFEST win32/win32thread.c win32/win32thread.h
10479 ____________________________________________________________________________
10480 [   197] By: nick                                  on 1997/11/01  00:02:49
10481         Log: Test changes
10482      Branch: ansiperl
10483            + t/lib/thread.t t/op/nothread.t thread.sym
10484            ! MANIFEST
10485 ____________________________________________________________________________
10486 [   196] By: nick                                  on 1997/10/31  23:54:01
10487         Log: Further ANSI changes now builds and passes (most) tests
10488              with gcc -x c++. 
10489      Branch: ansiperl
10490            ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs
10491            ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
10492            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10493            ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c
10494            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
10495            ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs
10496            ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h
10497            ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c
10498            ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c
10499            ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c
10500            ! x2p/walk.c
10501 ____________________________________________________________________________
10502 [   195] By: mbeattie                              on 1997/10/31  18:05:31
10503         Log: Half way through moving per-thread magicals into per-thread fields
10504              and the associated new OP_SPECIFIC and find_thread_magical stuff.
10505              perl will compile but plenty of the magicals are still broken.
10506      Branch: perl
10507            ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c
10508            ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c
10509            ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c
10510            ! util.c
10511 ____________________________________________________________________________
10512 [   194] By: nick                                  on 1997/10/31  01:43:49
10513         Log: Convert miniperl sources to ANSI C. Several passes of
10514              GNU C's 'protoize' plus a few hand edits.
10515              Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files)
10516              Does not link seems gcc's C++ does not define a symbol for
10517              const char foo[] = "....";
10518              i.e. with empty [].
10519      Branch: ansiperl
10520            ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c
10521            ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c
10522            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
10523            ! sv.c taint.c toke.c universal.c util.c
10524 ____________________________________________________________________________
10525 [   193] By: nick                                  on 1997/10/30  03:00:01
10526         Log: Make the ansi branch
10527      Branch: ansiperl
10528           +> (branch 907 files)
10529 ____________________________________________________________________________
10530 [   192] By: nick                                  on 1997/10/30  02:48:17
10531         Log: Oneperl builds with THREADS/THISPTR Borland
10532              Manualy inserted Sarathy's new COND_XXXXX from his mail.
10533              Manual change if Tself -> self as was easier than resolve :-(
10534              Two aTHIS's in op.c
10535      Branch: oneperl
10536            ! embed.h op.c thread.h thread.sym win32/makefile.mk
10537            ! win32/win32thread.h
10538 ____________________________________________________________________________
10539 [   191] By: nick                                  on 1997/10/30  01:54:50
10540         Log: Raw resolve of latest sources with oneperl
10541      Branch: oneperl
10542           !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h
10543           !> opcode.pl perl.c thread.h win32/win32thread.c
10544           !> win32/win32thread.h
10545 ____________________________________________________________________________
10546 [   190] By: mbeattie                              on 1997/10/29  14:39:54
10547         Log: Remove global macro "self". Change thr->Tself to thr->self.
10548      Branch: perl
10549            ! ext/Thread/Thread.xs fakethr.h perl.c thread.h
10550            ! win32/win32thread.c win32/win32thread.h
10551 ____________________________________________________________________________
10552 [   189] By: mbeattie                              on 1997/10/29  12:49:01
10553         Log: Add to Todo: compiler with fake SvCUR in comppad_name entries.
10554      Branch: perl
10555            ! Todo.5.005
10556 ____________________________________________________________________________
10557 [   188] By: mbeattie                              on 1997/10/29  12:45:32
10558         Log: Add pp_lock knowledge to compiler
10559      Branch: perlext
10560            ! Compiler/ccop.c Compiler/ccop.h
10561 ____________________________________________________________________________
10562 [   187] By: mbeattie                              on 1997/10/29  12:45:02
10563         Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{}
10564      Branch: perl
10565            ! op.c
10566 ____________________________________________________________________________
10567 [   186] By: mbeattie                              on 1997/10/29  12:43:36
10568         Log: Move compiler OP class information into opcode.pl.
10569      Branch: perl
10570            ! op.h opcode.h opcode.pl
10571 ____________________________________________________________________________
10572 [   185] By: nick                                  on 1997/10/26  22:52:05
10573         Log: Split failing test in op/misc.t into op/nothread.t
10574              so all tests can be passed where they apply.
10575              Cleanup other two cases of THREADS/THISPTR.
10576              Conditional compile option for CriticalSection's on Win32
10577      Branch: oneperl
10578            + t/op/nothread.t
10579            ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl
10580            ! win32/win32thread.h
10581 ____________________________________________________________________________
10582 [   184] By: nick                                  on 1997/10/26  19:42:00
10583         Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads)
10584      Branch: oneperl
10585            ! embed.h global.sym proto.h sv.c sv.h toke.c
10586 ____________________________________________________________________________
10587 [   183] By: nick                                  on 1997/10/26  18:31:58
10588         Log: Make USE_THREADS imply CRIPPLED_CC.
10589              This avoids most of the uses of 'Sv' and hence many needs of 
10590              dTHR in extension code. 
10591              With this change Data::Dumper builds as-is
10592              and Tk only needs four tweaks:
10593              1. Obscure dump-stack case which really needs dTHR
10594              2. A curcop in error-message code
10595              3. Two cases of SAVETMPS
10596              4. A curcop == &compiling which is probably not required.
10597              IMHO the SAVETMPS case is only one which merits further automation.
10598      Branch: oneperl
10599            ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl
10600 ____________________________________________________________________________
10601 [   182] By: nick                                  on 1997/10/26  16:31:58
10602         Log: Change dSP to imply dTHR for extension source compatibility
10603              introduce djSP (Declare Just SP) for use in perl sources
10604              and thread-aware extensions. Use latter.
10605      Branch: oneperl
10606            ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c
10607            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
10608 ____________________________________________________________________________
10609 [   181] By: nick                                  on 1997/10/26  00:39:57
10610         Log: More tests
10611      Branch: oneperl
10612            ! t/lib/thread.t
10613 ____________________________________________________________________________
10614 [   180] By: nick                                  on 1997/10/25  22:18:27
10615         Log: Use return of THREAD_CREATE() - add basic thread test
10616      Branch: oneperl
10617            + t/lib/thread.t
10618            ! ext/Thread/Thread.xs
10619 ____________________________________________________________________________
10620 [   179] By: nick                                  on 1997/10/25  21:25:23
10621         Log: Builds with no thread/this
10622      Branch: oneperl
10623            ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl
10624            ! win32/win32thread.c
10625 ____________________________________________________________________________
10626 [   178] By: nick                                  on 1997/10/25  18:28:03
10627         Log: Cleanup dead #ifdef branch introduced by scruffy merging.
10628      Branch: oneperl
10629            ! perl.c
10630 ____________________________________________________________________________
10631 [   177] By: nick                                  on 1997/10/25  18:11:33
10632         Log: Basic integrate of oneperl with threads, passes 
10633              tests THISPTR+THREADs - win32/win32thread.* needed
10634              changes (where did they come from)?
10635      Branch: oneperl
10636            ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile
10637            ! win32/makedef.pl win32/win32thread.c win32/win32thread.h
10638 ____________________________________________________________________________
10639 [   176] By: nick                                  on 1997/10/25  17:05:52
10640         Log: Onepel builds THISPTR no threads
10641      Branch: oneperl
10642            ! ext/Thread/Thread.xs thread.h win32/makedef.pl
10643 ____________________________________________________________________________
10644 [   175] By: nick                                  on 1997/10/25  16:40:10
10645         Log: Integrate oneperl with new style JOIN etc. macros
10646      Branch: oneperl
10647           +> win32/win32thread.c win32/win32thread.h
10648           !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h
10649           !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c
10650           !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms
10651           !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile
10652           !> win32/makefile.mk
10653 ____________________________________________________________________________
10654 [   174] By: mbeattie                              on 1997/10/24  17:14:00
10655         Log: Remove xcv_condp CV field which is no longer used.
10656      Branch: perl
10657            ! sv.h
10658 ____________________________________________________________________________
10659 [   173] By: mbeattie                              on 1997/10/24  14:36:09
10660         Log: Patches for VMS [Dan Sugalski]
10661      Branch: bugs
10662            + vms2
10663      Branch: perl
10664            ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c
10665            ! vms/vmsish.h
10666 ____________________________________________________________________________
10667 [   172] By: mbeattie                              on 1997/10/24  13:50:59
10668         Log: Improve internal threading API. Introduce win32/win32thread.[ch]
10669              to use new API and patch win32 makefile stuff a little.
10670      Branch: perl
10671            + win32/win32thread.c win32/win32thread.h
10672            ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c
10673            ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk
10674 ____________________________________________________________________________
10675 [   171] By: mbeattie                              on 1997/10/23  14:00:27
10676         Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used.
10677              
10678              Jobs fixed ...
10679              
10680              get_db_sub fixed on 1997/10/23 by mbeattie@squash
10681              
10682              Subject: [perl5.004_53] Debugger crash (patch)
10683              Date: Thu, 16 Oct 1997 22:03:09 -0400
10684              From: Owen Taylor <owt1@cornell.edu>
10685      Branch: bugs
10686            + get_db_sub
10687      Branch: perl
10688            ! pp_hot.c
10689 ____________________________________________________________________________
10690 [   170] By: mbeattie                              on 1997/10/23  09:22:40
10691         Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref
10692              its argument using ck_rfun as OP_DEFINED. Make pp_lock return
10693              a ref to its argument for AV, HV, CV. 
10694      Branch: perl
10695            ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c
10696 ____________________________________________________________________________
10697 [   169] By: gsar                                  on 1997/10/21  03:49:25
10698         Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers:
10699              - Fixup static functions that were missing aTHIS.
10700              - s/extern/EXT/ in dTHR macro, or Borland CC croaks.
10701              - Removed static functions from global.sym.
10702              - Typo in perl.h.
10703              - Additions to makefile.mk.
10704      Branch: oneperl
10705            ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c
10706            ! win32/makefile.mk
10707 ____________________________________________________________________________
10708 [   168] By: nick                                  on 1997/10/20  02:47:18
10709         Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR
10710      Branch: oneperl
10711            ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h
10712            ! scope.h thread.h
10713 ____________________________________________________________________________
10714 [   167] By: nick                                  on 1997/10/20  01:03:00
10715         Log: Add missing aTHIS in cast
10716      Branch: oneperl
10717            ! win32/dl_win32.xs
10718 ____________________________________________________________________________
10719 [   166] By: nick                                  on 1997/10/20  00:44:42
10720         Log: Builds and passes test with -DUSE_THISPTR
10721      Branch: oneperl
10722            ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl
10723            ! win32/perllib.c
10724 ____________________________________________________________________________
10725 [   165] By: nick                                  on 1997/10/19  21:45:36
10726         Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included)
10727      Branch: oneperl
10728            ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c
10729            ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl
10730            ! win32/makefile.mk win32/perllib.c
10731 ____________________________________________________________________________
10732 [   164] By: nick                                  on 1997/10/19  20:09:13
10733         Log: oneperl compiles (but fails) with -DUSE_THISPTR
10734      Branch: oneperl
10735            ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c
10736            ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c
10737            ! win32/win32.c win32/win32.h
10738 ____________________________________________________________________________
10739 [   163] By: nick                                  on 1997/10/19  16:46:09
10740         Log: Builds on NT4 without THISPTR or THREADS, passes all tests
10741      Branch: oneperl
10742            ! embed.h perl.h thread.h vars.h
10743 ____________________________________________________________________________
10744 [   162] By: nick                                  on 1997/10/19  14:42:16
10745         Log: Dubious merge of oneperl's variable and struct thread
10746      Branch: oneperl
10747           !> perl.h thread.h
10748 ____________________________________________________________________________
10749 [   161] By: nick                                  on 1997/10/18  18:05:13
10750         Log: integrate all but perl.h/thread.h
10751      Branch: oneperl
10752           +> Todo.5.005 perlio.sym
10753           !> (integrate 98 files)
10754 ____________________________________________________________________________
10755 [   160] By: nick                                  on 1997/10/18  03:49:27
10756         Log: Integrate rest of sub-dirs into oneperl
10757      Branch: oneperl
10758           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10759           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10760           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10761           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10762           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10763           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10764           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10765           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh
10766           +> hints/os390.sh
10767            - ext/util/extliblist
10768           !> (integrate 425 files)
10769 ____________________________________________________________________________
10770 [   159] By: nick                                  on 1997/10/18  03:20:11
10771         Log: Integrate (accept) t and win32 into oneperl
10772      Branch: oneperl
10773           +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl
10774           +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc
10775           +> win32/config.vc win32/config_H.bc win32/config_H.vc
10776           +> win32/makefile.mk
10777           !> (integrate 188 files)
10778 ____________________________________________________________________________
10779 [   158] By: nick                                  on 1997/10/18  03:12:59
10780         Log: Integrate lib/... into oneperl
10781      Branch: oneperl
10782           +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl
10783           !> (integrate 138 files)
10784 ____________________________________________________________________________
10785 [   157] By: nick                                  on 1997/10/18  02:55:53
10786         Log: Make lib/Bundle/CPAN.pm text in oneperl too.
10787      Branch: oneperl
10788            ! lib/Bundle/CPAN.pm
10789 ____________________________________________________________________________
10790 [   156] By: nick                                  on 1997/10/18  02:52:44
10791         Log: Make lib/Bundle/CPAN.pm a text file
10792      Branch: perl
10793            ! lib/Bundle/CPAN.pm
10794 ____________________________________________________________________________
10795 [   155] By: nick                                  on 1997/10/18  02:33:02
10796         Log: Some weirdness in the intgrate process
10797      Branch: oneperl
10798            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
10799            - win32/bin/webget.bat win32/config.H win32/config.w32
10800 ____________________________________________________________________________
10801 [   153] By: nick                                  on 1997/10/18  02:29:16
10802         Log: Let us try all the pure integrate stuff
10803      Branch: oneperl
10804           !> (integrate 647 files)
10805 ____________________________________________________________________________
10806 [   152] By: nick                                  on 1997/10/18  02:13:35
10807         Log: Get more sub directories out of the way.
10808      Branch: oneperl
10809           !> (integrate 92 files)
10810 ____________________________________________________________________________
10811 [   151] By: nick                                  on 1997/10/18  02:05:41
10812         Log: Integrate hints 
10813      Branch: oneperl
10814           !> (integrate 68 files)
10815 ____________________________________________________________________________
10816 [   150] By: nick                                  on 1997/10/18  01:57:20
10817         Log: Try reopening some non-contravertial files
10818      Branch: oneperl
10819           !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
10820           !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH
10821           !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL
10822           !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
10823 ____________________________________________________________________________
10824 [   144] By: gsar                                  on 1997/10/16  22:26:07
10825         Log: Merge changes to Thread and add makefile fixups to accomodate Thread
10826              build.  Once again, builds and runs all    Thread tests using either
10827              compiler.
10828      Branch: win32/perl
10829            ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile
10830            ! win32/makefile.mk
10831 ____________________________________________________________________________
10832 [   143] By: gsar                                  on 1997/10/16  20:45:58
10833         Log: A quick merge of latest mainline.
10834      Branch: win32/perl
10835           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10836           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10837           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10838           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10839           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10840           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10841           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10842           +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh
10843           +> lib/base.pm t/lib/dosglob.t
10844            - ext/util/extliblist
10845           !> (integrate 134 files)
10846
10847 ----------------
10848 Version 5.004_53
10849 ----------------
10850
10851 ____________________________________________________________________________
10852 [   142] By: mbeattie                              on 1997/10/16  16:52:55
10853         Log: Add newly moved perl/ext/Thread/... files to MANIFEST.
10854      Branch: perl
10855            ! MANIFEST
10856 ____________________________________________________________________________
10857 [   141] By: mbeattie                              on 1997/10/16  16:42:13
10858         Log: Move perlext/Thread into perl/ext/Thread.
10859      Branch: perl
10860           +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README
10861           +> ext/Thread/Thread.pm ext/Thread/Thread.xs
10862           +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
10863           +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t
10864           +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t
10865           +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t
10866           +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t
10867           +> ext/Thread/unsync3.t ext/Thread/unsync4.t
10868            ! Configure
10869      Branch: perlext
10870            - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
10871            - Thread/Thread.xs Thread/Thread/Queue.pm
10872            - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t
10873            - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t
10874            - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap
10875            - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
10876            - Thread/unsync4.t
10877 ____________________________________________________________________________
10878 [   140] By: mbeattie                              on 1997/10/16  16:26:53
10879         Log: Correct threads_mutex locking in main thread destruction.
10880              Add per-interp thrsv to hold SV struct thread for main thread.
10881              Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread.
10882              Add Thread/list.t test of Thread->list method.
10883              Let Thread::Semaphore methods up and down take an extra argument.
10884      Branch: perl
10885            ! embed.h interp.sym perl.c perl.h thread.h
10886      Branch: perlext
10887            + Thread/list.t
10888            ! Thread/Thread.xs Thread/Thread/Semaphore.pm
10889 ____________________________________________________________________________
10890 [   139] By: mbeattie                              on 1997/10/16  14:01:11
10891         Log: Fix up merge with 5.004_04.
10892      Branch: perl
10893            ! op.c perl.c t/lib/dosglob.t
10894 ____________________________________________________________________________
10895 [   138] By: TimBunce                              on 1997/10/16  12:58:22
10896         Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext
10897      Branch: maint-5.004/perl
10898            ! t/lib/dosglob.t
10899 ____________________________________________________________________________
10900 [   137] By: mbeattie                              on 1997/10/16  11:09:25
10901         Log: Merge maint-5.004 branch (5.004_04) with mainline.
10902      Branch: perl
10903           +> hints/os390.sh lib/base.pm t/lib/dosglob.t
10904            - ext/util/extliblist
10905           !> (integrate 132 files)
10906 ____________________________________________________________________________
10907 [   135] By: gsar                                  on 1997/10/15  21:46:05
10908         Log: Win32 changes over 5.004_52:
10909              - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it
10910              on an already locked mutex.
10911              - other minor tweaks.
10912              Now builds and runs win32-version of Thread_52, passing all tests.
10913      Branch: win32/perl
10914            ! perl.c proto.h thread.h
10915 ____________________________________________________________________________
10916 [   134] By: gsar                                  on 1997/10/15  18:19:31
10917         Log: fixup makefile.mk conflict.
10918      Branch: win32/perl
10919            ! win32/makefile.mk
10920 ____________________________________________________________________________
10921 [   133] By: gsar                                  on 1997/10/15  18:02:46
10922         Log: Integrated latest changes from mainline into win32.
10923      Branch: win32/perl
10924           +> fakethr.h
10925           !> MANIFEST Porting/makerel Porting/patchls README.threads
10926           !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc
10927           !> win32/config.vc win32/config_H.bc win32/config_H.vc
10928           !> win32/makefile.mk
10929
10930 ----------------
10931 Version 5.004_52
10932 ----------------
10933
10934 ____________________________________________________________________________
10935 [   132] By: mbeattie                              on 1997/10/15  17:02:38
10936         Log: Remove out-of-date test Thread/cond.t.
10937      Branch: perlext
10938            - Thread/cond.t
10939 ____________________________________________________________________________
10940 [   131] By: mbeattie                              on 1997/10/15  16:57:45
10941         Log: Finish thread state machine: fixes global destruction of threads,
10942              detaching, joining etc. Alter FAKE_THREADS-specific fields to use
10943              new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to
10944              Thread.xs.
10945      Branch: perl
10946            ! MANIFEST README.threads Todo.5.005 perl.c util.c
10947      Branch: perlext
10948            ! Thread/Thread.xs Thread/queue.t
10949 ____________________________________________________________________________
10950 [   130] By: mbeattie                              on 1997/10/15  16:55:10
10951         Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions.
10952              Fix ThrSETSTATE not to lock t->mutex itself.
10953      Branch: perl
10954            ! fakethr.h thread.h
10955 ____________________________________________________________________________
10956 [   129] By: mbeattie                              on 1997/10/15  16:53:35
10957         Log: Remove stale code from pp_entersub which breaks sub ownership locks.
10958      Branch: perl
10959            ! pp_hot.c
10960 ____________________________________________________________________________
10961 [   128] By: TimBunce                              on 1997/10/15  15:55:26
10962         Log: Maintenance 5.004_04 changes
10963      Branch: maint-5.004/perl
10964            + hints/os390.sh lib/base.pm t/lib/dosglob.t
10965            - ext/util/extliblist
10966            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel
10967            ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm
10968            ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h
10969            ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm
10970            ! ext/util/make_ext global.sym gv.c hints/bsdos.sh
10971            ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh
10972            ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c
10973            ! installperl lib/AutoLoader.pm lib/CPAN.pm
10974            ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm
10975            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
10976            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp
10977            ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm
10978            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm
10979            ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm
10980            ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm
10981            ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm
10982            ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c
10983            ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL
10984            ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h
10985            ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod
10986            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10987            ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod
10988            ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod
10989            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c
10990            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c
10991            ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t
10992            ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t
10993            ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t
10994            ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c
10995            ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL
10996            ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h
10997            ! win32/Makefile win32/config_H.bc win32/config_H.vc
10998            ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c
10999            ! win32/win32sck.c x2p/Makefile.SH x2p/util.c
11000 ____________________________________________________________________________
11001 [   127] By: mbeattie                              on 1997/10/15  10:00:18
11002         Log: Added fakethr.h.
11003      Branch: perl
11004            + fakethr.h
11005 ____________________________________________________________________________
11006 [   126] By: mbeattie                              on 1997/10/15  09:50:57
11007         Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API.
11008      Branch: perl
11009            ! thread.h
11010 ____________________________________________________________________________
11011 [   125] By: mbeattie                              on 1997/10/15  09:09:24
11012         Log: Started rewriting thread state machine.
11013      Branch: perl
11014            ! perl.c thread.h
11015      Branch: perlext
11016            ! Thread/Thread.xs
11017 ____________________________________________________________________________
11018 [   124] By: gsar                                  on 1997/10/14  00:23:15
11019         Log: Remove spurious extra MUTEX_LOCK in pp_entersub().  Now builds and passes
11020              tests in win32 version of latest perlext/Thread.
11021      Branch: win32/perl
11022            ! pp_hot.c
11023 ____________________________________________________________________________
11024 [   123] By: gsar                                  on 1997/10/13  23:18:38
11025         Log: Initial merge of win32 threads patch.
11026      Branch: win32/perl
11027            ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h
11028            ! win32/Makefile win32/makedef.pl win32/makefile.mk
11029            ! win32/perllib.c win32/pod.mak win32/win32.h
11030 ____________________________________________________________________________
11031 [   122] By: gsar                                  on 1997/10/10  20:58:40
11032         Log: Integrated changes on mainline into the win32 branch.  Had to set
11033              P4USER=mbeattie for the resolve step (due to the presence of newly
11034              branched files that had not been submitted?)
11035      Branch: win32/perl
11036           +> Porting/makerel Porting/patchls README.threads Todo.5.005
11037           +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
11038           +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym
11039           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11040           +> win32/bin/webget.pl win32/config.bc win32/config.vc
11041           +> win32/config_H.bc win32/config_H.vc win32/makefile.mk
11042            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
11043            - win32/bin/webget.bat win32/config.H win32/config.w32
11044            ! thread.h
11045           !> (integrate 858 files)
11046 ____________________________________________________________________________
11047 [   121] By: mbeattie                              on 1997/10/10  17:23:41
11048         Log: Tweak a few Thread tests.
11049      Branch: perlext
11050            + Thread/join2.t
11051            ! Thread/io.t Thread/sync2.t
11052 ____________________________________________________________________________
11053 [   120] By: mbeattie                              on 1997/10/10  17:22:46
11054         Log: Rewrite thread destruction system using linked list of threads.
11055              Still not completely done. Add methods self, equal, flags, list
11056              to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap.
11057      Branch: perl
11058            ! perl.c perl.h thread.h
11059      Branch: perlext
11060            ! Thread/Thread.xs Thread/typemap
11061 ____________________________________________________________________________
11062 [   119] By: mbeattie                              on 1997/10/10  17:19:55
11063         Log: Fix up locking/synchronisation for pp_entersub.
11064      Branch: perl
11065            ! pp_hot.c
11066 ____________________________________________________________________________
11067 [   118] By: mbeattie                              on 1997/10/10  09:55:32
11068         Log: Put back entries in MANIFEST for the four now-returned win32/* files
11069      Branch: perl
11070            ! MANIFEST
11071 ____________________________________________________________________________
11072 [   117] By: mbeattie                              on 1997/10/10  08:12:23
11073         Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl
11074      Branch: perl
11075            ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl
11076 ____________________________________________________________________________
11077 [   116] By: mbeattie                              on 1997/10/08  15:41:08
11078         Log: Add missing sig_pipe definition to Thread.xs.
11079      Branch: perlext
11080            ! Thread/Thread.xs
11081 ____________________________________________________________________________
11082 [   115] By: mbeattie                              on 1997/10/08  15:40:46
11083         Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
11084              add missing dTHR; to new function unwind_handler_stack() in mg.c
11085              and bump patchlevel.h to 5.004_52.
11086      Branch: perl
11087            ! MANIFEST mg.c patchlevel.h
11088 ____________________________________________________________________________
11089 [   114] By: mbeattie                              on 1997/10/08  10:19:27
11090         Log: Merge maint-5.004 branch (5.004_03) with mainline.
11091              MANIFEST is out of sync.
11092      Branch: perl
11093           +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11094           +> win32/bin/webget.pl
11095            - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat
11096            - win32/bin/webget.bat
11097           !> (integrate 168 files)
11098 ____________________________________________________________________________
11099 [   113] By: mbeattie                              on 1997/10/05  17:52:49
11100         Log: Move init of global mutexes/cond vars earlier.
11101      Branch: perl
11102            ! perl.c
11103 ____________________________________________________________________________
11104 [   112] By: nick                                  on 1997/10/04  15:25:28
11105         Log: Add perl.sym to MANIFEST
11106      Branch: oneperl
11107            ! MANIFEST
11108 ____________________________________________________________________________
11109 [   111] By: nick                                  on 1997/10/04  15:23:37
11110         Log: Missing file
11111      Branch: oneperl
11112            + perl.sym
11113 ____________________________________________________________________________
11114 [   110] By: nick                                  on 1997/10/04  13:04:26
11115         Log: Now builds the extensions as well
11116              Passes all tests
11117      Branch: oneperl
11118            ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11119            ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c
11120            ! toke.c util.c writemain.SH
11121 ____________________________________________________________________________
11122 [   109] By: nick                                  on 1997/10/04  12:02:14
11123         Log: Odd checkin issue
11124      Branch: oneperl
11125            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
11126            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
11127            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
11128            ! vms/perly_h.vms writemain.SH
11129 ____________________________________________________________________________
11130 [   108] By: nick                                  on 1997/10/04  11:12:52
11131         Log: Added lots of (missing) prototypes (ckprotos is util to check)
11132              Fixed missing aTHIS flagged by above.
11133              -DUSE_THISPTR passes minitest!
11134      Branch: oneperl
11135            + ckprotos
11136            ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c
11137            ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c
11138            ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms
11139            ! vms/perly_h.vms
11140 ____________________________________________________________________________
11141 [   107] By: nick                                  on 1997/10/03  22:36:52
11142         Log: .y muddle fixup - will get this sorted oneday ...
11143      Branch: oneperl
11144            ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms
11145            ! vms/perly_h.vms
11146 ____________________________________________________________________________
11147 [   106] By: mbeattie                              on 1997/10/03  17:12:33
11148         Log: Remove last traces of "tokenbuf as temp buffer" and removed it
11149              from struct thread. Added missing thr->Tfoo defines for statbuf
11150              and timesbuf and removed unused Tbuf field.
11151      Branch: perl
11152            ! doio.c mg.c perl.c pp_sys.c sv.c thread.h
11153 ____________________________________________________________________________
11154 [   105] By: nick                                  on 1997/10/03  15:56:50
11155         Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS
11156      Branch: oneperl
11157            ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym
11158            ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h
11159            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
11160            ! sv.c taint.c thread.h toke.c universal.c util.c
11161 ____________________________________________________________________________
11162 [   104] By: mbeattie                              on 1997/10/03  15:23:25
11163         Log: Back out sv_bless3 change which made pp_bless zap '~'-magic.
11164      Branch: perl
11165            ! global.sym pp.c proto.h sv.c
11166 ____________________________________________________________________________
11167 [   103] By: mbeattie                              on 1997/10/03  15:17:39
11168         Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks.
11169      Branch: perl
11170            ! av.c hv.c perl.h sv.c
11171 ____________________________________________________________________________
11172 [   102] By: mbeattie                              on 1997/10/03  11:53:51
11173         Log: Reliable thread signal handling.
11174      Branch: perl
11175            ! global.sym mg.c perl.c perl.h
11176      Branch: perlext
11177            ! Thread/Thread.xs
11178 ____________________________________________________________________________
11179 [   101] By: nick                                  on 1997/10/02  20:43:17
11180         Log: Cleanup perly.y stuff
11181      Branch: oneperl
11182            ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms
11183 ____________________________________________________________________________
11184 [   100] By: nick                                  on 1997/10/02  18:54:08
11185         Log: Compiles with less invasive aTHIS adding
11186      Branch: oneperl
11187            + nothis.sym
11188            ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h
11189            ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h
11190            ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c
11191            ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11192            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
11193            ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c
11194            ! util.c vars.h
11195
11196 ----------------
11197 Version 5.004_51
11198 ----------------
11199
11200 ____________________________________________________________________________
11201 [    99] By: mbeattie                              on 1997/10/02  17:23:48
11202         Log: Added Thread/queue.t.
11203      Branch: perlext
11204            + Thread/queue.t
11205 ____________________________________________________________________________
11206 [    98] By: mbeattie                              on 1997/10/02  17:19:44
11207         Log: Bumped patchlevel to 51. Updated Todo.5.005.
11208      Branch: perl
11209            ! Todo.5.005 patchlevel.h
11210 ____________________________________________________________________________
11211 [    97] By: mbeattie                              on 1997/10/02  17:07:47
11212         Log: Update README.threads amd Thread/README
11213      Branch: perl
11214            ! README.threads
11215      Branch: perlext
11216            ! Thread/README
11217 ____________________________________________________________________________
11218 [    96] By: mbeattie                              on 1997/10/02  16:58:47
11219         Log: Configure -Dusethreads hints for dec_osf and solaris_2 and
11220              fix sv_bless3 prototype.
11221      Branch: perl
11222            ! hints/dec_osf.sh hints/solaris_2.sh sv.c
11223 ____________________________________________________________________________
11224 [    95] By: mbeattie                              on 1997/10/02  16:50:21
11225         Log: Fixed broken typemap for Thread.
11226      Branch: perlext
11227            ! Thread/typemap
11228 ____________________________________________________________________________
11229 [    94] By: mbeattie                              on 1997/10/02  16:34:03
11230         Log: Fix pod text in Lint.pm for private-names option.
11231      Branch: perlext
11232            ! Compiler/B/Lint.pm
11233 ____________________________________________________________________________
11234 [    93] By: mbeattie                              on 1997/10/02  13:44:46
11235         Log: Add Todo.5.005 to MANIFEST and submit remade embed.h.
11236      Branch: perl
11237            ! MANIFEST embed.h
11238 ____________________________________________________________________________
11239 [    92] By: mbeattie                              on 1997/10/02  13:27:10
11240         Log: Add Todo.5.005
11241      Branch: perl
11242            + Todo.5.005
11243 ____________________________________________________________________________
11244 [    91] By: nick                                  on 1997/10/01  20:23:38
11245         Log: Raw _T# trial
11246      Branch: oneperl
11247            ! embed.h embed.pl proto.h sv.c
11248 ____________________________________________________________________________
11249 [    90] By: nick                                  on 1997/10/01  18:22:03
11250         Log: THIS + new sort stuff
11251      Branch: oneperl
11252            ! miniperlmain.c perl.c pp_ctl.c proto.h util.c
11253 ____________________________________________________________________________
11254 [    89] By: nick                                  on 1997/10/01  18:03:05
11255         Log: qsort cleanup - now tailored to perl's use and 'this' aware.
11256      Branch: oneperl
11257            ! pp_ctl.c proto.h util.c
11258 ____________________________________________________________________________
11259 [    88] By: mbeattie                              on 1997/10/01  17:04:12
11260         Log: Start of Configure support for -Dusethreads plus associated
11261              Linux hints.
11262      Branch: perl
11263            ! Configure hints/linux.sh
11264 ____________________________________________________________________________
11265 [    87] By: mbeattie                              on 1997/10/01  17:03:34
11266         Log: Move runops_foo prototypes from proto.h to early in perl.h.
11267      Branch: perl
11268            ! perl.h proto.h
11269 ____________________________________________________________________________
11270 [    86] By: nick                                  on 1997/09/30  19:15:21
11271         Log: Debug hackery to thread.h - temporary
11272              Quick-fix qsort() replacement - more to come.
11273      Branch: oneperl
11274            ! thread.h util.c
11275 ____________________________________________________________________________
11276 [    85] By: mbeattie                              on 1997/09/30  15:50:27
11277         Log: Added Lint option regexp-variables.
11278      Branch: perlext
11279            ! Compiler/B/Lint.pm
11280 ____________________________________________________________________________
11281 [    84] By: mbeattie                              on 1997/09/30  15:11:07
11282         Log: Merge maint-5.004 branch (5.004_01) with mainline.
11283      Branch: perl
11284           +> Porting/makerel Porting/patchls hints/newsos4.sh
11285           +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
11286           +> win32/config.vc win32/config_H.bc win32/config_H.vc
11287           +> win32/makefile.mk
11288            - win32/config.H win32/config.w32
11289           !> (integrate 109 files)
11290 ____________________________________________________________________________
11291 [    83] By: TimBunce                              on 1997/09/30  14:27:09
11292         Log: Maintenance 5.004_03 changes (addendum)
11293      Branch: maint-5.004/perl
11294            - win32/bin/search.bat
11295 ____________________________________________________________________________
11296 [    82] By: TimBunce                              on 1997/09/30  14:11:29
11297         Log: Maintenance 5.004_03 changes
11298      Branch: maint-5.004/perl
11299            + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl
11300            + win32/bin/webget.pl
11301            - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat
11302            - win32/bin/webget.bat
11303            ! Changes Configure MANIFEST Makefile.SH Porting/makerel
11304            ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh
11305            ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm
11306            ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm
11307            ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h
11308            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11309            ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL
11310            ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c
11311            ! utils/perlbug.PL win32/Makefile win32/makefile.mk
11312            ! win32/win32.c
11313 ____________________________________________________________________________
11314 [    81] By: TimBunce                              on 1997/09/30  13:17:27
11315         Log: Maintenance 5.004_02 changes
11316      Branch: maint-5.004/perl
11317            + win32/bin/runperl.bat
11318            ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls
11319            ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c
11320            ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11321            ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs
11322            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
11323            ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap
11324            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs
11325            ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh
11326            ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml
11327            ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm
11328            ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm
11329            ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11330            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
11331            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11332            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
11333            ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm
11334            ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm
11335            ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm
11336            ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm
11337            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm
11338            ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl
11339            ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs
11340            ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c
11341            ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod
11342            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
11343            ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod
11344            ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod
11345            ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod
11346            ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c
11347            ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t
11348            ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t
11349            ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t
11350            ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t
11351            ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t
11352            ! t/op/substr.t t/op/universal.t toke.c universal.c util.c
11353            ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL
11354            ! vms/config.vms vms/descrip.mms vms/ext/filespec.t
11355            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
11356            ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat
11357            ! win32/config.bc win32/config.vc win32/config_H.bc
11358            ! win32/config_H.vc win32/config_h.PL win32/makedef.pl
11359            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
11360            ! win32/win32io.c win32/win32io.h win32/win32iop.h
11361            ! win32/win32sck.c
11362 ____________________________________________________________________________
11363 [    80] By: nick                                  on 1997/09/29  20:31:43
11364         Log: Add some prototypes in attempt to flush out errors
11365              Tidy up vars.h usage.
11366      Branch: oneperl
11367            ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c
11368            ! proto.h util.c vars.h
11369 ____________________________________________________________________________
11370 [    79] By: nick                                  on 1997/09/29  17:12:07
11371         Log: Builds and passes tests without THISPTR
11372      Branch: oneperl
11373            ! MANIFEST global.sym perl.c perl.h vars.h
11374 ____________________________________________________________________________
11375 [    78] By: mbeattie                              on 1997/09/29  16:57:23
11376         Log: Re-introduce the changes from change 68 (runops becomes a
11377              function pointer and sv_bless3 for '~'-magic) which got lost
11378              during the preparation for the maint-merge.
11379      Branch: perl
11380            ! global.sym perl.h pp.c proto.h run.c sv.c
11381 ____________________________________________________________________________
11382 [    77] By: mbeattie                              on 1997/09/29  16:44:16
11383         Log: Start merge with maint-5.004 branch by creating an ancestral
11384              branch point via a fake resolution with the maint-merge branch.
11385              See Perforce Tech Note 9 for details.
11386      Branch: perl
11387           !> (integrate 864 files)
11388 ____________________________________________________________________________
11389 [    76] By: nick                                  on 1997/09/28  19:04:42
11390         Log: Code with this pointer compiles (but core dumps)
11391      Branch: oneperl
11392            ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c
11393            ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h
11394            ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h
11395            ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h
11396            ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y
11397            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
11398            ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h
11399            ! taint.c thread.h toke.c universal.c unixish.h util.c util.h
11400            ! vars.h
11401 ____________________________________________________________________________
11402 [    75] By: nick                                  on 1997/09/28  15:45:35
11403         Log: Quasi sensible starting point for aTHIS addition.
11404      Branch: oneperl
11405            ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c
11406 ____________________________________________________________________________
11407 [    74] By: nick                                  on 1997/09/28  11:23:32
11408         Log: Ooops - unwind perly.* stuff for now
11409      Branch: oneperl
11410            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
11411 ____________________________________________________________________________
11412 [    73] By: nick                                  on 1997/09/28  11:17:23
11413         Log: Builds and passes all tests again
11414      Branch: oneperl
11415            ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y
11416            ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms
11417 ____________________________________________________________________________
11418 [    72] By: nick                                  on 1997/09/28  10:47:01
11419         Log: Save "important things" before re-try
11420      Branch: oneperl
11421            + vars.h
11422            ! embed.pl thread.h thread.sym
11423 ____________________________________________________________________________
11424 [    71] By: nick                                  on 1997/09/26  17:47:31
11425         Log: Basic hacks to build with USE_THISPTR, not yet useful
11426              but builds miniperl and passes minitest with all thread 
11427              variables via a _GLOBAL_ thr variable rather than globals.
11428              Now for the local thr variable ...
11429      Branch: oneperl
11430            + thread.sym
11431            ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c
11432            ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh
11433            ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c
11434            ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c
11435            ! util.c vms/vms.c
11436 ____________________________________________________________________________
11437 [    70] By: mbeattie                              on 1997/09/23  14:29:23
11438         Log: Branch oneperl from mainline.
11439      Branch: oneperl
11440           +> (branch 871 files)
11441 ____________________________________________________________________________
11442 [    69] By: mbeattie                              on 1997/09/22  16:02:37
11443         Log: struct thread now stored in an SV and uses '~'-magic for access.
11444      Branch: perl
11445            ! thread.h
11446      Branch: perlext
11447            ! Thread/Thread.xs Thread/typemap
11448 ____________________________________________________________________________
11449 [    68] By: mbeattie                              on 1997/09/22  16:01:48
11450         Log: runops becomes a funtion pointer and sv_bless3 created
11451              to avoid pointer forgery with '~'-magic.
11452      Branch: perl
11453            ! global.sym perl.c perl.h pp.c proto.h run.c sv.c
11454 ____________________________________________________________________________
11455 [    67] By: mbeattie                              on 1997/09/22  15:45:56
11456         Log: More fprintf -> PerlIO_printf changes.
11457      Branch: perl
11458            ! perl.c pp_hot.c util.c
11459 ____________________________________________________________________________
11460 [    66] By: mbeattie                              on 1997/09/22  15:10:40
11461         Log: Minor multi-threading patches for VMS.
11462      Branch: perl
11463            ! mg.c thread.h vms/vms.c
11464 ____________________________________________________________________________
11465 [    65] By: mbeattie                              on 1997/09/15  14:09:11
11466         Log: Add undefined-subs option to Lint.pm.
11467      Branch: perlext
11468            ! Compiler/B/Lint.pm
11469 ____________________________________________________________________________
11470 [    64] By: mbeattie                              on 1997/09/10  16:39:41
11471         Log: Debugging output for lock handling.
11472      Branch: perl
11473            ! mg.c pp.c pp_hot.c util.c
11474 ____________________________________________________________________________
11475 [    63] By: mbeattie                              on 1997/09/10  14:49:00
11476         Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm
11477      Branch: perlext
11478           +> Thread/Thread/Semaphore.pm
11479            - Thread/Semaphore.pm
11480 ____________________________________________________________________________
11481 [    62] By: mbeattie                              on 1997/09/10  14:47:31
11482         Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm
11483      Branch: perlext
11484           +> Thread/Thread/Queue.pm
11485            - Thread/Queue.pm
11486 ____________________________________________________________________________
11487 [    61] By: mbeattie                              on 1997/09/10  13:56:50
11488         Log: Solaris fixes: delete pad and padname from thread.h and remove
11489              MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c.
11490      Branch: perl
11491            ! thread.h x2p/Makefile.SH
11492
11493 ----------------
11494 Version 5.004_50        First developer release towards 5.005
11495 ----------------
11496
11497 Maintenance of the 5.004 version of perl continues with the 5.004_xx
11498 series, where 'xx' is <= 49.  Development of the next version, 5.005,
11499 starts with 5.004_50.
11500
11501 ____________________________________________________________________________
11502 [    60] By: mbeattie                              on 1997/09/09  16:57:41
11503         Log: Update README.threads to mention -DL.
11504      Branch: perl
11505            ! README.threads
11506 ____________________________________________________________________________
11507 [    59] By: mbeattie                              on 1997/09/09  16:49:08
11508         Log: Add Thread modules Queue.pm and Semaphore.pm
11509      Branch: perlext
11510            + Thread/Queue.pm Thread/Semaphore.pm
11511 ____________________________________________________________________________
11512 [    58] By: mbeattie                              on 1997/09/09  16:33:45
11513         Log: Update README.threads
11514      Branch: perl
11515            ! README.threads
11516 ____________________________________________________________________________
11517 [    57] By: mbeattie                              on 1997/09/09  16:26:47
11518         Log: Add debug info to Thread typemap.
11519      Branch: perlext
11520            ! Thread/typemap
11521 ____________________________________________________________________________
11522 [    56] By: mbeattie                              on 1997/09/09  15:04:26
11523         Log: Rewrite synchronisation of subs/methods and add attrs
11524              extension for specifying 'locked' and 'method' attributes.
11525      Branch: perl
11526            + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs
11527            ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c
11528            ! pp_hot.c proto.h sv.c sv.h toke.c
11529      Branch: perlext
11530            ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t
11531 ____________________________________________________________________________
11532 [    55] By: mbeattie                              on 1997/09/03  16:34:47
11533         Log: Add new keyword "lock" to Opcode.pm
11534      Branch: perl
11535            ! ext/Opcode/Opcode.pm
11536 ____________________________________________________________________________
11537 [    54] By: mbeattie                              on 1997/09/03  14:44:44
11538         Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change
11539      Branch: perl
11540            ! embed.h keywords.h
11541 ____________________________________________________________________________
11542 [    53] By: mbeattie                              on 1997/09/03  13:52:24
11543         Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm
11544      Branch: perl
11545            ! MANIFEST
11546 ____________________________________________________________________________
11547 [    52] By: mbeattie                              on 1997/09/03  13:41:20
11548         Log: Let Lint private_names catch out-of-package _foo methods.
11549      Branch: perlext
11550            ! Compiler/B/Lint.pm
11551 ____________________________________________________________________________
11552 [    51] By: mbeattie                              on 1997/09/03  13:20:12
11553         Log: Bump patchlevel.h to 5.004_50
11554      Branch: perl
11555            ! patchlevel.h
11556 ____________________________________________________________________________
11557 [    50] By: mbeattie                              on 1997/09/03  12:31:48
11558         Log: Make compiler build/work with devel 5.005
11559      Branch: perlext
11560            ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h
11561            ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h
11562 ____________________________________________________________________________
11563 [    49] By: mbeattie                              on 1997/09/03  12:28:05
11564         Log: Rename RESTART to INIT and associated changes
11565      Branch: perl
11566            ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y
11567            ! toke.c vms/perly_c.vms
11568 ____________________________________________________________________________
11569 [    48] By: mbeattie                              on 1997/09/02  15:54:27
11570         Log: Added private-names option.
11571      Branch: perlext
11572            ! Compiler/B/Lint.pm
11573 ____________________________________________________________________________
11574 [    47] By: mbeattie                              on 1997/09/02  11:54:55
11575         Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV.
11576      Branch: perlext
11577            ! Compiler/cc_runtime.h
11578 ____________________________________________________________________________
11579 [    46] By: mbeattie                              on 1997/08/28  19:40:08
11580         Log: Missing sprintf in try_autoload.
11581      Branch: perlext
11582            ! Compiler/B/C.pm
11583 ____________________________________________________________________________
11584 [    45] By: mbeattie                              on 1997/08/13  16:15:25
11585         Log: Threading fixups for Digital UNIX.
11586      Branch: perl
11587            ! README.threads malloc.c perl.h toke.c
11588 ____________________________________________________________________________
11589 [    44] By: mbeattie                              on 1997/08/11  15:46:29
11590         Log: Assorted changes for multi-threading (now works rather more).
11591      Branch: perl
11592            + README.threads
11593            ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h
11594            ! toke.c util.c
11595      Branch: perlext
11596            ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t
11597            ! Thread/unsync.t
11598 ____________________________________________________________________________
11599 [    43] By: mbeattie                              on 1997/08/08  14:11:00
11600         Log: Made Lint check subs (and -u packages).
11601              Added support for dollar_underscore and implicit $_ in foreach.
11602      Branch: perlext
11603            ! Compiler/B/Lint.pm
11604 ____________________________________________________________________________
11605 [    42] By: TimBunce                              on 1997/07/25  17:15:57
11606         Log: Maintenance 5.004_01 changes
11607      Branch: maint-5.004/perl
11608            + Porting/makerel Porting/patchls hints/newsos4.sh
11609            + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc
11610            + win32/config.vc win32/config_H.bc win32/config_H.vc
11611            + win32/makefile.mk
11612            - win32/config.H win32/config.w32
11613            ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH
11614            ! Porting/pumpkin.pod README README.win32 doio.c embed.h
11615            ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11616            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL
11617            ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh
11618            ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm
11619            ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm
11620            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
11621            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11622            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
11623            ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm
11624            ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm
11625            ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH
11626            ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod
11627            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
11628            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod
11629            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
11630            ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod
11631            ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall
11632            ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c
11633            ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t
11634            ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests
11635            ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t
11636            ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL
11637            ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm
11638            ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod
11639            ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h
11640            ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c
11641            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c
11642            ! win32/win32io.h win32/win32iop.h win32/win32sck.c
11643 ____________________________________________________________________________
11644 [    41] By: mbeattie                              on 1997/07/24  14:57:53
11645         Log: Start support for fake threads.
11646              pp_lock now returns its argument.
11647      Branch: perl
11648            ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c
11649            ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c
11650            ! util.c
11651      Branch: perlext
11652            ! Thread/Thread.xs
11653 ____________________________________________________________________________
11654 [    40] By: mbeattie                              on 1997/07/24  14:55:07
11655         Log: Add missing reset of eval_owner if doeval() fails to parse.
11656      Branch: perl
11657            ! pp_ctl.c
11658 ____________________________________________________________________________
11659 [    39] By: mbeattie                              on 1997/07/17  13:35:51
11660         Log: Fix multiple problems with lexical @_.
11661      Branch: perl
11662            ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h
11663            ! toke.c
11664 ____________________________________________________________________________
11665 [    38] By: mbeattie                              on 1997/07/16  17:02:09
11666         Log: Change %lx to %x in B::CV::save to prevent some CV
11667              fields becoming 0 in the init section. Add missing
11668              write_back in B::Stackobj::Padsv::load_double to fix
11669              test 22 of op/my.t.
11670      Branch: perlext
11671            ! Compiler/B/C.pm Compiler/B/Stackobj.pm
11672 ____________________________________________________________________________
11673 [    37] By: mbeattie                              on 1997/07/10  11:28:16
11674         Log: Branch win32 developments from main perl branch.
11675      Branch: win32/perl
11676           +> (branch 867 files)
11677 ____________________________________________________________________________
11678 [    36] By: mbeattie                              on 1997/07/05  11:58:05
11679         Log: B::CC::pp_padsv must cope with vivify_ref (5.004)
11680              as well as provide_ref (5.003).
11681      Branch: perlext
11682            ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES
11683 ____________________________________________________________________________
11684 [    35] By: mbeattie                              on 1997/07/05  11:55:18
11685         Log: Introduce pp_lock.
11686      Branch: perl
11687            ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl
11688            ! pp.c pp_ctl.c toke.c
11689 ____________________________________________________________________________
11690 [    34] By: mbeattie                              on 1997/07/01  12:24:28
11691         Log: Support for op in global register (still buggy)
11692      Branch: perl
11693            ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c
11694            ! proto.h scope.c scope.h thread.h
11695 ____________________________________________________________________________
11696 [    33] By: mbeattie                              on 1997/06/24  16:34:24
11697         Log: Branch lexical warnings from perl branch.
11698      Branch: lexwarn/perl
11699           +> (branch 867 files)
11700 ____________________________________________________________________________
11701 [    32] By: mbeattie                              on 1997/06/24  14:33:57
11702         Log: Branch integration of maint-5.004 from relperl.
11703      Branch: mainline/perl
11704           +> (branch 600 files)
11705      Branch: maint-5.004/perl
11706           +> (branch 864 files)
11707 ____________________________________________________________________________
11708 [    31] By: mbeattie                              on 1997/06/20  11:46:50
11709         Log: corrected bad_type() prototype. 
11710      Branch: perl
11711            ! op.c
11712 ____________________________________________________________________________
11713 [    30] By: mbeattie                              on 1997/06/12  12:38:05
11714         Log: Tweak README.
11715      Branch: perlext
11716            ! Thread/README
11717 ____________________________________________________________________________
11718 [    29] By: mbeattie                              on 1997/06/12  12:34:59
11719         Log: Document -m option of CC backend.
11720      Branch: perlext
11721            ! Compiler/NOTES
11722 ____________________________________________________________________________
11723 [    28] By: mbeattie                              on 1997/06/12  12:25:05
11724         Log: Support sysseek introduced in 5.004.
11725      Branch: perlext
11726            ! Compiler/ccop.c Compiler/ccop.h
11727 ____________________________________________________________________________
11728 [    27] By: mbeattie                              on 1997/06/05  14:20:51
11729         Log: More fixups for thrperl integration.
11730      Branch: perl
11731            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
11732            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
11733            ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c
11734            ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c
11735            ! util.c
11736 ____________________________________________________________________________
11737 [    25] By: mbeattie                              on 1997/05/28  15:11:24
11738         Log: Fixups for thrperl integration.
11739      Branch: perl
11740            ! embed.h keywords.h op.c opcode.h perl.c util.c
11741 ____________________________________________________________________________
11742 [    24] By: mbeattie                              on 1997/05/26  20:10:42
11743         Log: Integrate thrperl 5.003->5.004.
11744      Branch: perl
11745           +> thread.h
11746           !> (integrate 33 files)
11747 ____________________________________________________________________________
11748 [    23] By: mbeattie                              on 1997/05/26  11:45:39
11749         Log: Fix ppname when saving subs.
11750      Branch: perlext
11751            ! Compiler/B/C.pm
11752 ____________________________________________________________________________
11753 [    22] By: mbeattie                              on 1997/05/26  11:45:03
11754         Log: -mFoo option now forces -uFoo.
11755      Branch: perlext
11756            ! Compiler/B/CC.pm
11757 ____________________________________________________________________________
11758 [    21] By: mbeattie                              on 1997/05/26  11:43:37
11759         Log: Put back objsym/savesym (used by walkoptree_exec).
11760      Branch: perlext
11761            ! Compiler/B.pm
11762 ____________________________________________________________________________
11763 [    20] By: mbeattie                              on 1997/05/26  11:38:45
11764         Log: Add avhv_store_ent. Add missing avhv_* to global.sym.
11765      Branch: perl
11766            ! av.c global.sym
11767 ____________________________________________________________________________
11768 [    19] By: mbeattie                              on 1997/05/25  21:19:38
11769         Log: Fix up integration 5.003->5.004.
11770      Branch: perl
11771            + lib/Class/Fields.pm lib/ISA.pm
11772            ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h
11773            ! toke.c
11774 ____________________________________________________________________________
11775 [    18] By: mbeattie                              on 1997/05/25  10:31:21
11776         Log: First stab at 5.003 -> 5.004 integration.
11777      Branch: perl
11778           +> (branch 291 files)
11779            - Changes.Conf ext/DynaLoader/dl_os2.xs
11780            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
11781            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
11782            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
11783            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
11784            - lib/chat2.pl lib/splain os2/README os2/README.old
11785            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
11786            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
11787            - x2p/handy.h x2p/s2p.man
11788           !> (integrate 392 files)
11789 ____________________________________________________________________________
11790 [    17] By: mbeattie                              on 1997/05/24  18:46:49
11791         Log: Wholesale update to 5.004.
11792      Branch: relperl
11793            + Changes5.000 Changes5.001 Changes5.002 Changes5.003
11794            + Porting/Glossary Porting/pumpkin.pod README.amiga
11795            + README.cygwin32 README.os2 README.plan9 README.qnx
11796            + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h
11797            + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld
11798            + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi
11799            + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
11800            + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
11801            + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
11802            + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
11803            + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi
11804            + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
11805            + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs
11806            + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm
11807            + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
11808            + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
11809            + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl
11810            + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl
11811            + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL
11812            + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
11813            + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh
11814            + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh
11815            + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh
11816            + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh
11817            + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm
11818            + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm
11819            + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm
11820            + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm
11821            + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
11822            + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm
11823            + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm
11824            + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
11825            + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm
11826            + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm
11827            + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm
11828            + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm
11829            + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes
11830            + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs
11831            + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL
11832            + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t
11833            + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes
11834            + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL
11835            + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs
11836            + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap
11837            + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL
11838            + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
11839            + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST
11840            + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
11841            + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t
11842            + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
11843            + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test
11844            + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
11845            + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t
11846            + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h
11847            + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo
11848            + plan9/config.plan9 plan9/exclude plan9/fndvers
11849            + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9
11850            + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c
11851            + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL
11852            + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod
11853            + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11854            + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11855            + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
11856            + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod
11857            + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t
11858            + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t
11859            + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t
11860            + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t
11861            + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t
11862            + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t
11863            + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t
11864            + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t
11865            + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t
11866            + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t
11867            + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t
11868            + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t
11869            + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t
11870            + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t
11871            + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t
11872            + t/op/universal.t t/pragma/constant.t t/pragma/locale.t
11873            + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs
11874            + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t
11875            + t/pragma/warn-1global t/pragma/warning.t universal.c
11876            + utils/splain.PL vms/ext/DCLsym/0README.txt
11877            + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
11878            + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl
11879            + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm
11880            + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl
11881            + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat
11882            + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl
11883            + win32/config.H win32/config.w32 win32/config_h.PL
11884            + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl
11885            + win32/include/arpa/inet.h win32/include/dirent.h
11886            + win32/include/netdb.h win32/include/sys/socket.h
11887            + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl
11888            + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c
11889            + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c
11890            + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod
11891            + x2p/proto.h
11892            - Changes.Conf ext/DynaLoader/dl_os2.xs
11893            - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs
11894            - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps
11895            - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
11896            - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter
11897            - lib/chat2.pl lib/splain os2/README os2/README.old
11898            - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t
11899            - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man
11900            - x2p/handy.h x2p/s2p.man
11901            ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST
11902            ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH
11903            ! config_H config_h.SH configpm configure cop.h cv.h deb.c
11904            ! doio.c doop.c dosish.h dump.c eg/README eg/nih
11905            ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm
11906            ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm
11907            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11908            ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
11909            ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs
11910            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs
11911            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs
11912            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
11913            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
11914            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
11915            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11916            ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm
11917            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
11918            ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm
11919            ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c
11920            ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3
11921            ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
11922            ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext
11923            ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh
11924            ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh
11925            ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh
11926            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh
11927            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
11928            ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh
11929            ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh
11930            ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh
11931            ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh
11932            ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh
11933            ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh
11934            ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h
11935            ! installman installperl interp.sym keywords.h keywords.pl
11936            ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm
11937            ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
11938            ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm
11939            ! lib/Exporter.pm lib/ExtUtils/Install.pm
11940            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
11941            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11942            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
11943            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
11944            ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
11945            ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm
11946            ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm
11947            ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm
11948            ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm
11949            ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm
11950            ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm
11951            ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm
11952            ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
11953            ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
11954            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11955            ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
11956            ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
11957            ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl
11958            ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl
11959            ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl
11960            ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl
11961            ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
11962            ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl
11963            ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm
11964            ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl
11965            ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl
11966            ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h
11967            ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh
11968            ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc
11969            ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
11970            ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
11971            ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
11972            ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
11973            ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
11974            ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod
11975            ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod
11976            ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod
11977            ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod
11978            ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL
11979            ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h
11980            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h
11981            ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README
11982            ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t
11983            ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t
11984            ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t
11985            ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t
11986            ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t
11987            ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t
11988            ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t
11989            ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t
11990            ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
11991            ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
11992            ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t
11993            ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t
11994            ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t
11995            ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c
11996            ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
11997            ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
11998            ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm
11999            ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
12000            ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl
12001            ! vms/genconfig.pl vms/genopt.com vms/myconfig.com
12002            ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
12003            ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
12004            ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
12005            ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
12006            ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c
12007            ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c
12008            ! x2p/util.h x2p/walk.c
12009 ____________________________________________________________________________
12010 [    16] By: mbeattie                              on 1997/05/23  22:42:08
12011         Log: Initial integration of relperl from 5.003.
12012      Branch: relperl
12013           +> (branch 600 files)
12014 ____________________________________________________________________________
12015 [    14] By: mbeattie                              on 1997/05/12  20:22:56
12016         Log: Finish code generation rewrite. Clean up B::Section class and
12017              handle symbol table translation internally. Simple .pm modules
12018              now compile OK.
12019      Branch: perlext
12020            ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm
12021            ! Compiler/B/CC.pm
12022 ____________________________________________________________________________
12023 [    13] By: mbeattie                              on 1997/05/05  19:41:18
12024         Log: Don't make pp_enter and pp_return trigger basic blocks.
12025      Branch: perlext
12026            ! Compiler/B/Bblock.pm
12027 ____________________________________________________________________________
12028 [    12] By: mbeattie                              on 1997/05/05  19:40:16
12029         Log: Rewrite code generation. Sections (de)multiplexed into a
12030              temporary file instead of stored in arrays.
12031      Branch: perlext
12032            ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm
12033 ____________________________________________________________________________
12034 [    11] By: mbeattie                              on 1997/05/03  20:20:59
12035         Log: Development to pre-alpha4
12036      Branch: perlext
12037            + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks
12038            ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm
12039            ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm
12040            ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
12041            ! Compiler/Makefile.PL Compiler/README Compiler/TESTS
12042            ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c
12043            ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble
12044            ! Compiler/test_harness Compiler/test_harness_cc
12045 ____________________________________________________________________________
12046 [    10] By: mbeattie                              on 1997/05/03  14:47:06
12047         Log: Initial check-in of perl compiler.
12048      Branch: perlext
12049            + Compiler/Artistic Compiler/B.pm Compiler/B.xs
12050            + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm
12051            + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm
12052            + Compiler/B/CC.pm Compiler/B/Debug.pm
12053            + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm
12054            + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm
12055            + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES
12056            + Compiler/O.pm Compiler/README Compiler/TESTS
12057            + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble
12058            + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c
12059            + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness
12060            + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h
12061            + Compiler/disassemble Compiler/old/README.feb11
12062            + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20
12063            + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27
12064            + Compiler/op.patch Compiler/ramblings/cc.notes
12065            + Compiler/ramblings/curcop.runtime
12066            + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop
12067            + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench
12068            + Compiler/ramblings/foo3.bench Compiler/ramblings/magic
12069            + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc
12070            + Compiler/ramblings/runtime.porting
12071            + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call
12072            + Compiler/ramblings/subst.notes Compiler/run_bytecode_test
12073            + Compiler/run_cc_test Compiler/run_test Compiler/test_harness
12074            + Compiler/test_harness_bytecode Compiler/test_harness_cc
12075            + Compiler/typemap
12076 ____________________________________________________________________________
12077 [     9] By: mbeattie                              on 1997/05/02  19:03:49
12078         Log: Don't require CvDEPTH == 0 when bombing out of subs.
12079      Branch: thrperl
12080            ! pp_hot.c
12081 ____________________________________________________________________________
12082 [     8] By: mbeattie                              on 1997/04/23  19:06:45
12083         Log: Added programmer-level condition variables via "condpair" magic.
12084              Added support for detached threads and tweaked a few things.
12085      Branch: thrperl
12086            ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h
12087            ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h
12088            ! util.c
12089 ____________________________________________________________________________
12090 [     7] By: mbeattie                              on 1997/04/23  19:04:18
12091         Log: Rewrote programmer-level condition variables from scratch. Added
12092              support for detaching threads. Fixed handling for arguments
12093              passed in to threads and return values for joined threads.
12094      Branch: perlext
12095            + Thread/lock.t
12096            ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t
12097            ! Thread/typemap
12098 ____________________________________________________________________________
12099 [     6] By: mbeattie                              on 1997/04/10  20:17:26
12100         Log: Initial check-in of Thread module.
12101      Branch: perlext
12102            + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm
12103            + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t
12104            + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap
12105            + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t
12106            + Thread/unsync4.t
12107 ____________________________________________________________________________
12108 [     5] By: mbeattie                              on 1997/04/10  20:05:52
12109         Log: Tweaks to allow compilation without -DUSE_THREADS and fix
12110              missing parens (pad allocation) in the tokener.
12111      Branch: thrperl
12112            ! op.c pp_ctl.c toke.c
12113 ____________________________________________________________________________
12114 [     4] By: mbeattie                              on 1997/03/28  18:40:44
12115         Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups.
12116      Branch: thrperl
12117            + thread.h
12118            ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c
12119            ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h
12120            ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c
12121            ! run.c scope.c sv.c sv.h toke.c util.c
12122 ____________________________________________________________________________
12123 [     3] By: mbeattie                              on 1997/03/28  13:36:23
12124         Log: Branch 5.003 -> thrperl
12125      Branch: thrperl
12126           +> (branch 600 files)
12127 ____________________________________________________________________________
12128 [     2] By: mbeattie                              on 1997/03/28  13:32:21
12129         Log: Initial devel changes.
12130              Pseudo-hashes. Optional strong typing. RESTART {}.
12131      Branch: perl
12132            ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym
12133            ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c
12134            ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c
12135 ____________________________________________________________________________
12136 [     1] By: mbeattie                              on 1997/03/28  13:17:33
12137         Log: Perl 5.003 check-in
12138      Branch: perl
12139            + Artistic Changes Changes.Conf Configure Copying EXTERN.h
12140            + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo
12141            + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm
12142            + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
12143            + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp
12144            + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
12145            + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
12146            + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
12147            + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
12148            + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
12149            + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
12150            + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
12151            + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
12152            + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h
12153            + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12154            + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL
12155            + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm
12156            + ext/DynaLoader/Makefile.PL ext/DynaLoader/README
12157            + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs
12158            + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
12159            + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs
12160            + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs
12161            + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
12162            + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm
12163            + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL
12164            + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12165            + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap
12166            + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
12167            + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl
12168            + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap
12169            + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm
12170            + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl
12171            + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl
12172            + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap
12173            + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
12174            + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL
12175            + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
12176            + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE
12177            + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README
12178            + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio
12179            + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
12180            + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c
12181            + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
12182            + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind
12183            + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches
12184            + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c
12185            + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms
12186            + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3
12187            + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
12188            + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c
12189            + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
12190            + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm
12191            + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext
12192            + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h
12193            + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph
12194            + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl
12195            + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak
12196            + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc
12197            + hints/README.hints hints/aix.sh hints/altos486.sh
12198            + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh
12199            + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh
12200            + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh
12201            + hints/fps.sh hints/freebsd.sh hints/genix.sh
12202            + hints/greenhills.sh hints/hpux.sh hints/i386.sh
12203            + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
12204            + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh
12205            + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh
12206            + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh
12207            + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh
12208            + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh
12209            + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh
12210            + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh
12211            + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh
12212            + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh
12213            + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh
12214            + hints/uts.sh hv.c hv.h installman installperl interp.sym
12215            + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm
12216            + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm
12217            + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm
12218            + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm
12219            + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm
12220            + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12221            + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
12222            + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
12223            + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap
12224            + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm
12225            + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm
12226            + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm
12227            + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm
12228            + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm
12229            + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm
12230            + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm
12231            + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm
12232            + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm
12233            + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm
12234            + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
12235            + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm
12236            + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl
12237            + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
12238            + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl
12239            + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl
12240            + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl
12241            + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl
12242            + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm
12243            + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl
12244            + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl
12245            + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain
12246            + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl
12247            + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl
12248            + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c
12249            + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c
12250            + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo
12251            + os2/README os2/README.old os2/diff.configure os2/diff.db_file
12252            + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h
12253            + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff
12254            + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc
12255            + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod
12256            + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod
12257            + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod
12258            + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod
12259            + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod
12260            + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod
12261            + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod
12262            + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod
12263            + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod
12264            + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL
12265            + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall
12266            + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
12267            + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
12268            + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t
12269            + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t
12270            + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
12271            + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t
12272            + t/comp/decl.t t/comp/multiline.t t/comp/package.t
12273            + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t
12274            + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t
12275            + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t
12276            + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
12277            + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t
12278            + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t
12279            + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t
12280            + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t
12281            + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t
12282            + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t
12283            + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t
12284            + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t
12285            + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t
12286            + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests
12287            + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t
12288            + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t
12289            + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t
12290            + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t
12291            + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h
12292            + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL
12293            + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL
12294            + vms/Makefile vms/config.vms vms/descrip.mms
12295            + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt
12296            + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm
12297            + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com
12298            + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com
12299            + vms/make_command.com vms/mms2make.pl vms/myconfig.com
12300            + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms
12301            + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c
12302            + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH
12303            + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h
12304            + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH
12305            + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL
12306            + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h
12307            + x2p/walk.c